/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 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;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

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

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

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

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

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: 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;
}

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

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

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

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

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

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

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

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

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

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

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

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

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

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: 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;
  /* 1 */
  padding: 0;
  /* 2 */
}

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

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

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

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

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

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

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

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

td,
th {
  padding: 0;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url(../../images/fancybox_sprite.png);
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url(../../images/fancybox_loading.gif) center center no-repeat;
}

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url(http://dwidtcgi8uavr.cloudfront.net/images/blank.gif);
  /* helps IE */
  -webkit-tap-highlight-color: transparent;
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */
.fancybox-lock {
  overflow: visible !important;
  width: auto;
}

.fancybox-lock body {
  overflow: hidden !important;
}

.fancybox-lock-test {
  overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url(../../images/fancybox_overlay.png);
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url(../../images/fancybox_sprite-2x.jpg);
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }

  #fancybox-loading div {
    background-image: url(../../images/fancybox_loading-2x.jpg);
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}
.header__secondary,
.header__tertiary, .header__context, .footer__row, .article__footer .form-holder--type-sign-up, .template__list .list__item, .tiles, .tiles--layout_1x_large .tile, .tiles--layout_1x_large_2x_mid .tile:nth-child(2),
.tiles--layout_1x_large_2x_mid .tile:nth-child(3), .tiles--layout_4x_mid .tile, .carousel__index, .article__content, .whats-on, .whats-on__results-adverts, .sponsors__list, .adverts, .campaigns__list, .takeover-event-details {
  zoom: 1;
}
.header__secondary:before,
.header__tertiary:before, .header__context:before, .footer__row:before, .article__footer .form-holder--type-sign-up:before, .template__list .list__item:before, .tiles:before, .tiles--layout_1x_large .tile:before, .tiles--layout_1x_large_2x_mid .tile:nth-child(2):before,
.tiles--layout_1x_large_2x_mid .tile:nth-child(3):before, .tiles--layout_4x_mid .tile:before, .carousel__index:before, .article__content:before, .whats-on:before, .whats-on__results-adverts:before, .sponsors__list:before, .adverts:before, .campaigns__list:before, .takeover-event-details:before, .header__secondary:after,
.header__tertiary:after, .header__context:after, .footer__row:after, .article__footer .form-holder--type-sign-up:after, .template__list .list__item:after, .tiles:after, .tiles--layout_1x_large .tile:after, .tiles--layout_1x_large_2x_mid .tile:nth-child(2):after,
.tiles--layout_1x_large_2x_mid .tile:nth-child(3):after, .tiles--layout_4x_mid .tile:after, .carousel__index:after, .article__content:after, .whats-on:after, .whats-on__results-adverts:after, .sponsors__list:after, .adverts:after, .campaigns__list:after, .takeover-event-details:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
.header__secondary:after,
.header__tertiary:after, .header__context:after, .footer__row:after, .article__footer .form-holder--type-sign-up:after, .template__list .list__item:after, .tiles:after, .tiles--layout_1x_large .tile:after, .tiles--layout_1x_large_2x_mid .tile:nth-child(2):after,
.tiles--layout_1x_large_2x_mid .tile:nth-child(3):after, .tiles--layout_4x_mid .tile:after, .carousel__index:after, .article__content:after, .whats-on:after, .whats-on__results-adverts:after, .sponsors__list:after, .adverts:after, .campaigns__list:after, .takeover-event-details:after {
  clear: both;
}

.nav__button .nav__button-title, .tile__logo figcaption, .carousel__index__item__logo figcaption {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.nav__list, .breadcrumb__list, .form__results__list, .form__results__list2, .template__list__list, .social-icons__list, .buttons__list, .carousel__list, .carousel__index, .accordion, .performance__list, .whats-on__categories__list,
.whats-on__months__list, .sponsors__list, .campaigns__list, .reasons-to__list, .related-events__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.tile__img.tile__img--iframe iframe, .tiles--header--carousel .carousel__index__item__content, .carousel__index__item__logo span.img, .video__outer .video, .whats-on__category .whats-on__category__border, .campaign__image, .campaign__content, .reason__img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.header__primary,
.header__secondary,
.header__tertiary, .sponsor {
  font-size: 16px;
  font-size: 1rem;
}

.template__list .list__item__img, .tile--title .tile__content, .tile--title.tile div.tile__content, .reason__content {
  white-space: nowrap;
}
.template__list .list__item__img:after, .tile--title .tile__content:after, .tile--title.tile div.tile__content:after, .reason__content:after {
  content: '';
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}

* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
}

html, body {
  height: 100%;
}

body {
  min-width: 20em;
  background: #FFF;
  position: relative;
}

.main {
  margin-bottom: 1.875em;
}

.tiles--type-ticket-info .tile hr, hr, .article__footer .form-holder--type-sign-up:before {
  border: 0;
  border-bottom: 3px double #DDD;
}

.tiles--type-ticket-info .tile hr, hr, .article__footer .form-holder--type-sign-up:before {
  padding-top: 1.5em;
  margin: 0 auto 1.3125em;
}
.tiles--type-ticket-info .tile hr.layout--padding-top-0, hr.layout--padding-top-0, .article__footer .layout--padding-top-0.form-holder--type-sign-up:before {
  padding-top: 0;
}

.tiles--type-ticket-info .tile hr {
  padding: 0.6875em 0 0.75em;
}

.tiles--type-ticket-info .tile hr:before, .tiles--type-ticket-info .tile hr:after {
  border-bottom-color: #b7b7b7;
}

.sponsor--layout-hero, .reasons-to__title-outer {
  position: relative;
}
.sponsor--layout-hero:before, .reasons-to__title-outer:before {
  content: '';
  position: absolute;
  width: 100%;
  left: 0;
  border-top: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
  height: 1px;
  top: 50%;
  margin-top: -2px;
}

.container, .footer__row, .breadcrumbs, .message__inner, .message--venue .carousel__list, .article__header, .article__content, .article__footer, .sponsors, .takeover-inner {
  padding-left: 0.75em;
  padding-right: 0.75em;
}
@media only screen and (min-width: 33.75em) {
  .container, .footer__row, .breadcrumbs, .message__inner, .message--venue .carousel__list, .article__header, .article__content, .article__footer, .sponsors, .takeover-inner {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
}

.container, .footer__row, .breadcrumbs, .message__inner, .message--venue .carousel__list, .article__header, .article__content, .article__footer, .sponsors, .takeover-inner {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 74.625em;
}
.container:after, .footer__row:after, .breadcrumbs:after, .message__inner:after, .message--venue .carousel__list:after, .article__header:after, .article__content:after, .article__footer:after, .sponsors:after, .takeover-inner:after {
  content: " ";
  display: block;
  clear: both;
}

.container--mobile, .whats-on__categories__list,
.whats-on__months__list {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.75em;
  padding-right: 0.75em;
}
.container--mobile:after, .whats-on__categories__list:after,
.whats-on__months__list:after {
  content: " ";
  display: block;
  clear: both;
}
@media only screen and (min-width: 33.75em) {
  .container--mobile, .whats-on__categories__list,
  .whats-on__months__list {
    padding-left: 0;
    padding-right: 0;
  }
}

.whats-on__results-adverts {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.whats-on__results-adverts:after {
  content: " ";
  display: block;
  clear: both;
}
@media only screen and (min-width: 26.25em) {
  .whats-on__results-adverts {
    padding-left: 0.75em;
    padding-right: 0.75em;
  }
}
@media only screen and (min-width: 33.75em) {
  .whats-on__results-adverts {
    padding-left: 0;
    padding-right: 0;
  }
}

.container--tablet, .page--home__quaternary {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 74.625em;
}
.container--tablet:after, .page--home__quaternary:after {
  content: " ";
  display: block;
  clear: both;
}
@media only screen and (min-width: 33.75em) {
  .container--tablet, .page--home__quaternary {
    padding: 0 1.5em;
  }
}

.container--desktop {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 74.625em;
}
.container--desktop:after {
  content: " ";
  display: block;
  clear: both;
}
@media only screen and (min-width: 56.25em) {
  .container--desktop {
    padding: 0 1.5em;
  }
}

.container--header {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.75em;
  padding-right: 0.75em;
}
.container--header:after {
  content: " ";
  display: block;
  clear: both;
}
@media only screen and (min-width: 33.75em) {
  .container--header {
    padding: 0 1.5em;
  }
}
@media only screen and (min-width: 56.25em) {
  .container--header {
    padding-left: 0;
    padding-right: 0;
  }
}

.article__content .form-holder--type-sign-up, .tiles--type-ticket-info .tile, .form-holder--type-sign-up, .tile__content, .buttons__list .button, .article__sidebar .gallery, .related-events {
  padding: 0.75em;
}
@media only screen and (min-width: 33.75em) {
  .article__content .form-holder--type-sign-up, .tiles--type-ticket-info .tile, .form-holder--type-sign-up, .tile__content, .buttons__list .button, .article__sidebar .gallery, .related-events {
    padding: 1.5em;
  }
}

.article__content .form-holder--type-sign-up, .tiles--type-ticket-info .tile {
  margin-left: -0.75em;
  margin-right: -0.75em;
}
@media only screen and (min-width: 56.25em) {
  .article__content .form-holder--type-sign-up, .tiles--type-ticket-info .tile {
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (min-width: 56.25em) {
  .holder--mobile {
    display: none;
  }
}

.holder--desktop {
  display: none;
}
@media only screen and (min-width: 56.25em) {
  .holder--desktop {
    display: block;
  }
}

.section--mobile-move-to-top {
  display: block;
}
@media only screen and (min-width: 33.75em) {
  .section--mobile-move-to-top {
    display: none;
  }
}

.section--desktop-move-to-top {
  display: none;
}
@media only screen and (min-width: 33.75em) {
  .section--desktop-move-to-top {
    display: block;
  }
}

.page--home__quaternary .form-holder--type-sign-up .form__title {
  color: #544695 !important;
}
.page--home__quaternary .tiles--type-button.tiles--layout_stack_large .tile__title {
  color: #544695;
}
@media only screen and (min-width: 56.25em) {
  .page--home__quaternary .section--buttons {
    width: 48.70466%;
    float: left;
    margin-right: 2.59067%;
  }
  .page--home__quaternary .section--form {
    width: 48.70466%;
    float: right;
    margin-right: 0;
  }
}
@media only screen and (min-width: 63.875em) {
  .page--home__quaternary .section--buttons {
    width: 48.70466%;
    float: left;
    margin-right: 2.59067%;
  }
  .page--home__quaternary .section--form {
    width: 48.70466%;
    float: right;
    margin-right: 0;
  }
}
@media only screen and (min-width: 74.625em) {
  .page--home__quaternary .section--buttons {
    width: 31.60622%;
  }
  .page--home__quaternary .section--form {
    width: 65.80311%;
  }
}

.js--loading {
  position: relative;
}
.js--loading * {
  visibility: hidden;
}
.js--loading:after {
  content: '';
  visibility: visible;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -0.5em 0 0 -0.5em;
  font-size: 3.75em;
  height: 1em;
  width: 1em;
  background: url(../../images/loading.png) no-repeat 0 0;
  background-image: url(../../images/loading.svg), none;
  -webkit-animation: spinner 1s 0 infinite;
  animation: spinner 1s 0 infinite;
  opacity: 0.5;
}

body {
  font-family: "barclaycard_co", Arial, sans-serif;
  font-size: 1em;
  line-height: 1.5em;
  color: #333;
}

a {
  color: #009DE8;
  text-decoration: none;
}
a:visited {
  color: #009DE8;
}

.keep-together {
  display: inline-block;
}

.tiles--type-header .tile__title, .form-holder--type-sign-up .form__title, .form-holder--type-sign-up .form__social__title, h1, .form-holder--type-sign-up .form__band-name, .tiles--type-button.tiles--layout_stack_large .tile__title, .article .button--get-tickets, .takeover-btn, .buttons__list .button__title, .campaigns__title, .page--home__quaternary .form-holder--type-sign-up .form__title, .tiles--type-event--text-only .tile .tile__title, .tile--title .tile__section-title, .article__title, .tiles--type-header .tile__on-sale, .tiles--type-header .tile__subtitle, .takeover-event-heading,
.takeover-onsale-heading, h2, .ticket-info__phone, .campaign__title, .cookie-jar .h2, .message--venue .message__title, h3, .whats-on__results-none__title,
.whats-on__results-nolocalarena__title, .article__sidebar .form-holder--type-sign-up .form__social__title, .ticket-info__price, .related-events__title, .accordion--type-article .accordion__title, h4, .whats-on__results-venue__title, .form-holder--type-sign-up .form__subtitle, .tiles--type-event--text-only .tile .tile__pretitle, .form-holder--layout-pre-sale .form__pre-sale__title, .ticket-info__title, h5, .tiles--type-header .tile__on-sale-date, .tiles--type-header .tile__event-date, div.article__intro p, .related-events__item__title, h6, .form__terms, .form-holder--layout-pre-sale .form__pre-sale p, .tiles--type-header .tile__event-day, .ticket-info__price-details, .ticket-info__parking, .ticket-info__promoter-intro, .accordion--type-sidebar .accordion__content p, .whats-on__category--type-alt-venue .whats-on__category__title, .tile__subtitle,
.tile__date {
  font-family: "barclaycard_co", Arial, sans-serif;
  font-weight: normal;
}

.tiles--type-header .tile__title, .form-holder--type-sign-up .form__title, .form-holder--type-sign-up .form__social__title, h1, .form-holder--type-sign-up .form__band-name, .tiles--type-button.tiles--layout_stack_large .tile__title, .article .button--get-tickets, .takeover-btn, .buttons__list .button__title, .campaigns__title {
  font-size: 2.125em;
  line-height: 1.41176em;
  margin: 0 0 0.35294em 0;
  color: #009DE8;
}

.tiles--type-header .tile__title, .form-holder--type-sign-up .form__title, .form-holder--type-sign-up .form__social__title {
  line-height: 1.05882em;
  margin-bottom: 0;
}

.page--home__quaternary .form-holder--type-sign-up .form__title, .tiles--type-event--text-only .tile .tile__title, .tile--title .tile__section-title, .article__title {
  font-size: 3.5em;
  line-height: 1em;
  padding-top: 0.125em;
  margin: 0 0 0.21429em 0;
  color: #009DE8;
}

@media only screen and (min-width: 74.625em) {
  .tiles--type-header .tile__on-sale {
    font-size: 3.5em;
    line-height: 1em;
    padding-top: 0.125em;
    margin: 0 0 0.21429em 0;
  }
}

.tiles--type-header .tile__title {
  margin: 0 0 0.33333em 0;
}
@media only screen and (min-width: 33.75em) {
  .tiles--type-header .tile__title {
    font-size: 3.5em;
    line-height: 1em;
    padding-top: 0.125em;
    margin: 0 0 0.21429em 0;
  }
}
@media only screen and (min-width: 56.25em) {
  .tiles--type-header .tile__title {
    font-size: 2.6875em;
    line-height: 1.11628em;
    margin: 0;
  }
}
@media only screen and (min-width: 74.625em) {
  .tiles--type-header .tile__title {
    font-size: 3.5em;
    line-height: 1em;
    padding-top: 0.125em;
    margin: 0 0 0.21429em 0;
  }
}

.tiles--type-header .tile__subtitle, .takeover-event-heading,
.takeover-onsale-heading, h2, .ticket-info__phone, .campaign__title, .cookie-jar .h2 {
  font-size: 1.8125em;
  line-height: 1.24138em;
  margin: 0 0 0.2069em 0;
  color: #009DE8;
}

.tiles--type-header .tile__subtitle, .takeover-event-heading,
.takeover-onsale-heading {
  line-height: 1.03448em;
  margin: 0 0 0.2069em 0;
}

.message--venue .message__title, h3, .whats-on__results-none__title,
.whats-on__results-nolocalarena__title, .article__sidebar .form-holder--type-sign-up .form__social__title, .ticket-info__price, .related-events__title {
  font-size: 1.5625em;
  line-height: 1.2em;
  margin: 0 0 0.24em 0;
  color: #009DE8;
}

.message--venue .message__title {
  line-height: 1.08em;
  margin-bottom: 0;
}

.tiles--type-header .tile__on-sale, .accordion--type-article .accordion__title, h4, .whats-on__results-venue__title, .form-holder--type-sign-up .form__subtitle, .tiles--type-event--text-only .tile .tile__pretitle {
  font-size: 1.1875em;
  line-height: 1.26316em;
  margin: 0 0 0.31579em 0;
  color: #009DE8;
}

.tiles--type-header .tile__on-sale, .accordion--type-article .accordion__title {
  line-height: 1.10526em;
  margin-bottom: 0;
}

.form-holder--layout-pre-sale .form__pre-sale__title, .ticket-info__title {
  font-size: 1em;
  line-height: 1.5em;
  margin: 0 0 0.375em 0;
  color: #009DE8;
}

h5, .tiles--type-header .tile__on-sale-date, .tiles--type-header .tile__event-date, div.article__intro p, .related-events__item__title {
  font-size: 1.1875em;
  line-height: 1.26316em;
  margin: 0 0 0.31579em 0;
  color: #009DE8;
}

h6, .form__terms, .form-holder--layout-pre-sale .form__pre-sale p, .tiles--type-header .tile__event-day, .ticket-info__price-details, .ticket-info__parking, .ticket-info__promoter-intro, .accordion--type-sidebar .accordion__content p, .whats-on__category--type-alt-venue .whats-on__category__title, .tile__subtitle,
.tile__date {
  font-size: 0.8125em;
  line-height: 1.15385em;
  margin: 0 0 1.38462em 0;
}

p, .article__footer .form-holder--type-sign-up .form__subtitle, .tiles--type-event.tiles--page-layout-whats-on .tile__title, .campaign__subtitle {
  font-size: 1em;
  margin: 0 0 1.125em 0;
  line-height: 1.5em;
}

.article__footer .form-holder--type-sign-up .form__subtitle, .tile--title .tile__section-subtitle {
  line-height: 1.3125em;
}

.tiles--header--carousel .carousel__index__item__title, .reason__title {
  line-height: 1.125em;
}

.form-holder--layout-pre-sale .form__pre-sale__terms,
.form-holder--layout-pre-sale .form__pre-sale p:last-child, .tiles--type-header .tile__event-day, .ticket-info__price-details, .accordion--type-sidebar .accordion__content p {
  color: #595959;
}

.template__list .list__item__description, .article__content-main p,
.article__content-main ul,
.article__content-main ol, .accordion__content, .accordion__content p,
.accordion__content ul,
.accordion__content ol, .competition__terms, .tile__description-text--body p {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 0.875em;
  line-height: 1.5em;
  margin-bottom: 1.07143em;
}

.template__list .list__item__description, .article__content-main p,
.article__content-main ul,
.article__content-main ol {
  line-height: 1.71429em;
  margin-bottom: 1.71429em;
}

.accordion__content, .accordion__content p,
.accordion__content ul,
.accordion__content ol {
  line-height: 1.5em;
  margin-bottom: 1.07143em;
}

.page--home__quaternary .form-holder .social-icon--facebook a:before, .article__content-main .form-holder .social-icon--facebook a:before,
.page--home__quaternary .section--buttons .social-icon--facebook a:before,
.page--home__quaternary .section--form .social-icon--facebook a:before,
.article__footer .form-holder--type-sign-up .social-icon--facebook a:before,
.social-sharing .social-icon--facebook a:before {
  background-image: url(../../images/icon--facebook--white.png);
  background-image: url(../../images/icon--facebook--white.svg), none;
}
.page--home__quaternary .form-holder .social-icon--twitter a:before, .article__content-main .form-holder .social-icon--twitter a:before,
.page--home__quaternary .section--buttons .social-icon--twitter a:before,
.page--home__quaternary .section--form .social-icon--twitter a:before,
.article__footer .form-holder--type-sign-up .social-icon--twitter a:before,
.social-sharing .social-icon--twitter a:before {
  background-image: url(../../images/icon--twitter--white.png);
  background-image: url(../../images/icon--twitter--white.svg), none;
}
.page--home__quaternary .form-holder .social-icon--google a:before, .article__content-main .form-holder .social-icon--google a:before,
.page--home__quaternary .section--buttons .social-icon--google a:before,
.page--home__quaternary .section--form .social-icon--google a:before,
.article__footer .form-holder--type-sign-up .social-icon--google a:before,
.social-sharing .social-icon--google a:before {
  background-image: url(../../images/icon--google--white.png);
  background-image: url(../../images/icon--google--white.svg), none;
}
.page--home__quaternary .form-holder .social-icon--instagram a:before, .article__content-main .form-holder .social-icon--instagram a:before,
.page--home__quaternary .section--buttons .social-icon--instagram a:before,
.page--home__quaternary .section--form .social-icon--instagram a:before,
.article__footer .form-holder--type-sign-up .social-icon--instagram a:before,
.social-sharing .social-icon--instagram a:before {
  background-image: url(../../images/icon--instagram--white.png);
  background-image: url(../../images/icon--instagram--white.svg), none;
}
.page--home__quaternary .form-holder .social-icon--youtube a:before, .article__content-main .form-holder .social-icon--youtube a:before,
.page--home__quaternary .section--buttons .social-icon--youtube a:before,
.page--home__quaternary .section--form .social-icon--youtube a:before,
.article__footer .form-holder--type-sign-up .social-icon--youtube a:before,
.social-sharing .social-icon--youtube a:before {
  background-image: url(../../images/icon--youtube--white.png);
  background-image: url(../../images/icon--youtube--white.svg), none;
}

.page--home__quaternary .form-holder h1, .article__content-main .form-holder h1, .page--home__quaternary .form-holder h2, .article__content-main .form-holder h2, .page--home__quaternary .form-holder h3, .article__content-main .form-holder h3, .page--home__quaternary .form-holder .whats-on__results-none__title, .article__content-main .form-holder .whats-on__results-none__title,
.page--home__quaternary .form-holder .whats-on__results-nolocalarena__title,
.article__content-main .form-holder .whats-on__results-nolocalarena__title, .page--home__quaternary .form-holder h4, .article__content-main .form-holder h4, .page--home__quaternary .form-holder .whats-on__results-venue__title, .article__content-main .form-holder .whats-on__results-venue__title, .page--home__quaternary .form-holder h5, .article__content-main .form-holder h5, .page--home__quaternary .form-holder h6, .article__content-main .form-holder h6, .page--home__quaternary .form-holder a, .article__content-main .form-holder a {
  color: #009DE8 !important;
}
.page--home__quaternary .form-holder .icon--action, .article__content-main .form-holder .icon--action {
  background-color: #009DE8;
}
.page--home__quaternary .form-holder .icon--action:hover, .article__content-main .form-holder .icon--action:hover {
  background-color: #008ccf;
}
.page--home__quaternary .form-holder .social-icon a, .article__content-main .form-holder .social-icon a {
  background-color: #009DE8;
}

.page--home__quaternary .section--buttons h1,
.page--home__quaternary .section--form h1, .article__footer .form-holder--type-sign-up h1, .social-sharing h1, .page--home__quaternary .section--buttons h2,
.page--home__quaternary .section--form h2, .article__footer .form-holder--type-sign-up h2, .social-sharing h2, .page--home__quaternary .section--buttons h3,
.page--home__quaternary .section--form h3, .article__footer .form-holder--type-sign-up h3, .social-sharing h3, .page--home__quaternary .section--buttons .whats-on__results-none__title,
.page--home__quaternary .section--form .whats-on__results-none__title, .article__footer .form-holder--type-sign-up .whats-on__results-none__title, .social-sharing .whats-on__results-none__title,
.page--home__quaternary .section--buttons .whats-on__results-nolocalarena__title,
.page--home__quaternary .section--form .whats-on__results-nolocalarena__title,
.article__footer .form-holder--type-sign-up .whats-on__results-nolocalarena__title,
.social-sharing .whats-on__results-nolocalarena__title, .page--home__quaternary .section--buttons h4,
.page--home__quaternary .section--form h4, .article__footer .form-holder--type-sign-up h4, .social-sharing h4, .page--home__quaternary .section--buttons .whats-on__results-venue__title,
.page--home__quaternary .section--form .whats-on__results-venue__title, .article__footer .form-holder--type-sign-up .whats-on__results-venue__title, .social-sharing .whats-on__results-venue__title, .page--home__quaternary .section--buttons h5,
.page--home__quaternary .section--form h5, .article__footer .form-holder--type-sign-up h5, .social-sharing h5, .page--home__quaternary .section--buttons h6,
.page--home__quaternary .section--form h6, .article__footer .form-holder--type-sign-up h6, .social-sharing h6, .page--home__quaternary .section--buttons a,
.page--home__quaternary .section--form a, .article__footer .form-holder--type-sign-up a, .social-sharing a {
  color: #544695;
}
.page--home__quaternary .section--buttons .icon--action,
.page--home__quaternary .section--form .icon--action, .article__footer .form-holder--type-sign-up .icon--action, .social-sharing .icon--action {
  background-color: #544695;
}
.page--home__quaternary .section--buttons .icon--action:hover,
.page--home__quaternary .section--form .icon--action:hover, .article__footer .form-holder--type-sign-up .icon--action:hover, .social-sharing .icon--action:hover {
  background-color: #4a3e84;
}
.page--home__quaternary .section--buttons .social-icon a,
.page--home__quaternary .section--form .social-icon a, .article__footer .form-holder--type-sign-up .social-icon a, .social-sharing .social-icon a {
  background-color: #544695;
}
.page--home__quaternary .section--buttons .tiles--type-button .tile__icon,
.page--home__quaternary .section--form .tiles--type-button .tile__icon, .article__footer .form-holder--type-sign-up .tiles--type-button .tile__icon, .social-sharing .tiles--type-button .tile__icon {
  background-color: #544695;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fadeOutHalf {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.5;
  }
}
@keyframes fadeOutHalf {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.5;
  }
}
@-webkit-keyframes slideDown {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
@keyframes slideDown {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes arrowDown {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: top center;
    transform-origin: top center;
  }
}
@keyframes arrowDown {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: top center;
    transform-origin: top center;
  }
}
@-webkit-keyframes arrowUp {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
  }
}
@keyframes arrowUp {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
  }
}
.media {
  margin: 10px;
}

.media,
.media__body {
  overflow: hidden;
  _overflow: visible;
  zoom: 1;
}

@media only screen and (min-width: 38.75em) {
  .media__img {
    float: left;
    margin-right: 10px;
  }
}

.media__img img {
  display: block;
}

@media only screen and (min-width: 38.75em) {
  .media__img--alt {
    float: right;
    margin-left: 10px;
  }
}

.header {
  padding: 0.75em 0 0;
  direction: rtl;
}
.header .header__row {
  font-size: 0;
}
@media only screen and (min-width: 56.25em) {
  .header {
    padding: 0;
  }
}

.form-holder--type-header-desktop {
  display: none;
}
@media only screen and (min-width: 56.25em) {
  .form-holder--type-header-desktop {
    display: block;
  }
}

@media only screen and (min-width: 56.25em) {
  .form-holder--type-header-mobile {
    display: none;
  }
}

.header .social-icons {
  display: none;
}
@media only screen and (min-width: 63.875em) {
  .header .social-icons {
    display: block;
  }
}

.header__primary,
.header__secondary,
.header__tertiary {
  direction: ltr;
}

.header__secondary,
.header__tertiary {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
}

.header__secondary {
  text-align: right;
}

.header__tertiary hr {
  padding-bottom: 1.125em;
}

@media only screen and (min-width: 56.25em) {
  .header__secondary,
  .header__tertiary {
    display: block;
    width: auto;
  }

  .header__primary {
    background-color: #009DE8;
    color: #FFF;
    padding: 0.375em 0;
  }

  .header__tertiary {
    padding: 1.5em 0 0;
  }
}
.header .form--type-search .form__input, .header .form--type-search .form-holder--type-emailToFriend .emailToFriend input, .form-holder--type-emailToFriend .emailToFriend .header .form--type-search input,
.header .form--type-search .form-holder--type-emailToFriend .emailToFriend textarea,
.form-holder--type-emailToFriend .emailToFriend .header .form--type-search textarea {
  width: 100%;
}

.form-holder--type-header-mobile .form--type-search {
  margin: 0 auto;
}
@media only screen and (min-width: 30em) {
  .form-holder--type-header-mobile .form--type-search {
    width: 75%;
  }
}
@media only screen and (min-width: 44.375em) {
  .form-holder--type-header-mobile .form--type-search {
    width: 50%;
  }
}
.form-holder--type-header-mobile .form--type-search .form__submit, .form-holder--type-header-mobile .form--type-search .form-holder--type-emailToFriend .emailToFriend__submit, .form-holder--type-emailToFriend .form-holder--type-header-mobile .form--type-search .emailToFriend__submit {
  font-size: 50%;
}

.form-holder--type-header-desktop .form--type-search {
  width: 48.70466%;
  float: right;
  margin-right: 0;
}

.header__brand {
  float: left;
  display: block;
  max-width: 11.125em;
}
.header__brand img {
  max-width: 100%;
  display: block;
}

.header hr {
  padding-top: 0.75em;
}
@media only screen and (min-width: 56.25em) {
  .header hr {
    padding-top: 1.5em;
  }
}

.footer__row__primary, .footer__row__secondary {
  float: left;
  width: 50%;
  font-size: 75%;
}
.footer__row__primary {
  opacity: 0.75;
}
.footer__row__secondary {
  text-align: right;
}
.footer__row__title {
  margin-bottom: 0;
}

.site-index {
  overflow: hidden;
  clear: left;
  -webkit-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
}
.js .site-index {
  max-height: 0;
  opacity: 0;
}
.js .site-index.js--open {
  max-height: 900px;
  opacity: 1;
}
.site-index__col {
  width: 48.0315%;
  float: left;
  margin-right: 3.93701%;
  margin-bottom: 1.5em;
  border-top: 1px solid #544695;
  padding-top: 0.6875em;
}
.site-index__col:nth-child(2n) {
  margin-right: 0;
}
.site-index__col:nth-child(2n+1) {
  clear: left;
}
@media only screen and (min-width: 56.25em) {
  .site-index__col {
    width: 23.05699%;
    float: left;
    margin-right: 2.59067%;
  }
  .site-index__col:nth-child(2n) {
    margin-right: 2.59067%;
  }
  .site-index__col:nth-child(2n+1) {
    clear: none;
  }
  .site-index__col:nth-child(4n) {
    margin-right: 0;
  }
  .site-index__col:nth-child(4n+1) {
    clear: left;
  }
}
.site-index__col h5 a,
.site-index__col h5 a:visited {
  color: #544695;
}
.site-index__col, .site-index__col ul {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}

.nav {
  position: relative;
  color: #FFF;
  background-color: #009DE8;
  padding-left: 0.75em;
  padding-right: 0.75em;
  margin-left: -0.75em;
  margin-right: -0.75em;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.js--nav-open .nav {
  max-height: 600px;
  padding-top: 0.75em;
  padding-bottom: 1.5em;
  margin-top: -0.75em;
  margin-bottom: 0.75em;
  overflow: visible;
}
@media only screen and (min-width: 33.75em) {
  .nav {
    padding-left: 1.5em;
    padding-right: 1.5em;
    margin-left: -1.5em;
    margin-right: -1.5em;
  }
}
@media only screen and (min-width: 56.25em) {
  .nav {
    margin: 0;
    padding: 0;
    overflow: visible;
  }
  .js--nav-open .nav {
    margin: 0;
    padding: 0;
    max-height: none;
  }
}

.nav__list {
  margin-bottom: 0.75em;
  text-align: center;
}
@media only screen and (min-width: 56.25em) {
  .nav__list {
    margin-bottom: 0;
  }
}

.nav__item {
  opacity: 0.8;
}

.nav__item.active,
.site-section--home .nav__item--home {
  opacity: 1;
  position: relative;
}
.nav__item.active:after,
.site-section--home .nav__item--home:after {
  content: '';
  width: 0;
  height: 0;
  border-top: 0.375em solid #009DE8;
  border-right: 0.375em solid transparent;
  border-left: 0.375em solid transparent;
  position: absolute;
  bottom: -0.75em;
  left: 50%;
  margin-left: -0.375em;
  display: none;
}
@media only screen and (min-width: 56.25em) {
  .nav__item.active:after,
  .site-section--home .nav__item--home:after {
    display: block;
  }
}

.nav__item a {
  color: #FFF;
  display: block;
}

@media only screen and (min-width: 56.25em) {
  .nav__item {
    float: left;
    margin-right: 0.9375em;
  }
  .nav__item:last-child {
    margin-right: 0;
  }
}
@media only screen and (min-width: 63.875em) {
  .nav__item {
    margin-right: 1.5em;
  }
}
.nav__item--home {
  text-indent: -1000em;
  background: url(../../images/icon--home--white.png) no-repeat 50% 50%;
  background-image: url(../../images/icon--home--white.svg), none;
}
@media only screen and (min-width: 56.25em) {
  .nav__item--home {
    width: 18px;
  }
}

.nav__button {
  background: none;
  border: 0;
  padding: 0;
  margin: 0;
  cursor: pointer;
  display: inline-block;
}
.nav__button .nav__button-icon {
  display: inline-block;
  vertical-align: middle;
  width: 1.5em;
  height: 1.5em;
  position: relative;
  margin-right: 0.375em;
}
.nav__button.nav__button--type-menu .nav__button-icon {
  height: 1.125em;
  border-top: 4px solid #009DE8;
}
.nav__button.nav__button--type-menu .nav__button-icon:before, .nav__button.nav__button--type-menu .nav__button-icon:after {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #009DE8;
}
.nav__button.nav__button--type-menu .nav__button-icon:before {
  top: 50%;
  margin-top: -4px;
}
.nav__button.nav__button--type-menu .nav__button-icon:after {
  bottom: 0;
}
.nav__button.nav__button--type-search .nav__button-icon:after {
  content: '';
  width: 1.5em;
  height: 1.5em;
  display: inline-block;
  vertical-align: middle;
  background: url(../../images/icon--search--ba-1.png) no-repeat 50% 50%;
  background-image: url(../../images/icon--search--ba-1.svg), none;
  background-size: 100%;
}
@media only screen and (min-width: 56.25em) {
  .nav__button {
    display: none;
  }
}

.breadcrumbs {
  margin-top: -0.5625em;
  margin-bottom: 0.75em;
}

.breadcrumb {
  display: inline-block;
}
.breadcrumb:after {
  content: "/";
  display: inline-block;
  margin: 0 0.5625em;
  opacity: 0.5;
}
.breadcrumb:last-child:after {
  display: none;
}

button {
  background-color: transparent;
}

.form__input, .form-holder--type-emailToFriend .emailToFriend input,
.form-holder--type-emailToFriend .emailToFriend textarea,
input.form__input,
.form-holder--type-emailToFriend .emailToFriend input,
.form__submit,
.form-holder--type-emailToFriend .emailToFriend__submit {
  display: inline-block;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #333;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
}

.form__input, .form-holder--type-emailToFriend .emailToFriend input,
.form-holder--type-emailToFriend .emailToFriend textarea {
  border: 1px solid #DDD;
  line-height: 1.5em;
  height: 2.25em;
  padding: 0.375em 0.5625em;
  -webkit-border-radius: 0.75em;
  border-radius: 0.75em;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.form__input:-ms-input-placeholder, .form-holder--type-emailToFriend .emailToFriend input:-ms-input-placeholder,
.form-holder--type-emailToFriend .emailToFriend textarea:-ms-input-placeholder {
  color: #b3b3b3 !important;
}

.form__submit, .form-holder--type-emailToFriend .emailToFriend__submit {
  border: 0;
  padding: 0;
}

.icon--action {
  display: block;
  height: 3em;
  width: 3em;
  background: url(../../images/icon--chevron-right--white.png) 50% 50% #009DE8 no-repeat;
  background-image: url(../../images/icon--chevron-right--white.svg), none;
  background-size: 1.125em 1.125em;
  -webkit-transition: background-color 400ms ease-in;
  transition: background-color 400ms ease-in;
  -webkit-border-radius: 0.75em;
  border-radius: 0.75em;
}
.icon--action:hover {
  background-color: #008ccf;
}

.icon--search {
  background: url(../../images/icon--search--ba-1.png) 50% 50% #fff no-repeat;
  background-image: url(../../images/icon--search--ba-1.svg), none;
  -webkit-transition: none;
  transition: none;
}
.icon--search:hover {
  background-color: #fff;
}

.form-holder p {
  font-family: "barclaycard_co", Arial, sans-serif;
}

.form-holder--type-sign-up .form__input, .form-holder--type-sign-up .form-holder--type-emailToFriend .emailToFriend input, .form-holder--type-emailToFriend .emailToFriend .form-holder--type-sign-up input,
.form-holder--type-sign-up .form-holder--type-emailToFriend .emailToFriend textarea,
.form-holder--type-emailToFriend .emailToFriend .form-holder--type-sign-up textarea, .article .form--type-search .form__input, .article .form--type-search .form-holder--type-emailToFriend .emailToFriend input, .form-holder--type-emailToFriend .emailToFriend .article .form--type-search input,
.article .form--type-search .form-holder--type-emailToFriend .emailToFriend textarea,
.form-holder--type-emailToFriend .emailToFriend .article .form--type-search textarea {
  font-size: 1.1875em;
  height: 3.78947em;
  line-height: 1.26316em;
  padding: 0.31579em 3.47368em 0.31579em 0.94737em;
  -webkit-border-radius: 0.63158em;
  border-radius: 0.63158em;
}

@media only screen and (min-width: 56.25em) {
  .header .form--type-search .form__input, .header .form--type-search .form-holder--type-emailToFriend .emailToFriend input, .form-holder--type-emailToFriend .emailToFriend .header .form--type-search input,
  .header .form--type-search .form-holder--type-emailToFriend .emailToFriend textarea,
  .form-holder--type-emailToFriend .emailToFriend .header .form--type-search textarea {
    font-size: 1.1875em;
    height: 3.78947em;
    line-height: 1.26316em;
    padding: 0.47368em 3.47368em 0.15789em 0.94737em;
    -webkit-border-radius: 0.63158em;
    border-radius: 0.63158em;
  }
}

.header .form--type-search, .form-holder--type-sign-up .form, .article .form--type-search {
  position: relative;
}
.header .form--type-search .form__input-holder, .form-holder--type-sign-up .form .form__input-holder, .article .form--type-search .form__input-holder {
  position: relative;
}
.header .form--type-search .form__submit, .form-holder--type-sign-up .form .form__submit, .article .form--type-search .form__submit, .header .form--type-search .form-holder--type-emailToFriend .emailToFriend__submit, .form-holder--type-emailToFriend .header .form--type-search .emailToFriend__submit, .form-holder--type-sign-up .form .form-holder--type-emailToFriend .emailToFriend__submit, .form-holder--type-emailToFriend .form-holder--type-sign-up .form .emailToFriend__submit, .article .form--type-search .form-holder--type-emailToFriend .emailToFriend__submit, .form-holder--type-emailToFriend .article .form--type-search .emailToFriend__submit {
  position: absolute;
  top: 50%;
  right: 0.75em;
  margin-top: -1.5em;
}

@media only screen and (min-width: 56.25em) {
  .page--home__quaternary .form-holder {
    min-height: 24.75em;
  }
}

.form__results {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 100;
  background-color: #FFF;
  -webkit-border-radius: 0 0 0.75em 0.75em;
  border-radius: 0 0 0.75em 0.75em;
  overflow: hidden;
  max-height: 0;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.form__results__list, .form__results__list2 {
  list-style: none;
  padding: 0;
  margin: 0;
}

.form__result {
  white-space: normal;
  border-bottom: 1px solid #DDD;
  overflow: hidden;
}
.form__result.form__result--type-clone {
  display: none;
}
.form__result:last-child {
  border-bottom: 0;
}
.form__result__link {
  display: block;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
}
.form__result__link:hover {
  background-color: #DDD;
}
.form__result__link:hover img {
  opacity: 0.8;
}
.form__result__img {
  width: 23.05699%;
  float: left;
  margin-right: 2.59067%;
}
.form__result__img img {
  max-width: 100%;
  display: block;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
  -webkit-backface-visibility: hidden;
}
.form__result__content {
  width: 74.35233%;
  float: right;
  margin-right: 0;
}
.form__result__img, .form__result__content {
  display: inline-block;
  vertical-align: middle;
  float: none;
  white-space: normal;
}
.form__result__title {
  margin-bottom: 0;
}

.form__results__none {
  padding: 1.125em 0;
  text-align: center;
  display: none;
}
.form__results__none__title {
  margin: 0;
  color: #333;
}
.js--results-none .form__results__none {
  display: block;
}

.js--results-open .form__results {
  /*max-height: em(214);*/
  max-height: none;
  border: 1px solid #DDD;
}
.js--results-open .form__input, .js--results-open .form-holder--type-emailToFriend .emailToFriend input, .form-holder--type-emailToFriend .emailToFriend .js--results-open input,
.js--results-open .form-holder--type-emailToFriend .emailToFriend textarea,
.form-holder--type-emailToFriend .emailToFriend .js--results-open textarea {
  -webkit-border-radius: 0.75em 0.75em 0 0 !important;
  border-radius: 0.75em 0.75em 0 0 !important;
  outline: none;
}

.form__section--success,
.form__section--error,
.js--form-error .form__section--normal,
.js--form-success .form__section--normal {
  display: none;
}

.js--form-success .form__section--success {
  display: block;
}

.js--form-success .form__input-holder {
  opacity: 0.3;
}

.js--form-error .form__section--error {
  display: block;
}

.js--form-success .form__content,
.js--form-error .form__content {
  -webkit-animation: fadeIn 800ms ease;
  animation: fadeIn 800ms ease;
}

.form-holder--type-sign-up {
  text-align: center;
  margin-bottom: 1.875em;
  background-color: #EEEEEE;
  padding-bottom: 1.5em;
}
@media only screen and (min-width: 33.75em) {
  .form-holder--type-sign-up {
    -webkit-border-radius: 1.125em;
    border-radius: 1.125em;
  }
}
.form-holder--type-sign-up .form {
  margin-bottom: 0.75em;
}
.form-holder--type-sign-up .form__title {
  margin-bottom: 0.35294em;
}
.form-holder--type-sign-up .form__subtitle {
  margin-bottom: 0.94737em;
  color: #595959;
}
.form-holder--type-sign-up .form__header,
.form-holder--type-sign-up .form__input-holder,
.form-holder--type-sign-up .form__social {
  font-size: 75%;
}
@media only screen and (min-width: 63.875em) {
  .form-holder--type-sign-up .form__header,
  .form-holder--type-sign-up .form__input-holder,
  .form-holder--type-sign-up .form__social {
    font-size: 100%;
  }
}
@media only screen and (min-width: 33.75em) {
  .form-holder--type-sign-up .form__input-holder {
    width: 74.01575%;
    float: right;
    margin-right: 0;
    float: none;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 56.25em) {
  .form-holder--type-sign-up .form__input-holder {
    width: 64.89362%;
    float: right;
    margin-right: 0;
    float: none;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 63.875em) {
  .form-holder--type-sign-up .form__input-holder {
    width: 54.52756%;
    float: right;
    margin-right: 0;
    float: none;
    margin: 0 auto;
  }
}
.form-holder--type-sign-up .form__input, .form-holder--type-sign-up .form-holder--type-emailToFriend .emailToFriend input, .form-holder--type-emailToFriend .emailToFriend .form-holder--type-sign-up input,
.form-holder--type-sign-up .form-holder--type-emailToFriend .emailToFriend textarea,
.form-holder--type-emailToFriend .emailToFriend .form-holder--type-sign-up textarea {
  width: 100%;
}
.form-holder--type-sign-up .form__social {
  border-top: 0.1875em solid #FFF;
  padding-top: 1.5em;
}
.no-svg .form-holder--type-sign-up .form__social {
  font-size: 16px;
}
@media only screen and (min-width: 63.875em) {
  .form-holder--type-sign-up .form__social__title,
  .form-holder--type-sign-up .social-icons {
    display: inline-block;
    vertical-align: middle;
  }
}
.form-holder--type-sign-up .social-icons {
  margin-top: 1.125em;
}
@media only screen and (min-width: 63.875em) {
  .form-holder--type-sign-up .social-icons {
    margin-left: 1.125em;
    margin-top: 0;
  }
}
.form-holder--type-sign-up .social-icon a {
  font-size: 200%;
}

.form-holder--layout-band-name .form__subtitle {
  margin-bottom: 0;
}

.form-holder .competition__terms {
  display: none;
}

.form-holder--layout-pre-sale .form__pre-sale {
  margin-top: 1.125em;
}
.form-holder--layout-pre-sale .form__pre-sale p {
  color: #404040;
}
.form-holder--layout-pre-sale .form__pre-sale__terms,
.form-holder--layout-pre-sale .form__pre-sale p:last-child {
  margin-bottom: 0;
}

.article__footer .form-holder--type-sign-up {
  background: transparent;
  padding: 0;
}
.article__footer .form-holder--type-sign-up:before {
  content: '';
  display: block;
  padding-top: 0;
  margin-bottom: 1.875em;
}
.article__footer .form-holder--type-sign-up .form__title {
  margin-bottom: 0;
}
.article__footer .form-holder--type-sign-up .form__input-holder {
  width: auto;
}
.article__footer .form-holder--type-sign-up .social-icons {
  margin: 0;
}
.article__footer .form-holder--type-sign-up .form__social {
  padding-top: 0.5625em;
}
@media only screen and (min-width: 33.75em) {
  .article__footer .form-holder--type-sign-up .form__content {
    padding-right: 6.4375em;
    position: relative;
    margin: 0 auto;
    width: 80%;
  }
  .article__footer .form-holder--type-sign-up .form__social {
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media only screen and (min-width: 56.25em) {
  .article__footer .form-holder--type-sign-up .form__header {
    width: 31.60622%;
    float: left;
    margin-right: 2.59067%;
    text-align: left;
  }
  .article__footer .form-holder--type-sign-up .form__content {
    width: 65.80311%;
    float: right;
    margin-right: 0;
    padding-right: 8.0625em;
  }
  .article__footer .form-holder--type-sign-up .form__subtitle {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 63.875em) {
  .article__footer .form-holder--type-sign-up .form__header,
  .article__footer .form-holder--type-sign-up .form__input-holder,
  .article__footer .form-holder--type-sign-up .form__social {
    font-size: 87.5%;
  }
}

.article__sidebar .form-holder--type-sign-up {
  margin-bottom: 1.5em;
}
@media only screen and (min-width: 56.25em) {
  .article__sidebar .form-holder--type-sign-up .form__input-holder {
    width: 100%;
  }
}

.page--home__quaternary .form-holder--type-sign-up .form__header {
  margin-bottom: 0.4375em;
}
.page--home__quaternary .form-holder--type-sign-up .form__social {
  margin-top: 1.5em;
}
@media only screen and (min-width: 63.875em) {
  .page--home__quaternary .form-holder--type-sign-up .form__social {
    margin-top: 3em;
  }
}
.page--home__quaternary .form-holder--layout-band-name .form__header {
  margin-bottom: 0;
}
.page--home__quaternary .form-holder--layout-band-name .form__social {
  margin-top: 0;
}

.form-holder--type-emailToFriend .form__row {
  margin-bottom: 0.75em;
}
.form-holder--type-emailToFriend .emailToFriend input,
.form-holder--type-emailToFriend .emailToFriend textarea {
  width: 100%;
}
.form-holder--type-emailToFriend .emailToFriend textarea {
  height: 15em;
}

.form__results__lists {
  list-style: none;
  padding-top: 1.5625em;
  padding-right: 1.25em;
  padding-bottom: 0;
  padding-left: 1.25em;
  margin: 0;
}

.form__results__venue {
  margin-bottom: 1.5625em;
}

.form__results__venue__title {
  border-bottom: 1px solid #dddddd;
  color: #333;
  font-size: 0.75em;
  text-transform: uppercase;
  padding-bottom: 0.3125em;
  margin-bottom: 0.625em;
}

.form__results__list,
.form__results__list2 {
  list-style: none;
  padding: 0;
  margin: 0;
}

.form__result {
  white-space: normal;
  border-bottom: 1px dotted #DDD;
  overflow: hidden;
}
.form__result:last-child {
  border-bottom: 1px dotted #dddddd;
}

.form__result__link:hover {
  background-color: #544695;
}

.form__result__link:hover .form__result__title {
  color: white;
}

.form__result__img {
  width: 100px;
  margin: 0.6rem 0.8rem;
}

.form__result__content {
  width: auto;
}

.template__list .list__item {
  margin-bottom: 1.4375em;
  border-bottom: 1px solid #DDD;
}
.template__list .list__item:last-child {
  border-bottom: 0;
}
.template__list .list__item__aside {
  border: 3px solid #DDD;
  margin-bottom: 1.5em;
}
.template__list .list__item__content {
  padding-top: 0.75em;
}
@media only screen and (min-width: 56.25em) {
  .template__list .list__item__aside {
    width: 31.60622%;
    float: left;
    margin-right: 2.59067%;
  }
  .template__list .list__item__content {
    width: 65.80311%;
    float: right;
    margin-right: 0;
  }
}
.template__list .list__item__img {
  text-align: center;
}
.template__list .list__item__img img {
  max-width: 100%;
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (min-width: 56.25em) {
  .template__list .list__item__img {
    height: 12em;
  }
}

.message {
  padding: 0.375em 0;
  margin-bottom: 1.125em;
  background-color: #efefef;
  -webkit-transition: background-color 400ms ease-out;
  transition: background-color 400ms ease-out;
}
.message__inner {
  position: relative;
  z-index: 10;
}
.message__inner-context {
  position: relative;
  padding-right: 3.1875em;
}
.message__button,
.message a.message__button {
  width: 1.6875em;
  height: 1.6875em;
  position: absolute !important;
  top: 0;
  right: 0;
  z-index: 10;
}
.message__button:after,
.message a.message__button:after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  font-size: 0.75em;
}
.js--open .message__button:after, .js--open
.message a.message__button:after {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.message__content {
  padding: 0;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
}
.message.js--open .message__content {
  padding-top: 0;
  opacity: 1;
  max-height: 50em;
}

.message--header {
  padding-top: 0.5625em;
  margin-bottom: 1.5em;
  background-color: #544695;
  -webkit-animation: messageHeader 1000ms 1000ms forwards;
  animation: messageHeader 1000ms 1000ms forwards;
  overflow: hidden;
  direction: ltr;
}
html.cssanimations .message--header {
  max-height: 0;
  padding: 0;
  margin-bottom: 0;
}
.message--header .message__icon {
  width: 1em;
  height: 1em;
  background-color: #FFF;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  color: #544695;
  text-align: center;
  line-height: 1em;
  font-style: normal;
}
.message--header .message__icon:before {
  content: '!';
  font-size: 0.875em;
}
.message--header p {
  margin-bottom: 0;
  color: #FFF;
  padding-left: 1.5625em;
  line-height: 1.125em;
  position: relative;
}

.message--header + .message--header {
  position: relative;
  top: -0.75em;
}

@-webkit-keyframes messageHeader {
  0% {
    max-height: 0;
    padding: 0;
    margin-bottom: 0;
  }
  100% {
    max-height: 3.75em;
    padding: 0.5625em 0 0.375em 0;
    margin-bottom: 1.5em;
  }
}

@keyframes messageHeader {
  0% {
    max-height: 0;
    padding: 0;
    margin-bottom: 0;
  }
  100% {
    max-height: 3.75em;
    padding: 0.5625em 0 0.375em 0;
    margin-bottom: 1.5em;
  }
}
.message--venue {
  padding: 0.75em 0;
}
@media only screen and (min-width: 56.25em) {
  .message--venue {
    padding: 1.125em;
  }
}
.message--venue h2 {
  color: #009DE8;
}
.message--venue h2 {
  margin-bottom: 0;
  line-height: 1.03448em;
}
.message--venue h4, .message--venue .whats-on__results-venue__title, .message--venue p, .message--venue a {
  color: #009DE8;
}
.message--venue.js--open {
  background-color: #EEEEEE;
}
.message--venue .message__button {
  font-size: 155%;
}
.message--venue .message__content {
  position: relative;
}
.message--venue.js--open .message__content {
  margin: 1.125em 0 0.375em;
}
@media only screen and (min-width: 56.25em) {
  .message--venue.js--open .message__content {
    margin: 1.5em 0 0.75em;
  }
}
.message--venue .message__title {
  margin-bottom: 0;
}
.message--venue .message__subtitle {
  color: #595959;
  margin-bottom: 0;
}

.tiles {
  margin-bottom: 0.75em;
}

.tile {
  margin-bottom: 1.125em;
  position: relative;
  overflow: hidden;
}
.tile, .tile__content {
  -webkit-border-radius: 0 0 0.75em 0.75em;
  border-radius: 0 0 0.75em 0.75em;
}
.tile.js--inactive {
  display: none;
}

.tile__content {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  -ms-flex: 1;
}

.tile__title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.tile__pretitle {
  margin-bottom: 0;
}

.tile__subtitle,
.tile__date {
  margin-bottom: 0;
  min-height: 1.15385em;
  color: #333;
}

.tile__img {
  position: relative;
  overflow: hidden;
}
.tile__img img,
.tile__img iframe {
  max-width: 100%;
}
.tile__img img {
  display: block;
  -webkit-transition: opacity 400ms ease-out;
  transition: opacity 400ms ease-out;
  -webkit-backface-visibility: hidden;
  position: relative;
}
.tile__big-link:hover .tile__img img, a.tile:hover .tile__img img {
  opacity: 0.8;
}
.tile__img.tile__img--iframe:before {
  content: "";
  display: block;
  padding-top: 54.71204%;
}
.tile__img.tile__img--iframe iframe {
  border: 0;
}

.tile__button {
  display: block;
  line-height: 0;
}

.tile__button:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 7.5%;
  height: 3em;
  margin-top: -1.5em;
  background: url(../../images/icon--chevron-right--white.png) 50% 50% #009DE8 no-repeat;
  background-image: url(../../images/icon--chevron-right--white.svg), none;
  background-size: 1.125em 1.125em;
  -webkit-border-radius: 0.75em;
  border-radius: 0.75em;
}

.tile__description-text {
  white-space: normal;
  margin-top: 1.125em;
}

.tile__event-day + .tile__description-text {
  margin-top: 0;
}

@media only screen and (min-width: 63.875em) {
  .tile__description-text--body p {
    font-size: 0.8125em;
  }
}

.tile--layout-keyline {
  border: 1px solid #DDD;
}

.tiles--layout_1x_large .tile:before, .tiles--layout_1x_large_2x_mid .tile:before, .tiles--layout_4x_mid .tile:before, .tiles--type-event .tile:before {
  content: "";
  display: block;
}
@media only screen and (min-width: 56.25em) {
  .tiles--layout_1x_large .tile:before, .tiles--layout_1x_large_2x_mid .tile:before, .tiles--layout_4x_mid .tile:before, .tiles--type-event .tile:before {
    padding-top: 54.71698%;
    padding-bottom: 4.3125em;
  }
}
@media only screen and (min-width: 56.25em) {
  .tiles--layout_1x_large .tile .tile__img, .tiles--layout_1x_large_2x_mid .tile .tile__img, .tiles--layout_4x_mid .tile .tile__img, .tiles--type-event .tile .tile__img,
  .tiles--layout_1x_large .tile .tile__content,
  .tiles--layout_1x_large_2x_mid .tile .tile__content,
  .tiles--layout_4x_mid .tile .tile__content,
  .tiles--type-event .tile .tile__content {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
  }
}
.tiles--layout_1x_large .tile .tile__img, .tiles--layout_1x_large_2x_mid .tile .tile__img, .tiles--layout_4x_mid .tile .tile__img, .tiles--type-event .tile .tile__img {
  height: 100%;
}
@media only screen and (min-width: 56.25em) {
  .tiles--layout_1x_large .tile .tile__content, .tiles--layout_1x_large_2x_mid .tile .tile__content, .tiles--layout_4x_mid .tile .tile__content, .tiles--type-event .tile .tile__content {
    bottom: 0;
    top: auto;
  }
}

.tiles--layout_1x_large .tile, .tiles--layout_1x_large_2x_mid .tile:nth-child(2),
.tiles--layout_1x_large_2x_mid .tile:nth-child(3), .tiles--layout_4x_mid .tile {
  position: relative;
}
@media only screen and (min-width: 56.25em) {
  .tiles--layout_1x_large .tile:before, .tiles--layout_1x_large_2x_mid .tile:nth-child(2):before,
  .tiles--layout_1x_large_2x_mid .tile:nth-child(3):before, .tiles--layout_4x_mid .tile:before {
    padding-bottom: 0;
  }
  .tiles--layout_1x_large .tile .tile__img, .tiles--layout_1x_large_2x_mid .tile:nth-child(2) .tile__img,
  .tiles--layout_1x_large_2x_mid .tile:nth-child(3) .tile__img, .tiles--layout_4x_mid .tile .tile__img,
  .tiles--layout_1x_large .tile .tile__content,
  .tiles--layout_1x_large_2x_mid .tile:nth-child(2) .tile__content,
  .tiles--layout_1x_large_2x_mid .tile:nth-child(3) .tile__content,
  .tiles--layout_4x_mid .tile .tile__content {
    position: absolute;
    top: 0;
    left: 0;
  }
  .tiles--layout_1x_large .tile .tile__content, .tiles--layout_1x_large_2x_mid .tile:nth-child(2) .tile__content,
  .tiles--layout_1x_large_2x_mid .tile:nth-child(3) .tile__content, .tiles--layout_4x_mid .tile .tile__content {
    border-left: 1px solid #DDD;
    border-top: 0;
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    bottom: 0;
    height: 100%;
  }
  .tiles--layout_1x_large .tile .tile__content, .tiles--layout_1x_large_2x_mid .tile:nth-child(2) .tile__content,
  .tiles--layout_1x_large_2x_mid .tile:nth-child(3) .tile__content, .tiles--layout_4x_mid .tile .tile__content {
    white-space: nowrap;
  }
  .tiles--layout_1x_large .tile .tile__content:before, .tiles--layout_1x_large_2x_mid .tile:nth-child(2) .tile__content:before,
  .tiles--layout_1x_large_2x_mid .tile:nth-child(3) .tile__content:before, .tiles--layout_4x_mid .tile .tile__content:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0;
    font-size: 0;
  }
  .tiles--layout_1x_large .tile .tile__content-inner, .tiles--layout_1x_large_2x_mid .tile:nth-child(2) .tile__content-inner,
  .tiles--layout_1x_large_2x_mid .tile:nth-child(3) .tile__content-inner, .tiles--layout_4x_mid .tile .tile__content-inner {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
  }
}

@media only screen and (min-width: 56.25em) {
  .tiles--layout_1x_large .tile .tile__button, .tiles--layout_1x_large_2x_mid .tile:nth-child(2) .tile__button,
  .tiles--layout_1x_large_2x_mid .tile:nth-child(3) .tile__button, .tiles--layout_4x_mid .tile .tile__button {
    font-size: 62.5%;
  }
  .tiles--layout_1x_large .tile .tile__button:after, .tiles--layout_1x_large_2x_mid .tile:nth-child(2) .tile__button:after,
  .tiles--layout_1x_large_2x_mid .tile:nth-child(3) .tile__button:after, .tiles--layout_4x_mid .tile .tile__button:after {
    display: inline-block;
    position: static;
    margin-top: 2.25em;
    width: 3em;
  }
}

@media only screen and (min-width: 33.75em) {
  .tiles--type-event--text-only.tiles--layout_2x_large, .tiles--type-text.tiles--layout_2x_large {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .tiles--type-event--text-only.tiles--layout_2x_large .tile, .tiles--type-text.tiles--layout_2x_large .tile,
  .tiles--type-event--text-only.tiles--layout_2x_large .tile__container,
  .tiles--type-text.tiles--layout_2x_large .tile__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    display: -ms-flexbox;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    margin-bottom: 0.75em;
  }
  .tiles--type-event--text-only.tiles--layout_2x_large .tile__container > .tile, .tiles--type-text.tiles--layout_2x_large .tile__container > .tile {
    margin-bottom: 0;
  }
  .tiles--type-event--text-only.tiles--layout_2x_large .tile__content, .tiles--type-text.tiles--layout_2x_large .tile__content {
    position: static;
  }
}

.tiles--layout_1x_large .tile {
  -webkit-border-radius: 0;
  border-radius: 0;
}
@media only screen and (min-width: 33.75em) {
  .tiles--layout_1x_large .tile {
    -webkit-border-radius: 0 0 0.75em 0.75em;
    border-radius: 0 0 0.75em 0.75em;
  }
}
@media only screen and (min-width: 56.25em) {
  .tiles--layout_1x_large .tile:before {
    padding-top: 35.95113% !important;
  }
  .tiles--layout_1x_large .tile .tile__img {
    width: 65.80311%;
    float: left;
    margin-right: 0;
  }
  .tiles--layout_1x_large .tile .tile__content {
    width: 34.19689%;
    float: right;
    margin-right: 0;
  }
  .tiles--layout_1x_large .tile, .tiles--layout_1x_large .tile__content {
    -webkit-border-radius: 0 0.75em 0.75em 0;
    border-radius: 0 0.75em 0.75em 0;
  }
}
@media only screen and (min-width: 56.25em) {
  .tiles--layout_1x_large_2x_mid .tile:first-child {
    width: 48.70466%;
    float: left;
    margin-right: 2.59067%;
  }
  .tiles--layout_1x_large_2x_mid .tile:first-child .tile__content {
    padding-left: 4.30108%;
    padding-right: 10.75269%;
  }
  .tiles--layout_1x_large_2x_mid .tile:first-child .tile__button:after {
    width: 8.60215%;
  }
}
@media only screen and (min-width: 56.25em) {
  .tiles--layout_1x_large_2x_mid .tile:nth-child(2),
  .tiles--layout_1x_large_2x_mid .tile:nth-child(3) {
    width: 48.70466%;
    float: right;
    margin-right: 0;
  }
  .tiles--layout_1x_large_2x_mid .tile:nth-child(2):before,
  .tiles--layout_1x_large_2x_mid .tile:nth-child(3):before {
    padding-top: 33.15412%;
    padding-bottom: 0;
  }
  .tiles--layout_1x_large_2x_mid .tile:nth-child(2) .tile__img,
  .tiles--layout_1x_large_2x_mid .tile:nth-child(3) .tile__img {
    width: 64.89362%;
    float: left;
    margin-right: 5.31915%;
    margin-right: 0;
  }
  .tiles--layout_1x_large_2x_mid .tile:nth-child(2) .tile__content,
  .tiles--layout_1x_large_2x_mid .tile:nth-child(3) .tile__content {
    width: 35.10638%;
    float: right;
    margin-right: 0;
    padding-left: 3.22581%;
    padding-right: 3.22581%;
  }
}
@media only screen and (min-width: 56.25em) {
  .tiles--layout_1x_large_2x_mid .tile:nth-child(2) {
    margin-bottom: 0.26882%;
  }
  .tiles--layout_1x_large_2x_mid .tile:nth-child(2),
  .tiles--layout_1x_large_2x_mid .tile:nth-child(2) .tile__content {
    -webkit-border-radius: 0 0.75em 0 0;
    border-radius: 0 0.75em 0 0;
  }
}
@media only screen and (min-width: 56.25em) {
  .tiles--layout_1x_large_2x_mid .tile:nth-child(3),
  .tiles--layout_1x_large_2x_mid .tile:nth-child(3) .tile__content {
    -webkit-border-radius: 0 0 0.75em 0;
    border-radius: 0 0 0.75em 0;
  }
}
@media only screen and (min-width: 33.75em) {
  .tiles--layout_2x_large .tile {
    width: 48.70466%;
    float: left;
    margin-right: 2.59067%;
  }
  .tiles--layout_2x_large .tile:last-child, .tiles--layout_2x_large .tile:nth-child(2n) {
    float: right;
    margin-right: 0;
  }
  .tiles--layout_2x_large .tile .tile__button:after {
    width: 8.60215%;
  }
}
@media only screen and (min-width: 33.75em) {
  .tiles--layout_3x_mid .tile {
    width: 31.60622%;
    float: left;
    margin-right: 2.59067%;
  }
  .tiles--layout_3x_mid .tile:nth-child(3n) {
    float: right;
    margin-right: 0;
  }
  .tiles--layout_3x_mid .tile .tile__button:after {
    width: 13.25967%;
  }
  .tiles--layout_3x_mid .tile .tile__content {
    font-size: 50%;
  }
}
@media only screen and (min-width: 38.75em) {
  .tiles--layout_3x_mid .tile .tile__content {
    font-size: 62.5%;
  }
}
@media only screen and (min-width: 56.25em) {
  .tiles--layout_3x_mid .tile .tile__content {
    font-size: 100%;
  }
}
@media only screen and (min-width: 33.75em) {
  .tiles--layout_4x_mid .tile {
    width: 48.70466%;
    float: left;
    margin-right: 2.59067%;
    margin-bottom: 0.75em;
  }
  .tiles--layout_4x_mid .tile:nth-child(2n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 56.25em) {
  .tiles--layout_4x_mid .tile {
    -webkit-border-radius: 0 0.75em 0.75em 0;
    border-radius: 0 0.75em 0.75em 0;
  }
  .tiles--layout_4x_mid .tile:before {
    padding-top: 33.15412%;
    padding-bottom: 0;
  }
  .tiles--layout_4x_mid .tile .tile__img {
    width: 64.89362%;
    float: left;
    margin-right: 5.31915%;
    margin-right: 0;
  }
  .tiles--layout_4x_mid .tile .tile__content {
    width: 35.10638%;
    float: right;
    margin-right: 0;
    padding-left: 3.22581%;
    padding-right: 3.22581% !important;
  }
  .tiles--layout_4x_mid .tile .tile__subtitle {
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

.tiles--type-event .tile {
  margin-bottom: 1.125em;
  position: relative;
  overflow: hidden;
  border: 1px solid #DDD;
}
.tiles--type-event .tile__content {
  background-color: #FFF;
  width: 100%;
  padding-top: 0.75em;
  padding-bottom: 0.75em;
  border-top: 1px solid #DDD;
  padding-left: 3.75%;
  padding-right: 3.75%;
}
@media only screen and (min-width: 56.25em) {
  .tiles--type-event .tile__content {
    padding-left: 1.04712%;
    padding-right: 1.04712%;
  }
}
.tiles--type-event.tiles--layout--button .tile__content {
  padding-right: 15%;
}
@media only screen and (min-width: 56.25em) {
  .tiles--type-event.tiles--layout--button .tile__content {
    padding-right: 6.28272%;
  }
}
.tiles--type-event .tile__title {
  margin-bottom: 0;
  color: #009DE8;
}
.tiles--type-event .tile__button:after {
  right: 0.75em;
}
.tiles--type-event.tiles--layout {
  -webkit-border-radius: 0 0 0.75em 0.75em;
  border-radius: 0 0 0.75em 0.75em;
}
@media only screen and (min-width: 56.25em) {
  .tiles--type-event.tiles--layout_1x_large .tile__content-inner {
    font-size: 150%;
  }
  .tiles--type-event.tiles--layout_1x_large .tile__content {
    padding-left: 2.09424%;
    padding-right: 2.09424%;
  }
}
@media only screen and (min-width: 56.25em) {
  .tiles--type-event.tiles--layout_2x_large .tile__content {
    padding-left: 2.15827%;
    padding-right: 2.15827%;
  }
}
@media only screen and (min-width: 56.25em) {
  .tiles--type-event.tiles--layout_2x_large.tiles--layout--button .tile__content {
    padding-right: 12.94964%;
  }
}
@media only screen and (min-width: 56.25em) {
  .tiles--type-event.tiles--layout_3x_mid .tile__content {
    padding-left: 3.31492%;
    padding-right: 3.31492%;
  }
}
@media only screen and (min-width: 33.75em) {
  .tiles--type-event.tiles--layout_3x_mid.tiles--layout--button .tile__content {
    padding-right: 19.8895%;
  }
}

.tile__extra-content {
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  max-height: 0;
  overflow: hidden;
  line-height: 1.5em;
}
.tile:hover .tile__extra-content {
  max-height: 1.875em;
  padding-top: 0.375em;
}
.tile__extra-content__button {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.tiles--type-event.tiles--page-layout-whats-on:after {
  content: '';
  width: 100%;
  height: 0;
  display: inline-block;
}
.tiles--type-event.tiles--page-layout-whats-on .tile {
  width: 49%;
  margin: 0 2% 2% 0;
  float: left;
  text-align: left;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.tiles--type-event.tiles--page-layout-whats-on .tile:before {
  content: "";
  display: block;
  padding-top: 54.71698%;
  padding-bottom: 4.3125em;
}
.tiles--type-event.tiles--page-layout-whats-on .tile .tile__img,
.tiles--type-event.tiles--page-layout-whats-on .tile .tile__content {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
.tiles--type-event.tiles--page-layout-whats-on .tile .tile__img {
  height: 100%;
}
.tiles--type-event.tiles--page-layout-whats-on .tile .tile__content {
  bottom: 0;
  top: auto;
}
.tiles--type-event.tiles--page-layout-whats-on .tile:before {
  padding-bottom: 3.25em;
}
.tiles--type-event.tiles--page-layout-whats-on .tile.nth-visible-2n {
  margin-right: 0;
}
.tiles--type-event.tiles--page-layout-whats-on .tile.nth-visible-2n-1 {
  clear: left;
}
@media only screen and (min-width: 26.25em) {
  .tiles--type-event.tiles--page-layout-whats-on .tile {
    width: 48.70466%;
    float: left;
    margin-right: 2.59067%;
    margin-bottom: 2.59067%;
    -webkit-border-radius: 0 0 0.375em 0.375em;
    border-radius: 0 0 0.375em 0.375em;
  }
}
@media only screen and (min-width: 38.75em) {
  .tiles--type-event.tiles--page-layout-whats-on .tile {
    width: 31.60622%;
    float: left;
    margin-right: 2.59067%;
    margin-bottom: 2.59067%;
  }
  .tiles--type-event.tiles--page-layout-whats-on .tile.nth-visible-2n {
    margin-right: 2.59067%;
  }
  .tiles--type-event.tiles--page-layout-whats-on .tile.nth-visible-2n-1 {
    clear: none;
  }
  .tiles--type-event.tiles--page-layout-whats-on .tile.nth-visible-3n {
    margin-right: 0;
  }
  .tiles--type-event.tiles--page-layout-whats-on .tile.nth-visible-3n-1 {
    clear: left;
  }
}
@media only screen and (min-width: 56.25em) {
  .tiles--type-event.tiles--page-layout-whats-on .tile {
    width: 23.05699%;
    float: left;
    margin-right: 2.59067%;
    margin-bottom: 1.93548%;
  }
  .tiles--type-event.tiles--page-layout-whats-on .tile, .tiles--type-event.tiles--page-layout-whats-on .tile.nth-visible-2n, .tiles--type-event.tiles--page-layout-whats-on .tile.nth-visible-3n {
    margin-right: 1.93548%;
  }
  .tiles--type-event.tiles--page-layout-whats-on .tile.nth-visible-3n-1 {
    clear: none;
  }
  .tiles--type-event.tiles--page-layout-whats-on .tile:hover .tile__title {
    white-space: normal;
  }
}
.tiles--type-event.tiles--page-layout-whats-on .tile.js--fade-in {
  opacity: 1;
  -webkit-animation: fadeIn 400ms;
  animation: fadeIn 400ms;
}
.tiles--type-event.tiles--page-layout-whats-on .tile.js--invisible {
  opacity: 0;
}
.tiles--type-event.tiles--page-layout-whats-on .tile.js--fade-out {
  opacity: 0;
  -webkit-animation: fadeOut 400ms;
  animation: fadeOut 400ms;
}
.tiles--type-event.tiles--page-layout-whats-on .tile.js--hidden {
  display: none;
}
.tiles--type-event.tiles--page-layout-whats-on .tile__img {
  overflow: hidden;
}
.tiles--type-event.tiles--page-layout-whats-on .tile__img img {
  width: 100%;
}
.tiles--type-event.tiles--page-layout-whats-on .tile__content {
  padding: 0.375em 0.3125em 0.5625em;
  -webkit-border-radius: 0;
  border-radius: 0;
}
@media only screen and (min-width: 26.25em) {
  .tiles--type-event.tiles--page-layout-whats-on .tile__content {
    -webkit-border-radius: 0 0 0.375em 0.375em;
    border-radius: 0 0 0.375em 0.375em;
  }
}
@media only screen and (min-width: 56.25em) {
  .tiles--type-event.tiles--page-layout-whats-on .tile__content {
    padding-left: 0.6875em;
    padding-right: 0.6875em;
  }
}
.tiles--type-event.tiles--page-layout-whats-on .tile__title {
  line-height: 1em;
  margin: 0.1875em 0;
}

.tiles--type-event--text-only .tile {
  background-color: #FFF;
  border: 1px solid #DDD;
  display: block;
  -webkit-transition: background-color 400ms ease-in;
  transition: background-color 400ms ease-in;
  font-size: 75%;
}
.tiles--type-event--text-only .tile, .tiles--type-event--text-only .tile__content {
  -webkit-border-radius: 0;
  border-radius: 0;
}
@media only screen and (min-width: 33.75em) {
  .tiles--type-event--text-only .tile {
    font-size: 75%;
    -webkit-border-radius: 1.125em;
    border-radius: 1.125em;
  }
}
@media only screen and (min-width: 56.25em) {
  .tiles--type-event--text-only .tile {
    font-size: 100%;
  }
}
.tiles--type-event--text-only .tile:hover {
  background-color: #f2f2f2;
}
.tiles--type-event--text-only .tile .tile__icon {
  width: 3.375em;
  height: 3.375em;
  display: block;
  position: absolute;
  left: 1.5em;
  top: 50%;
  margin-top: -1.6875em;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100%;
}
.tiles--type-event--text-only .tile .tile__icon--type-calendar {
  background-image: url(http://dwidtcgi8uavr.cloudfront.net/images/icon--calendar--ba-1.png);
  background-image: url(http://dwidtcgi8uavr.cloudfront.net/images/icon--calendar--ba-1.svg), none;
}
.tiles--type-event--text-only .tile .tile__icon + .tile__content {
  margin-left: 4.875em;
}
.tiles--type-event--text-only .tile .tile__pretitle {
  margin-bottom: 0;
  font-weight: normal;
}
.tiles--type-event--text-only .tile .tile__title {
  padding-right: 55px;
  font-size: 2.2em;
  margin-bottom: 0;
  color: #009DE8;
}
.tiles--type-event--text-only .tile .tile__subtitle {
  font-size: 0.9375em;
  line-height: 1.2em;
}
.tiles--type-event--text-only .tile .tile__button {
  font-size: 150%;
}
.tiles--type-event--text-only .tile .tile__button:after {
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
}
.tiles--type-event--text-only .tile--event--layout-highlight {
  background-color: #009DE8;
  border: none;
}
.tiles--type-event--text-only .tile--event--layout-highlight:hover {
  background-color: #008ccf;
}
.tiles--type-event--text-only .tile--event--layout-highlight .tile__title,
.tiles--type-event--text-only .tile--event--layout-highlight .tile__subtitle {
  color: #FFF;
}
.tiles--type-event--text-only .tile--event--layout-highlight .tile__icon--type-calendar {
  background-image: url(../../images/icon--calendar--white.png);
  background-image: url(../../images/icon--calendar--white.svg), none;
}
.tiles--type-event--text-only .tile--event--layout-highlight .tile__button:after {
  background-color: #FFF;
  background-image: url(../../images/icon--chevron-right--ba-1.png);
  background-image: url(../../images/icon--chevron-right--ba-1.svg), none;
}
@media only screen and (min-width: 33.75em) {
  .tiles--type-event--text-only.tiles--layout_2x_large .tile__content,
  .tiles--type-event--text-only.tiles--layout_2x_large .tile__icon {
    font-size: 62.5%;
  }
  .tiles--type-event--text-only.tiles--layout_2x_large .tile,
  .tiles--type-event--text-only.tiles--layout_2x_large .tile__container {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
}
@media only screen and (min-width: 44.375em) {
  .tiles--type-event--text-only.tiles--layout_2x_large .tile__content,
  .tiles--type-event--text-only.tiles--layout_2x_large .tile__icon {
    font-size: 100%;
  }
}

.tiles--type-button .tile {
  background-color: #FFF;
  display: block;
  -webkit-transition: background-color 400ms ease-in;
  transition: background-color 400ms ease-in;
}
.tiles--type-button .tile:hover {
  background-color: #f2f2f2;
}
.tiles--type-button .tile__content {
  padding: 0;
  white-space: nowrap;
  border: 1px solid #DDD;
}
.tiles--type-button .tile__icon,
.tiles--type-button .tile__title-outer {
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
}
.tiles--type-button .tile__icon {
  width: 3.75em;
  height: 3.75em;
  text-align: center;
  background-color: #009DE8;
}
.tiles--type-button .tile__icon:before, .tiles--type-button .tile__icon:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
}
.tiles--type-button .tile__icon:before {
  background: url(../../images/icon--blog--white.png) 50% 50% no-repeat;
  background-image: url(../../images/icon--blog--white.svg), none;
  background-size: 100%;
  width: 1.875em;
  height: 1.875em;
}
.tiles--type-button .tile__icon:after {
  height: 100%;
}
.tiles--type-button .tile__title-outer {
  padding: 0 0.5625em;
}
.tiles--type-button .tile__title {
  margin-bottom: 0;
  color: #009DE8;
}
.tiles--type-button.tiles--layout_stack_large .tile {
  background-color: #FFF;
  -webkit-transition: background-color 400ms ease-in;
  transition: background-color 400ms ease-in;
  font-size: 50%;
}
.tiles--type-button.tiles--layout_stack_large .tile:hover {
  background-color: #f2f2f2;
}
@media only screen and (min-width: 56.25em) {
  .tiles--type-button.tiles--layout_stack_large .tile {
    font-size: 100%;
  }
}
.tiles--type-button.tiles--layout_stack_large .tile__icon {
  width: 7.5em;
  height: 7.5em;
  margin: -1px;
}
.tiles--type-button.tiles--layout_stack_large .tile__icon:before {
  width: 3.75em;
  height: 3.75em;
}
@media only screen and (min-width: 56.25em) {
  .tiles--type-button.tiles--layout_stack_large .tile__content {
    -webkit-border-radius: 0 1.125em 1.125em 0;
    border-radius: 0 1.125em 1.125em 0;
  }
}
.tiles--type-button.tiles--layout_stack_large .tile__title-outer {
  padding: 0 1.125em;
}
.tiles--type-button.tiles--layout_stack_large .tile__title {
  margin-bottom: 0;
  overflow: visible;
  color: #009DE8;
}

.tiles--type-button .tile {
  background-color: #FFF;
  display: block;
  -webkit-transition: background-color 400ms ease-in;
  transition: background-color 400ms ease-in;
  overflow: visible;
}
.tiles--type-button .tile, .tiles--type-button .tile__content {
  -webkit-border-radius: 0;
  border-radius: 0;
}
@media only screen and (min-width: 56.25em) {
  .tiles--type-button .tile, .tiles--type-button .tile__content {
    -webkit-border-radius: 0.75em;
    border-radius: 0.75em;
  }
  .tiles--type-button .tile .tile__icon {
    -webkit-border-radius: 0.75em 0 0 0.75em;
    border-radius: 0.75em 0 0 0.75em;
  }
}
@media only screen and (min-width: 56.25em) and (min-width: 56.25em) {
  .tiles--type-button .tile.tile--layout-image,
  .tiles--type-button .tile.tile--layout-image .tile__content {
    -webkit-border-radius: 0 0 0.75em 0.75em;
    border-radius: 0 0 0.75em 0.75em;
  }
  .tiles--type-button .tile.tile--layout-image .tile__icon {
    -webkit-border-radius: 0 0 0 0.75em;
    border-radius: 0 0 0 0.75em;
  }
}

.tiles--type-button .tile:hover {
  background-color: #f2f2f2;
}
.tiles--type-button .tile:hover .tile__icon:before {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.tiles--type-button .tile__content {
  padding: 0;
  white-space: nowrap;
  border: 1px solid #DDD;
}
.tiles--type-button .tile--layout-image .tile__content {
  border-top: 0;
}
.tiles--type-button .tile__icon,
.tiles--type-button .tile__title-outer {
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
}
.tiles--type-button .tile__icon {
  width: 3.75em;
  height: 3.75em;
  margin: -1px;
  text-align: center;
  background-color: #009DE8;
}
.tiles--type-button .tile__icon:before, .tiles--type-button .tile__icon:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.tiles--type-button .tile__icon:before {
  background: url(../../images/icon--blog--white.png) 50% 50% no-repeat;
  background-image: url(../../images/icon--blog--white.svg), none;
  background-size: 100%;
  width: 1.875em;
  height: 1.875em;
}
.tiles--type-button .tile__icon:after {
  height: 100%;
}
.tiles--type-button .tile__icon--type-blog .tile__icon:before {
  background-image: url(../../images/icon--blog--white.png);
  background-image: url(../../images/icon--blog--white.svg), none;
}
.tiles--type-button .tile__icon--type-pre-show .tile__icon:before {
  background-image: url(../../images/icon--pre-show--white.png);
  background-image: url(../../images/icon--pre-show--white.svg), none;
}
.tiles--type-button .tile__icon--type-info .tile__icon:before {
  background-image: url(../../images/icon--info--white.png);
  background-image: url(../../images/icon--info--white.svg), none;
}
.tiles--type-button .tile__title-outer {
  padding: 0 0.5625em;
  overflow: hidden;
}
.tiles--type-button .tile__title {
  margin-bottom: 0;
  color: #009DE8;
}
.tiles--type-button.tiles--layout_stack_large .tile {
  background-color: #FFF;
  -webkit-transition: background-color 400ms ease-in;
  transition: background-color 400ms ease-in;
  font-size: 50%;
}
.tiles--type-button.tiles--layout_stack_large .tile:hover {
  background-color: #f2f2f2;
}
.tiles--type-button.tiles--layout_stack_large .tile, .tiles--type-button.tiles--layout_stack_large .tile__content {
  -webkit-border-radius: 0;
  border-radius: 0;
}
@media only screen and (min-width: 56.25em) {
  .tiles--type-button.tiles--layout_stack_large .tile {
    font-size: 100%;
  }
  .tiles--type-button.tiles--layout_stack_large .tile, .tiles--type-button.tiles--layout_stack_large .tile__content {
    -webkit-border-radius: 0 1.125em 1.125em 0;
    border-radius: 0 1.125em 1.125em 0;
  }
  .tiles--type-button.tiles--layout_stack_large .tile .tile__icon {
    -webkit-border-radius: 0;
    border-radius: 0;
  }
}
.tiles--type-button.tiles--layout_stack_large .tile__icon {
  width: 7.5em;
  height: 7.5em;
}
.tiles--type-button.tiles--layout_stack_large .tile__icon:before {
  width: 3.75em;
  height: 3.75em;
}
.tiles--type-button.tiles--layout_stack_large .tile__title-outer {
  padding: 0 1.125em;
}
.tiles--type-button.tiles--layout_stack_large .tile__title {
  margin-bottom: 0;
  overflow: visible;
  color: #009DE8;
}

.tiles--type-header .tile {
  background-color: #FFF;
  text-align: center;
  border-top: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
  font-size: 87.5%;
}
@media only screen and (min-width: 33.75em) {
  .tiles--type-header .tile {
    border: 1px solid #DDD;
  }
}
@media only screen and (min-width: 56.25em) {
  .tiles--type-header .tile, .tiles--type-header .tile__content {
    -webkit-border-radius: 0 1.5em 1.5em 0;
    border-radius: 0 1.5em 1.5em 0;
  }
}
@media only screen and (min-width: 63.875em) {
  .tiles--type-header .tile {
    font-size: 100%;
  }
}
.tiles--type-header .tile__content {
  padding-top: 1.5em;
}
.tiles--type-header .tile__hr {
  width: 80%;
  padding: 0.1875em 0 0;
  margin-bottom: 0.75em;
}
@media only screen and (min-width: 33.75em) {
  .tiles--type-header .tile__hr {
    padding: 0.6875em 0 0.75em;
    margin-bottom: 1.3125em;
  }
}
.tiles--type-header .tile__on-sale {
  margin-right: 6px;
  margin-bottom: 0;
  text-transform: uppercase;
}
@media only screen and (min-width: 33.75em) {
  .tiles--type-header .tile__on-sale {
    margin-right: 0;
  }
}
.tiles--type-header .tile__on-sale-date {
  color: #333;
}
.tiles--type-header .tile__on-sale, .tiles--type-header .tile__on-sale-date {
  display: inline-block;
}
@media only screen and (min-width: 33.75em) {
  .tiles--type-header .tile__on-sale, .tiles--type-header .tile__on-sale-date {
    display: block;
  }
}
.tiles--type-header .tile__title {
  margin-bottom: 0;
}
.tiles--type-header .tile__title, .tiles--type-header .tile__subtitle {
  white-space: normal;
}
.tiles--type-header .tile__subtitle {
  margin-top: 0.41379em;
  color: gray;
  text-transform: uppercase;
}
.tiles--type-header .tile__title, .tiles--type-header .tile__on-sale {
  color: #009DE8;
}
.tiles--type-header .tile__event-date {
  margin-bottom: 0;
  text-transform: uppercase;
}
.tiles--type-header .tile.tile--layout-long-title .tile__title {
  font-size: 2.125em !important;
  line-height: 1.05882em !important;
  margin: 0 0 0.33333em 0 !important;
}

.tile__logo .img, .carousel__index__item__logo .img {
  width: 7.5em;
  height: 7.5em;
  margin: 0 auto;
  display: block;
  background: url(../../images/sprites--amplify-2x-V2-f.jpg) 0 0 no-repeat;
  background-size: 500% auto;
  -ms-behavior: url(http://dwidtcgi8uavr.cloudfront.net/assets/css/backgroundsize.min.htc);
}
.logo--air.tile__logo .img, .logo--air.carousel__index__item__logo .img, .logo--beat.tile__logo .img, .logo--beat.carousel__index__item__logo .img {
  background-position: 0 0;
}
.js--active .logo--air.tile__logo .img, .js--active .logo--air.carousel__index__item__logo .img, .js--active .logo--beat.tile__logo .img, .js--active .logo--beat.carousel__index__item__logo .img {
  background-position: 0 100%;
}
.logo--club.tile__logo .img, .logo--club.carousel__index__item__logo .img, .logo--food.tile__logo .img, .logo--food.carousel__index__item__logo .img {
  background-position: 25% 0;
}
.js--active .logo--club.tile__logo .img, .js--active .logo--club.carousel__index__item__logo .img, .js--active .logo--food.tile__logo .img, .js--active .logo--food.carousel__index__item__logo .img {
  background-position: 25% 100%;
}
.logo--club-plus.tile__logo .img, .logo--club-plus.carousel__index__item__logo .img, .logo--drink.tile__logo .img, .logo--drink.carousel__index__item__logo .img {
  background-position: 50% 0;
}
.js--active .logo--club-plus.tile__logo .img, .js--active .logo--club-plus.carousel__index__item__logo .img, .js--active .logo--drink.tile__logo .img, .js--active .logo--drink.carousel__index__item__logo .img {
  background-position: 50% 100%;
}
.logo--freestyle.tile__logo .img, .logo--freestyle.carousel__index__item__logo .img, .logo--merch.tile__logo .img, .logo--merch.carousel__index__item__logo .img {
  background-position: 75% 0;
}
.js--active .logo--freestyle.tile__logo .img, .js--active .logo--freestyle.carousel__index__item__logo .img, .js--active .logo--merch.tile__logo .img, .js--active .logo--merch.carousel__index__item__logo .img {
  background-position: 75% 100%;
}
.logo--amplify.tile__logo .img, .logo--amplify.carousel__index__item__logo .img, .logo--hospitality.tile__logo .img, .logo--hospitality.carousel__index__item__logo .img {
  background-position: 100% 0;
}
.js--active .logo--amplify.tile__logo .img, .js--active .logo--amplify.carousel__index__item__logo .img, .js--active .logo--hospitality.tile__logo .img, .js--active .logo--hospitality.carousel__index__item__logo .img {
  background-position: 100% 100%;
}

.tiles--header--carousel.tiles--type-hospitality .tiles--type-header .tile__description-text,
.tiles--header--carousel.tiles--type-hospitality .tiles--type-header .tile__description-text p,
.tiles--header--carousel.tiles--type-hospitality .tiles--type-header .tile__paragraph,
.tiles--header--carousel.tiles--type-pre-show .tiles--type-header .tile__description-text,
.tiles--header--carousel.tiles--type-pre-show .tiles--type-header .tile__description-text p,
.tiles--header--carousel.tiles--type-pre-show .tiles--type-header .tile__paragraph {
  color: #009DE8;
}
.tiles--header--carousel.tiles--type-hospitality .tiles--type-header .tile__description-text a,
.tiles--header--carousel.tiles--type-hospitality .tiles--type-header .tile__paragraph a,
.tiles--header--carousel.tiles--type-pre-show .tiles--type-header .tile__description-text a,
.tiles--header--carousel.tiles--type-pre-show .tiles--type-header .tile__paragraph a {
  text-decoration: underline;
}

.tiles--type-pre-show .tile__logo .img {
  background-image: url(../../images/sprites--pre-show-2x-new-f.jpg);
}

.tile--layout-slideshow .tile__img {
  position: relative;
}
.tile--layout-slideshow .tile__img img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}
.tile--layout-slideshow .tile__img img:first-child {
  display: block;
  position: relative;
}

.tile--layout-slideshow.js--ready {
  -webkit-transition: opacity 400ms ease-out;
  transition: opacity 400ms ease-out;
}
.tile--layout-slideshow.js--ready .tile__img img {
  display: block;
  opacity: 0;
}
.tile--layout-slideshow.js--ready .tile__img img.js--active {
  opacity: 1;
  z-index: 10;
}

.tiles--type-ticket-info .tile {
  background-color: #EEEEEE;
  display: block;
  overflow: visible;
  text-align: center;
}
.tiles--type-ticket-info .tile, .tiles--type-ticket-info .tile__content {
  -webkit-border-radius: 0;
  border-radius: 0;
}
@media only screen and (min-width: 56.25em) {
  .tiles--type-ticket-info .tile, .tiles--type-ticket-info .tile__content {
    -webkit-border-radius: 0.75em;
    border-radius: 0.75em;
  }
}
.tiles--type-ticket-info .tile hr {
  width: 80%;
}

.ticket-info__title {
  margin-bottom: 0;
}
.ticket-info__phone {
  margin-bottom: 0;
}
.ticket-info__price {
  color: #333;
}
.ticket-info__price-intro {
  margin-bottom: 0;
}
.ticket-info__price-details {
  margin-bottom: 0.46154em;
}
.ticket-info__promoter-intro {
  margin-bottom: 0;
  opacity: 0.75;
}
.ticket-info__promoter-name {
  margin-bottom: 0;
}

.tiles--type-text .tile {
  border-top: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
  background-color: #fbfbfb;
}
@media only screen and (min-width: 56.25em) {
  .tiles--type-text .tile {
    -webkit-border-radius: 0.75em;
    border-radius: 0.75em;
    border: 1px solid #DDD;
  }
}
.tiles--type-text .tile p:last-child {
  margin-bottom: 0;
}
.article__content .tiles--type-text .tile {
  -webkit-border-radius: 0.75em;
  border-radius: 0.75em;
  border: 1px solid #DDD;
}

.tile--title {
  text-align: center;
  border: 0 !important;
  -webkit-border-radius: 0.75em !important;
  border-radius: 0.75em !important;
  background-color: #009DE8;
  font-size: 75%;
}
.tile--title .tile__content, .tile--title.tile div.tile__content {
  background-color: transparent;
  background-size: cover;
  background-position: top center;
  width: 100%;
  height: 100%;
  padding: 0;
  float: none;
  border: 0;
}
.tile--title .tile__content__section-titles {
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  padding: 0 0.75em;
}
.tile--title .tile__section-title,
.tile--title .tile__section-subtitle {
  color: #FFF;
}
@media only screen and (min-width: 33.75em) {
  .tile--title:before {
    content: '';
    padding-top: 54.61165%;
    padding-bottom: 5.8125em;
  }
  .tile--title .tile__content, .tile--title.tile div.tile__content {
    position: absolute;
    padding: 0;
    top: 0;
  }
}
@media only screen and (min-width: 56.25em) {
  .tile--title {
    font-size: 100%;
  }
}

.page--whats-on__header .tile {
  display: none;
}
.page--whats-on__header .tile:first-child {
  display: block;
}
@media only screen and (min-width: 33.75em) {
  .page--whats-on__header .tile {
    display: block;
  }
}

.social-icons__list {
  line-height: 1;
}

.social-icon {
  display: inline-block;
}

@media only screen and (min-width: 56.25em) {
  .header .social-icons {
    float: right;
  }
}
.social-icon {
  margin-left: 0.5625em;
}
.social-icon:first-child {
  margin-left: 0;
}
.social-icon a {
  display: block;
  background-color: #FFF;
  width: 1.5em;
  height: 1.5em;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}
.social-icon a:hover {
  opacity: 0.75;
}
.social-icon a:after, .social-icon a:before {
  content: '';
  vertical-align: middle;
  display: inline-block;
}
.social-icon a:before {
  content: '';
  width: 0.9375em;
  height: 0.9375em;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100%;
}
.social-icon a:after {
  width: 0;
  height: 100%;
}
.social-icon--facebook a:before {
  background-image: url(../../images/icon--facebook--ba-1.png);
  background-image: url(../../images/icon--facebook--ba-1.svg), none;
}
.social-icon--twitter a:before {
  background-image: url(../../images/icon--twitter--ba-1.png);
  background-image: url(../../images/icon--twitter--ba-1.svg), none;
}
.social-icon--google a:before {
  background-image: url(../../images/icon--google--ba-1.png);
  background-image: url(../../images/icon--google--ba-1.svg), none;
}
.social-icon--instagram a:before {
  background-image: url(../../images/icon--instagram--ba-1.png);
  background-image: url(../../images/icon--instagram--ba-1.svg), none;
}
.social-icon--youtube a:before {
  background-image: url(../../images/icon--youtube--ba-1.png);
  background-image: url(../../images/icon--youtube--ba-1.svg), none;
}

.social-sharing .accordion__title__inner__context {
  height: 20px;
  padding-right: 0 !important;
}

figure {
  margin: 0;
}

.cookie-jar .btn, .tile__extra-content__button, .whats-on__results-none button,
.whats-on__results-nolocalarena button, .modal__button, .site-section--blogsfolder .pagination-btns .prev,
.site-section--blogsfolder .pagination-btns .next, .site-section--blogsfolder .pagination-pageSelection a, .form-holder--type-emailToFriend .emailToFriend__submit, .message__button,
.message a.message__button, .article .button--get-tickets, .takeover-btn, .button-primary, .button,
a.button {
  display: inline-block;
  background-color: #FFF;
  color: #009DE8;
}
.cookie-jar .btn:hover, .tile__extra-content__button:hover, .whats-on__results-none button:hover,
.whats-on__results-nolocalarena button:hover, .modal__button:hover, .site-section--blogsfolder .pagination-btns .prev:hover,
.site-section--blogsfolder .pagination-btns .next:hover, .site-section--blogsfolder .pagination-pageSelection a:hover, .form-holder--type-emailToFriend .emailToFriend__submit:hover, .message__button:hover,
.message a.message__button:hover, .article .button--get-tickets:hover, .takeover-btn:hover, .button-primary:hover, .button:hover {
  background-color: #e6f5fd;
}

.cookie-jar .btn {
  -webkit-border-radius: 0.375rem;
  border-radius: 0.375rem;
}

.tile__extra-content__button, .whats-on__results-none button,
.whats-on__results-nolocalarena button, .modal__button, .site-section--blogsfolder .pagination-btns .prev,
.site-section--blogsfolder .pagination-btns .next, .site-section--blogsfolder .pagination-pageSelection a {
  border: 1px solid #009DE8;
}

.tile__extra-content__button, .whats-on__results-none button,
.whats-on__results-nolocalarena button, .modal__button, .site-section--blogsfolder .pagination-btns .prev,
.site-section--blogsfolder .pagination-btns .next, .site-section--blogsfolder .pagination-pageSelection a {
  -webkit-border-radius: 0.375rem;
  border-radius: 0.375rem;
}

.form-holder--type-emailToFriend .emailToFriend__submit, .message__button,
.message a.message__button, .article .button--get-tickets, .takeover-btn, .button-primary, .cookie-jar .btn {
  background-color: #009DE8;
  color: #FFF;
}
.form-holder--type-emailToFriend .emailToFriend__submit:hover, .message__button:hover,
.message a.message__button:hover, .article .button--get-tickets:hover, .takeover-btn:hover, .button-primary:hover, .cookie-jar .btn:hover {
  background-color: #008ccf;
}

.form-holder--type-emailToFriend .emailToFriend__submit, .message__button,
.message a.message__button, .article .button--get-tickets, .takeover-btn, .button-primary {
  -webkit-border-radius: 0.375rem;
  border-radius: 0.375rem;
}

.message__button:after,
.message a.message__button:after, .article .button--get-tickets:after, .takeover-btn:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -0.5em 0 0 -0.5em;
  width: 1em;
  height: 1em;
  background: url(../../images/icon--chevron-right--white.png) 50% 50% transparent no-repeat;
  background-image: url(../../images/icon--chevron-right--white.svg), none;
  background-size: 1em 1em;
}

.message__button,
.message a.message__button, .article .button--get-tickets, .takeover-btn {
  position: relative;
}

.article .button--get-tickets:after, .takeover-btn:after {
  left: auto;
  right: 1.125em;
}

.article .button--get-tickets, .takeover-btn {
  padding: 0.35294em 0.70588em;
  display: block;
  text-align: center;
  -webkit-border-radius: 0.35294em;
  border-radius: 0.35294em;
}
.article .button--get-tickets:after, .takeover-btn:after {
  left: auto;
  right: 0.52941em;
}

.form-holder--type-emailToFriend .emailToFriend__submit, .button-primary, .whats-on__results-none button,
.whats-on__results-nolocalarena button, .cookie-jar .btn {
  padding: 0.375em 0.75em;
}

.tile__extra-content__button, .site-section--blogsfolder .pagination-btns .prev,
.site-section--blogsfolder .pagination-btns .next, .site-section--blogsfolder .pagination-pageSelection a {
  font-size: 0.8125em;
  line-height: 1.38462em;
  padding: 0.07692em 0.46154em 0;
}

.button,
a.button {
  padding: 0.375em 0.75em;
  -webkit-transition: background-color 400ms ease-in;
  transition: background-color 400ms ease-in;
}
.button:hover,
a.button:hover {
  background-color: #f2f2f2;
}

.button-primary {
  color: white;
}
.button-primary:visited {
  color: white;
}

.buttons__list {
  margin-bottom: 1.875em;
}
.buttons__list .button {
  background-color: #FFF;
  display: block;
  margin-bottom: 0.5625em;
  -webkit-transition: background-color 400ms ease-in;
  transition: background-color 400ms ease-in;
}
.buttons__list .button__title {
  display: block;
  font-style: italic;
  margin-bottom: 0;
  color: #009DE8;
}

.button--ticket-affiliate {
  margin-bottom: 0.9375em;
}

.button--ticket-affiliate__logo {
  background-image: url(../../images/logo--powered-by-ttf.png);
  background-image: url(../../images/logo--powered-by-ttf.svg), none;
  display: inline-block;
  width: 9.6875em;
  height: 1em;
  vertical-align: middle;
}

.carousel__list {
  overflow: hidden;
  position: relative;
}
.carousel__top {
  position: relative;
}
.carousel__arrows__previous, .carousel__arrows__next {
  width: 3.75em;
  height: 3.75em;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  margin-top: -1.875em;
  z-index: 10;
}
.carousel__arrows__previous {
  left: 0;
  background-image: url(../../images/icon--chevron-left--ba-1.png);
  background-image: url(../../images/icon--chevron-left--ba-1.svg), none;
  -webkit-border-radius: 0 0.375em 0.375em 0;
  border-radius: 0 0.375em 0.375em 0;
}
.carousel__arrows__next {
  right: 0;
  background-image: url(../../images/icon--chevron-right--ba-1.png);
  background-image: url(../../images/icon--chevron-right--ba-1.svg), none;
  -webkit-border-radius: 0.375em 0 0 0.375em;
  border-radius: 0.375em 0 0 0.375em;
}
.carousel__item {
  opacity: 0.3;
  -webkit-transition: opacity 400ms ease-in;
  transition: opacity 400ms ease-in;
  position: relative;
}
.carousel__item img {
  max-width: 100%;
  display: block;
}
.carousel__item__content {
  text-align: center;
  background-color: #FFF;
  padding: 0.5625em 0.75em;
  -webkit-border-radius: 0 0 1.125em 1.125em;
  border-radius: 0 0 1.125em 1.125em;
  text-align: center;
  font-size: 75%;
}
@media only screen and (min-width: 33.75em) {
  .carousel__item__content {
    font-size: 100%;
  }
}
@media only screen and (min-width: 56.25em) {
  .carousel__item__content {
    padding: 0.5625em 1.5em;
    text-align: left;
  }
}
.carousel__item__title {
  margin: 0;
}
.carousel__item.js--active, .carousel__item:hover {
  opacity: 1;
}

.carousel__index {
  text-align: center;
  margin: 1.125em 0 0 0;
}
.carousel__index__title {
  margin: -0.63158em 0 1.26316em;
  text-align: center;
}
.carousel__index__title:before, .carousel__index__title:after {
  content: "\2013";
  display: inline-block;
  margin: 0 6px;
}
.carousel__index__item {
  display: inline-block;
}
.carousel__index a {
  display: block;
  font-size: 1.125em;
  width: 1em;
  height: 1em;
  margin: 0 0.5em;
}

.carousel--type-standard .carousel__item {
  display: none;
}
.carousel--type-standard .carousel__item.js--active {
  display: block;
}
@media only screen and (min-width: 26.25em) {
  .carousel--type-standard .carousel__item {
    width: 31.60622%;
    float: left;
    margin-right: 2.59067%;
    display: block;
  }
  .carousel--type-standard .carousel__item:last-child {
    float: right;
    margin-right: 0;
  }
}
.carousel--type-standard .carousel__index {
  display: none;
  visibility: hidden;
}
@media only screen and (min-width: 56.25em) {
  .carousel--type-standard .carousel__index {
    display: block;
  }
}
.carousel--type-standard .carousel__index__item {
  width: 0.75em;
  height: 0.75em;
  margin: 0 0.5625em;
  border: 1px solid #009DE8;
  background-color: #009DE8;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  opacity: 0.75;
}
.carousel--type-standard.carousel--layout-find-out-more .carousel__item a {
  position: relative;
  display: block;
}
@media only screen and (min-width: 38.75em) {
  .carousel--type-standard.carousel--layout-find-out-more .carousel__item a:hover:after {
    content: 'Find out more';
    background-color: rgba(255, 255, 255, 0.85);
    text-align: center;
    position: absolute;
    width: 80%;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    left: 10%;
    top: 50%;
    margin-top: -1.5em;
    line-height: 3em;
  }
}

.tiles--header--carousel .carousel__index {
  margin: 0 0 2.0625em;
}
.tiles--header--carousel .carousel__index__item {
  text-align: center;
  border: 1px solid #DDD;
  -webkit-border-radius: 0.75em;
  border-radius: 0.75em;
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}
.tiles--header--carousel .carousel__index__item:hover {
  background-color: #f2f2f2;
}
.tiles--header--carousel .carousel__index__item.js--active {
  background-color: #009DE8;
  border-color: #009DE8;
  position: relative;
}
.tiles--header--carousel .carousel__index__item.js--active:hover {
  background-color: #008ccf;
  border-color: #008ccf;
}
.tiles--header--carousel .carousel__index__item.js--active,
.tiles--header--carousel .carousel__index__item.js--active a {
  color: #FFF;
}
.tiles--header--carousel .carousel__index__item__link {
  position: relative;
  width: 100%;
  margin: 0;
}
.tiles--header--carousel .carousel__index__item__content {
  text-align: center;
  white-space: nowrap;
  font-size: 0;
}
.tiles--header--carousel .carousel__index__item__content:before, .tiles--header--carousel .carousel__index__item__content-context {
  display: inline-block;
  vertical-align: middle;
}
.tiles--header--carousel .carousel__index__item__content-context {
  font-size: 16px;
  font-size: 1rem;
  width: 100%;
}
.tiles--header--carousel .carousel__index__item__content:before {
  content: '';
  width: 0;
  height: 100%;
}
.tiles--header--carousel .carousel__index__item__title {
  margin-bottom: 0;
  white-space: normal;
}
.tiles--header--carousel .carousel__index--children-5 .carousel__index__item {
  width: 48.70466%;
  float: left;
  margin-right: 2.59067%;
  margin-bottom: 0.75em;
}
.tiles--header--carousel .carousel__index--children-5 .carousel__index__item:nth-child(2n) {
  margin-right: 0;
}
.tiles--header--carousel .carousel__index--children-5 .carousel__index__item:nth-child(2n+1) {
  clear: left;
}
@media only screen and (min-width: 30em) {
  .tiles--header--carousel .carousel__index--children-5 .carousel__index__item {
    width: 31.60622%;
    float: left;
    margin-right: 2.59067%;
    margin-bottom: 0.75em;
  }
  .tiles--header--carousel .carousel__index--children-5 .carousel__index__item:nth-child(2n) {
    margin-right: 2.59067%;
  }
  .tiles--header--carousel .carousel__index--children-5 .carousel__index__item:nth-child(2n+1) {
    clear: none;
  }
  .tiles--header--carousel .carousel__index--children-5 .carousel__index__item:nth-child(3n) {
    margin-right: 0;
  }
  .tiles--header--carousel .carousel__index--children-5 .carousel__index__item:nth-child(3n+1) {
    clear: left;
  }
}
@media only screen and (min-width: 38.75em) {
  .tiles--header--carousel .carousel__index--children-5 .carousel__index__item {
    width: 17.92746%;
    float: left;
    margin-right: 2.59067%;
    margin-bottom: 0;
  }
  .tiles--header--carousel .carousel__index--children-5 .carousel__index__item:nth-child(3n) {
    margin-right: 2.59067%;
  }
  .tiles--header--carousel .carousel__index--children-5 .carousel__index__item:nth-child(3n+1) {
    clear: none;
  }
  .tiles--header--carousel .carousel__index--children-5 .carousel__index__item:nth-child(5n) {
    margin-right: 0;
  }
  .tiles--header--carousel .carousel__index--children-5 .carousel__index__item:nth-child(5n+1) {
    clear: left;
  }
}
.tiles--header--carousel .carousel__index--children-5 .carousel__index__item__link {
  padding-top: 54.85437%;
}
.tiles--header--carousel .carousel__index--children-6 .carousel__index__item {
  width: 31.60622%;
  float: left;
  margin-right: 2.59067%;
  margin-bottom: 0.75em;
}
.tiles--header--carousel .carousel__index--children-6 .carousel__index__item:nth-child(3n) {
  margin-right: 0;
}
.tiles--header--carousel .carousel__index--children-6 .carousel__index__item:nth-child(3n+1) {
  clear: left;
}
@media only screen and (min-width: 38.75em) {
  .tiles--header--carousel .carousel__index--children-6 .carousel__index__item {
    width: 14.50777%;
    float: left;
    margin-right: 2.59067%;
    margin-bottom: 0;
  }
  .tiles--header--carousel .carousel__index--children-6 .carousel__index__item:nth-child(3n) {
    margin-right: 2.59067%;
  }
  .tiles--header--carousel .carousel__index--children-6 .carousel__index__item:nth-child(3n+1) {
    clear: none;
  }
  .tiles--header--carousel .carousel__index--children-6 .carousel__index__item:last-child {
    float: right;
    margin-right: 0;
  }
}
.tiles--header--carousel .carousel__index--children-6 .carousel__index__item__link {
  padding-top: 54.81928%;
}
@media only screen and (min-width: 38.75em) and (max-width: 56.25em) {
  .tiles--header--carousel .carousel__index--children-6 .carousel__index__item__link {
    padding-top: 100%;
  }
}

.tiles--header--carousel--layout-index-top .carousel__index {
  margin-bottom: 1.5em;
}

.tiles--header--carousel--layout-index-bottom .carousel__index {
  margin-top: -0.375em;
}

.tiles--header--carousel .carousel__index__item.js--active:after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -0.375em;
  -webkit-transition: border-color 200ms ease-in;
  transition: border-color 200ms ease-in;
  -webkit-animation: arrowDown 600ms;
  animation: arrowDown 600ms;
}
@media only screen and (min-width: 26.25em) {
  .tiles--header--carousel .carousel__index__item.js--active:after {
    margin-left: -0.46875em;
  }
}
.tiles--header--carousel.tiles--header--carousel--layout-index-top .carousel__index__item.js--active:after {
  -webkit-animation: arrowDown 600ms;
  animation: arrowDown 600ms;
  width: 0;
  height: 0;
  border-top: 0.5625em solid #009DE8;
  border-right: 0.46875em solid transparent;
  border-left: 0.46875em solid transparent;
}
@media only screen and (min-width: 26.25em) {
  .tiles--header--carousel.tiles--header--carousel--layout-index-top .carousel__index__item.js--active:after {
    width: 0;
    height: 0;
    border-top: 0.625em solid #009DE8;
    border-right: 0.5625em solid transparent;
    border-left: 0.5625em solid transparent;
  }
}
.tiles--header--carousel.tiles--header--carousel--layout-index-top .carousel__index__item.js--active:hover:after {
  border-top-color: #008ccf;
}
.tiles--header--carousel.tiles--header--carousel--layout-index-bottom .carousel__index__item.js--active:after {
  -webkit-animation: arrowUp 600ms;
  animation: arrowUp 600ms;
  width: 0;
  height: 0;
  border-right: 0.46875em solid transparent;
  border-bottom: 0.5625em solid #009DE8;
  border-left: 0.46875em solid transparent;
  top: -0.5625em;
}
@media only screen and (min-width: 26.25em) {
  .tiles--header--carousel.tiles--header--carousel--layout-index-bottom .carousel__index__item.js--active:after {
    width: 0;
    height: 0;
    border-right: 0.5625em solid transparent;
    border-bottom: 0.5625em solid #009DE8;
    border-left: 0.5625em solid transparent;
  }
}
.tiles--header--carousel.tiles--header--carousel--layout-index-bottom .carousel__index__item.js--active:hover:after {
  border-bottom-color: #008ccf;
}
.tiles--header--carousel.tiles--header--carousel--layout-index-bottom .foo .carousel__index__item.js--active:after {
  -webkit-animation: arrowDown 600ms;
  animation: arrowDown 600ms;
  width: 0;
  height: 0;
  border-top: 0.5625em solid #009DE8;
  border-right: 0.46875em solid transparent;
  border-left: 0.46875em solid transparent;
}
@media only screen and (min-width: 26.25em) {
  .tiles--header--carousel.tiles--header--carousel--layout-index-bottom .foo .carousel__index__item.js--active:after {
    width: 0;
    height: 0;
    border-top: 0.625em solid #009DE8;
    border-right: 0.5625em solid transparent;
    border-left: 0.5625em solid transparent;
  }
}
.tiles--header--carousel.tiles--header--carousel--layout-index-bottom .foo .carousel__index__item.js--active:hover:after {
  border-top-color: #008ccf;
}

.carousel__index__item__logo {
  width: 44.33498%;
  padding-top: 44.33498%;
  margin: 0 auto;
  position: relative;
  /*
  &.logo--amplify {
  	width: 180 / 203 * 100%;
  	.img {
  		padding-top: 25%;
  		height: 0;
  		top: 50%;
  		margin-top: -12.5%;
  	}
  }
  */
}

.tiles--type-pre-show .carousel__index__item__logo .img {
  background-image: url(../../images/sprites--pre-show-2x-new-f.jpg);
}

.carousel__index__item__image {
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: -1px;
  right: -1px;
  z-index: 10;
  overflow: hidden;
  -webkit-border-radius: 0.75em;
  border-radius: 0.75em;
  opacity: 0.5;
}
.js--active .carousel__index__item__image {
  opacity: 1;
}
.carousel__index__item__image img {
  max-width: 100%;
}

.tiles--header--carousel--layout-getting-here .carousel__index__item__title {
  text-transform: capitalize;
}
@media only screen and (min-width: 33.75em) {
  .tiles--header--carousel--layout-getting-here .carousel__index__item__title:before {
    content: '';
    width: 60px;
    height: 60px;
    display: inline-block;
    background: url("../../images/sprites--getting-here.png") 0 0 no-repeat;
    background-image: url("../../images/sprites--getting-here.svg"), none;
    vertical-align: middle;
    margin-right: 9px;
    -webkit-transition: -webkit-transform 200ms ease-out;
    transition: transform 200ms ease-out;
  }
}
@media only screen and (min-width: 38.75em) and (max-width: 56.25em) {
  .tiles--header--carousel--layout-getting-here .carousel__index__item__title:before {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
.tiles--header--carousel--layout-getting-here .carousel__index__item:hover .carousel__index__item__title:before {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.tiles--header--carousel--layout-getting-here .carousel__index__item--car .carousel__index__item__title:before {
  background-position: 0px 0;
}
.tiles--header--carousel--layout-getting-here .carousel__index__item--car.js--active .carousel__index__item__title:before {
  background-position: 0px -60px;
}
.tiles--header--carousel--layout-getting-here .carousel__index__item--train .carousel__index__item__title:before {
  background-position: -60px 0;
}
.tiles--header--carousel--layout-getting-here .carousel__index__item--train.js--active .carousel__index__item__title:before {
  background-position: -60px -60px;
}
.tiles--header--carousel--layout-getting-here .carousel__index__item--bus .carousel__index__item__title:before {
  background-position: -120px 0;
}
.tiles--header--carousel--layout-getting-here .carousel__index__item--bus.js--active .carousel__index__item__title:before {
  background-position: -120px -60px;
}
.tiles--header--carousel--layout-getting-here .carousel__index__item--taxi .carousel__index__item__title:before {
  background-position: -180px 0;
}
.tiles--header--carousel--layout-getting-here .carousel__index__item--taxi.js--active .carousel__index__item__title:before {
  background-position: -180px -60px;
}
.tiles--header--carousel--layout-getting-here .carousel__index__item--plane .carousel__index__item__title:before {
  background-position: -240px 0;
}
.tiles--header--carousel--layout-getting-here .carousel__index__item--plane.js--active .carousel__index__item__title:before {
  background-position: -240px -60px;
}
.tiles--header--carousel--layout-getting-here .carousel__index__item--barge .carousel__index__item__title:before {
  background-position: -300px 0;
}
.tiles--header--carousel--layout-getting-here .carousel__index__item--barge.js--active .carousel__index__item__title:before {
  background-position: -300px -60px;
}

.accordion__content {
  max-height: 9999px;
  overflow: hidden;
  -webkit-transition: max-height 200ms ease-in, padding 200ms ease-in, opacity 400ms ease-in;
  transition: max-height 200ms ease-in, padding 200ms ease-in, opacity 400ms ease-in;
  opacity: 1;
  padding-top: 0.75em;
  padding-bottom: 1.125em;
  /*jlt 26-1-16  trying to have consistent font size hieght for text not in paragraphs. */
  font-size: 16px;
  font-size: 1rem;
}
.accordion__content p,
.accordion__content ul,
.accordion__content ol {
  /*jlt 26-1-16  trying to have consistent font size hieght for text not in paragraphs. */
  font-size: 16px;
  font-size: 1rem;
}
.accordion__content li {
  margin-bottom: 0.85714em;
}
.accordion__item.js--closed .accordion__content {
  max-height: 0;
  opacity: 0;
  padding-top: 0;
  padding-bottom: 0;
}

ul.accordion {
  font-size: 16px;
  font-size: 1rem;
}

.accordion--type-article .accordion__title {
  margin-bottom: 0.31579em;
  text-transform: uppercase;
  background-color: #EEEEEE;
  padding: 0.47368em 0.63158em 0.31579em;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}
.accordion--type-article .accordion__title:hover {
  background-color: #e1e1e1;
}
.accordion--type-article .accordion__title, .accordion--type-article .accordion__title a {
  color: #544695;
}
.accordion--type-article .accordion__title a {
  display: block;
  position: relative;
  padding-left: 21px;
  padding-left: 1.3125rem;
}
.accordion--type-article .accordion__title a:before {
  content: '';
  font-size: 16px;
  font-size: 1rem;
  width: 0;
  height: 0;
  border-right: 0.375em solid transparent;
  border-bottom: 0.625em solid #544695;
  border-left: 0.375em solid transparent;
  display: inline-block;
  -webkit-transition: -webkit-transform 400ms;
  transition: transform 400ms;
  margin: 0.1875em 0.5625em 0 0;
  vertical-align: middle;
  -webkit-perspective: 400px;
  perspective: 400px;
  position: absolute;
  top: 0;
  left: 0;
}
.accordion--type-article .accordion__item.js--closed .accordion__title a:before {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}

.accordion--type-sidebar .accordion__title__inner:before, .social-sharing:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 3em;
  height: 3em;
  background-color: #544695;
  margin-right: 0.75em;
  -webkit-border-radius: 0.75em;
  border-radius: 0.75em;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 1.875em;
}

.accordion--type-sidebar .accordion__item {
  border: 1px solid #DDD;
  padding: 0.375em;
  margin-bottom: 1.125em;
  -webkit-border-radius: 0.75em;
  border-radius: 0.75em;
}
.accordion--type-sidebar.js--accordion .accordion__item {
  -webkit-transform: translateZ(0);
}
.accordion--type-sidebar .accordion__title {
  position: relative;
  min-height: 2.52632em;
  margin-bottom: 0;
}
.accordion--type-sidebar .accordion__title, .accordion--type-sidebar .accordion__title a {
  color: #544695;
}
.accordion--type-sidebar .accordion__title a {
  display: block;
}
.accordion--type-sidebar .accordion__title__inner__context {
  display: inline-block;
  vertical-align: middle;
}
.accordion--type-sidebar .accordion__title__inner:before {
  font-size: 16px;
  font-size: 1rem;
}
.accordion--type-sidebar .accordion__title__inner {
  white-space: nowrap;
}
.accordion--type-sidebar .accordion__title__inner__context {
  white-space: normal;
  padding-right: 3.15789em;
}
.accordion--type-sidebar .accordion__content {
  padding: 0.75em 0.75em 0.5625em;
  margin-top: 0.375em;
  border-top: 1px solid #DDD;
}
.accordion--type-sidebar .accordion__content p {
  margin-bottom: 0;
}
.accordion--type-sidebar .accordion__item.js--closed .accordion__content {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.accordion--type-sidebar .accordion__item--icon-calendar .accordion__title__inner:before,
.accordion--type-sidebar .accordion__item--icon-calendar .social-sharing:before {
  background-image: url(../../images/icon--calendar--white.png);
  background-image: url(../../images/icon--calendar--white.svg), none;
}
.accordion--type-sidebar .accordion__item--icon-email .accordion__title__inner:before,
.accordion--type-sidebar .accordion__item--icon-email .social-sharing:before {
  background-image: url(../../images/icon--email--white.png);
  background-image: url(../../images/icon--email--white.svg), none;
}
.accordion--type-sidebar .accordion__item--icon-facebook .accordion__title__inner:before,
.accordion--type-sidebar .accordion__item--icon-facebook .social-sharing:before {
  background-image: url(../../images/icon--facebook--white.png);
  background-image: url(../../images/icon--facebook--white.svg), none;
}
.accordion--type-sidebar .accordion__item--icon-hospitality .accordion__title__inner:before,
.accordion--type-sidebar .accordion__item--icon-hospitality .social-sharing:before {
  background-image: url(../../images/icon--hospitality--white.png);
  background-image: url(../../images/icon--hospitality--white.svg), none;
}
.accordion--type-sidebar .accordion__item--icon-group-booking .accordion__title__inner:before,
.accordion--type-sidebar .accordion__item--icon-group-booking .social-sharing:before {
  background-image: url(../../images/icon--group-booking--white.png);
  background-image: url(../../images/icon--group-booking--white.svg), none;
}
.accordion--type-sidebar .accordion__item--icon-social-sharing .accordion__title__inner:before,
.accordion--type-sidebar .accordion__item--icon-social-sharing .social-sharing:before {
  background-image: url(../../images/icon--social-sharing--white.png);
  background-image: url(../../images/icon--social-sharing--white.svg), none;
}
.accordion--type-sidebar .accordion__item--icon-default-icon .accordion__title__inner:before,
.accordion--type-sidebar .accordion__item--icon-default-icon .social-sharing:before {
  background-image: url(http://dwidtcgi8uavr.cloudfront.net/images/icon--default-icon--white.png);
  background-image: url(http://dwidtcgi8uavr.cloudfront.net/images/icon--default-icon--white.svg), none;
}

.faq__item {
  margin-bottom: 1.5em;
}

.social-sharing .social-icons {
  display: inline-block;
  vertical-align: middle;
  font-size: 150%;
}

.performance__act {
  font-weight: bold;
}
.performance__name {
  font-style: italic;
}

.previous-band__video-holder {
  width: 64.86486%;
  margin-left: 3.33863%;
  float: left;
}

.previous-band__image {
  max-width: 100%;
  margin-bottom: 0.375em;
  display: block;
}

.accordion__content--playlist .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  margin-bottom: 2em;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
@media (max-width: 536px) {
  .accordion__content--playlist .embed-container {
    padding-bottom: 27%;
  }
}
.accordion__content--playlist .embed-container iframe,
.accordion__content--playlist .embed-container object,
.accordion__content--playlist .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.accordion__content--playlist .playlist-disclaimer {
  text-align: center;
  font-size: 0.75em;
  color: #737373;
}

[data-isfile="True"] .accordion__title__inner:before {
  background-image: url(../../images/icon--download--white.svg);
  background-image: url(../../images/icon--download--white.svg), none;
}

.article__header {
  padding-bottom: 0.75em;
}
.article__header__hr {
  padding: 0.75em 0 1.4375em 0;
}
.article__content {
  margin-bottom: 1.5em;
}
@media only screen and (min-width: 56.25em) {
  .article__content-main {
    width: 61.5285%;
    float: left;
    margin-right: 2.59067%;
  }
}
@media only screen and (min-width: 56.25em) {
  .article__sidebar {
    width: 31.60622%;
    float: right;
    margin-right: 0;
    margin-left: 4.27461%;
  }
}

div.article__intro,
div.article__verdict {
  margin-bottom: 1.5em;
}

div.article__intro {
  padding: 0.75em 0 0.375em;
}
div.article__intro p {
  color: #333;
}

.article__content-main h3, .article__content-main .whats-on__results-none__title,
.article__content-main .whats-on__results-nolocalarena__title {
  margin: 1.2em 0 0.48em;
}
.article__content-main h4, .article__content-main .whats-on__results-venue__title {
  margin-top: 1.57895em;
}
.article__content-main .accordion__item h3, .article__content-main .accordion__item .whats-on__results-none__title,
.article__content-main .accordion__item .whats-on__results-nolocalarena__title, .article__content-main .accordion__item h4, .article__content-main .accordion__item .whats-on__results-venue__title {
  margin-top: 0;
}

.article__star {
  display: inline-block;
  width: 1.125em;
  height: 1.125em;
  margin-right: 0.1875em;
  background: url(../../images/article-star--ba-1.png) 0 -1.125em no-repeat;
  background-image: url(../../images/article-star--ba-1.svg), none;
}
.article__star--active {
  background-position: 0 0;
}

.article__hr--type-mobile {
  padding-top: 0;
}
@media only screen and (min-width: 56.25em) {
  .article__hr--type-mobile {
    display: none;
  }
}

.article .form--type-search {
  margin-bottom: 1.875em;
}
.article .form--type-search .form__input, .article .form--type-search .form-holder--type-emailToFriend .emailToFriend input, .form-holder--type-emailToFriend .emailToFriend .article .form--type-search input,
.article .form--type-search .form-holder--type-emailToFriend .emailToFriend textarea,
.form-holder--type-emailToFriend .emailToFriend .article .form--type-search textarea {
  width: 100%;
}

.video__outer {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
}

.whats-on {
  margin-bottom: 0.75em;
}

.whats-on__filters {
  margin-bottom: 0.75em;
}
@media only screen and (min-width: 56.25em) {
  .whats-on__filters {
    margin-bottom: 1.125em;
    font-size: 87.5%;
  }
}
@media only screen and (min-width: 63.875em) {
  .whats-on__filters {
    font-size: 100%;
  }
}

.whats-on__results-adverts {
  position: relative;
}
.whats-on__results-adverts .adverts {
  display: none;
}
@media only screen and (min-width: 56.25em) {
  .whats-on__results-adverts .whats-on__results {
    width: 81.21762%;
    float: left;
    margin-right: 2.52525%;
    margin-right: 0;
  }
  .whats-on__results-adverts .adverts {
    width: 14.50777%;
    float: right;
    margin-right: 0;
    display: block;
  }
}

.whats-on__results.js--filtering {
  opacity: 0.5;
  -webkit-animation: 200ms fadeOutHalf;
  animation: 200ms fadeOutHalf;
}

.whats-on__category--type-category:last-child, .whats-on__month--type-future {
  width: 100%;
  float: none;
  clear: both;
}
@media only screen and (min-width: 56.25em) {
  .whats-on__category--type-category:last-child, .whats-on__month--type-future {
    display: inline-block;
    width: auto;
  }
}

.whats-on__category.js--active,
.whats-on__month.js--active {
  background-color: #009DE8;
  color: #FFF;
  position: relative;
}
.whats-on__category.js--active:hover,
.whats-on__month.js--active:hover {
  background-color: #009DE8;
}
.whats-on__category.js--active .whats-on__category__border,
.whats-on__month.js--active .whats-on__category__border {
  display: none;
}
@media only screen and (min-width: 56.25em) {
  .whats-on__category.js--active:before,
  .whats-on__month.js--active:before, .whats-on__category.js--active:after,
  .whats-on__month.js--active:after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
  }
  .whats-on__category.js--active:before,
  .whats-on__month.js--active:before {
    bottom: -0.9375em;
    top: auto;
    margin-left: -0.8125em;
    width: 0;
    height: 0;
    border-top: 0.9375em solid #FFF;
    border-right: 0.8125em solid transparent;
    border-left: 0.8125em solid transparent;
    z-index: 0;
    -webkit-animation: arrowDown 600ms;
    animation: arrowDown 600ms;
  }
  .whats-on__category.js--active:after,
  .whats-on__month.js--active:after {
    bottom: -0.5625em;
    margin-left: -0.5em;
    width: 0;
    height: 0;
    border-top: 0.625em solid #009DE8;
    border-right: 0.5em solid transparent;
    border-left: 0.5em solid transparent;
    z-index: 10;
    -webkit-animation: arrowDown 600ms;
    animation: arrowDown 600ms;
  }
}

.whats-on__category--type-category,
.whats-on__month--type-month, .whats-on__category--type-alt-venue, .whats-on__month--type-future {
  background-color: #FFF;
  color: #009DE8;
  border: 0.1875em solid #FFF;
  -webkit-transition: background-color 400ms ease-in;
  transition: background-color 400ms ease-in;
  outline: none;
}
.whats-on__category--type-category:hover,
.whats-on__month--type-month:hover, .whats-on__category--type-alt-venue:hover, .whats-on__month--type-future:hover {
  background-color: #f2f2f2;
}
@media only screen and (min-width: 56.25em) {
  .whats-on__category--type-category,
  .whats-on__month--type-month, .whats-on__category--type-alt-venue, .whats-on__month--type-future {
    border: 0;
    margin-right: 0.375em;
  }
  .whats-on__category--type-category:last-child,
  .whats-on__month--type-month:last-child, .whats-on__category--type-alt-venue:last-child, .whats-on__month--type-future:last-child {
    margin-right: 0;
  }
}

.whats-on__month {
  background-color: #382358;
  color: #FFF;
}
.whats-on__month:hover {
  background-color: #2c1c46;
}

.whats-on__categories,
.whats-on__months {
  margin-bottom: 0;
}
@media only screen and (min-width: 56.25em) {
  .whats-on__categories,
  .whats-on__months {
    white-space: nowrap;
  }
}

.whats-on__categories__list,
.whats-on__months__list {
  max-height: 0;
  margin-bottom: 0.1875em;
  -webkit-transition: all 400ms ease-in;
  transition: all 400ms ease-in;
  overflow: hidden;
}
.js--open .whats-on__categories__list, .js--open
.whats-on__months__list {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
  max-height: 25em;
}
@media only screen and (min-width: 56.25em) {
  .js--open .whats-on__categories__list, .js--open
  .whats-on__months__list {
    max-height: none;
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 56.25em) {
  .whats-on__categories__list,
  .whats-on__months__list {
    max-height: none;
    max-width: none;
    display: inline-block;
    margin: 0;
    vertical-align: middle;
    overflow: visible;
  }
}

.whats-on__category--type-category,
.whats-on__month--type-month {
  display: inline-block;
}

.whats-on__category,
.whats-on__month {
  text-align: center;
  padding: 0.375em 0.5625em;
  white-space: normal;
  vertical-align: middle;
}

.whats-on__category--type-all,
.whats-on__month--type-all {
  display: block;
  width: 100%;
  background-color: #009DE8;
  text-align: center;
  color: #FFF;
  position: relative;
  border: 0;
  outline: 0;
}
.whats-on__category--type-all .whats-on__category__title-arrow,
.whats-on__month--type-all .whats-on__category__title-arrow {
  position: absolute;
  top: 0.75em;
  left: 1.125em;
  width: 0;
  height: 0;
  border-top: 0.625em solid #FFF;
  border-right: 0.375em solid transparent;
  border-left: 0.375em solid transparent;
  -webkit-transition: -webkit-transform 400ms;
  transition: transform 400ms;
  -webkit-perspective: 400px;
  perspective: 400px;
}
.js--open .whats-on__category--type-all .whats-on__category__title-arrow, .js--open
.whats-on__month--type-all .whats-on__category__title-arrow {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
@media only screen and (min-width: 56.25em) {
  .js--open .whats-on__category--type-all .whats-on__category__title-arrow, .js--open
  .whats-on__month--type-all .whats-on__category__title-arrow {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
@media only screen and (min-width: 56.25em) {
  .whats-on__category--type-all,
  .whats-on__month--type-all {
    display: inline-block;
    width: auto;
    background-color: #FFF;
    color: #009DE8;
  }
  .whats-on__category--type-all .whats-on__category__title-arrow,
  .whats-on__month--type-all .whats-on__category__title-arrow {
    display: none;
  }
}

@media only screen and (min-width: 56.25em) {
  .whats-on__categories {
    padding-bottom: 0.375em;
    margin-bottom: 0.375em;
    border-bottom: 0.375em solid #c4c4c4;
    padding-right: 39.75em;
  }
}

.whats-on__category--type-all .whats-on__category__icon {
  background: url("../../images/sprites--whats-on.png") 0 0 no-repeat;
  background-image: url("../../images/sprites--whats-on.svg"), none;
}
.whats-on__category--type-all.js--active .whats-on__category__icon {
  background-position: 0 100%;
}

.whats-on__category--type-music .whats-on__category__icon {
  background: url("../../images/sprites--whats-on.png") -48px 0 no-repeat;
  background-image: url("../../images/sprites--whats-on.svg"), none;
}
.whats-on__category--type-music.js--active .whats-on__category__icon {
  background-position: -48px 100%;
}

.whats-on__category--type-comedy .whats-on__category__icon {
  background: url("../../images/sprites--whats-on.png") -96px 0 no-repeat;
  background-image: url("../../images/sprites--whats-on.svg"), none;
}
.whats-on__category--type-comedy.js--active .whats-on__category__icon {
  background-position: -96px 100%;
}

.whats-on__category--type-family .whats-on__category__icon {
  background: url("../../images/sprites--whats-on.png") -144px 0 no-repeat;
  background-image: url("../../images/sprites--whats-on.svg"), none;
}
.whats-on__category--type-family.js--active .whats-on__category__icon {
  background-position: -144px 100%;
}

.whats-on__category--type-sport .whats-on__category__icon {
  background: url("../../images/sprites--whats-on.png") -234px 0 no-repeat;
  background-image: url("../../images/sprites--whats-on.svg"), none;
}
.whats-on__category--type-sport.js--active .whats-on__category__icon {
  background-position: -234px 100%;
}

.whats-on__category--type-other .whats-on__category__icon {
  background: url("../../images/sprites--whats-on.png") -282px 0 no-repeat;
  background-image: url("../../images/sprites--whats-on.svg"), none;
}
.whats-on__category--type-other.js--active .whats-on__category__icon {
  background-position: -282px 100%;
}

.whats-on__category__icon {
  display: none;
  margin: 0.75em auto 0;
  width: 48px;
  height: 48px;
}
@media only screen and (min-width: 56.25em) {
  .whats-on__category__icon {
    display: block;
  }
}
.whats-on__category--type-family .whats-on__category__icon {
  width: 90px;
}
.whats-on__category--type-alt-venue .whats-on__category__icon {
  width: 7.5em;
  height: 1.875em;
  margin-top: 1.5em;
  background: url("../../images/logo--ga-2x_v-1.jpg") 0 0 no-repeat;
  background-image: url("../../images/logo--ga-2x_v-1.jpg"), none;
  background-size: 100% !important;
  -ms-behavior: url(http://dwidtcgi8uavr.cloudfront.net/assets/css/backgroundsize.min.htc);
}

@media only screen and (min-width: 56.25em) {
  .whats-on__categories__list {
    width: 39em;
    margin-left: 0.375em;
    margin-right: 0.125em;
  }
}

.whats-on__category__title {
  display: block;
}
@media only screen and (min-width: 56.25em) {
  .whats-on__category__title {
    margin-top: -0.625em;
  }
}

.whats-on__category {
  position: relative;
  -webkit-border-radius: 0.75em;
  border-radius: 0.75em;
  margin-right: -4px;
}
.whats-on__category .whats-on__category__border {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #c4c4c4;
  -webkit-border-radius: 0.75em;
  border-radius: 0.75em;
}
@media only screen and (min-width: 56.25em) {
  .whats-on__category {
    height: 7.5em;
    margin-right: 2px;
  }
}
.whats-on__category--type-category {
  width: 50%;
}
@media only screen and (min-width: 56.25em) {
  .whats-on__category--type-category, .whats-on__category--type-category:last-child {
    width: 7.5em;
  }
}
@media only screen and (min-width: 56.25em) {
  .whats-on__category--type-all, .whats-on__category--type-alt-venue {
    width: 50%;
    margin-right: -4px;
  }
}
.whats-on__category--type-all {
  -webkit-border-radius: 0;
  border-radius: 0;
}
.whats-on__category--type-all .whats-on__category__border {
  visibility: hidden;
}
@media only screen and (min-width: 56.25em) {
  .whats-on__category--type-all {
    -webkit-border-radius: 0.75em;
    border-radius: 0.75em;
  }
  .whats-on__category--type-all .whats-on__category__border {
    visibility: visible;
  }
}
.whats-on__category--type-alt-venue {
  display: none;
}
.whats-on__category--type-alt-venue .whats-on__category__title {
  margin: 0.46154em 0 0 0;
}
@media only screen and (min-width: 56.25em) {
  .whats-on__category--type-alt-venue {
    display: inline-block;
  }
}

@media only screen and (min-width: 56.25em) {
  .whats-on__months__list {
    width: 84.51134%;
  }
}

.whats-on__month--type-month {
  width: 33.3%;
}
@media only screen and (min-width: 56.25em) {
  .whats-on__month--type-month {
    width: 6.81466%;
    margin: 0;
    border-left: 0.1875em solid #FFF;
  }
}
@media only screen and (min-width: 56.25em) {
  .whats-on__month--type-all, .whats-on__month--type-future {
    width: 14.9651%;
  }
}
@media only screen and (min-width: 56.25em) {
  .whats-on__month--type-all {
    margin-right: 0.52356%;
    background-color: #382358;
    color: #FFF;
  }
  .whats-on__month--type-all:hover {
    background-color: #2c1c46;
  }
}
@media only screen and (min-width: 56.25em) {
  .whats-on__month--type-future {
    margin-left: 0.61951%;
    width: 17.7078%;
  }
}

.whats-on__results-venue__header {
  margin: -0.75em 0 1.875em;
  border-top: 1px dotted #c4c4c4;
  padding-top: 2.25em;
}
.whats-on__results-venue__title, .whats-on__results-venue__logo {
  display: inline-block;
  vertical-align: middle;
}
.whats-on__results-venue__title {
  margin-bottom: 0;
  color: gray;
}
.whats-on__results-venue__logo {
  width: 11.25em;
  height: 2.25em;
  margin: -0.75em 0.75em 0 0;
}
.js--whats-on-results-none .whats-on__results-venue {
  display: none;
}

.whats-on__results-none,
.whats-on__results-nolocalarena {
  display: none;
  text-align: center;
}
.whats-on__results-none__title,
.whats-on__results-nolocalarena__title {
  color: gray;
  margin-bottom: 0.72em;
}
.whats-on__results-none__title + .whats-on__results-none__subtitle,
.whats-on__results-nolocalarena__title + .whats-on__results-none__subtitle, .whats-on__results-none__title +
.whats-on__results-nolocalarena__subtitle,
.whats-on__results-nolocalarena__title +
.whats-on__results-nolocalarena__subtitle {
  margin-top: -0.75em;
  color: gray;
}

.js--whats-on-results-none .whats-on__results-none {
  display: block;
}

.whats-on__results-nolocalarena {
  padding-top: 1.5em;
}
.js--whats-on-results-nolocalarena .whats-on__results-nolocalarena {
  display: block;
}

.js--whats-on-results-nosisterarena #results--sister-arena {
  display: none;
}

.sponsors__title {
  text-align: center;
  margin-bottom: 1.26316em;
  color: #595959;
}

.sponsors__list {
  font-size: 0;
  text-align: center;
}

.sponsor {
  display: inline-block;
  width: 30%;
  margin: 0 10%;
  vertical-align: middle;
}
.sponsor__img {
  margin: 0 auto 0.75em;
  display: inline-block;
  text-align: center;
}
.sponsor img {
  width: 100%;
  max-width: 100%;
  display: block;
  margin: 0;
}
@media only screen and (min-width: 44.375em) {
  .sponsor {
    width: auto;
    margin: 0 1.5em;
  }
}

.sponsor--layout-hero {
  margin: 0 auto 1.5em;
  display: block;
  text-align: center;
  width: 100%;
  line-height: 0;
}
.sponsor--layout-hero .sponsor__img {
  padding: 0.375em 1.5em;
  margin-bottom: 0;
  background-color: #FFF;
  position: relative;
  max-width: 14.125em;
}

.adverts {
  border: 1px solid #DDD;
  padding: 0.5625em;
  text-align: center;
  display: none;
}
@media only screen and (min-width: 33.75em) {
  .adverts {
    display: block;
  }
}
.adverts__title {
  color: #595959;
  text-align: center;
  margin-bottom: 0.92308em;
}

.advert {
  margin: 0 auto;
  margin-bottom: 1.5em;
  display: inline-block;
  border: 1px solid #CCC;
}
@media only screen and (min-width: 56.25em) {
  .advert {
    display: block;
  }
}
.advert:last-child {
  margin-bottom: 0;
}
.advert__img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

.campaign {
  display: block;
  position: relative;
  margin-bottom: 1.875em;
}
.campaign__link {
  width: 100%;
  height: 0;
  padding-bottom: 33.05785%;
  display: block;
}
.campaign__link:hover img {
  opacity: 0.75;
}
.campaign__image, .campaign__content {
  position: absolute;
}
.campaign img {
  width: 100%;
  display: block;
  margin: 0 auto;
  -webkit-transition: 400ms all ease;
  transition: 400ms all ease;
  -webkit-backface-visibility: hidden;
}
.campaign__title, .campaign__subtitle {
  color: #FFF;
  text-align: center;
}
.campaign__title {
  margin-bottom: 0;
}
.campaign__subtitle {
  margin-bottom: 0;
}
.campaign__content {
  text-align: center;
}
.campaign__content:before {
  content: '';
  display: inline-block;
  height: 100%;
  width: 0;
  vertical-align: middle;
}
.campaign__content-context {
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (min-width: 33.75em) {
  .campaign {
    width: 31.60622%;
    float: left;
    margin-right: 2.59067%;
    font-size: 50%;
  }
  .campaign:nth-child(3n), .campaign:last-child {
    margin-right: 0;
  }
}
@media only screen and (min-width: 44.375em) {
  .campaign {
    font-size: 75%;
  }
}
@media only screen and (min-width: 56.25em) {
  .campaign {
    font-size: 100%;
  }
}

.reasons-to {
  text-align: center;
}
.reasons-to__title-outer {
  margin-bottom: 1.5em;
}
.reasons-to__title {
  display: inline-block;
  background-color: #FFF;
  margin-bottom: 0;
  position: relative;
  padding: 0.31579em 0.66667em;
  color: #544695;
  text-transform: uppercase;
}
.reasons-to__title__venue {
  color: #009DE8;
  display: block;
  text-transform: none;
}
.reasons-to__list {
  line-height: 0;
}

.reason {
  margin-bottom: 0.75em;
  position: relative;
  overflow: hidden;
  width: 48.0315%;
  float: left;
  margin-right: 3.93701%;
}
.reason:nth-child(2n), .reason:last-child {
  margin-right: 0;
}
.reason:last-child {
  display: inline-block;
  float: none;
}
.reason,
.reason img {
  -webkit-border-radius: 0.75em;
  border-radius: 0.75em;
}
@media only screen and (min-width: 30em) {
  .reason {
    width: 30.7%;
    float: left;
    margin-right: 3.93701%;
    margin-bottom: 1.5em;
    display: inline-block;
    float: none;
  }
  .reason:nth-child(2n) {
    margin-right: 3.93701%;
  }
  .reason:nth-child(3n), .reason:last-child {
    margin-right: 0;
  }
}
@media only screen and (min-width: 44.375em) {
  .reason {
    width: 22.04724%;
    float: left;
    margin-right: 3.93701%;
    display: inline-block;
    float: none;
  }
  .reason:nth-child(2n), .reason:nth-child(3n) {
    margin-right: 3.93701%;
  }
  .reason:nth-child(4n), .reason:last-child {
    margin-right: 0;
  }
}
@media only screen and (min-width: 47.5em) {
  .reason {
    width: 17.92746%;
    float: left;
    margin-right: 2.59067%;
    margin-bottom: 0;
  }
  .reason:nth-child(2n), .reason:nth-child(3n), .reason:nth-child(4n) {
    margin-right: 2.59067%;
  }
  .reason:last-child {
    margin-right: 0;
    display: block;
    float: left;
  }
}
.reason__img img {
  width: 100%;
  display: block;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
  -webkit-backface-visibility: hidden;
}
.reason a:hover img {
  opacity: 0.8;
}
.reason__content {
  position: relative;
  z-index: 10;
  padding: 0.375em;
  padding: 0;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}
.reason__content:after {
  height: 0;
  padding-top: 100%;
}
.reason__title {
  -webkit-border-radius: 0.375em;
  border-radius: 0.375em;
  padding: 0.375em;
  position: absolute;
  bottom: 0.75em;
  left: 0.75em;
  right: 0.75em;
  color: #544695;
  white-space: normal;
  background-color: #FFF;
  min-height: 3em;
}

.gallery {
  text-align: center;
  margin-bottom: 1.875em;
}
.gallery__image {
  display: block;
  border: 1px solid #DDD;
  margin-bottom: 1.125em;
}
.gallery__image img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

.gallery--layout-thumbnails .gallery__image {
  width: 31.60622%;
  float: left;
  margin-right: 2.59067%;
}
.gallery--layout-thumbnails .gallery__image:nth-child(3n) {
  margin-right: 0;
}
.gallery--layout-thumbnails .gallery__image:nth-child(3n+1) {
  clear: left;
}

.article__sidebar .gallery {
  background-color: #EEEEEE;
  -webkit-border-radius: 1.125em;
  border-radius: 1.125em;
  margin-bottom: 1.875em;
}
.article__sidebar .gallery p {
  margin-bottom: 0;
}

a.addthisevent-drop, a.addthisevent-drop:hover {
  font-size: inherit;
  font-family: inherit;
  font-weight: normal;
  background: none;
  color: inherit !important;
  border: 0;
  padding: 0;
}
a.addthisevent-drop:active {
  top: auto;
}
a.addthisevent-drop .addthisevent_dropdown {
  font-family: Tahoma, Arial, sans-serif;
}
a.addthisevent-drop .addthisevent_icon {
  z-index: -1;
}

.addthisevent span[class^="_"] {
  display: none;
}

.related-events {
  background-color: #EEEEEE;
  -webkit-border-radius: 1.125em;
  border-radius: 1.125em;
  margin-bottom: 1.875em;
}
.related-events__title {
  text-align: center;
  margin: 0 0 0.72em 0;
}
.related-events__item {
  margin-bottom: 1.125em;
}
.related-events__item:last-child {
  margin-bottom: 0;
}
.related-events__item a {
  display: block;
  background-color: #EEEEEE;
  -webkit-transition: background-color 400ms ease-out;
  transition: background-color 400ms ease-out;
}
.related-events__item a:hover {
  background-color: #e1e1e1;
}
.related-events__item a:hover img {
  opacity: 0.8;
}
.related-events__item__img img, .related-events__item__title {
  width: 48.0315%;
  float: left;
  margin-right: 3.93701%;
  display: inline-block;
  float: none;
  vertical-align: middle;
}
.related-events__item__img img {
  -webkit-transition: opacity 400ms ease-out;
  transition: opacity 400ms ease-out;
  -webkit-backface-visibility: hidden;
}
.related-events__item__title {
  margin: 0;
  color: #333;
}

.modal {
  text-align: center;
}
@media only screen and (min-width: 38.75em) {
  .modal {
    text-align: initial;
  }
}

.modal__button {
  padding-top: 0.4375em;
  padding-bottom: 0.4375em;
  padding-left: 0.5625em;
  padding-right: 0.5625em;
  display: block;
  width: auto;
  margin-top: 0.625em;
  margin-bottom: 0.625em;
  border-width: 1px;
  border-style: solid;
  border-color: #009DE8;
}
.modal__button:visited {
  color: #009DE8;
}
@media only screen and (min-width: 38.75em) {
  .modal__button {
    display: inline-block;
  }
}

@media only screen and (min-width: 38.75em) {
  .modal--redirect {
    padding-left: 1.875em;
    padding-right: 1.875em;
  }
}

.modal--redirect__img {
  margin-bottom: 1.5625em;
}
@media only screen and (min-width: 38.75em) {
  .modal--redirect__img {
    max-width: 15.625em;
    margin-right: 1.875em;
    margin-bottom: 0;
  }
}
.modal--redirect__img img {
  margin-left: auto;
  margin-right: auto;
}

.alert {
  border-width: 2px;
  border-style: solid;
  border-color: #cccccc;
  -webkit-border-radius: 0.375em;
  border-radius: 0.375em;
  background-color: #f2f2f2;
  font-family: Tahoma,Arial,sans-serif;
  font-size: 0.875em;
  padding-top: 0.9375em;
  padding-bottom: 0.9375em;
  padding-left: 3.75em;
  padding-right: 2.5em;
  position: relative;
  text-shadow: 0px 1px white;
}
.alert a {
  color: inherit;
  border-bottom: 1px dotted;
}

.alert-icon {
  display: block;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0.75em;
  left: 0.9375em;
  opacity: 0.5;
}

.alert-close-btn {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 0 !important;
  position: absolute;
  top: 0.625em;
  right: 0.9375em;
  font-size: 1.25em;
  font-weight: bold;
  color: inherit;
  opacity: 0.5;
  text-shadow: 0px 1px white;
}
.alert-close-btn:visited {
  color: inherit;
}
.alert-close-btn:hover {
  opacity: 1;
}

.alert--primary
, .alert--Red {
  border-color: #f8d3d3;
  background-color: #fff;
  /* lighten(#dc2323, 52%);*/
  color: #dc2323;
}
.alert--primary
.alert-icon, .alert--Red .alert-icon {
  background-image: url(../../images/icon--info--primary.png);
  background-image: url(../../images/icon--info--primary.svg), none;
}

.alert--Blue {
  border-color: #c9c4e3;
  background-color: #fff;
  /*lighten($colour--brand-2, 52%);*/
  color: #544695;
}
.alert--Blue .alert-icon {
  background-image: url(../../images/icon--info--secondary.png);
  background-image: url(../../images/icon--info--secondary.svg), none;
}

.alert--secondary
, .alert--Green {
  border-color: #d4efbf;
  background-color: #fff;
  /*lighten(rgb(104,180,46), 52%);*/
  color: #68b42e;
}
.alert--secondary
.alert-icon, .alert--Green .alert-icon {
  background-image: url(../../images/icon--info--secondary.png);
  background-image: url(../../images/icon--info--secondary.svg), none;
}

.alert--tertiary
, .alert--Yellow {
  border-color: #fbf4d4;
  background-color: #fff;
  /* lighten(#e9c41a, 45%);*/
  color: #e9c41a;
}
.alert--tertiary
.alert-icon, .alert--Yellow .alert-icon {
  background-image: url(../../images/icon--info--tertiary.png);
  background-image: url(../../images/icon--info--tertiary.svg), none;
}

.cookie-jar {
  background-color: white;
  -webkit-box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.4);
  -webkit-border-radius: 16px;
  border-radius: 16px;
  position: fixed;
  display: none;
  z-index: 1000000;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  bottom: 0;
  margin-right: 12px;
  margin-bottom: 12px;
  margin-left: 12px;
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  border-width: 4px;
  border-style: solid;
  border-color: #009de8;
}
@media (min-width: 33.75em) {
  .cookie-jar {
    max-width: 400px;
    right: 0;
    margin-right: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
  }
}
.cookie-jar.is-active {
  display: block;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
.cookie-jar p {
  font-size: 0.875em;
}

@-webkit-keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.takeover {
  display: none;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 1000;
}

.takeover-wrap,
.takeover-mask {
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

.takeover-wrap {
  z-index: 2;
}

.takeover-mask {
  background-color: white;
  opacity: 0.95;
  z-index: 1;
}

.takeover-exit {
  background-color: #009DE8;
  color: white !important;
  cursor: pointer;
  display: block;
  font-size: 1.5em;
  padding-top: 15px;
  padding-right: 18px;
  padding-bottom: 13px;
  padding-left: 18px;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  z-index: 20;
}
.takeover-exit:visited {
  color: white;
}

.takeover-content {
  margin-left: auto;
  margin-right: auto;
  margin-top: 24px;
  position: relative;
}
@media (min-width: 44.375em) {
  .takeover-content {
    width: 80%;
    margin-top: 48px;
  }
}
@media (min-width: 56.25em) {
  .takeover-content {
    width: 70%;
  }
}

.takeover-event-image {
  padding-bottom: 24px;
}
.takeover-event-image, .takeover-event-image img {
  width: 100%;
  height: auto;
}
.takeover-event-image img {
  display: block;
}

.takeover-event-info {
  margin-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: center;
}

.takeover-event-heading,
.takeover-onsale-heading {
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.takeover-event-date {
  margin-bottom: 0;
  color: #333;
}

.takeover-onsale-heading {
  color: #544695;
  text-transform: uppercase;
}

@media (min-width: 38.75em) {
  .takeover-event-info-inline {
    float: left;
    width: 50%;
  }
}

.takeover-btn {
  margin-bottom: 12px;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: white;
  position: relative;
}
.takeover-btn:visited {
  color: white;
}
@media (min-width: 44.375em) {
  .takeover-btn {
    display: inline-block;
    padding-right: 1.92308em;
  }
}

.takeover-relative {
  position: relative;
}

.takeover-exit-disc {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  font-size: 1.25em;
  padding-top: 10px;
  padding-right: 15px;
  padding-bottom: 10px;
  padding-left: 15px;
}
@media (min-width: 38.75em) {
  .takeover-exit-disc {
    font-size: 1.5em;
    padding-top: 15px;
    padding-right: 20px;
    padding-bottom: 15px;
    padding-left: 20px;
  }
}

.takeover-exit-disc-color-01 {
  background-color: #009DE8;
}

.takeover-exit-disc-color-02 {
  background-color: #eeeeee;
}

.takeover-exit-offset {
  right: 5px;
  top: 5px;
}
@media (min-width: 38.75em) {
  .takeover-exit-offset {
    right: -15px;
    top: -15px;
  }
}

.takeover.is-visible {
  display: block;
}

.flippable {
  position: relative;
  -webkit-perspective: 500px;
  perspective: 500px;
}

.flippable-item {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}

.flippable-item-front {
  z-index: 2;
}

.flippable-item-back {
  z-index: 1;
  opacity: 0;
  -webkit-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
}

.is-flipped .flippable-item-front {
  z-index: 1;
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}

.is-flipped .flippable-item-back {
  z-index: 2;
  opacity: 1;
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
}

.event-countdown {
  margin: 0;
  margin-bottom: 30px;
}

.event-countdown-container {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 30em) {
  .event-countdown-container {
    width: 452px;
  }
}

.event-countdown-product {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 30em) {
  .event-countdown-product {
    float: left;
    margin-right: 1.2em;
  }
}

.event-countdown-product,
.event-countdown-product img {
  width: 99px;
  height: 180px;
}

.event-countdown-body {
  text-align: center;
}
@media (min-width: 30em) {
  .event-countdown-body {
    overflow: hidden;
  }
}

.event-countdown-body-title {
  font-family: 'Effra W01 Bold', Arial, sans-serif !important;
  font-weight: normal !important;
  font-size: 19px !important;
  margin-bottom: 10px !important;
  line-height: 1.15em !important;
}
@media (min-width: 30em) {
  .event-countdown-body-title {
    margin-bottom: 15px !important;
  }
}

.event-countdown-body-subtitle {
  font-family: 'Effra W01 regular', Arial, sans-serif !important;
  font-weight: normal !important;
  font-size: 13px !important;
  margin-bottom: 10px !important;
  line-height: 1.15em !important;
}

.event-countdown-promoter-brand {
  margin-left: auto;
  margin-right: auto;
}

.event-countdown-promoter-brand,
.event-countdown-promoter-brand img {
  width: 87px;
  height: 35px;
}

.event-countdown-timer {
  margin-bottom: 5px;
}

.countdown-units {
  padding-left: 1px;
  padding-right: 1px;
}

.countdown-separator {
  font-size: 30px;
  vertical-align: top;
  padding-top: 4px;
}
@media (min-width: 30em) {
  .countdown-separator {
    font-size: 30px;
    padding-top: 4px;
  }
}

.countdown-units,
.countdown-separator {
  display: inline-block;
}

.countdown-item {
  background-color: #323232;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#323232), to(#3a3a3a));
  background-image: -webkit-linear-gradient(#323232, #3a3a3a);
  background-image: linear-gradient(#323232, #3a3a3a);
  display: inline-block;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin-left: 1px;
  margin-right: 1px;
  padding-left: 6px;
  padding-right: 6px;
  -webkit-box-shadow: 0px 2px 1px 0px #bfbfbf;
  box-shadow: 0px 2px 1px 0px #bfbfbf;
}
@media (min-width: 30em) {
  .countdown-item {
    padding-left: 7px;
    padding-right: 7px;
  }
}
.countdown-item span {
  font-family: 'Helvetica Neue', Helvetica, arial, sans-serif;
  font-weight: bold;
  color: white !important;
  text-shadow: 0px 2px 3px black;
  font-size: 23px;
  line-height: 38px;
}
@media (min-width: 30em) {
  .countdown-item span {
    font-size: 22px;
    line-height: 40px;
  }
}

.countdown-units-text {
  color: #9d9d9d;
  font-weight: bold;
  font-size: 11px;
}

table {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #dddddd;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.4;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: transparent;
}

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 4px;
}

.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: white;
}

.table-hover > tbody > tr:hover {
  background-color: #f7f7f7;
}

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 1.05;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

.site-section--blogsfolder .pagination {
  margin-bottom: 1.875em;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.site-section--blogsfolder .pagination-btns .prev,
.site-section--blogsfolder .pagination-btns .next {
  background-color: #009DE8;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  color: white;
  font-size: 1.25em;
  text-transform: capitalize;
}
.site-section--blogsfolder .pagination-currentState {
  margin-bottom: 0.625em;
}
.site-section--blogsfolder .pagination-pageSelection {
  margin-bottom: 0.9375em;
}
.site-section--blogsfolder .pagination-pageSelection a {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  height: 36px;
  line-height: 32px;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  width: 36px;
  margin-bottom: 0.5em;
}
@media (min-width: 56.25em) {
  .site-section--blogsfolder .pagination-pageSelection a {
    height: 28px;
    line-height: 25px;
    width: 28px;
  }
}
.site-section--blogsfolder .pagination-pageSelection a.is-active {
  background-color: #009DE8;
  color: white;
}

.blogs-list .list__item {
  border: 0;
  float: left;
  padding-left: 1%;
  padding-right: 1%;
  margin-bottom: 2.8125em;
  width: 100%;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@media (min-width: 33.75em) {
  .blogs-list .list__item {
    width: 50%;
  }
  .blogs-list .list__item:nth-child(2n+1) {
    clear: both;
  }
}
@media (min-width: 56.25em) {
  .blogs-list .list__item {
    width: 33.3333%;
  }
  .blogs-list .list__item:nth-child(2n+1) {
    clear: none;
  }
  .blogs-list .list__item:nth-child(3n+1) {
    clear: both;
  }
}
.blogs-list .list__item__aside,
.blogs-list .list__item__content {
  float: none;
  margin-right: 0;
  width: 100%;
}
.blogs-list .list__item__aside {
  margin-bottom: .5em;
}
.blogs-list .list__item__img {
  overflow: hidden;
  position: relative;
}
.blogs-list .list__item__img:before {
  background-color: rgba(0, 0, 0, 0.75);
  content: ' ';
  height: 100%;
  opacity: 0;
  position: absolute;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  width: 100%;
}
.blogs-list .list__item__img:after {
  opacity: 0;
  -webkit-transition: opacity .5s ease-in-out;
  transition: opacity .5s ease-in-out;
}
.blogs-list .list__item__content {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #dddddd;
}
.blogs-list .list__item.is-hovering {
  cursor: pointer;
}
.blogs-list .list__item.is-hovering .list__item__img:before {
  opacity: 1;
}
.blogs-list .list__item.is-hovering .list__item__img:after {
  -webkit-border-radius: 0.375em;
  border-radius: 0.375em;
  border-width: 1px;
  border-style: solid;
  border-color: white;
  content: 'Read more';
  color: white;
  height: auto;
  left: 50%;
  opacity: 1;
  position: absolute;
  padding-top: 0.0625em;
  padding-bottom: 0.0625em;
  padding-left: 0.5em;
  padding-right: 0.5em;
  text-align: center;
  top: 50%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  width: auto;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
.img--flexi {
  max-width: 100%;
  height: auto;
}

.anchor {
  cursor: pointer;
  color: #009DE8;
  text-decoration: underline;
}

.responsive-blog-img {
  width: 100% !important;
  height: auto !important;
  margin: 10px 0;
  padding: 0;
}

.responsive-blog-video {
  width: 100% !important;
  min-height: 350px !important;
  margin: 10px 0;
  padding: 0;
}