@charset "UTF-8";
/*! normalize.css v1.0.2 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

/*
 * Corrects `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

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

/*
 * Addresses styling for `hidden` attribute not present in IE 7/8/9, Firefox 3,
 * and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

/*
 * Addresses margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE 6/7.
 * Addresses font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}

/*
 * Addresses styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

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

blockquote {
  margin: 1em 40px;
}

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

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

/*
 * Addresses margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0;
}

/*
 * Corrects font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/*
 * Addresses CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none;
}

/*
 * Addresses `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none;
}

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

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

/* ==========================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}

dd {
  margin: 0 0 0 40px;
}

/*
 * Addresses paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 2em;
}

/*
 * Corrects list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
  padding: 0;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/*
 * Corrects overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

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

/*
 * 1. Corrects color not being inherited in IE 6/7/8/9.
 * 2. Corrects text not wrapping in Firefox 3.
 * 3. Corrects alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

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

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

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

/*
 * 1. Addresses box sizing set to content-box in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 * 3. Removes excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-appearance: initial;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

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

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/*
 * 1. Removes default vertical scrollbar in IE 6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

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

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(-45deg);
  }
  to {
    -webkit-transform: rotate(-135deg);
  }
}

@-moz-keyframes rotate {
  from {
    -moz-transform: rotate(-45deg);
  }
  to {
    -moz-transform: rotate(-135deg);
  }
}

@keyframes rotate {
  from {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  to {
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
}

@font-face {
  font-family: "rb-bc-one";
  src: url("../fonts/rb-bc-one.eot");
  src: url("../fonts/rb-bc-one.eot?#iefix") format("embedded-opentype"), url("../fonts/rb-bc-one.woff") format("woff"), url("../fonts/rb-bc-one.ttf") format("truetype"), url("../fonts/rb-bc-one.svg#rb-bc-one") format("svg");
  font-weight: normal;
  font-style: normal;
}

[data-icon]:before,
[class^="rb-"]:before,
li.videos a:before,
li.photos a:before,
[class*=" rb-"]:before {
  font-family: "rb-bc-one" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

i[class^="rb-"],
i[class*=" rb-"] {
  font-style: normal;
}

[data-icon]:before {
  content: attr(data-icon);
}

.rb-play-circle:before, .rsDefault .module--event-highlights__content__item .rsPlayBtnIcon:before {
  content: "\67";
}

.rb-power-off:before {
  content: "\68";
}

.rb-arrow-up:before {
  content: "\69";
}

.rb-arrow-left:before {
  content: "\6a";
}

.rb-arrow-right:before {
  content: "\6b";
}

.rb-article-facebook:before {
  content: "\6c";
}

.rb-article-google:before {
  content: "\6d";
}

.rb-article-twitter:before {
  content: "\6e";
}

.rb-calendar:before {
  content: "\6f";
}

.rb-time:before {
  content: "\70";
}

.rb-apple:before {
  content: "\71";
}

.rb-arrow-right-heavy:before, .nav--slider .slick-next:before {
  content: "\72";
}

.rb-arrow-left-heavy:before, .nav--slider .slick-prev:before, .liveFeature .feature-text:before {
  content: "\73";
}

.rb-full-screen:before, .rsDefault .module--event-highlights__content__item .rsFullScreen:before {
  content: "\74";
}

.rb-google:before {
  content: "\75";
}

.rb-play:before {
  content: "\76";
}

.rb-social-facebook:before, .nav-utilities .nav-social:before, .nav-utilities .facebook:before {
  content: "\77";
}

.rb-account:before {
  content: "\78";
}

.rb-arrow-down-heavy:before {
  content: "\79";
}

.rb-live-close:before, .rsDefault .rsCloseVideoBtn .rsCloseVideoIcn:before {
  content: "\7a";
}

.rb-feed-icon:before {
  content: "\41";
}

.rb-social-instagram:before, .nav-utilities .instagram:before {
  content: "\42";
}

.rb-social-google:before {
  content: "\43";
}

.rb-share:before {
  content: "\44";
}

.rb-rotate:before {
  content: "\45";
}

.rb-play-small:before, li.videos a:before {
  content: "\46";
}

.rb-social-twitter:before, .nav-utilities .twitter:before {
  content: "\47";
}

.rb-social-google-1:before {
  content: "\48";
}

.rb-shop:before {
  content: "\49";
}

.rb-search:before, li.search > a:before {
  content: "\4a";
}

.rb-photos:before, li.photos a:before {
  content: "\4b";
}

.rb-location:before {
  content: "\4c";
}

.rb-language:before, li.language > a:before {
  content: "\4d";
}

.rb-arrow-down:before, [role="navigation"] > ul > li.drop > a span:before {
  content: "\4e";
}

.rb-video-icon:before {
  content: "\4f";
}

.rb-social-twitter-old:before {
  content: "\50";
}

.rb-screen-desktop:before {
  content: "\51";
}

.rb-refresh:before {
  content: "\52";
}

.rb-calendar-1:before {
  content: "\53";
}

.rb-clock:before {
  content: "\54";
}

.rb-menu:before {
  content: "\55";
}

.rb-social-youtube-square:before {
  content: "\61";
}

.rb-social-youtube:before, .nav-utilities .youtube:before {
  content: "\62";
}

.rb-rotate-animate {
  -webkit-animation-name: rotate;
  -moz-animation-name: rotate;
  animation-name: rotate;
  -webkit-animation-direction: alternate;
  -moz-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.grid-wrapper {
  position: relative;
  margin: 0 auto;
  max-width: 1320px;
  padding: 0;
}

.column-50, .column-mid-75, .column-mid-25 {
  float: left;
}

.column-50 {
  width: 50%;
}

.eventcomplete .eventpage .column-50 {
  width: 100%;
}

@media screen and (max-width: 1023px) {
  .column-mid-75 {
    width: 66%;
  }
}

@media screen and (max-width: 1023px) {
  .column-mid-25 {
    width: 33%;
  }
}

/* =============================================================================== */
/* WRAPPER */
.wrapper, .wrapper_1col {
  clear: both;
  margin: 0 auto;
  position: relative;
  width: 100%;
  min-width: 768px;
}

.wrapper, .wrapper_1col, .wrapper *, .wrapper_1col * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.wrapper::after, .wrapper_1col::after {
  clear: both;
  content: "";
  display: table;
}

.wrapper--content, .wrapper_1col, .eventcomplete #xf_tabnav {
  max-width: 1320px;
  margin: 20px auto;
}

#lead_section + .wrapper--content, #lead_section + .wrapper_1col, .eventcomplete #lead_section + #xf_tabnav {
  margin: 20px auto;
}

@media screen and (max-width: 1360px) {
  .wrapper--content, .wrapper_1col, .eventcomplete #xf_tabnav {
    margin: 20px 0;
    padding: 0 20px;
  }
  .wrapper--content-article {
    margin: 0 0 20px;
  }
}

.wrapper--content--medium {
  max-width: 1080px;
}

@media screen and (max-width: 1100px) {
  .wrapper--content--medium {
    margin: 20px 0;
    padding: 0 20px;
  }
}

@media screen and (min-width: 1100px) and (max-width: 1360px) {
  .wrapper--content--medium {
    margin: 20px auto;
    padding: 0;
  }
}

.wrapper--content--narrow {
  max-width: 900px;
}

@media screen and (max-width: 940px) {
  .wrapper--content--narrow {
    margin: 20px 0;
    padding: 0 20px;
  }
}

@media screen and (min-width: 940px) and (max-width: 1360px) {
  .wrapper--content--narrow {
    margin: 20px auto;
    padding: 0;
  }
}

.wrapper--content-article {
  margin: 0 auto 20px;
}

#content_section_2 {
  margin: 20px auto;
}

/* =============================================================================== */
/* BUTTONS */
.button {
  display: inline-block;
  padding: 9px;
  font-weight: normal;
  font-style: normal;
  font-family: "soleil", Helvetica, Arial, sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
  background: #000;
  color: #FFF;
  position: relative;
  z-index: 2;
}

.wf-loading .button {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-style: normal;
}

.button:after {
  content: '';
  display: block;
  z-index: -1;
  height: 100%;
  width: 50%;
  background: #000;
  position: absolute;
  top: 0;
  right: -10%;
  -webkit-transform: skew(-14deg, 0deg);
  -moz-transform: skew(-14deg, 0deg);
  -ms-transform: skew(-14deg, 0deg);
  -o-transform: skew(-14deg, 0deg);
  transform: skew(-14deg, 0deg);
}

.button, .button:after, .button:before {
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  transition: all 0.15s ease;
}

.button:hover, .button:active, .button:focus {
  text-decoration: none;
  cursor: pointer;
  color: #ebc704;
  background: #ebebeb;
  outline: none;
  position: relative;
  z-index: 2;
}

.button:hover:after, .button:active:after, .button:focus:after {
  content: '';
  display: block;
  z-index: -1;
  height: 100%;
  width: 50%;
  background: #ebebeb;
  position: absolute;
  top: 0;
  right: -10%;
  -webkit-transform: skew(-14deg, 0deg);
  -moz-transform: skew(-14deg, 0deg);
  -ms-transform: skew(-14deg, 0deg);
  -o-transform: skew(-14deg, 0deg);
  transform: skew(-14deg, 0deg);
}

.button.alt {
  position: relative;
  z-index: 2;
}

.button.alt:after {
  content: '';
  display: block;
  z-index: -1;
  height: 100%;
  width: 50%;
  background: #000;
  position: absolute;
  top: 0;
  left: -10%;
  -webkit-transform: skew(14deg, 0deg);
  -moz-transform: skew(14deg, 0deg);
  -ms-transform: skew(14deg, 0deg);
  -o-transform: skew(14deg, 0deg);
  transform: skew(14deg, 0deg);
}

.button.alt:hover, .button.alt:active, .button.alt:focus {
  position: relative;
  z-index: 2;
}

.button.alt:hover:after, .button.alt:active:after, .button.alt:focus:after {
  content: '';
  display: block;
  z-index: -1;
  height: 100%;
  width: 50%;
  background: #ebebeb;
  position: absolute;
  top: 0;
  left: -10%;
  -webkit-transform: skew(14deg, 0deg);
  -moz-transform: skew(14deg, 0deg);
  -ms-transform: skew(14deg, 0deg);
  -o-transform: skew(14deg, 0deg);
  transform: skew(14deg, 0deg);
}

br + .button {
  margin: 10px 0 0;
}

.button--square:after {
  content: none;
  display: none;
}

.button--primary {
  background: #999999;
  color: #FFF;
  position: relative;
  z-index: 2;
}

.button--primary:after {
  content: '';
  display: block;
  z-index: -1;
  height: 100%;
  width: 50%;
  background: #999999;
  position: absolute;
  top: 0;
  right: -10%;
  -webkit-transform: skew(-14deg, 0deg);
  -moz-transform: skew(-14deg, 0deg);
  -ms-transform: skew(-14deg, 0deg);
  -o-transform: skew(-14deg, 0deg);
  transform: skew(-14deg, 0deg);
}

.button--primary:hover, .button--primary:active, .button--primary:focus {
  background: #ebebeb;
  color: #999999;
  position: relative;
  z-index: 2;
}

.button--primary:hover:after, .button--primary:active:after, .button--primary:focus:after {
  content: '';
  display: block;
  z-index: -1;
  height: 100%;
  width: 50%;
  background: #ebebeb;
  position: absolute;
  top: 0;
  right: -10%;
  -webkit-transform: skew(-14deg, 0deg);
  -moz-transform: skew(-14deg, 0deg);
  -ms-transform: skew(-14deg, 0deg);
  -o-transform: skew(-14deg, 0deg);
  transform: skew(-14deg, 0deg);
}

.button--primary.alt {
  position: relative;
  z-index: 2;
}

.button--primary.alt:after {
  content: '';
  display: block;
  z-index: -1;
  height: 100%;
  width: 50%;
  background: #999999;
  position: absolute;
  top: 0;
  left: -10%;
  -webkit-transform: skew(14deg, 0deg);
  -moz-transform: skew(14deg, 0deg);
  -ms-transform: skew(14deg, 0deg);
  -o-transform: skew(14deg, 0deg);
  transform: skew(14deg, 0deg);
}

.button--primary.alt:hover, .button--primary.alt:active, .button--primary.alt:focus {
  position: relative;
  z-index: 2;
}

.button--primary.alt:hover:after, .button--primary.alt:active:after, .button--primary.alt:focus:after {
  content: '';
  display: block;
  z-index: -1;
  height: 100%;
  width: 50%;
  background: #ebebeb;
  position: absolute;
  top: 0;
  left: -10%;
  -webkit-transform: skew(14deg, 0deg);
  -moz-transform: skew(14deg, 0deg);
  -ms-transform: skew(14deg, 0deg);
  -o-transform: skew(14deg, 0deg);
  transform: skew(14deg, 0deg);
}

.button--inverse {
  color: #999999;
}

.button--inverse:hover, .button--inverse:active, .button--inverse:focus {
  background: #ebebeb;
  color: #999999;
}

.button--large {
  padding: 9px 24px;
}

.button--cta {
  padding: 5px 15px;
  background: #005581;
  color: #000;
  font-size: 1.5em;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
}

.button--cta:after {
  content: '';
  display: block;
  z-index: -1;
  height: 100%;
  width: 50%;
  background: #005581;
  position: absolute;
  top: 0;
  right: -10%;
  -webkit-transform: skew(-14deg, 0deg);
  -moz-transform: skew(-14deg, 0deg);
  -ms-transform: skew(-14deg, 0deg);
  -o-transform: skew(-14deg, 0deg);
  transform: skew(-14deg, 0deg);
}

.button--cta:hover, .button--cta:active, .button--cta:focus {
  background: #999999;
  color: #FFF;
  position: relative;
  z-index: 2;
}

.button--cta:hover:after, .button--cta:active:after, .button--cta:focus:after {
  content: '';
  display: block;
  z-index: -1;
  height: 100%;
  width: 50%;
  background: #999999;
  position: absolute;
  top: 0;
  right: -10%;
  -webkit-transform: skew(-14deg, 0deg);
  -moz-transform: skew(-14deg, 0deg);
  -ms-transform: skew(-14deg, 0deg);
  -o-transform: skew(-14deg, 0deg);
  transform: skew(-14deg, 0deg);
}

.button--cta .icon-arrow-right {
  float: right;
  margin: 3px 0;
}

.button--cta.alt {
  position: relative;
  z-index: 2;
}

.button--cta.alt:after {
  content: '';
  display: block;
  z-index: -1;
  height: 100%;
  width: 50%;
  background: #005581;
  position: absolute;
  top: 0;
  left: -10%;
  -webkit-transform: skew(14deg, 0deg);
  -moz-transform: skew(14deg, 0deg);
  -ms-transform: skew(14deg, 0deg);
  -o-transform: skew(14deg, 0deg);
  transform: skew(14deg, 0deg);
}

.button--cta.alt:hover, .button--cta.alt:active, .button--cta.alt:focus {
  position: relative;
  z-index: 2;
}

.button--cta.alt:hover:after, .button--cta.alt:active:after, .button--cta.alt:focus:after {
  content: '';
  display: block;
  z-index: -1;
  height: 100%;
  width: 50%;
  background: #999999;
  position: absolute;
  top: 0;
  left: -10%;
  -webkit-transform: skew(14deg, 0deg);
  -moz-transform: skew(14deg, 0deg);
  -ms-transform: skew(14deg, 0deg);
  -o-transform: skew(14deg, 0deg);
  transform: skew(14deg, 0deg);
}

.show-more-wrap {
  border-top: 3px solid #ccc;
}

.button--show-more {
  display: block;
  width: 50%;
  margin: 0 auto;
  background: #ccc;
  color: #FFF;
  text-align: center;
  position: relative;
  z-index: 2;
}

.button--show-more:after, .button--show-more:before {
  content: '';
  display: block;
  z-index: -1;
  height: 100%;
  width: 50%;
  background: #ccc;
}

.button--show-more:after {
  position: absolute;
  top: 0;
  right: -10%;
  -webkit-transform: skew(-14deg, 0deg);
  -moz-transform: skew(-14deg, 0deg);
  -ms-transform: skew(-14deg, 0deg);
  -o-transform: skew(-14deg, 0deg);
  transform: skew(-14deg, 0deg);
}

.button--show-more:before {
  position: absolute;
  top: 0;
  left: -10%;
  -webkit-transform: skew(14deg, 0deg);
  -moz-transform: skew(14deg, 0deg);
  -ms-transform: skew(14deg, 0deg);
  -o-transform: skew(14deg, 0deg);
  transform: skew(14deg, 0deg);
}

.button--show-more .on {
  display: none;
}

.button--show-more:focus, .button--show-more:hover, .button--show-more:active {
  background: #000;
  color: #FFF;
  position: relative;
  z-index: 2;
}

.button--show-more:focus:after, .button--show-more:focus:before, .button--show-more:hover:after, .button--show-more:hover:before, .button--show-more:active:after, .button--show-more:active:before {
  content: '';
  display: block;
  z-index: -1;
  height: 100%;
  width: 50%;
  background: #000;
}

.button--show-more:focus:after, .button--show-more:hover:after, .button--show-more:active:after {
  position: absolute;
  top: 0;
  right: -10%;
  -webkit-transform: skew(-14deg, 0deg);
  -moz-transform: skew(-14deg, 0deg);
  -ms-transform: skew(-14deg, 0deg);
  -o-transform: skew(-14deg, 0deg);
  transform: skew(-14deg, 0deg);
}

.button--show-more:focus:before, .button--show-more:hover:before, .button--show-more:active:before {
  position: absolute;
  top: 0;
  left: -10%;
  -webkit-transform: skew(14deg, 0deg);
  -moz-transform: skew(14deg, 0deg);
  -ms-transform: skew(14deg, 0deg);
  -o-transform: skew(14deg, 0deg);
  transform: skew(14deg, 0deg);
}

.button--show-more.active .on {
  display: inline;
}

.button--show-more.active .off {
  display: none;
}

.button--blue {
  background: #001a4b;
}

.button--subtle {
  background: transparent;
  color: #999999;
  font-size: 15px;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #999999;
}

.button--subtle:hover, .button--subtle:active, .button--subtle:focus {
  background: #999999;
  color: #252525;
}

.button--download {
  display: inline-block;
  padding: 9px;
  font-weight: normal;
  font-style: normal;
  font-family: "soleil", Helvetica, Arial, sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  background: #001a4b;
  color: #FFF;
  position: relative;
  z-index: 2;
}

.wf-loading .button--download {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-style: normal;
}

.button--download:after {
  content: '';
  display: block;
  z-index: -1;
  height: 100%;
  width: 120%;
  background: #001a4b;
  position: absolute;
  top: 0;
  left: -10%;
  -webkit-transform: skew(-14deg, 0deg);
  -moz-transform: skew(-14deg, 0deg);
  -ms-transform: skew(-14deg, 0deg);
  -o-transform: skew(-14deg, 0deg);
  transform: skew(-14deg, 0deg);
}

.button--download:hover, .button--download:active, .button--download:focus {
  text-decoration: none;
  cursor: pointer;
  color: #FFF;
  position: relative;
  z-index: 2;
  outline: none;
}

.button--download:hover:after, .button--download:active:after, .button--download:focus:after {
  content: '';
  display: block;
  z-index: -1;
  height: 100%;
  width: 120%;
  background: #55a8d8;
  position: absolute;
  top: 0;
  left: -10%;
  -webkit-transform: skew(-14deg, 0deg);
  -moz-transform: skew(-14deg, 0deg);
  -ms-transform: skew(-14deg, 0deg);
  -o-transform: skew(-14deg, 0deg);
  transform: skew(-14deg, 0deg);
}

.button--subtle-dark {
  background: #252525;
  color: #999999;
  font-size: 15px;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #999999;
}

.button--subtle-dark:hover, .button--subtle-dark:active, .button--subtle-dark:focus {
  background: #999999;
  color: #252525;
}

.button--subtle-blue {
  background: #005581;
  color: #999999;
  font-size: 15px;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #999999;
}

.button--subtle-blue:hover, .button--subtle-blue:active, .button--subtle-blue:focus {
  background: #999999;
  color: #005581;
}

.button--giant-cta {
  position: relative;
  display: block;
  text-align: center;
  font-weight: 700;
  font-size: 25px;
  text-transform: uppercase;
  background: #005581;
  color: #FFF;
}

.button--giant-cta:hover, .button--giant-cta:active, .button--giant-cta:focus {
  background: #999999;
  color: #FFF;
}

.button--giant-cta .icon-arrow-right {
  float: right;
  margin: 8px 0;
}

.button--giant-cta.button--primary:hover, .button--giant-cta.button--primary:active, .button--giant-cta.button--primary:focus {
  position: relative;
  z-index: 2;
}

.button--giant-cta.button--primary:hover:after, .button--giant-cta.button--primary:active:after, .button--giant-cta.button--primary:focus:after {
  content: '';
  display: block;
  z-index: -1;
  height: 100%;
  width: 50%;
  background: #999999;
  position: absolute;
  top: 0;
  right: -10%;
  -webkit-transform: skew(-14deg, 0deg);
  -moz-transform: skew(-14deg, 0deg);
  -ms-transform: skew(-14deg, 0deg);
  -o-transform: skew(-14deg, 0deg);
  transform: skew(-14deg, 0deg);
}

.button--giant-cta.button--primary.alt {
  position: relative;
  z-index: 2;
}

.button--giant-cta.button--primary.alt:after {
  content: '';
  display: block;
  z-index: -1;
  height: 100%;
  width: 50%;
  background: #005581;
  position: absolute;
  top: 0;
  left: -10%;
  -webkit-transform: skew(14deg, 0deg);
  -moz-transform: skew(14deg, 0deg);
  -ms-transform: skew(14deg, 0deg);
  -o-transform: skew(14deg, 0deg);
  transform: skew(14deg, 0deg);
}

.button--giant-cta.button--primary.alt:hover, .button--giant-cta.button--primary.alt:active, .button--giant-cta.button--primary.alt:focus {
  position: relative;
  z-index: 2;
}

.button--giant-cta.button--primary.alt:hover:after, .button--giant-cta.button--primary.alt:active:after, .button--giant-cta.button--primary.alt:focus:after {
  content: '';
  display: block;
  z-index: -1;
  height: 100%;
  width: 50%;
  background: #999999;
  position: absolute;
  top: 0;
  left: -10%;
  -webkit-transform: skew(14deg, 0deg);
  -moz-transform: skew(14deg, 0deg);
  -ms-transform: skew(14deg, 0deg);
  -o-transform: skew(14deg, 0deg);
  transform: skew(14deg, 0deg);
}

.button--vid-play, .button--vid-play-large {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  border: none;
  background: none;
  font-size: 2.5em;
  color: rgba(255, 255, 255, 0.85);
  text-shadow: 3px 3px 13px rgba(0, 0, 0, 0.34);
}

.button--vid-play:hover, .button--vid-play-large:hover, .button--vid-play:active, .button--vid-play-large:active, .button--vid-play:focus, .button--vid-play-large:focus {
  text-decoration: none;
}

.button--vid-play i, .button--vid-play-large i {
  display: block;
  position: absolute;
  top: 45%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 0;
}

.button--vid-play i:before, .button--vid-play-large i:before {
  font-size: 40px;
}

.button--vid-play-large i:before {
  font-size: 80px;
}

.button--vid-play-label {
  display: none;
  color: #FFF;
  vertical-align: middle;
}

.button--vid-play-label, .button--vid-play-label:hover, .button--vid-play-label:active, .button--vid-play-label:focus {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 4;
}

.button--vid-play-label i {
  margin-right: 10px;
  vertical-align: middle;
}

.button--vid-play--buffer,
#playVideo.button--vid-play--buffer {
  min-width: 40px;
  min-height: 40px;
  background: url(../global/images/progress.gif) no-repeat 50% 50%;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8);
}

.button--vid-play--buffer i,
.button--vid-play--buffer span, .button--vid-play--buffer:after,
#playVideo.button--vid-play--buffer i,
#playVideo.button--vid-play--buffer span,
#playVideo.button--vid-play--buffer:after {
  display: none;
}

.button--video {
  display: none;
  padding: 7px 9px 7px 33px;
  color: #FFF;
  line-height: 16px;
  font-size: 16px;
  border-radius: 3px;
}

.button--video, .button--video:hover, .button--video:active, .button--video:focus {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 4;
}

.button--video:before {
  display: block;
  position: absolute;
  top: 5px;
  right: 0;
  bottom: 0;
  left: 9px;
  content: '';
  background: url("../images/global/png/coverage-play.png") no-repeat;
  background-size: 19px;
}

.button--video:hover:before {
  background: url("../images/global/png/coverage-play-over.png") no-repeat;
  background-size: 19px;
}

.button--video:hover:after {
  display: none;
}

.button--video:after {
  display: none;
}

.button--video.button--large-cta {
  padding: 12px 12px 12px 53px;
}

@media screen and (max-width: 649px) {
  .button--video.button--large-cta {
    font-size: 18px;
    line-height: 30px;
  }
}

.button--slide-panel--open {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9;
  color: #FFF;
  font-weight: normal;
  font-style: normal;
  font-family: "soleil", Helvetica, Arial, sans-serif;
  font-size: 22px;
  text-transform: uppercase;
  text-decoration: none;
  text-align: right;
  background-color: #005581;
}

.wf-loading .button--slide-panel--open {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-style: normal;
}

.button--slide-panel--open span {
  display: block;
  font-weight: normal;
  font-style: normal;
  font-family: "soleil", Helvetica, Arial, sans-serif;
  font-size: 14px;
}

.wf-loading .button--slide-panel--open span {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}

.button--slide-panel--open:hover, .button--slide-panel--open:active, .button--slide-panel--open:focus,
.button--slide-panel--close:hover,
.button--slide-panel--close:active,
.button--slide-panel--close:focus {
  color: #FFF;
  text-decoration: none;
  background-color: #004468;
}

.button--slide-panel--close {
  position: absolute;
  top: 0px;
  right: 0;
  bottom: 0;
  left: 0px;
  height: 70px;
  width: 50px;
  z-index: -1;
  text-indent: -9999px;
  background-color: #005581;
}

.slide-panel--open .button--slide-panel--close {
  left: -50px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
}

.button--next-event {
  padding: 13px;
}

.button--next-event:before {
  content: '';
  display: block;
  position: absolute;
  top: 0px;
  right: 0;
  bottom: 0;
  left: -43px;
  height: 100%;
  width: 30px;
  padding: 0 13px;
  background: #005581 url("../images/sprite.png") no-repeat -197px -674px;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.button--next-event:hover:before,
.button--next-event:active:before,
.button--next-event:focus:before {
  background-color: #004468;
}

.button--next-event--close {
  width: 0;
  padding: 0;
  left: 42px;
}

.button--next-event--close:before {
  padding: 0 0 0 13px;
}

.slide-panel--open .button--next-event--close {
  left: 0;
}

.button--content-cta {
  padding: 5px 15px;
  text-transform: uppercase;
  vertical-align: bottom;
  color: #252525;
  font-weight: 700;
}

.button--content-cta, .button--content-cta:after {
  background: #cccccc;
}

.button--cta--calendar {
  padding: 4px 10px;
  font-size: 18px;
  text-transform: uppercase;
  color: #252525;
  text-align: center;
}

@media (max-width: 1320px) {
  .button--cta--calendar {
    padding: .307692308vw .769230769vw;
    font-size: 1.384615385vw;
  }
}

@media (max-width: 1064px) {
  .button--cta--calendar {
    padding: .37593985vw .939849624vw;
    font-size: 1.691729323vw;
  }
}

.button--cta--calendar, .button--cta--calendar:after {
  background: #FFF;
}

.button--cta--calendar:hover, .button--cta--calendar:hover:after, .button--cta--calendar:active, .button--cta--calendar:active:after, .button--cta--calendar:focus, .button--cta--calendar:focus:after {
  background: #ccc;
}

.button--tickets {
  right: -100%;
  padding: 13px;
}

.button--tickets i {
  vertical-align: middle;
  margin: 0 13px 0 0;
}

.button--share {
  padding: 0.5em;
  color: #FFF;
  border-radius: 2px;
  text-decoration: none;
}

.button--share:hover, .button--share:active, .button--share:focus {
  background-color: #005581;
  color: #FFF;
  text-decoration: none;
}

.button--share--facebook {
  box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.52), inset 1px 1px 0 #4868ab;
  background: #435596;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQzNTU5NiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzODQ4ODEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #435596 0%, #384881 99%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #435596), color-stop(99%, #384881));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #435596 0%, #384881 99%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #435596 0%, #384881 99%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #435596 0%, #384881 99%);
  /* IE10+ */
  background: linear-gradient(to bottom, #435596 0%, #384881 99%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#435596', endColorstr='#384881',GradientType=0 );
  /* IE6-8 */
}

.button--share--facebook:hover,
.button--share--facebook:focus {
  background: #375490;
}

.button--share--facebook:active {
  box-shadow: 1px 1px 0 #484848, inset 1px 1px 3px rgba(1, 1, 1, 0.25);
  background: #000;
}

.button--share--twitter {
  box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.52), inset 1px 1px 0 #1a91c1;
  background: #29719c;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI5NzE5YyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyMzYyOGEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #29719c 0%, #23628a 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #29719c), color-stop(100%, #23628a));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #29719c 0%, #23628a 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #29719c 0%, #23628a 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #29719c 0%, #23628a 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #29719c 0%, #23628a 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#29719c', endColorstr='#23628a',GradientType=0 );
  /* IE6-8 */
}

.button--share--twitter:hover,
.button--share--twitter:focus {
  background: #006d97;
}

.button--share--twitter:active {
  box-shadow: 1px 1px 0 #484848, inset 6px 6px 2px rgba(1, 1, 1, 0.25);
  background: #000;
}

.button--share--pinterest {
  box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.52), inset 1px 1px 0 #f03a42;
  background: #d71d35;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q3MWQzNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhMzBmMjQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #d71d35 0%, #a30f24 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d71d35), color-stop(100%, #a30f24));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #d71d35 0%, #a30f24 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #d71d35 0%, #a30f24 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #d71d35 0%, #a30f24 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #d71d35 0%, #a30f24 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d71d35', endColorstr='#a30f24',GradientType=0 );
  /* IE6-8 */
}

.button--share--pinterest:hover,
.button--share--pinterest:focus {
  background: #d02129;
}

.button--share--pinterest:active {
  box-shadow: 1px 1px 0 #484848, inset 1px 1px 3px rgba(1, 1, 1, 0.25);
  background: #252525;
}

.button--share--subtle {
  display: inline-block;
  vertical-align: middle;
  height: 27px;
  width: 27px;
  margin: 0 0 0 14px;
  background: transparent url("../images/sprite.png") no-repeat;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}

.button--share--subtle--facebook {
  background-position: 0 -4060px;
}

.button--share--subtle--facebook:hover, .button--share--subtle--facebook:active, .button--share--subtle--facebook:focus {
  background-position: 0 -4010px;
}

.button--share--subtle--twitter {
  background-position: -45px -4060px;
}

.button--share--subtle--twitter:hover, .button--share--subtle--twitter:active, .button--share--subtle--twitter:focus {
  background-position: -45px -4010px;
}

.button--share--subtle--label {
  display: inline-block;
  height: 28px;
  width: auto;
  margin: 0 0 0 14px;
  color: #FFF;
  font-weight: normal;
  font-style: normal;
  font-family: "soleil", Helvetica, Arial, sans-serif;
  line-height: 28px;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}

.button--share--subtle--label:before {
  content: '';
  display: inline-block;
  margin: 0 4px 0 0;
  vertical-align: middle;
  height: 28px;
  width: 28px;
  background: transparent url("../images/sprite.png") no-repeat;
}

.wf-loading .button--share--subtle--label {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-style: normal;
}

.button--share--subtle--label:hover, .button--share--subtle--label:active, .button--share--subtle--label:focus {
  color: #FFF;
}

.button--share--subtle--label--facebook:before {
  background-position: 0 -4060px;
}

.button--share--subtle--label--facebook:hover:before, .button--share--subtle--label--facebook:active:before, .button--share--subtle--label--facebook:focus:before {
  background-position: 0 -4010px;
}

.button--share--subtle--label--twitter:before {
  background-position: -45px -4060px;
}

.button--share--subtle--label--twitter:hover:before, .button--share--subtle--label--twitter:active:before, .button--share--subtle--label--twitter:focus:before {
  background-position: -45px -4010px;
}

.button--close {
  float: right;
  font-size: 18px;
  line-height: 1;
  padding: 3px 8px 4px;
}

.button--close:after {
  display: none !important;
}

.button--download {
  display: inline-block;
  margin-top: 12px;
  text-decoration: none !important;
}

.button--inline {
  display: inline-block;
  padding: 6px 9px;
  vertical-align: middle;
}

.button--block {
  display: block;
  text-align: center;
}

.button--disabled {
  background: #ccc;
  color: #8A898E;
  position: relative;
  z-index: 2;
}

.button--disabled:after {
  content: '';
  display: block;
  z-index: -1;
  height: 100%;
  width: 50%;
  background: #ccc;
  position: absolute;
  top: 0;
  right: -10%;
  -webkit-transform: skew(-14deg, 0deg);
  -moz-transform: skew(-14deg, 0deg);
  -ms-transform: skew(-14deg, 0deg);
  -o-transform: skew(-14deg, 0deg);
  transform: skew(-14deg, 0deg);
}

.button--disabled:hover, .button--disabled:active, .button--disabled:focus, .button--disabled.button--cta:hover, .button--disabled.button--cta:active, .button--disabled.button--cta:focus, .button--disabled.button--primary:hover, .button--disabled.button--primary:active, .button--disabled.button--primary:focus, .button--disabled.button--cta.button--primary:hover, .button--disabled.button--cta.button--primary:active, .button--disabled.button--cta.button--primary:focus {
  background: #ccc;
  color: #8A898E;
  cursor: default;
  position: relative;
  z-index: 2;
}

.button--disabled:hover:after, .button--disabled:active:after, .button--disabled:focus:after, .button--disabled.button--cta:hover:after, .button--disabled.button--cta:active:after, .button--disabled.button--cta:focus:after, .button--disabled.button--primary:hover:after, .button--disabled.button--primary:active:after, .button--disabled.button--primary:focus:after, .button--disabled.button--cta.button--primary:hover:after, .button--disabled.button--cta.button--primary:active:after, .button--disabled.button--cta.button--primary:focus:after {
  content: '';
  display: block;
  z-index: -1;
  height: 100%;
  width: 50%;
  background: #ccc;
  position: absolute;
  top: 0;
  right: -10%;
  -webkit-transform: skew(-14deg, 0deg);
  -moz-transform: skew(-14deg, 0deg);
  -ms-transform: skew(-14deg, 0deg);
  -o-transform: skew(-14deg, 0deg);
  transform: skew(-14deg, 0deg);
}

.tabs dd .button--primary:hover,
.tabs dd .button--primary:active,
.tabs dd .button--primary:focus,
.button--download:hover,
.button--download:active,
.button--download:focus {
  background: #ccc;
}

.button--table-nav--up,
.button--table-nav--down {
  line-height: 22px;
}

.button--table-nav--up i,
.button--table-nav--down i {
  vertical-align: middle;
}

.button--social-interact {
  display: block;
  width: 100%;
  padding: 5px 15px;
  background: #000;
  color: #005581;
  text-transform: uppercase;
  font-size: 1.05em;
  line-height: 1;
}

@media screen and (max-width: 649px) {
  .button--giant-cta {
    font-size: 18px;
  }
  .button--giant-cta i {
    margin: 4px 0;
  }
}

/* ==================================================================================================== */
/* FORMS - BASIC INPUT RESETS */
input[type="checkbox"] {
  -webkit-appearance: checkbox;
}

input[type="radio"] {
  -webkit-appearance: radio;
}

/* ==================================================================================================== */
/* FORMS - FANCY INPUTS */
.form__input--select--fancy {
  z-index: 15;
}

.form__input--select--fancy:hover + .customSelect .customSelectInner, .form__input--select--fancy:active + .customSelect .customSelectInner, .form__input--select--fancy:focus + .customSelect .customSelectInner {
  background: #FFF;
}

.form__input--select--fancy + .customSelect .customSelectInner {
  position: relative;
  padding: 0 70px 0 30px;
  display: block !important;
  width: auto !important;
  text-transform: uppercase;
  line-height: 40px;
  border: 1px solid #C3C3C3;
  background: #F0EEEF;
  border-radius: 4px;
}

.form__input--select--fancy + .customSelect .customSelectInner:after {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  content: '';
  height: 100%;
  width: 40px;
  border-left: 1px solid #C3C3C3;
  z-index: 10;
  background: url(../images/global/customselect-droparrow.png) 50% 50% no-repeat;
}

.form__input--select--fancy[disabled] + .customSelect .customSelectInner {
  color: #999999;
}

.form__input--select--fancy[disabled] + .customSelect .customSelectInner:hover {
  cursor: not-allowed;
}

.form__input--select--block {
  display: block !important;
  margin-bottom: 10px;
}

.form__input--select--block + .customSelect .customSelectInner {
  width: 100% !important;
}

.customSelect .customSelectInner:hover, .customSelect .customSelectInner:active, .customSelect .customSelectInner:focus {
  background: #FFF;
}

h1, h2, h3, h4 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-style: normal;
  font-family: "soleil", Helvetica, Arial, sans-serif;
}

.wf-loading h1, .wf-loading h2, .wf-loading h3, .wf-loading h4 {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-style: normal;
}

h3 {
  font-size: 1.5625em;
  line-height: 1em;
}

h4, .module--content__header__sub-heading {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-style: normal;
  font-family: "soleil", Helvetica, Arial, sans-serif;
}

.wf-loading h4, .wf-loading .module--content__header__sub-heading {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-style: normal;
}

p {
  margin: 0 0 1em;
}

b, strong, .strong {
  font-weight: 700;
}

/* =============================================================================== */
/* IMAGES */
figure {
  position: relative;
}

figure > a > img,
figure > img {
  width: 100%;
  height: auto;
}

figure.img--fixed-50 > a > img,
figure.img--fixed-50 > img {
  width: auto;
  height: 50px;
}

.img--roundel {
  border-radius: 50%;
}

.img--roundel--bordered {
  border: 5px solid transparent;
}

.img--roundel--50 {
  height: 50px;
  width: 50px;
}

.img--skewed {
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.img--skewed:after {
  content: '';
  display: block;
  z-index: 1;
  height: 100%;
  width: 23px;
  background: #FFF;
  position: absolute;
  top: 0;
  right: -11px;
  -webkit-transform: skew(-14deg, 0deg);
  -moz-transform: skew(-14deg, 0deg);
  -ms-transform: skew(-14deg, 0deg);
  -o-transform: skew(-14deg, 0deg);
  transform: skew(-14deg, 0deg);
}

.img--skewed img {
  display: block;
}

.effect--blur {
  filter: url("../images/global/svg/blur.svg");
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

.athlete-portrait {
  padding: 4px;
  border: 1px solid #CCC;
  background: #FFF;
}

.athlete-portrait img {
  width: 100%;
  height: auto;
}

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

.skew {
  -webkit-transform: skew(-14deg, 0deg);
  -moz-transform: skew(-14deg, 0deg);
  -ms-transform: skew(-14deg, 0deg);
  -o-transform: skew(-14deg, 0deg);
  transform: skew(-14deg, 0deg);
}

.skew.alternative {
  -webkit-transform: skew(14deg, 0deg);
  -moz-transform: skew(14deg, 0deg);
  -ms-transform: skew(14deg, 0deg);
  -o-transform: skew(14deg, 0deg);
  transform: skew(14deg, 0deg);
}

.skew-inner {
  display: block;
  -webkit-transform: skew(14deg, 0deg);
  -moz-transform: skew(14deg, 0deg);
  -ms-transform: skew(14deg, 0deg);
  -o-transform: skew(14deg, 0deg);
  transform: skew(14deg, 0deg);
}

.alternative .skew-inner {
  -webkit-transform: skew(-14deg, 0deg);
  -moz-transform: skew(-14deg, 0deg);
  -ms-transform: skew(-14deg, 0deg);
  -o-transform: skew(-14deg, 0deg);
  transform: skew(-14deg, 0deg);
}

.skew-mask {
  -webkit-clip-path: polygon(10% 0, 100% 0%, 90% 100%, 0% 100%);
  clip-path: polygon(10% 0, 100% 0%, 90% 100%, 0% 100%);
}

/* =============================================================================== */
/* OVERLAYS */

.overlay--gradient-light {
  background-color: rgba(232, 230, 232, 0);
  background-image: -webkit-linear-gradient(rgba(232, 230, 232, 0), #e8e6e8, vertical);
  background-image: linear-gradient(rgba(232, 230, 232, 0), #e8e6e8, vertical);
  background-image: -webkit-linear-gradient(top, rgba(232, 230, 232, 0) 0%, #e8e6e8 80%, #e8e6e8 100%);
  background-image: linear-gradient(to bottom, rgba(232, 230, 232, 0) 0%, #e8e6e8 80%, #e8e6e8 100%);
}

.ie9
.overlay--gradient-light {
  filter: none !important;
}


.overlay--gradient-black-50 {
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, transparent 0%, transparent 50%, black 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(50%, transparent), color-stop(100%, black));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, transparent 0%, transparent 50%, black 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, transparent 0%, transparent 50%, black 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, transparent 0%, transparent 50%, black 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, transparent 0%, transparent 50%, black 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
  /* IE6-8 */
}

.ie9
.overlay--gradient-black-50 {
  filter: none !important;
}


.overlay--gradient-black-70 {
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, transparent 0%, transparent 30%, black 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(30%, transparent), color-stop(100%, black));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, transparent 0%, transparent 30%, black 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, transparent 0%, transparent 30%, black 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, transparent 0%, transparent 30%, black 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, transparent 0%, transparent 30%, black 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
  /* IE6-8 */
}

.ie9
.overlay--gradient-black-70 {
  filter: none !important;
}


.overlay--gradient-black-80 {
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, transparent 0%, transparent 20%, black 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(20%, transparent), color-stop(100%, black));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, transparent 0%, transparent 20%, black 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, transparent 0%, transparent 20%, black 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, transparent 0%, transparent 20%, black 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, transparent 0%, transparent 20%, black 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
  /* IE6-8 */
}

.ie9
.overlay--gradient-black-80 {
  filter: none !important;
}

.overlay--bike,
.overlay--image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.overlay--image--black-30 {
  background: rgba(0, 0, 0, 0.3);
}

.overlay--image--black-60 {
  background: rgba(0, 0, 0, 0.6);
}

.overlay--image--black-80 {
  background: rgba(0, 0, 0, 0.8);
}

.overlay--image--primary-40 {
  background: rgba(0, 85, 129, 0.4);
}

.overlay--image--next-event {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.overlay--ne-back {
  display: none;
  z-index: 5;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.overlay--bike {
  background: url("../images/about/bike-roation-bg.jpg") center center no-repeat;
  background-size: cover;
}

.nav,
.nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
  font-weight: normal;
  font-style: normal;
  font-family: "soleil", Helvetica, Arial, sans-serif;
}

.wf-loading .nav-justified {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}

.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
  display: table-cell;
  width: 1%;
}

.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 1px;
}

.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 940px) {
  .nav-justified > li, .nav-tabs.nav-justified > li {
    float: none;
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}

.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 0;
}

@media (min-width: 768px) {
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: none;
    border-radius: 0;
  }
}

#xf_tabnav {
  overflow: hidden;
}

#xf_tabnav::after {
  clear: both;
  content: "";
  display: table;
}

.nav-tabs {
  margin: 0 -15px;
  background-color: #000;
  border-bottom: 1px solid transparent;
}

.nav-tabs::after {
  clear: both;
  content: "";
  display: table;
}

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  display: block;
  padding: 0 20px;
  color: #000;
  font-family: "soleil", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 60px;
  text-transform: uppercase;
  background-color: #cccccc;
  border-right: 1px solid #FFF;
}

.nav-tabs > li > a:hover, .nav-tabs > li > a:active, .nav-tabs > li > a:focus {
  text-decoration: none;
  color: #FFF;
  background-color: #b3b2b2;
  border-color: #FFF;
}

.nav-tabs > li > a.no-link:hover, .nav-tabs > li > a.no-link:active, .nav-tabs > li > a.no-link:focus {
  color: #000;
  background-color: #cccccc;
  cursor: default;
}

@media screen and (max-width: 980px) {
  .nav-tabs > li > a {
    font-size: 14px;
    line-height: 40px;
    padding: 0 10px;
  }
}

@media screen and (max-width: 800px) {
  .nav-tabs > li > a {
    font-size: 12px;
  }
}

.nav-tabs > li:last-of-type > a {
  border-right: none;
}

.nav-tabs > li.nav-tabs__tab--highlight > a {
  background-color: #cccccc;
}

.nav-tabs > li.nav-tabs__tab--highlight > a:hover, .nav-tabs > li.nav-tabs__tab--highlight > a:active, .nav-tabs > li.nav-tabs__tab--highlight > a:focus {
  background-color: #b3b2b2;
}

.nav-tabs > li.active > a {
  position: relative;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:active, .nav-tabs > li.active > a:focus {
  color: #FFF;
  background-color: #000;
  border-color: #FFF;
  cursor: default;
}

.nav-tabs.nav-justified {
  width: auto;
}

.nav-tabs.cloned.nav-justified {
  width: 102%;
}

.nav-tabs--sticky {
  position: fixed;
  top: 58px;
  width: 100%;
  z-index: 10;
}

.nav-tabs-slim {
  float: left;
}

.nav-tabs-slim > li > a {
  padding: 5px 15px;
  font-family: "soleil", Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 32px;
}

.nav-tabs-slim > li > a:hover, .nav-tabs-slim > li > a:active, .nav-tabs-slim > li > a:focus {
  background-color: #b3b2b2;
  color: #FFF;
}

.nav-tabs-slim > li.active > a, .nav-tabs-slim > li.active > a:hover, .nav-tabs-slim > li.active > a:active, .nav-tabs-slim > li.active > a:focus {
  background-color: #b3b2b2;
  color: #FFF;
}

.nav-tabs-media {
  margin: 0 0 20px 10px;
  background: transparent;
}

.nav-tabs-media > li > a {
  padding: 5px 15px;
  font-weight: normal;
  font-style: normal;
  font-family: "soleil", Helvetica, Arial, sans-serif;
  line-height: 32px;
}

.wf-loading .nav-tabs-media > li > a {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-style: normal;
}

.nav-tabs-right {
  float: right;
}

.nav-tabs-slimbox {
  float: none;
  margin: 0;
  border: 1px solid #FFF;
  border-bottom: none;
  overflow: hidden;
}

.nav-tabs-slimbox > li:first-of-type > a {
  margin-left: -5px;
}

.nav-tabs-slimbox > li:last-of-type > a {
  margin-right: -5px;
}

.nav-tabs-slimbox > li > a {
  background: #FFF;
  border-color: #FFF !important;
  color: #001a4b;
}

.nav-tabs-slimbox > li.active > a, .nav-tabs-slimbox > li.active > a:hover, .nav-tabs-slimbox > li.active > a:active, .nav-tabs-slimbox > li.active > a:focus {
  color: #001a4b;
  background-color: #b3b2b2;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.tab-content-slimbox {
  border: 1px solid #FFF;
  position: relative;
}

.tab-content-slimbox > .tab-pane {
  padding: 10px;
}

@media screen and (max-width: 1080px) {
  .nav-tabs-slimbox,
  .tab-content-slimbox {
    margin: 0 40px;
  }
}

.tab-content__nav {
  position: absolute;
  padding: 10px 8px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #001a4b;
  background: #55a8d8;
}

.tab-content__nav:hover, .tab-content__nav:active, .tab-content__nav:focus {
  text-decoration: none;
  background: #FFF;
}

.tab-content__nav.prev {
  left: -32px;
  z-index: 2;
}

.tab-content__nav.prev:after {
  content: '';
  display: block;
  z-index: -1;
  height: 100%;
  width: 50%;
  background: #55a8d8;
  position: absolute;
  top: 0;
  left: -20%;
  -webkit-transform: skew(14deg, 0deg);
  -moz-transform: skew(14deg, 0deg);
  -ms-transform: skew(14deg, 0deg);
  -o-transform: skew(14deg, 0deg);
  transform: skew(14deg, 0deg);
}

.tab-content__nav.prev:hover:after, .tab-content__nav.prev:active:after, .tab-content__nav.prev:focus:after {
  background: #FFF;
}

.tab-content__nav.next {
  right: -32px;
  z-index: 2;
}

.tab-content__nav.next:after {
  content: '';
  display: block;
  z-index: -1;
  height: 100%;
  width: 50%;
  background: #55a8d8;
  position: absolute;
  top: 0;
  right: -20%;
  -webkit-transform: skew(-14deg, 0deg);
  -moz-transform: skew(-14deg, 0deg);
  -ms-transform: skew(-14deg, 0deg);
  -o-transform: skew(-14deg, 0deg);
  transform: skew(-14deg, 0deg);
}

.tab-content__nav.next:hover:after, .tab-content__nav.next:active:after, .tab-content__nav.next:focus:after {
  background: #FFF;
}

/* ==================================================================================================== */
/* HOME PAGE FILTER NAVIGATION */
.homepage #xf_tabnav {
  background: #FFF;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0;
}

@media screen and (max-with: 1340px) {
  .homepage #xf_tabnav {
    marging: 0 20px;
  }
}

.homepage #xf_tabnav .nav-tabs-inner {
  margin: 0 20px;
  background: #000;
}

.homepage #xf_tabnav .nav-tabs-inner::after {
  clear: both;
  content: "";
  display: table;
}

.mediapage #xf_tabnav {
  margin: 0 auto;
  max-width: 1320px;
}

/* ==================================================================================================== */
/* COOKIE BAR */
.cookiebar.top {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 1100;
  width: 100%;
}

.cookiebar.top .ccookies {
  height: auto;
  background: #ccc;
  padding: 20px 40px 20px 25px;
  color: #252525;
  position: relative;
  box-sizing: border-box;
}

.cookiebar.top .ccookies .ccookie-close {
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAA+klEQVQ4T62TvUoDURCFv/MGikqMjaRQEwsRgr0msbHxXdMI/kQfwEIkRcRmG38gFr7BkQuzcjduEFxvPeebM3PmioZPDfV8A2xfAPvAuaSHOrDtQ2AMTCWdpZocUADbwAcwlPSYQ2wfADfAOlBI6iwCdoA7YAv4BE4l3aci20fAJbACvAAnkp4rgCjcBW4zyChcXIf4FTguxT8AAUlWJ8Aa8B5jtpaNVpuC7b0YZzMcJFDq/LS43GWAbrhoh+ANGEia/Qqw3Qtx6p6PUAupOIio0sI2ym1HxzKdOTDKI87voA9cAatAZdu283QqkH89pGan/NdP1fg3fgGSYGwRX8aSIgAAAABJRU5ErkJggg==) scroll center center no-repeat transparent;
}

.cookiebar.top .ccookies .ccookiesinner {
  max-width: 1300px;
  margin: 0 auto;
}

.cookiebar.top .ccookies .ccookiesinner a {
  color: #252525;
  font-weight: 700;
  text-decoration: underline;
}

.sticky .cookiebar.top {
  transform: translate(0, -100%);
  overflow: hidden;
}

.cookiebar.bottom .ccookies {
  height: auto;
  background: #ccc;
  padding: 20px 40px 20px 25px;
  color: #252525;
  font-weight: normal;
  font-style: normal;
  font-family: "soleil", Helvetica, Arial, sans-serif;
  position: relative;
  box-sizing: border-box;
}

.wf-loading .cookiebar.bottom .ccookies {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}

.cookiebar.bottom .ccookies .ccookie-close {
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAA+klEQVQ4T62TvUoDURCFv/MGikqMjaRQEwsRgr0msbHxXdMI/kQfwEIkRcRmG38gFr7BkQuzcjduEFxvPeebM3PmioZPDfV8A2xfAPvAuaSHOrDtQ2AMTCWdpZocUADbwAcwlPSYQ2wfADfAOlBI6iwCdoA7YAv4BE4l3aci20fAJbACvAAnkp4rgCjcBW4zyChcXIf4FTguxT8AAUlWJ8Aa8B5jtpaNVpuC7b0YZzMcJFDq/LS43GWAbrhoh+ANGEia/Qqw3Qtx6p6PUAupOIio0sI2ym1HxzKdOTDKI87voA9cAatAZdu283QqkH89pGan/NdP1fg3fgGSYGwRX8aSIgAAAABJRU5ErkJggg==) scroll center center no-repeat transparent;
}

.cookiebar.bottom .ccookies .ccookiesinner {
  max-width: 1300px;
  margin: 0 auto;
  text-align: center;
}

.cookiebar.bottom .ccookies .ccookiesinner h3 {
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #FFF;
}

.cookiebar.bottom .ccookies .ccookiesinner a {
  text-decoration: underline;
}

.article_video {
  position: relative;
  width: 100%;
  padding: 0 0 56.25%;
  background: #000;
  overflow: hidden;
  clear: both;
}

.article_video embed,
.article_video iframe,
.article_video object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* Arrows */
.slick-prev,
.slick-next {
  height: 38px;
  width: 26px;
  margin: -10.5px 0 0 -19px;
  padding: 10px;
  background: #ccc;
  color: #252525;
}

.slick-prev:before,
.slick-next:before {
  position: absolute;
  top: 10px;
  opacity: 1;
}

.slick-prev:hover, .slick-prev:active, .slick-prev:focus,
.slick-next:hover,
.slick-next:active,
.slick-next:focus {
  background: #FFF;
  color: #005581;
}

.slick-prev {
  left: -25px;
  z-index: 2;
}

.slick-prev:after {
  content: '';
  display: block;
  z-index: -1;
  height: 100%;
  width: 50%;
  background: #ccc;
  position: absolute;
  top: 0;
  left: -20%;
  -webkit-transform: skew(14deg, 0deg);
  -moz-transform: skew(14deg, 0deg);
  -ms-transform: skew(14deg, 0deg);
  -o-transform: skew(14deg, 0deg);
  transform: skew(14deg, 0deg);
}

.slick-prev:before {
  font-family: "rb-bc-one" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "j";
}

.slick-prev:before {
  left: 7px;
}

.slick-prev:hover, .slick-prev:active, .slick-prev:focus {
  z-index: 2;
}

.slick-prev:hover:after, .slick-prev:active:after, .slick-prev:focus:after {
  content: '';
  display: block;
  z-index: -1;
  height: 100%;
  width: 50%;
  background: #FFF;
  position: absolute;
  top: 0;
  left: -20%;
  -webkit-transform: skew(14deg, 0deg);
  -moz-transform: skew(14deg, 0deg);
  -ms-transform: skew(14deg, 0deg);
  -o-transform: skew(14deg, 0deg);
  transform: skew(14deg, 0deg);
}

.slick-next {
  right: -25px;
  z-index: 2;
}

.slick-next:after {
  content: '';
  display: block;
  z-index: -1;
  height: 100%;
  width: 50%;
  background: #ccc;
  position: absolute;
  top: 0;
  right: -20%;
  -webkit-transform: skew(-14deg, 0deg);
  -moz-transform: skew(-14deg, 0deg);
  -ms-transform: skew(-14deg, 0deg);
  -o-transform: skew(-14deg, 0deg);
  transform: skew(-14deg, 0deg);
}

.slick-next:before {
  font-family: "rb-bc-one" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "k";
}

.slick-next:before {
  right: 7px;
}

.slick-next:hover, .slick-next:active, .slick-next:focus {
  z-index: 2;
}

.slick-next:hover:after, .slick-next:active:after, .slick-next:focus:after {
  content: '';
  display: block;
  z-index: -1;
  height: 100%;
  width: 50%;
  background: #FFF;
  position: absolute;
  top: 0;
  right: -20%;
  -webkit-transform: skew(-14deg, 0deg);
  -moz-transform: skew(-14deg, 0deg);
  -ms-transform: skew(-14deg, 0deg);
  -o-transform: skew(-14deg, 0deg);
  transform: skew(-14deg, 0deg);
}

.nav--slider {
  margin: 0 0 3px;
  padding: 0 36px;
  background: #005581;
}

.nav--slider .slick-prev,
.nav--slider .slick-next {
  display: block;
  top: 0;
  height: 30px;
  width: 30px;
  margin: 0 2px 4px;
  padding: 0.5em;
  background: transparent;
}

.nav--slider .slick-prev, .nav--slider .slick-prev:before,
.nav--slider .slick-next,
.nav--slider .slick-next:before {
  color: #92c4e7;
}

.nav--slider .slick-prev:before,
.nav--slider .slick-next:before {
  font-size: 15px;
  color: #005581;
  color: #FFF;
  color: rgba(255, 255, 255, 0.3);
  font-family: "rb-bc-one" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.nav--slider .slick-prev:hover, .nav--slider .slick-prev:active, .nav--slider .slick-prev:focus,
.nav--slider .slick-next:hover,
.nav--slider .slick-next:active,
.nav--slider .slick-next:focus {
  background: transparent;
}

.nav--slider .slick-prev:hover, .nav--slider .slick-prev:hover:before, .nav--slider .slick-prev:active, .nav--slider .slick-prev:active:before, .nav--slider .slick-prev:focus, .nav--slider .slick-prev:focus:before,
.nav--slider .slick-next:hover,
.nav--slider .slick-next:hover:before,
.nav--slider .slick-next:active,
.nav--slider .slick-next:active:before,
.nav--slider .slick-next:focus,
.nav--slider .slick-next:focus:before {
  color: #FFF;
}

.nav--slider .slick-prev {
  left: 0;
}

.nav--slider .slick-prev:after {
  content: none;
  display: none;
}

.nav--slider .slick-prev:hover:after, .nav--slider .slick-prev:active:after, .nav--slider .slick-prev:focus:after {
  content: none;
  display: none;
}

.nav--slider .slick-next {
  right: 0;
}

.nav--slider .slick-next:after {
  content: none;
  display: none;
}

.nav--slider .slick-next:hover:after, .nav--slider .slick-next:active:after, .nav--slider .slick-next:focus:after {
  content: none;
  display: none;
}

.nav--slider .slick-slide:focus {
  outline: none;
}

.nav--slider__item {
  display: block;
  margin: 0 2px 4px;
  padding: 0.5em;
  color: #000;
  font-weight: normal;
  font-style: normal;
  font-family: "soleil", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 1;
}

.wf-loading .nav--slider__item {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-style: normal;
}

.nav--slider__item:hover, .nav--slider__item:active, .nav--slider__item:focus {
  color: #FFF;
  text-decoration: none;
  outline: 0;
}

.nav--slider__item--future {
  color: #656565;
}

.slick-active.slick-center .nav--slider__item {
  /*.nav--slider__item.active {*/
  position: relative;
  color: #FFF;
}

@media (max-width: 1320px) {
  .nav--slider {
    padding: 0 2.769230769vw;
  }
}

@media (max-width: 1064px) {
  .nav--slider {
    padding: 0 3.383458647vw;
  }
}

@media (max-width: 1320px) {
  .nav--slider .slick-prev,
  .nav--slider .slick-next {
    height: 2.461538462vw;
    width: 2.461538462vw;
    padding: .615384615vw;
  }
}

@media (max-width: 1064px) {
  .nav--slider .slick-prev,
  .nav--slider .slick-next {
    height: 3.007518797vw;
    width: 3.007518797vw;
    padding: .751879699vw;
  }
}

@media (max-width: 1320px) {
  .nav--slider .slick-prev:before,
  .nav--slider .slick-next:before {
    top: .538461538vw;
  }
}

@media (max-width: 1064px) {
  .nav--slider .slick-prev:before,
  .nav--slider .slick-next:before {
    top: .657894737vw;
  }
}

.nav--slider .slick-prev:hover, .nav--slider .slick-prev:active, .nav--slider .slick-prev:focus,
.nav--slider .slick-next:hover,
.nav--slider .slick-next:active,
.nav--slider .slick-next:focus {
  background: transparent;
}

.nav--slider .slick-prev:hover, .nav--slider .slick-prev:hover:before, .nav--slider .slick-prev:active, .nav--slider .slick-prev:active:before, .nav--slider .slick-prev:focus, .nav--slider .slick-prev:focus:before,
.nav--slider .slick-next:hover,
.nav--slider .slick-next:hover:before,
.nav--slider .slick-next:active,
.nav--slider .slick-next:active:before,
.nav--slider .slick-next:focus,
.nav--slider .slick-next:focus:before {
  color: #FFF;
}

@media (max-width: 1320px) {
  .nav--slider__item {
    margin: 0 .153846154vw .307692308vw;
    padding: .615384615vw;
    font-size: 1.153846154vw;
  }
}

@media (max-width: 1064px) {
  .nav--slider__item {
    margin: 0 .187969925vw .37593985vw;
    padding: .751879699vw;
    font-size: 1.409774436vw;
  }
}

@media (max-width: 940px) {
  .eventcomplete .nav--slider__item {
    font-size: 1.8085106383vw;
  }
}

/* v1.0.5 */
/* Core RS CSS file. 95% of time you shouldn't change anything here. */
.royalSlider {
  width: 100%;
  position: relative;
  direction: ltr;
}

.royalSlider > * {
  float: left;
}

.rsWebkit3d .rsSlide {
  -webkit-transform: translateZ(0);
}

.rsFade.rsWebkit3d .rsSlide,
.rsFade.rsWebkit3d img,
.rsFade.rsWebkit3d .rsContainer {
  -webkit-transform: none;
}

.rsOverflow {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  float: left;
  -webkit-tap-highlight-color: transparent;
}

.rsVisibleNearbyWrap {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  left: 0;
  top: 0;
  -webkit-tap-highlight-color: transparent;
}

.rsVisibleNearbyWrap .rsOverflow {
  position: absolute;
  left: 0;
  top: 0;
}

.rsContainer {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-tap-highlight-color: transparent;
}

.rsArrow,
.rsThumbsArrow {
  cursor: pointer;
}

.rsThumb {
  float: left;
  position: relative;
}

.rsArrow,
.rsNav,
.rsThumbsArrow {
  opacity: 1;
  -webkit-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

.rsHidden {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.3s,opacity 0.3s linear;
  -moz-transition: visibility 0s linear 0.3s,opacity 0.3s linear;
  -o-transition: visibility 0s linear 0.3s,opacity 0.3s linear;
  transition: visibility 0s linear 0.3s,opacity 0.3s linear;
}

.rsGCaption {
  width: 100%;
  float: left;
  text-align: center;
}

/* Fullscreen options, very important ^^ */
.royalSlider.rsFullscreen {
  position: fixed !important;
  height: auto !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  z-index: 2147483647 !important;
  top: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  right: 0 !important;
}

.royalSlider .rsSlide.rsFakePreloader {
  opacity: 1 !important;
  -webkit-transition: 0s;
  -moz-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
  display: none;
}

.rsSlide {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  overflow: hidden;
  height: 100%;
  width: 100%;
}

.royalSlider.rsAutoHeight,
.rsAutoHeight .rsSlide {
  height: auto;
}

.rsContent {
  width: 100%;
  height: 100%;
  position: relative;
}

.rsPreloader {
  position: absolute;
  z-index: 0;
}

.rsNav {
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  user-select: none;
}

.rsNavItem {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.25);
}

.rsThumbs {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  float: left;
  z-index: 22;
}

.rsTabs {
  float: left;
  background: none !important;
}

.rsTabs,
.rsThumbs {
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
}

.rsVideoContainer {
  /*left: 0;
    top: 0;
    position: absolute;*/
  /*width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    float: left;*/
  width: auto;
  height: auto;
  line-height: 0;
  position: relative;
}

.rsVideoFrameHolder {
  position: absolute;
  left: 0;
  top: 0;
  background: #141414;
  opacity: 0;
  -webkit-transition: .3s;
}

.rsVideoFrameHolder.rsVideoActive {
  opacity: 1;
}

.rsVideoContainer iframe,
.rsVideoContainer video,
.rsVideoContainer embed,
.rsVideoContainer .rsVideoObj {
  position: absolute;
  z-index: 50;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

/* ios controls over video bug, shifting video */
.rsVideoContainer.rsIOSVideo iframe,
.rsVideoContainer.rsIOSVideo video,
.rsVideoContainer.rsIOSVideo embed {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 44px;
}

.rsABlock {
  left: 0;
  top: 0;
  position: absolute;
  z-index: 15;
}

img.rsImg {
  max-width: none;
}

.grabbing-cursor {
  cursor: url(grabbing.png) 8 8, move;
}

.rsNoDrag {
  cursor: auto;
}

.rsLink {
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 20;
  background: url(blank.gif);
}

/******************************
*
*  RoyalSlider Default Skin
*
*    1. Arrows
*    2. Bullets
*    3. Thumbnails
*    4. Tabs
*    5. Fullscreen button
*    6. Play/close video button
*    7. Preloader
*    8. Caption
*
*  Sprite: '../../global/rs-default.png'
*  Feel free to edit anything
*  If you don't some part - just delete it
*
******************************/
/* Background */
.rsDefault,
.rsDefault .rsOverflow,
.rsDefault .rsVideoFrameHolder,
.rsDefault .rsThumbs {
  background: #151515;
  color: #FFF;
}

.rsDefault .rsSlide {
  background: #FFF;
}

/***************
*
*  1. Arrows
*
****************/
/***************
*
*  2. Bullets
*
****************/
.rsBullets {
  height: auto;
  line-height: 5px;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 4px;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 35;
}

.rsBullet {
  color: #dd052b;
  display: inline-block;
}

.rsDefault .rsBullet.rsNavSelected span {
  background-color: #dd052b;
}

.rsBullet span {
  background: none repeat scroll 0 0 #BBBBBB;
  border-radius: 50% 50% 50% 50%;
  display: inline-block;
  height: 15px;
  width: 15px;
  margin-right: 10px;
}

.rsPreloader {
  width: 100%;
  height: 100%;
}

.rsArrow {
  height: 30px;
  width: 30px;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  background: #FFF;
}

.rsArrow .rsArrowIcn {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -9px 0 0 -5.5px;
  padding: 0;
}

.rsArrowLeft {
  left: 0;
}

.rsArrowLeft .rsArrowIcn {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 18px;
  color: #252525;
}

.rsArrowLeft .rsArrowIcn:before {
  font-family: "rb-bc-one" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "j";
}

.rsArrowLeft .rsArrowIcn:hover {
  color: #ccc;
}

.csstransforms .rsArrowLeft {
  left: -5px;
  -webkit-transform: skew(-14deg, 0deg);
  -moz-transform: skew(-14deg, 0deg);
  -ms-transform: skew(-14deg, 0deg);
  -o-transform: skew(-14deg, 0deg);
  transform: skew(-14deg, 0deg);
}

.csstransforms .rsArrowLeft .rsArrowIcn {
  -webkit-transform: skew(14deg, 0deg);
  -moz-transform: skew(14deg, 0deg);
  -ms-transform: skew(14deg, 0deg);
  -o-transform: skew(14deg, 0deg);
  transform: skew(14deg, 0deg);
}

.rsArrowRight {
  right: 0;
}

.rsArrowRight .rsArrowIcn {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin: -9px 0 0 -10px;
  padding: 0;
  font-size: 18px;
  color: #252525;
}

.rsArrowRight .rsArrowIcn:before {
  font-family: "rb-bc-one" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "k";
}

.rsArrowRight .rsArrowIcn:hover {
  color: #ccc;
}

.csstransforms .rsArrowRight {
  right: -5px;
  -webkit-transform: skew(14deg, 0deg);
  -moz-transform: skew(14deg, 0deg);
  -ms-transform: skew(14deg, 0deg);
  -o-transform: skew(14deg, 0deg);
  transform: skew(14deg, 0deg);
}

.csstransforms .rsArrowRight .rsArrowIcn {
  -webkit-transform: skew(-14deg, 0deg);
  -moz-transform: skew(-14deg, 0deg);
  -ms-transform: skew(-14deg, 0deg);
  -o-transform: skew(-14deg, 0deg);
  transform: skew(-14deg, 0deg);
}

.rsArrowDisabled {
  display: none !important;
}

.rsFullscreenBtn {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 10;
  cursor: pointer;
  padding: 5px;
  background-color: #666;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 3px;
}

.rsFullscreenBtn .rsFullscreenIcn {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 25px;
}

.rsFullscreenBtn .rsFullscreenIcn:before {
  font-family: "rb-bc-one" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "t";
}

.rsFullscreenBtn .rsFullscreenIcn:hover {
  color: #ccc;
}

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

.rsFullscreen .rsFullscreenBtn {
  top: 10px;
  right: 10px;
}

.rsFullscreen.rsDefault .rsOverflow,
.rsFullscreen.rsDefault .rsSlide,
.rsFullscreen.rsDefault .rsVideoFrameHolder,
.rsFullscreen.rsDefault .rsThumbs {
  background: #000;
}

.rsDefault .rsBullets {
  position: absolute;
  z-index: 35;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 20px;
  margin: 0 auto;
  background: #000;
  background: rgba(0, 0, 0, 0.75);
  line-height: 20px;
  text-align: center;
  overflow: hidden;
}

.rsDefault .rsBullet {
  height: 8px;
  width: 8px;
  display: inline-block;
  padding: 0 5px;
  vertical-align: middle;
}

.rsDefault .rsBullet span {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #777;
  background: rgba(255, 255, 255, 0.5);
}

.rsDefault .rsBullet.rsNavSelected span {
  background-color: #FFF;
}

/***************
*
*  3. Thumbnails
*
****************/
.rsDefault .rsThumbsHor {
  width: 100%;
  height: auto;
  padding: 4px 0;
}

.rsDefault .rsThumbsVer {
  width: 96px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

.rsDefault.rsWithThumbsHor .rsThumbsContainer {
  position: relative;
  height: 100%;
}

.rsDefault.rsWithThumbsVer .rsThumbsContainer {
  position: relative;
  width: 100%;
}

.rsDefault .rsThumb {
  float: left;
  overflow: hidden;
  height: 97px;
  width: 145px;
}

.rsDefault .rsThumb img {
  height: 100%;
  width: 100%;
}

.rsDefault .rsThumb.rsNavSelected {
  background: #fff;
}

.rsDefault .rsThumb.rsNavSelected img {
  opacity: 0.3;
  filter: alpha(opacity=30);
}

.rsDefault .rsTmb {
  display: block;
}

/* Thumbnails with text */
.rsDefault .rsTmb h5 {
  font-size: 16px;
  margin: 0;
  padding: 0;
  line-height: 20px;
  color: #FFF;
}

.rsDefault .rsTmb span {
  color: #FFF;
  margin: 0;
  padding: 0;
  font-size: 13px;
  line-height: 18px;
}

/* Thumbnails arrow icons */
.rsDefault .rsThumbsArrow {
  height: 100%;
  width: 20px;
  position: absolute;
  display: block;
  cursor: pointer;
  z-index: 21;
  background: #000;
  background: rgba(0, 0, 0, 0.75);
}

.rsDefault .rsThumbsArrow:hover {
  background: rgba(0, 0, 0, 0.9);
}

.rsDefault.rsWithThumbsVer .rsThumbsArrow {
  width: 100%;
  height: 20px;
}

.rsDefault.rsWithThumbsVer .rsThumbsArrowLeft {
  top: 0;
  left: 0;
}

.rsDefault.rsWithThumbsVer .rsThumbsArrowRight {
  bottom: 0;
  left: 0;
}

.rsDefault.rsWithThumbsHor .rsThumbsArrowLeft {
  left: 0;
  top: 0;
}

.rsDefault.rsWithThumbsHor .rsThumbsArrowRight {
  right: 0;
  top: 0;
}

.rsDefault .rsThumbsArrowIcn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  cursor: pointer;
  font-size: 16px;
  color: #FFF;
}

.rsDefault.rsWithThumbsHor .rsThumbsArrowLeft .rsThumbsArrowIcn:before {
  font-family: "rb-bc-one" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "j";
}

.rsDefault.rsWithThumbsHor .rsThumbsArrowLeft:hover .rsThumbsArrowIcn, .rsDefault.rsWithThumbsHor .rsThumbsArrowLeft:focus .rsThumbsArrowIcn {
  color: #ccc;
}

.rsDefault.rsWithThumbsHor .rsThumbsArrowRight .rsThumbsArrowIcn:before {
  font-family: "rb-bc-one" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "k";
}

.rsDefault.rsWithThumbsHor .rsThumbsArrowRight:hover .rsThumbsArrowIcn, .rsDefault.rsWithThumbsHor .rsThumbsArrowRight:focus .rsThumbsArrowIcn {
  color: #ccc;
}

.rsDefault .rsThumbsArrowDisabled {
  display: none !important;
}

/***************
*
*  4. Tabs
*
****************/
/***************
*
*  5. Fullscreen button
*
****************/
.rsDefault .rsFullscreenBtn {
  position: absolute;
  top: 0;
  right: 0;
  height: 37px;
  width: 37px;
  z-index: 22;
  display: block;
  cursor: pointer;
  padding: 0 6px;
  border-radius: 0;
  background: #000;
  background: rgba(0, 0, 0, 0.5);
}

.rsDefault .rsFullscreenIcn {
  display: block;
}

/***************
*
*  6. Play/close video button
*
****************/
.rsDefault .rsPlayBtn {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
  height: 71px;
  width: 71px;
  margin-left: -35.5px;
  margin-top: -35.5px;
  cursor: pointer;
}

.rsDefault .rsPlayBtnIcon {
  display: inline-block;
  margin: 0 auto;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}

.rsDefault .rsBtnCenterer {
  position: absolute;
  left: 50%;
  top: 50%;
}

.rsDefault .rsCloseVideoBtn {
  position: absolute;
  top: 0;
  right: 0;
  height: 31px;
  width: 31px;
  padding: 5px;
  z-index: 500;
  cursor: pointer;
  color: #FFF;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  text-align: center;
}

.rsDefault .rsCloseVideoBtn .rsCloseVideoIcn:before {
  font-family: "rb-bc-one" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.rsDefault .rsCloseVideoBtn:hover, .rsDefault .rsCloseVideoBtn:active, .rsDefault .rsCloseVideoBtn:focus {
  background-color: rgba(0, 0, 0, 0.9);
}

.rsDefault .rsCloseVideoBtn:hover .rsCloseVideoIcn:before, .rsDefault .rsCloseVideoBtn:active .rsCloseVideoIcn:before, .rsDefault .rsCloseVideoBtn:focus .rsCloseVideoIcn:before {
  color: #005581;
}

.rsDefault .rsCloseVideoBtn.rsiOSBtn {
  top: -38px;
  right: -6px;
}

.rsDefault .rsDefault .rsPreloader {
  width: 40px;
  height: 40px;
  left: 50%;
  top: 50%;
  margin-left: -20px;
  margin-top: -20px;
}

/***************
*
*  8. Global caption
*
****************/
.rsDefault .rsGCaption,
.rsDefault .gallery__caption {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  float: none;
  padding: 2px 8px;
  width: 100%;
  text-align: left;
  background: #000;
  background: rgba(0, 0, 0, 0.7);
  color: #FFF;
  -webkit-transition: visibility 0s linear 0.3s, opacity 0.3s linear;
  -moz-transition: visibility 0s linear 0.3s, opacity 0.3s linear;
  transition: visibility 0s linear 0.3s, opacity 0.3s linear;
}

.rsDefault .rsGCaption h2,
.rsDefault .gallery__caption h2 {
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
  font-family: "soleil", Helvetica, Arial, sans-serif;
}

.wf-loading .rsDefault .rsGCaption h2, .wf-loading
.rsDefault .gallery__caption h2 {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}

.rsDefault .rsGCaption h4,
.rsDefault .gallery__caption h4 {
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-family: "soleil", Helvetica, Arial, sans-serif;
}

.wf-loading .rsDefault .rsGCaption h4, .wf-loading
.rsDefault .gallery__caption h4 {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-style: normal;
}

.rsDefault .rsGCaption .copyright,
.rsDefault .rsGCaption .count,
.rsDefault .gallery__caption .copyright,
.rsDefault .gallery__caption .count {
  margin-bottom: 0.5em;
  font-size: 12px;
}

.rsDefault:hover .rsGCaption,
.rsDefault:hover .gallery__caption {
  display: block;
  -webkit-transition: visibility 0s linear 0.3s, opacity 0.3s linear;
  -moz-transition: visibility 0s linear 0.3s, opacity 0.3s linear;
  transition: visibility 0s linear 0.3s, opacity 0.3s linear;
}

.nav--slider {
  background: #999999;
}

.nav--slider .slick-prev,
.nav--slider .slick-next {
  display: block;
  top: 0;
  height: 30px;
  width: 30px;
  margin: 0 2px 4px;
  padding: 0.5em;
  background: transparent;
}

.nav--slider .slick-prev, .nav--slider .slick-prev:before,
.nav--slider .slick-next,
.nav--slider .slick-next:before {
  color: #252525;
}

.nav--slider .slick-prev:hover, .nav--slider .slick-prev:hover:before, .nav--slider .slick-prev:active, .nav--slider .slick-prev:active:before, .nav--slider .slick-prev:focus, .nav--slider .slick-prev:focus:before,
.nav--slider .slick-next:hover,
.nav--slider .slick-next:hover:before,
.nav--slider .slick-next:active,
.nav--slider .slick-next:active:before,
.nav--slider .slick-next:focus,
.nav--slider .slick-next:focus:before {
  color: #FFF;
}

.nav--slider__item {
  color: #252525;
  font-weight: normal;
  font-style: normal;
  font-family: "soleil", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 1;
}

.wf-loading .nav--slider__item {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-style: normal;
}

.nav--slider__item:hover, .nav--slider__item:active, .nav--slider__item:focus {
  color: #FFF;
  text-decoration: none;
  outline: 0;
}

.nav--slider__item--future {
  color: #656565;
}

.slick-active.slick-center .nav--slider__item {
  color: #FFF;
}

/* ==================================================================================================== */
/* TABLES */
table {
  max-width: 100%;
  background-color: transparent;
}

th {
  font-weight: normal;
  font-style: normal;
  font-family: "soleil", Helvetica, Arial, sans-serif;
  text-align: left;
}

.wf-loading th {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-style: normal;
}

.table {
  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.428571429;
  vertical-align: middle;
}

.table > thead > tr > .cell--top,
.table > tbody > tr > .cell--top,
.table > tfoot > tr > .cell--top {
  vertical-align: top;
}

.table > thead > tr > th {
  vertical-align: bottom;
}

.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 .table {
  background-color: #FFF;
}

.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: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}

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

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

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

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: rgba(255, 255, 255, 0.5);
}

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 .table-responsive__message {
  display: none;
  padding: 0.2em;
  font-size: 0.8em;
  text-align: right;
}

@media screen and (max-width: 1200px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
    -webkit-overflow-scrolling: touch;
  }
  .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;
  }
  .table-responsive .table-responsive__message {
    display: block;
  }
}

.table-top > thead > tr > th,
.table-top > thead > tr > td,
.table-top > tbody > tr > th,
.table-top > tbody > tr > td,
.table-top > tfoot > tr > th,
.table-top > tfoot > tr > td {
  vertical-align: top;
}

.table-top > thead > tr > th {
  vertical-align: bottom;
}

/* ==================================================================================================== */
/* RESULTS TABLE */
.table--results {
  display: none;
}

.table--results--active {
  display: table;
}

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

.table--results__cell--pos,
.table--results__cell--number {
  width: 40px;
}

.table--results__cell--points {
  width: 80px;
  padding-left: 24px !important;
}

.table--results__cell--number {
  text-align: center;
}

.table--results__cell--result {
  width: 3em;
  border-left: 1px solid #ddd;
}

.table--results__cell--result .rank {
  display: none;
}

.table--results__cell--result + .table--results__cell--points {
  border-left: 1px solid #ddd;
}

.table--results__header__cell {
  color: #004468;
  font-weight: normal;
  font-style: normal;
  font-family: "soleil", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}

.wf-loading .table--results__header__cell {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-style: normal;
}

.table--results__header__cell.table--results__cell--result {
  text-transform: none;
  border-left: none;
  white-space: nowrap;
}

.table--results__header__cell.table--results__cell--result div {
  width: 3em;
  display: block;
  -webkit-transform: translate(17px, 27px) rotate(315deg);
  -moz-transform: translate(17px, 27px) rotate(315deg);
  -ms-transform: translate(17px, 27px) rotate(315deg);
  -o-transform: translate(17px, 27px) rotate(315deg);
  transform: translate(17px, 27px) rotate(315deg);
  -webkit-transform-origin: bottom left;
  -moz-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  -o-transform-origin: bottom left;
  transform-origin: bottom left;
}

.table--results__header__cell.table--results__cell--result div span {
  padding: 8px 8px 8px 3em;
  border-top: 1px solid #ddd;
}

.table--results__header__cell.table--results__cell--points {
  border-left: none;
}

.table--results__body__cell--highlight {
  font-weight: normal;
  font-style: normal;
  font-family: "soleil", Helvetica, Arial, sans-serif;
}

.wf-loading .table--results__body__cell--highlight {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-style: normal;
}

.table--results__cell--image {
  width: 60px;
}

/* ==================================================================================================== */
/* RESULTS TABLE - OVERVIEW MODIFIER */
.table--results--overview {
  width: auto;
}

.table--results--overview .table--results__header, .table--results--overview .table--results__header tr {
  height: 180px;
}

.table--programme.table-condensed th, .table--programme.table-condensed td {
  paddong: 5px;
}

.table--programme.table-condensed th {
  color: #001a4b;
  font-size: 0.75em;
}

.table--programme.table-condensed th i {
  vertical-align: middle;
  display: none;
}

.table--programme.table-condensed td {
  font-size: 0.75em;
}

.table--programme.table-condensed td.day {
  font-weight: normal;
  font-style: normal;
  font-family: "soleil", Helvetica, Arial, sans-serif;
  white-space: nowrap;
}

.wf-loading .table--programme.table-condensed td.day {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-style: normal;
}

.table--programme.table-condensed td.time, .table--programme.table-condensed td.event {
  color: #001a4b;
}

@media only screen and (min-width: 1024px) {
  .table--programme.table-condensed th, .table--programme.table-condensed td {
    padding: 10px;
  }
  .table--programme.table-condensed th {
    font-size: 0.875em;
  }
  .table--programme.table-condensed th i {
    display: none;
  }
  .table--programme.table-condensed td {
    font-size: 0.75em;
  }
}

@media only screen and (min-width: 1100px) {
  .table--programme.table-condensed th, .table--programme.table-condensed td {
    padding: 15px;
  }
  .table--programme.table-condensed th {
    font-size: 1em;
  }
  .table--programme.table-condensed th i {
    display: inline;
  }
  .table--programme.table-condensed td {
    font-size: 0.875em;
  }
}

@media only screen and (min-width: 1400px) {
  .table--programme.table-condensed th, .table--programme.table-condensed td {
    padding: 20px;
  }
  .table--programme.table-condensed th {
    font-size: 1.25em;
  }
  .table--programme.table-condensed th i {
    display: inline;
  }
  .table--programme.table-condensed td {
    font-size: 1em;
  }
}

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #FFF;
  border: 1px solid #55a8d8;
  border: 1px solid #55a8d8;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #55a8d8;
  min-height: 16.428571429px;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.428571429;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #55a8d8;
}

.modal-footer::after {
  clear: both;
  content: "";
  display: table;
}

.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}

@media (min-width: 1064px) {
  .modal-lg {
    width: 900px;
  }
}

@font-face {
  font-family: "Kremlin";
  font-style: normal;
  src: url("../fonts/218E1C_0_0.eot?#iefix") format("embedded-opentype"), url("../fonts/218E1C_0_0.woff") format("woff"), url("../fonts/218E1C_0_0.ttf") format("truetype");
}

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html,
button,
input,
select,
textarea {
  font-weight: normal;
  font-style: normal;
  font-family: "soleil", Helvetica, Arial, sans-serif;
  -webkit-appearance: none;
}

.wf-loading html, .wf-loading
button, .wf-loading
input, .wf-loading
select, .wf-loading
textarea {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}

html, html * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-weight: normal;
  font-style: normal;
  font-family: "soleil", Helvetica, Arial, sans-serif;
  background: #FFF;
}

.wf-loading body {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */
.push-left {
  float: left;
}

.push-right {
  float: right;
}

::-moz-selection {
  background: #fbd60d;
  color: #FFF;
  text-shadow: none;
}

::selection {
  background: #fbd60d;
  color: #FFF;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #e2e0e1;
  margin: 1em 0;
  padding: 0;
}

p {
  font-size: 14px;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */
img {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

attr {
  border-bottom: 1px dashed #333;
}

a {
  text-decoration: none;
  color: #fbd60d;
  outline: 0;
}

a:hover, a:active, a:focus {
  text-decoration: underline;
  color: #fbd60c;
}

.main-content {
  padding-top: 97px;
}

@media screen and (max-width: 1064px) {
  .main-content {
    padding-top: 86px;
  }
}

.gamepage .main-content {
  padding-top: 60px;
}

.lazy-hidden {
  opacity: 0;
}

.lazy-loaded {
  -webkit-transition: all 800ms ease-in-out;
  -o-transition: all 800ms ease-in-out;
  transition: all 800ms ease-in-out;
  opacity: 1;
}

/* =============================================================================== */
/* HEADER */
[role="banner"] {
  background: url("../images/desktop/nav-bg.jpg") scroll center top no-repeat #000;
  background-size: auto 100%;
  height: auto;
  min-width: 768px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  border-bottom: 2px solid #fbd60d;
}

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: landscape) {
  [role="banner"] {
    position: sticky;
  }
}

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: landscape) {
  [role="banner"] {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

@media screen and (max-width: 1064px) {
  [role="banner"] {
    height: 86px;
  }
}

.gamepage [role="banner"],
.sticky [role="banner"],
.livepage [role="banner"],
.eventwarmup .homepage [role="banner"],
.event .homepage [role="banner"],
.eventcooldown .homepage [role="banner"] {
  height: 60px;
}

.cookiesvisible [role="banner"] {
  top: 86px;
}

.cookiesvisible.sticky [role="banner"] {
  top: 0px;
}

[role="banner"] > .header-wrapper {
  height: 97px;
  width: 100%;
  position: relative;
}

@media screen and (max-width: 1064px) {
  [role="banner"] > .header-wrapper {
    height: 86px;
  }
}

.gamepage [role="banner"] > .header-wrapper,
.sticky [role="banner"] > .header-wrapper,
.livepage [role="banner"] > .header-wrapper,
.eventwarmup .homepage [role="banner"] > .header-wrapper,
.event .homepage [role="banner"] > .header-wrapper,
.eventcooldown .homepage [role="banner"] > .header-wrapper {
  height: 60px;
}

.gamepage [role="banner"] > .header-wrapper,
.livepage [role="banner"] > .header-wrapper,
.eventwarmup .homepage [role="banner"] > .header-wrapper,
.event .homepage [role="banner"] > .header-wrapper,
.eventcooldown .homepage [role="banner"] > .header-wrapper {
  z-index: 1001;
}

[role="banner"] > .header-wrapper a.sponsor {
  position: absolute;
  display: inline-block;
  z-index: 3;
}

[role="banner"] > .header-wrapper a.sponsor img {
  height: 100%;
  width: 100%;
}

[role="banner"] > .header-wrapper a.sponsor.lifeproof {
  top: 24px;
  left: 190px;
  height: 40px;
  width: 110px;
}

.gamepage [role="banner"] > .header-wrapper a.sponsor.lifeproof,
.sticky [role="banner"] > .header-wrapper a.sponsor.lifeproof,
.livepage [role="banner"] > .header-wrapper a.sponsor.lifeproof,
.eventwarmup .homepage [role="banner"] > .header-wrapper a.sponsor.lifeproof,
.event .homepage [role="banner"] > .header-wrapper a.sponsor.lifeproof,
.eventcooldown .homepage [role="banner"] > .header-wrapper a.sponsor.lifeproof {
  position: absolute;
  top: 14px;
  left: 180px;
  height: 27px;
  width: 72px;
}

.burgerControl [role="banner"] > .header-wrapper a.sponsor.lifeproof {
  position: absolute;
  top: 44px;
  left: 170px;
  height: 25px;
  width: 69px;
}

@media screen and (max-width: 970px) {
  .burgerControl [role="banner"] > .header-wrapper a.sponsor.lifeproof {
    position: absolute;
    top: 21px;
    left: 170px;
  }
}

.burgerControl.sticky [role="banner"] > .header-wrapper a.sponsor.lifeproof {
  position: absolute;
  top: 10px;
  left: 180px;
  height: 27px;
  width: 72px;
}

@media screen and (max-width: 962px) {
  .burgerControl [role="banner"] > .header-wrapper a.sponsor.lifeproof {
    position: absolute;
    top: 44px;
    left: 185px;
    height: 20px;
    width: 54px;
  }
  .burgerControl.sticky [role="banner"] > .header-wrapper a.sponsor.lifeproof {
    position: absolute;
    top: 17px;
    left: 180px;
  }
}

.gamepage [role="banner"] > .header-wrapper a.sponsor.lifeproof,
.sticky [role="banner"] > .header-wrapper a.sponsor.lifeproof,
.livepage [role="banner"] > .header-wrapper a.sponsor.lifeproof,
.eventwarmup .homepage [role="banner"] > .header-wrapper a.sponsor.lifeproof,
.event .homepage [role="banner"] > .header-wrapper a.sponsor.lifeproof,
.eventcooldown .homepage [role="banner"] > .header-wrapper a.sponsor.lifeproof {
  position: absolute;
  top: 14px;
  left: 180px;
  height: 20px;
  width: 54px;
}

[role="banner"] > .header-wrapper a.sponsor.gopro {
  top: 33px;
  left: 330px;
}

.gamepage [role="banner"] > .header-wrapper a.sponsor.gopro,
.sticky [role="banner"] > .header-wrapper a.sponsor.gopro,
.livepage [role="banner"] > .header-wrapper a.sponsor.gopro,
.eventwarmup .homepage [role="banner"] > .header-wrapper a.sponsor.gopro,
.event .homepage [role="banner"] > .header-wrapper a.sponsor.gopro,
.eventcooldown .homepage [role="banner"] > .header-wrapper a.sponsor.gopro {
  position: absolute;
  top: 14px;
  left: 180px;
  height: 22px;
  width: 72px;
}

.burgerControl [role="banner"] > .header-wrapper a.sponsor.gopro {
  position: absolute;
  top: 44px;
  left: 260px;
  height: 20px;
  width: 66px;
}

@media screen and (max-width: 970px) {
  .burgerControl [role="banner"] > .header-wrapper a.sponsor.gopro {
    position: absolute;
    top: 21px;
    left: 260px;
  }
}

.burgerControl.sticky [role="banner"] > .header-wrapper a.sponsor.gopro {
  position: absolute;
  top: 13px;
  left: 270px;
  height: 24px;
  width: 78px;
}

@media screen and (max-width: 962px) {
  .burgerControl [role="banner"] > .header-wrapper a.sponsor.gopro {
    position: absolute;
    top: 44px;
    left: 260px;
    height: 24px;
    width: 78px;
  }
  .burgerControl.sticky [role="banner"] > .header-wrapper a.sponsor.gopro {
    position: absolute;
    top: 17px;
    left: 265px;
  }
}

.gamepage [role="banner"] > .header-wrapper a.sponsor.gopro,
.sticky [role="banner"] > .header-wrapper a.sponsor.gopro,
.livepage [role="banner"] > .header-wrapper a.sponsor.gopro,
.eventwarmup .homepage [role="banner"] > .header-wrapper a.sponsor.gopro,
.event .homepage [role="banner"] > .header-wrapper a.sponsor.gopro,
.eventcooldown .homepage [role="banner"] > .header-wrapper a.sponsor.gopro {
  position: absolute;
  top: 14px;
  left: 260px;
  height: 20px;
  width: 66px;
}

a.logo {
  position: absolute;
  top: 10px;
  left: 20px;
  display: block;
  z-index: 3;
  color: #fff;
  background: none;
}

a.logo span {
  -webkit-transition: opacity 0.1s ease;
  -o-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease;
}

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: landscape) {
  a.logo span {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

a.logo .micro {
  position: fixed;
  top: 14px;
  left: 20px;
  font-weight: normal;
  font-style: normal;
  font-family: "soleil", Helvetica, Arial, sans-serif;
  font-size: 1em;
  line-height: 1.5;
  width: 120px;
  opacity: 0;
  color: #FFF;
}

.wf-loading a.logo .micro {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-style: italic;
}

.ru a.logo .micro,
.fi a.logo .micro {
  -ms-word-break: normal;
  word-break: normal;
}

a.logo .full {
  background: url("../images/desktop/logo-2016.svg") no-repeat;
  height: 118px;
  width: 123px;
  background-size: contain;
  display: block;
  opacity: 1;
}

@media screen and (max-width: 1064px) {
  a.logo .full {
    height: 96px;
    width: 100px;
  }
}

.gamepage a.logo .micro,
.sticky a.logo .micro,
.livepage a.logo .micro,
.eventwarmup .homepage a.logo .micro,
.event .homepage a.logo .micro,
.eventcooldown .homepage a.logo .micro {
  opacity: 1;
  display: inherit;
}

.gamepage a.logo .full,
.sticky a.logo .full,
.livepage a.logo .full,
.eventwarmup .homepage a.logo .full,
.event .homepage a.logo .full,
.eventcooldown .homepage a.logo .full {
  opacity: 0;
  height: 58px;
}

/* =============================================================================== */
/* PREVIEW NOTICE */
.preview_notice {
  padding: 12px 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 101;
  background: #FFF;
  box-shadow: 0 3px 8px 0 rgba(50, 50, 50, 0.7);
}

.preview_notice__text {
  padding: 0 12px;
  margin: 0;
  font-weight: bold;
  text-align: center;
  color: #DA252C;
}

.wrapper.with-preview_notice, .with-preview_notice.wrapper_1col {
  margin-top: 42px;
}

/* ==================================================================================================== */
/* NAVIGATION */
[role="navigation"] {
  font-weight: normal;
  font-style: normal;
  font-family: "soleil", Helvetica, Arial, sans-serif;
  position: absolute;
  top: 48px;
  right: 0;
  -webkit-transition: margin 0.2s ease;
  -o-transition: margin 0.2s ease;
  transition: margin 0.2s ease;
  font-size: 0.875rem;
  line-height: 1rem;
  margin-top: 0;
  text-transform: uppercase;
  width: 100%;
  padding-left: 200px;
  z-index: 2;
}

.wf-loading [role="navigation"] {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: landscape) {
  [role="navigation"] {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.gamepage [role="navigation"],
.sticky [role="navigation"],
.livepage [role="navigation"],
.eventwarmup .homepage [role="navigation"],
.event .homepage [role="navigation"],
.eventcooldown .homepage [role="navigation"] {
  margin-top: -36px;
}

@media screen and (max-width: 1064px) {
  .gamepage [role="navigation"],
  .sticky [role="navigation"],
  .livepage [role="navigation"],
  .eventwarmup .homepage [role="navigation"],
  .event .homepage [role="navigation"],
  .eventcooldown .homepage [role="navigation"] {
    margin-top: -19px;
  }
}

.burgerControl [role="navigation"] {
  padding-left: 0;
  position: absolute;
  top: 76px;
  right: 0px;
  left: auto;
}

@media screen and (max-width: 1180px) {
  .js-liveapp [role="navigation"] {
    -webkit-transition: margin 0.1s ease-in-out;
    -o-transition: margin 0.1s ease-in-out;
    transition: margin 0.1s ease-in-out;
    background: #001a4b;
    left: auto;
    margin-right: -200px;
    right: 0;
    top: 96px;
    width: 200px;
  }
}

@media screen and (max-width: 1180px) and (max-width: 1064px) {
  [role="navigation"].open {
    margin-right: 0;
    height: auto;
    overflow: visible;
  }
}

@media screen and (max-width: 1180px) {
  .js-liveapp [role="navigation"].open {
    margin-right: 0;
  }
  .sticky .js-liveapp [role="navigation"].open {
    margin-top: -38px;
  }
}

@media screen and (max-width: 1064px) {
  [role="navigation"] {
    -webkit-transition: margin 0.2s ease;
    -o-transition: margin 0.2s ease;
    transition: margin 0.2s ease;
    background: #ccc;
    left: auto;
    margin-right: -200px;
    right: 0;
    height: 0;
    overflow: hidden;
    top: 76px;
    width: 200px;
  }
  .js-liveapp [role="navigation"] {
    left: auto;
    top: 76px;
  }
}

[role="navigation"] > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

[role="navigation"] > ul > li {
  font-size: 1.125em;
  float: left;
  padding: 5px 10px;
  margin: 0 3% 0 0;
  position: relative;
  z-index: 0;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: skew(-14deg, 0deg);
  -moz-transform: skew(-14deg, 0deg);
  -ms-transform: skew(-14deg, 0deg);
  -o-transform: skew(-14deg, 0deg);
  transform: skew(-14deg, 0deg);
}

.es [role="navigation"] > ul > li,
.fr [role="navigation"] > ul > li,
.ru [role="navigation"] > ul > li {
  margin: 0 1% 0 0;
}

@media screen and (max-width: 1680px) {
  [role="navigation"] > ul > li {
    margin: 0 1.5% 0 0;
  }
  .es [role="navigation"] > ul > li,
  .fr [role="navigation"] > ul > li,
  .ru [role="navigation"] > ul > li {
    margin: 0;
  }
}

@media screen and (max-width: 1400px) {
  [role="navigation"] > ul > li {
    margin: 0 1% 0 0;
  }
  .es [role="navigation"] > ul > li,
  .fr [role="navigation"] > ul > li,
  .ru [role="navigation"] > ul > li {
    margin: 0;
  }
  .js-liveapp [role="navigation"] > ul > li {
    margin: 0;
  }
}

@media screen and (max-width: 1180px) {
  .js-liveapp [role="navigation"] > ul > li {
    float: none;
    margin: 0;
    -webkit-transform: skew(0deg);
    -moz-transform: skew(0deg);
    -ms-transform: skew(0deg);
    -o-transform: skew(0deg);
    transform: skew(0deg);
    border-top: 1px solid #797979;
  }
}

@media screen and (max-width: 1064px) {
  [role="navigation"] > ul > li {
    float: none;
    margin: 0;
    -webkit-transform: skew(0deg);
    -moz-transform: skew(0deg);
    -ms-transform: skew(0deg);
    -o-transform: skew(0deg);
    transform: skew(0deg);
    border-top: 1px solid #797979;
    font-size: 1em;
  }
}

[role="navigation"] a:hover, [role="navigation"] a:active, [role="navigation"] a:focus,
.burgernav a:hover,
.burgernav a:active,
.burgernav a:focus,
.nav-utilities a:hover,
.nav-utilities a:active,
.nav-utilities a:focus {
  text-decoration: none;
}

[role="navigation"] > ul > li > a {
  letter-spacing: 1px;
  color: #fff;
  display: block;
  -webkit-transform: skew(14deg, 0deg);
  -moz-transform: skew(14deg, 0deg);
  -ms-transform: skew(14deg, 0deg);
  -o-transform: skew(14deg, 0deg);
  transform: skew(14deg, 0deg);
}

@media screen and (max-width: 1180px) {
  .js-liveapp [role="navigation"] > ul > li > a {
    -webkit-transform: skew(0deg);
    -moz-transform: skew(0deg);
    -ms-transform: skew(0deg);
    -o-transform: skew(0deg);
    transform: skew(0deg);
    padding: 3px;
    color: #252525;
  }
}

@media screen and (max-width: 1064px) {
  [role="navigation"] > ul > li > a {
    -webkit-transform: skew(0deg);
    -moz-transform: skew(0deg);
    -ms-transform: skew(0deg);
    -o-transform: skew(0deg);
    transform: skew(0deg);
    padding: 3px;
    color: #252525;
  }
}

[role="navigation"] > ul > li > a:focus {
  outline: none;
}

[role="navigation"] > ul > li > a span {
  display: none;
}

[role="navigation"] > ul > li.drop {
  padding-left: 20px;
}

.es [role="navigation"] > ul > li.drop,
.fr [role="navigation"] > ul > li.drop,
.ru [role="navigation"] > ul > li.drop {
  padding-left: 10px;
}

@media screen and (max-width: 1180px) {
  .js-liveapp [role="navigation"] > ul > li.drop {
    padding: 5px 10px;
  }
}

@media screen and (max-width: 1064px) {
  [role="navigation"] > ul > li.drop {
    padding: 5px 10px;
  }
  [role="navigation"] > ul > li.drop.js-active {
    z-index: 1;
  }
}

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: landscape) {
  [role="navigation"] > ul > li.drop {
    padding: 3px 10px;
  }
}

[role="navigation"] > ul > li.drop > a {
  padding-bottom: 17px;
}

@media screen and (max-width: 1180px) {
  .js-liveapp [role="navigation"] > ul > li.drop > a {
    padding: 3px;
  }
}

@media screen and (max-width: 1064px) {
  [role="navigation"] > ul > li.drop > a {
    padding: 3px;
  }
}

[role="navigation"] > ul > li.drop > a span {
  height: 12px;
  width: 18px;
  display: block;
  float: right;
  margin: 0px 1px 0 10px;
  background: none;
  font-family: "rb-bc-one" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[role="navigation"] > ul > li.drop > a span:before {
  display: inline-block;
  margin-right: 5px;
  font-size: 16px;
  vertical-align: top;
  color: #999999;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media screen and (max-width: 1180px) {
  .js-liveapp [role="navigation"] > ul > li.drop > a span {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    margin: 2px 1px 0px 10px;
    position: relative;
    left: 5px;
  }
}

@media screen and (max-width: 1064px) {
  [role="navigation"] > ul > li.drop > a span {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    margin: 2px 1px 0px 10px;
    position: relative;
    left: 5px;
  }
}

[role="navigation"] > ul > li.drop > a:hover span:before, [role="navigation"] > ul > li.drop > a:active span:before, [role="navigation"] > ul > li.drop > a:focus span:before {
  color: #000;
}

[role="navigation"] > ul > li.drop.active > a span:before {
  color: #000;
}

@media screen and (max-width: 1180px) {
  .js-liveapp [role="navigation"] > ul > li.drop.athletes > a span, .js-liveapp [role="navigation"] > ul > li.drop.events > a span {
    display: none;
  }
  .js-liveapp [role="navigation"] > ul > li.drop.js-active > a span {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  [role="navigation"] > ul > li.drop.active > a span:before,
  [role="navigation"] > ul > li.drop > a:hover span:before {
    color: #252525;
  }
}

@media screen and (max-width: 1064px) {
  [role="navigation"] > ul > li.drop.athletes > a span, [role="navigation"] > ul > li.drop.events > a span {
    display: none;
  }
  [role="navigation"] > ul > li.drop.js-active > a span {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  [role="navigation"] > ul > li.drop.active > a span:before,
  [role="navigation"] > ul > li.drop > a:hover span:before {
    color: #FFF;
  }
}

[role="navigation"] > ul > li.drop.active,
[role="navigation"] > ul > li:hover {
  background: #fbd60d;
}

[role="navigation"] > ul > li.drop.active > a,
[role="navigation"] > ul > li:hover > a {
  color: #252525;
}

[role="navigation"] > ul > li.drop.active > a span,
[role="navigation"] > ul > li:hover > a span {
  opacity: 1;
}

[role="navigation"] > ul > li.videos,
[role="navigation"] > ul > li.photos,
[role="navigation"] > ul > li.shop {
  float: right;
  margin: 0;
}

[role="navigation"] > ul > li.videos, [role="navigation"] > ul > li.videos a,
[role="navigation"] > ul > li.photos,
[role="navigation"] > ul > li.photos a,
[role="navigation"] > ul > li.shop,
[role="navigation"] > ul > li.shop a {
  -webkit-transform: skew(0deg);
  -moz-transform: skew(0deg);
  -ms-transform: skew(0deg);
  -o-transform: skew(0deg);
  transform: skew(0deg);
}

[role="navigation"] > ul > li.videos:hover,
[role="navigation"] > ul > li.photos:hover,
[role="navigation"] > ul > li.shop:hover {
  background: transparent;
}

[role="navigation"] > ul > li.videos:hover a, [role="navigation"] > ul > li.videos:hover a:before,
[role="navigation"] > ul > li.photos:hover a,
[role="navigation"] > ul > li.photos:hover a:before,
[role="navigation"] > ul > li.shop:hover a,
[role="navigation"] > ul > li.shop:hover a:before {
  color: #fbd60d;
}

[role="navigation"] > ul li.videosmore,
[role="navigation"] > ul li.photosmore,
[role="navigation"] > ul li.shopmore {
  display: none;
}

@media screen and (max-width: 1285px) {
  [role="navigation"] > ul li.videos {
    display: none;
  }
  [role="navigation"] > ul li.videosmore {
    display: block;
  }
}

@media screen and (max-width: 1180px) {
  [role="navigation"] > ul li.photos {
    display: none;
  }
  [role="navigation"] > ul li.photosmore {
    display: block;
  }
}

@media screen and (max-width: 1280px) {
  [role="navigation"] > ul li.shop {
    display: none;
  }
  [role="navigation"] > ul li.shopmore {
    display: block;
  }
}

.el [role="navigation"] > ul li.videos,
.el [role="navigation"] > ul li.photos,
.el [role="navigation"] > ul li.shop {
  display: none !important;
}

.el [role="navigation"] > ul li.videosmore,
.el [role="navigation"] > ul li.photosmore,
.el [role="navigation"] > ul li.shopmore {
  display: block !important;
}

li.videos a,
li.photos a {
  vertical-align: middle;
}

li.videos a:before,
li.photos a:before {
  display: inline-block;
  margin-right: 5px;
  font-size: 1.375rem;
  vertical-align: middle;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: skew(0deg);
  -moz-transform: skew(0deg);
  -ms-transform: skew(0deg);
  -o-transform: skew(0deg);
  transform: skew(0deg);
  color: #666;
}

/* ==================================================================================================== */
/* MEGA DROPDOWN */
.megadropdown {
  -webkit-transform: skew(14deg, 0deg);
  -moz-transform: skew(14deg, 0deg);
  -ms-transform: skew(14deg, 0deg);
  -o-transform: skew(14deg, 0deg);
  transform: skew(14deg, 0deg);
  position: absolute;
  top: 38px;
  left: 0;
  display: none;
  text-transform: none;
  z-index: 999;
  color: #a0a0a0;
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  width: 100%;
  box-shadow: 0px 0px 15px 0px rgba(50, 50, 50, 0.5);
}

.megadropdown.active, .megadropdown.open {
  display: block;
}

@media screen and (max-width: 1180px) {
  .js-liveapp .megadropdown.active, .js-liveapp .megadropdown.open {
    -webkit-transform: skew(0deg);
    -moz-transform: skew(0deg);
    -ms-transform: skew(0deg);
    -o-transform: skew(0deg);
    transform: skew(0deg);
    top: 100%;
  }
}

@media screen and (max-width: 1064px) {
  .megadropdown.active, .megadropdown.open {
    -webkit-transform: skew(0deg);
    -moz-transform: skew(0deg);
    -ms-transform: skew(0deg);
    -o-transform: skew(0deg);
    transform: skew(0deg);
    top: 100%;
  }
}

.drop.events .megadropdown,
.drop.athletes .megadropdown,
.more .megadropdown, .megadropdown.more_nav, .megadropdown.dotcom_nav {
  background: #FFF;
  border-bottom: 3px solid #fbd60d;
  border-top: 3px solid #fbd60d;
}

.drop.events .megadropdown {
  padding: 0;
}

.drop.events .megadropdown .events_section {
  width: 100%;
}

.drop.events .megadropdown .events_section ul {
  width: 100%;
}

.drop.events .megadropdown .events_section .event_nav {
  width: 30%;
  margin: 1.5%;
}

.drop.events .megadropdown .events_section--final .event_nav {
  width: 100%;
  padding: 0;
}

.nav__module {
  padding: 0 40px;
}

.nav__module ul::after {
  clear: both;
  content: "";
  display: table;
}

/* TOUR STOP BAR */
.event_nav {
  float: left;
  width: 20%;
  color: #252525;
  position: relative;
  list-style-type: none;
}

.event_nav figure {
  width: 100%;
  margin: 0 auto;
}

.event_nav img {
  width: 100%;
}

.event_nav:last-of-type {
  border-right: none;
}

.event_nav .title {
  width: 100%;
  margin: auto;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 1.75rem;
  line-height: 1.75rem;
  font-family: "soleil", Helvetica, Arial, sans-serif;
  font-weight: 700;
}

@media screen and (min-width: 1064px) and (max-width: 1500px) {
  .event_nav .title {
    margin-top: 1vw;
    margin-bottom: 1vw;
    font-size: 1.3333333333vw;
  }
}

.event_nav .title, .event_nav .title a {
  color: #252525;
}

.events--camps .event_nav .title {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1rem;
  line-height: 1rem;
  text-transform: none;
}

.event_nav .event_info {
  width: 100%;
  margin: 0 auto 15px auto;
}

.event_nav .event_info h2 {
  font-size: 1.5em;
}

.event_nav .event_info .button {
  display: block;
  float: left;
  clear: left;
  margin: 5px 0 0 0;
  padding: 9px;
  font-size: 16px;
  background: #000;
  color: #FFF;
  position: relative;
  z-index: 2;
}

.event_nav .event_info .button:after {
  content: '';
  display: block;
  z-index: -1;
  height: 100%;
  width: 50%;
  background: #000;
  position: absolute;
  top: 0;
  right: -10%;
  -webkit-transform: skew(-14deg, 0deg);
  -moz-transform: skew(-14deg, 0deg);
  -ms-transform: skew(-14deg, 0deg);
  -o-transform: skew(-14deg, 0deg);
  transform: skew(-14deg, 0deg);
}

@media screen and (min-width: 1064px) {
  .event_nav .event_info .button {
    display: inline-block;
    float: none;
    clear: none;
  }
}

@media screen and (min-width: 1064px) and (max-width: 1500px) {
  .event_nav .event_info .button {
    padding: 0.6vw;
    font-size: 1.0666666667vw;
  }
}

.event_nav .event_info .button:hover, .event_nav .event_info .button:active, .event_nav .event_info .button:focus {
  background: #141414;
  position: relative;
  z-index: 2;
}

.event_nav .event_info .button:hover:after, .event_nav .event_info .button:active:after, .event_nav .event_info .button:focus:after {
  content: '';
  display: block;
  z-index: -1;
  height: 100%;
  width: 50%;
  background: #141414;
  position: absolute;
  top: 0;
  right: -10%;
  -webkit-transform: skew(-14deg, 0deg);
  -moz-transform: skew(-14deg, 0deg);
  -ms-transform: skew(-14deg, 0deg);
  -o-transform: skew(-14deg, 0deg);
  transform: skew(-14deg, 0deg);
}

@media screen and (min-width: 1064px) {
  .event_nav .event_info .button + .button {
    margin-left: 25px;
  }
}

@media screen and (min-width: 1064px) and (max-width: 1500px) {
  .event_nav .event_info .button + .button {
    margin-left: 1.6666666667vw;
  }
}

@media screen and (min-width: 1400px) {
  .event_nav .event_info .button {
    margin: 0;
  }
}

.events_nav_footer {
  clear: both;
  background: #858585;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

.events_nav_footer::after {
  clear: both;
  content: "";
  display: table;
}

.events_nav_footer__list,
.events_nav_footer__list__item {
  clear: none;
}

.events_nav_footer__list {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: flex-start nowrap;
  -moz-flex-flow: flex-start nowrap;
  flex-flow: flex-start nowrap;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  box-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
  -ms-flex-align: stretch;
}

.events_nav_footer__list.events_nav_footer__list {
  margin-left: 1%;
}

.events_nav_footer__list__item {
  margin: 10px 0;
  padding: 0 10px;
  border-right: 1px solid #ebebeb;
}

.events_nav_footer__list__item > div {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: flex-start nowrap;
  -moz-flex-flow: flex-start nowrap;
  flex-flow: flex-start nowrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  height: 100%;
}

.events_nav_footer__list__item .events-list__item__date {
  position: static;
  background-color: transparent;
  padding: 10px;
}

.events_nav_footer__list__item .events-list__item__date::after {
  display: none;
}

.events_nav_footer__list__item .title {
  font-family: "soleil", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.125rem;
  text-transform: none;
}

.events_nav_footer__list__item .title, .events_nav_footer__list__item .title a {
  color: #252525;
}

.events_nav_footer__list__item .title a:hover, .events_nav_footer__list__item .title a:active, .events_nav_footer__list__item .title a:focus {
  color: #404040;
  text-decoration: none;
}

.events_nav_footer__list__item--view-all {
  padding-right: 20px;
  border-right: none;
}

.events_nav_footer__list__item--view-all i {
  vertical-align: middle;
}

.events_nav_footer__list__item--view-all .title {
  text-align: center;
}

/* ATHLETE NAV */
.athletes_section {
  float: left;
  overflow: hidden;
  width: 100%;
}

.athletes_section_header,
.events_section_header {
  float: left;
}

.athletes_section_header,
.events_section_header,
.events_footer_header {
  background: #000;
  padding: 20px 10px 20px 20px;
  margin: 0 0 20px;
  position: relative;
  z-index: 2;
}

.athletes_section_header:after,
.events_section_header:after,
.events_footer_header:after {
  content: '';
  display: block;
  z-index: -1;
  height: 100%;
  width: 50%;
  background: #000;
  position: absolute;
  top: 0;
  right: -10%;
  -webkit-transform: skew(-14deg, 0deg);
  -moz-transform: skew(-14deg, 0deg);
  -ms-transform: skew(-14deg, 0deg);
  -o-transform: skew(-14deg, 0deg);
  transform: skew(-14deg, 0deg);
}

.atheltes_section_heading,
.events_section_heading {
  font-size: 1.25rem;
  text-transform: uppercase;
  color: #FFF;
}

.events_footer_header {
  margin: 0;
  font-size: 1.25rem;
  line-height: 1.25;
  text-transform: uppercase;
  color: #FFF;
}

.athletes_nav_columns {
  clear: left;
}

.athletes_nav_columns::after {
  clear: both;
  content: "";
  display: table;
}

.athletes_nav_column {
  float: left;
  width: 50%;
}

.athletes--contenders .athletes_nav_column {
  width: 33.333%;
}

.athletes_nav ul,
.nav__module ul {
  margin: 0;
  padding: 0;
  clear: both;
}

.athletes_nav > ul > li,
.nav__module > ul > li {
  margin: 0;
  font-size: 15px;
  float: left;
  padding: 50px 30px 20px;
}

.athletes_nav > ul > li.athletes--allstars, .athletes_nav > ul > li.events--final,
.nav__module > ul > li.athletes--allstars,
.nav__module > ul > li.events--final {
  width: 33.33%;
  background: #FFF;
}

.athletes_nav > ul > li.athletes--allstars.no-contenders,
.nav__module > ul > li.athletes--allstars.no-contenders {
  width: 100%;
}

.athletes_nav > ul > li.athletes--allstars.no-contenders .athletes_nav_column,
.nav__module > ul > li.athletes--allstars.no-contenders .athletes_nav_column {
  width: 16.66666%;
}

.athletes_nav > ul > li.athletes--contenders, .athletes_nav > ul > li.events--camps,
.nav__module > ul > li.athletes--contenders,
.nav__module > ul > li.events--camps {
  width: 66.67%;
}

.athletes_nav > ul > li.athletes--contenders,
.nav__module > ul > li.athletes--contenders {
  background: #f2f2f2;
}

.athletes_nav > ul > li.events--camps,
.nav__module > ul > li.events--camps {
  background-image: -webkit-linear-gradient(left top, #f2f2f2 0%, #FFF 100%);
  background-image: linear-gradient(to right bottom , #f2f2f2 0%, #FFF 100%);
}

.athletes_nav_column a {
  display: block;
  padding: 0;
  margin: 0 10px 15px 0;
  position: relative;
  white-space: nowrap;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  box-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
  -ms-flex-align: stretch;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: start;
}

.athletes_nav_column a:after {
  content: '';
  height: 100%;
  width: 12px;
  position: absolute;
  top: 0px;
  left: 35px;
  -webkit-transform: skew(-14deg, 0deg);
  -moz-transform: skew(-14deg, 0deg);
  -ms-transform: skew(-14deg, 0deg);
  -o-transform: skew(-14deg, 0deg);
  transform: skew(-14deg, 0deg);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media screen and (min-width: 1400px) {
  .athletes_nav_column a:after {
    width: 20px;
    position: absolute;
    top: 0px;
    left: 53px;
  }
}

.athletes--allstars .athletes_nav_column a:after {
  background: #FFF;
}

.athletes--contenders .athletes_nav_column a:after {
  background: #f2f2f2;
}

.athletes_nav_column a,
.athletes_nav_column a p,
.athletes_nav_column a figure:after {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.athletes_section--female .athletes_nav_column a:after {
  background: #cccccc;
}

.athletes_nav_column a:hover, .athletes_nav_column a:active, .athletes_nav_column a:focus {
  background: #999999;
  text-decoration: none;
}

.athletes_nav_column a:hover p, .athletes_nav_column a:active p, .athletes_nav_column a:focus p {
  color: #FFF;
}

.athletes_nav_column a:hover:after, .athletes_nav_column a:active:after, .athletes_nav_column a:focus:after {
  background: #999999;
}

.athletes_nav a p {
  display: inline-block;
  color: #252525;
  margin: 0;
  vertical-align: middle;
  margin-left: 10px;
  text-overflow: ellipsis;
  font-weight: 700;
  white-space: initial;
  font-size: 16px;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  box-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
  -ms-flex-align: stretch;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}

@media (max-width: 1320px) {
  .athletes_nav a p {
    font-size: 1.2121212121vw;
  }
}

@media (max-width: 1064px) {
  .athletes_nav a p {
    font-size: 1.5037593985vw;
  }
}

.athletes_nav a p span {
  display: block;
  font-size: 14px;
  font-weight: 400;
}

@media screen and (min-width: 1400px) {
  .athletes_nav a p {
    margin-left: 12px;
  }
}

.athletes_nav figure {
  width: 40px;
  height: 40px;
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
  background: url(../images/global/B-Boys-No-Image.jpg) scroll center center no-repeat transparent;
  background-size: 100% 100%;
}

@media screen and (min-width: 1400px) {
  .athletes_nav figure {
    width: 65px;
    height: 65px;
  }
}

.athletes_nav figure.last-chance-winner {
  background: url(../images/global/B-Boys-Last-Chance-Winner.jpg) scroll center center no-repeat transparent;
  background-size: 100% 100%;
}

.athletes_nav figure img {
  width: 40px;
  height: 40px;
}

@media screen and (min-width: 1400px) {
  .athletes_nav figure img {
    width: 65px;
    height: 65px;
  }
}

.athletes_nav_footer {
  clear: both;
  background: #ccc;
}

.athletes_nav_footer p {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-style: normal;
  font-family: "soleil", Helvetica, Arial, sans-serif;
  font-size: 0.8125rem;
  text-transform: uppercase;
}

.wf-loading .athletes_nav_footer p {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}

.athletes_nav_footer p, .athletes_nav_footer p a {
  color: #FFF;
}

.athletes_nav_footer p a {
  display: block;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  box-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
  -ms-flex-align: stretch;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: start;
}

.athletes_nav_footer p a, .athletes_nav_footer p a i {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.athletes_nav_footer p a:hover, .athletes_nav_footer p a:active, .athletes_nav_footer p a:focus {
  background: #fbd60d;
}

.athletes_nav_footer p a:hover, .athletes_nav_footer p a:hover i, .athletes_nav_footer p a:active, .athletes_nav_footer p a:active i, .athletes_nav_footer p a:focus, .athletes_nav_footer p a:focus i {
  color: #FFF;
}

.athletes_nav_footer p span {
  font-size: 1.125rem;
  line-height: 1.125rem;
  padding: 20px 30px 18px;
  vertical-align: top;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  white-space: nowrap;
}

.athletes_nav_footer p i {
  color: #fbd60d;
  font-size: 1.125rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 5px;
}

.athletes_nav_footer p i:before {
  line-height: 1.25;
  vertical-align: bottom;
}

.athletes_nav_footer .athletes_nav_footer--title {
  display: inline-block;
  background: #000;
  position: relative;
  z-index: 2;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0;
  -moz-flex: 0;
  -ms-flex: 0;
  flex: 0;
}

.athletes_nav_footer .athletes_nav_footer--title:after {
  content: '';
  display: block;
  z-index: -1;
  height: 100%;
  width: 50%;
  background: inherit;
  position: absolute;
  top: 0;
  right: -10%;
  -webkit-transform: skew(-14deg, 0deg);
  -moz-transform: skew(-14deg, 0deg);
  -ms-transform: skew(-14deg, 0deg);
  -o-transform: skew(-14deg, 0deg);
  transform: skew(-14deg, 0deg);
}

.athletes_nav_footer .athletes_nav_footer--text {
  color: #252525;
  padding-left: 50px;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.athletes_nav_footer .athletes_nav_footer--link {
  color: #252525;
  position: relative;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0;
  -moz-flex: 0;
  -ms-flex: 0;
  flex: 0;
}

/* MORE NAV */
.more_nav,
.dotcom_nav,
.location_col,
.language_col {
  padding: 0;
  width: 190px;
}

.el .more_nav {
  left: 45px;
}

@media screen and (max-width: 1180px) {
  .js-liveapp .more_nav {
    -webkit-transform: skew(0deg);
    -moz-transform: skew(0deg);
    -ms-transform: skew(0deg);
    -o-transform: skew(0deg);
    transform: skew(0deg);
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: block;
    margin-right: -250px;
    width: 100%;
    left: auto;
    right: 0;
    top: 100%;
  }
  .js-liveapp .more_nav.active {
    margin-right: 0;
  }
}

@media screen and (max-width: 1064px) {
  .more_nav {
    -webkit-transform: skew(0deg);
    -moz-transform: skew(0deg);
    -ms-transform: skew(0deg);
    -o-transform: skew(0deg);
    transform: skew(0deg);
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: block;
    margin-right: -250px;
    width: 100%;
    left: auto;
    right: 0;
    top: 100%;
  }
  .more_nav.active {
    margin-right: 0;
  }
}

.more_nav ul,
.dotcom_nav ul,
.location_col ul,
.language_col ul {
  margin: 0;
  padding: 0;
}

.more_nav li,
.dotcom_nav li,
.location_col li,
.language_col li {
  margin: 0;
  font-size: 0.875em;
  border-top: 1px solid #E5E5E5;
}

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: landscape) {
  .more_nav li,
  .dotcom_nav li,
  .location_col li,
  .language_col li {
    padding: 3px 10px;
  }
}

.more_nav li:first-child,
.dotcom_nav li:first-child,
.location_col li:first-child,
.language_col li:first-child {
  border: none;
}

@media screen and (max-width: 1180px) {
  .js-liveapp .more_nav li, .js-liveapp
  .dotcom_nav li {
    text-transform: uppercase;
  }
}

@media screen and (max-width: 1064px) {
  .more_nav li,
  .dotcom_nav li {
    text-transform: uppercase;
  }
}

.more_nav li a,
.dotcom_nav li a {
  display: block;
  padding: 8px 15px;
  color: #000;
}

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: landscape) {
  .more_nav li a,
  .dotcom_nav li a {
    padding: 5px 10px;
  }
}

.more_nav li a:hover, .more_nav li a:active, .more_nav li a:focus,
.dotcom_nav li a:hover,
.dotcom_nav li a:active,
.dotcom_nav li a:focus {
  background: #ccc;
}

.more_nav li.active > a,
.dotcom_nav li.active > a {
  background: #ccc;
}

.dotcom_nav.megadropdown {
  top: 0;
  left: 190px;
  background: #FFF;
  -webkit-transform: skew(0deg);
  -moz-transform: skew(0deg);
  -ms-transform: skew(0deg);
  -o-transform: skew(0deg);
  transform: skew(0deg);
}

@media screen and (max-width: 1180px) {
  .js-liveapp .dotcom_nav.megadropdown {
    -webkit-transform: skew(0deg);
    -moz-transform: skew(0deg);
    -ms-transform: skew(0deg);
    -o-transform: skew(0deg);
    transform: skew(0deg);
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background: #FFF;
    bottom: -3px;
    right: 0%;
    left: auto;
    top: auto;
    display: block;
    margin-right: -250px;
  }
  .js-liveapp .dotcom_nav.megadropdown.open {
    margin-right: 200px;
  }
}

@media screen and (max-width: 1064px) {
  .dotcom_nav.megadropdown {
    -webkit-transform: skew(0deg);
    -moz-transform: skew(0deg);
    -ms-transform: skew(0deg);
    -o-transform: skew(0deg);
    transform: skew(0deg);
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background: #FFF;
    bottom: -3px;
    right: 0%;
    left: auto;
    top: auto;
    display: block;
    margin-right: -250px;
  }
  .dotcom_nav.megadropdown.open {
    margin-right: 200px;
  }
}

.dotcom_nav.megadropdown li {
  font-size: 1em;
}

[role="navigation"] li.dotcom > a {
  text-transform: uppercase;
  font-weight: 700;
  color: #aa1b49;
}

/*END TM RBP-95 styles from RBAR*/
/* CONTROL NAV */
.control_nav {
  width: 540px;
  padding: 20px 0;
  right: 0;
  left: auto;
  border-radius: 3px;
  border-top-right-radius: 0px;
}

.control_nav ul {
  margin: 0;
  padding: 0;
}

.control_nav li {
  margin: 0;
  padding: 0;
  font-size: 13px;
  border-top: 1px solid #333;
}

.control_nav li a {
  display: block;
  padding: 10px;
  color: #a0a0a0;
}

.control_nav li a:hover {
  background: #222;
  color: #fff;
}

.control_nav li a img {
  margin-right: 10px;
}

.control_nav h2 {
  color: #fff;
  font-size: 20px;
  width: 130px;
  padding: 0 0 20px 0;
  margin: 0;
  position: relative;
  left: -10px;
}

.language_col h2 {
  margin: 0 10px;
  padding-left: 30px;
  background: url("../images/sprite.png") no-repeat -7px -928px;
}

.location_col h2 {
  margin: 0 10px;
  padding-left: 23px;
  background: url("../images/sprite.png") no-repeat -222px -2357px;
  width: 75%;
}

.profile_col h2 {
  margin: 0 10px;
  padding-left: 23px;
  background: url("../images/sprite.png") no-repeat -435px -2358px;
}

.profile_col p {
  font-size: 16px;
  margin: 0;
  padding: 0 0 20px;
}

.profile_col a {
  margin: 0 0 15px 0;
  display: block;
}

.profile_col {
  float: left;
  width: 240px;
  padding: 0 20px;
}

.location_col form {
  margin: 0 0 10px 0;
}

.location_col legend {
  display: none;
}

.location_col input {
  border: 1px solid #393939;
  border-radius: 4px;
  padding: 5px 10px;
  color: #a0a0a0;
  background: #2e2e2e url("../images/sprite.png") no-repeat -485px -922px;
  width: 175px;
}

.profile_nav {
  width: 250px;
  padding: 20px;
  right: 0;
  left: auto;
  border-radius: 3px;
  border-top-right-radius: 0px;
}

.profile_nav h2 {
  margin: 0 10px;
  padding-left: 23px;
  width: 130px;
  background: url("../images/sprite.png") no-repeat -435px -2358px;
}

.profile-w,
.profile-logout {
  display: none;
}

.profile-thumb {
  float: left;
  margin: 0 6px 6px 0;
}

.profile-logout {
  position: absolute;
  top: 5px;
  right: 20px;
}

.profile-w span {
  display: block;
  font-size: 16px;
  font-weight: 700;
}

#profile-login-form {
  clear: both;
}

.scroll-pane {
  width: 230px;
  height: 250px;
  overflow: auto;
}

.jspContainer {
  overflow: hidden;
  position: relative;
}

.jspPane {
  position: absolute;
}

.jspVerticalBar {
  position: absolute;
  top: 0;
  right: 0;
  width: 16px;
  height: 100%;
  background: red;
}

.jspVerticalBar * {
  margin: 0;
  padding: 0;
}

.jspCap {
  display: none;
}

.jspTrack {
  background: #323232;
  position: relative;
}

.jspDrag {
  background: #414141;
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer;
}

.jspArrow {
  background: #282828;
  text-indent: -20000px;
  display: block;
  cursor: pointer;
}

.jspArrow.jspDisabled {
  cursor: default;
  background: #282828;
}

.jspVerticalBar .jspArrow {
  height: 16px;
}

.jspVerticalBar .jspArrow:focus {
  outline: none;
}

.jspCorner {
  background: #eeeef4;
  float: left;
  height: 100%;
}

.jspVerticalBar .jspArrowUp {
  background: #282828 url("../images/sprite.png") no-repeat -208px -2569px;
}

.jspVerticalBar .jspArrowDown {
  background: #282828 url("../images/sprite.png") no-repeat 2px -2569px;
}

/* ==================================================================================================== */
/* FOOTER */
.backtotop {
  display: none;
  width: 40px;
  height: 40px;
  background: #aaa url("../global/images/icons/icon-up.png") 7px 9px no-repeat;
  position: fixed;
  top: 90px;
  right: 20px;
  z-index: 5;
}

.backtotop:hover {
  background-color: #85BFD6;
}

.backtotop span {
  display: none;
}

#footer {
  position: relative;
  clear: both;
  background: #18202d;
  color: white;
  padding: 30px 0 50px;
}

@media screen and (max-width: 1320px) {
  #footer {
    padding-left: 20px;
    padding-right: 20px;
  }
}

#footer a {
  color: #fff;
}

#footer a:hover {
  color: #CC1C4A;
  text-decoration: none;
}

.footer-main-nav {
  max-width: 1300px;
  margin: 0 auto;
}

.legacy-com {
  float: left;
  padding: 0;
}

.global-social {
  float: right;
  width: 450px;
}

html.ru .global-social {
  width: 500px;
}

.global-social h5 {
  margin: 0;
  padding: 7px 0 20px 0;
  font-size: 20px;
  font-weight: normal;
  float: left;
  font-family: "Kremlin", sans-serif;
}

.global-social ul {
  margin: 0;
  padding: 0;
  list-style: none;
  float: right;
}

.global-social li {
  margin: 0 10px 0 0;
  padding: 0;
  float: left;
  position: relative;
}

.global-social a {
  display: block;
  float: left;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: 0.125em 0.125em 0.25em 0 rgba(0, 0, 0, 0.8);
}

.global-social a:before,
.global-social a:after {
  content: "";
  border-radius: 50%;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
}

.global-social .facebook:before {
  background: #6b81cd;
  background: -moz-linear-gradient(top, #6b81cd 0%, #4054a0 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6b81cd), color-stop(100%, #4054a0));
  background: -webkit-linear-gradient(top, #6b81cd 0%, #4054a0 100%);
  background: -o-linear-gradient(top, #6b81cd 0%, #4054a0 100%);
  background: -ms-linear-gradient(top, #6b81cd 0%, #4054a0 100%);
  background: linear-gradient(to bottom, #6b81cd 0%, #4054a0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b81cd', endColorstr='#4054a0', GradientType=0);
}

.global-social .facebook:after {
  background: url("../images/global/red-bull-icon-sprite.png") no-repeat scroll 0 -760px;
}

.global-social .twitter:before {
  background: #37aadc;
  background: -moz-linear-gradient(top, #37aadc 0%, #2e93be 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #37aadc), color-stop(100%, #2e93be));
  background: -webkit-linear-gradient(top, #37aadc 0%, #2e93be 100%);
  background: -o-linear-gradient(top, #37aadc 0%, #2e93be 100%);
  background: -ms-linear-gradient(top, #37aadc 0%, #2e93be 100%);
  background: linear-gradient(to bottom, #37aadc 0%, #2e93be 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#37aadc', endColorstr='#2e93be', GradientType=0);
}

.global-social .twitter:after {
  background: url("../images/global/red-bull-icon-sprite.png") no-repeat scroll 0 -410px;
}

.global-social .google:before {
  background: #ce4d34;
  background: -moz-linear-gradient(top, #ce4d34 0%, #9e2e25 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ce4d34), color-stop(100%, #9e2e25));
  background: -webkit-linear-gradient(top, #ce4d34 0%, #9e2e25 100%);
  background: -o-linear-gradient(top, #ce4d34 0%, #9e2e25 100%);
  background: -ms-linear-gradient(top, #ce4d34 0%, #9e2e25 100%);
  background: linear-gradient(to bottom, #ce4d34 0%, #9e2e25 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ce4d34', endColorstr='#9e2e25', GradientType=0);
}

.global-social .google:after {
  background: url("../images/global/red-bull-icon-sprite.png") no-repeat scroll 0 -150px;
}

.global-social .vk:before {
  background: #6D8FB3;
  background: -moz-linear-gradient(top, #6D8FB3 0%, #496B93 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6D8FB3), color-stop(100%, #496B93));
  background: -webkit-linear-gradient(top, #6D8FB3 0%, #496B93 100%);
  background: -o-linear-gradient(top, #6D8FB3 0%, #496B93 100%);
  background: -ms-linear-gradient(top, #6D8FB3 0%, #496B93 100%);
  background: linear-gradient(to bottom, #6D8FB3 0%, #496B93 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6D8FB3', endColorstr='#496B93', GradientType=0);
}

.global-social .vk:after {
  background: url("../images/global/red-bull-icon-sprite.png") no-repeat scroll 0 -1592px;
}

.global-social .instagram:before {
  background: #06365f;
  background: -moz-linear-gradient(top, #06365f 0%, #1e4a6f 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #06365f), color-stop(100%, #1e4a6f));
  background: -webkit-linear-gradient(top, #06365f 0%, #1e4a6f 100%);
  background: -o-linear-gradient(top, #06365f 0%, #1e4a6f 100%);
  background: -ms-linear-gradient(top, #06365f 0%, #1e4a6f 100%);
  background: linear-gradient(to bottom, #06365f 0%, #1e4a6f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#06365f', endColorstr='#446887', GradientType=0);
}

.global-social .instagram:after {
  background: url("../images/global/red-bull-icon-sprite.png") no-repeat scroll 0px -220px;
}

.global-social .youtube:before {
  background: #ca322c;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ca322c 0%, #6b0e14 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ca322c), color-stop(100%, #6b0e14));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ca322c 0%, #6b0e14 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ca322c 0%, #6b0e14 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ca322c 0%, #6b0e14 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ca322c 0%, #6b0e14 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ca322c', endColorstr='#6b0e14', GradientType=0);
  /* IE6-9 */
}

.global-social .youtube:after {
  background: url("../images/global/red-bull-icon-sprite.png") no-repeat 0 -291px;
}

.global-social .pinterest:before {
  background: #e44648;
  /* Old browsers */
  background: -moz-linear-gradient(top, #e44648 0%, #a91719 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e44648), color-stop(100%, #a91719));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #e44648 0%, #a91719 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #e44648 0%, #a91719 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #e44648 0%, #a91719 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #e44648 0%, #a91719 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e44648', endColorstr='#a91719', GradientType=0);
  /* IE6-9 */
}

.global-social .pinterest:after {
  background: url("../images/global/red-bull-icon-sprite.png") no-repeat -1px -1548px;
}

.global-social .rss:before {
  background: #f3a205;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f3a205 0%, #f97000 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f3a205), color-stop(100%, #f97000));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f3a205 0%, #f97000 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f3a205 0%, #f97000 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f3a205 0%, #f97000 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f3a205 0%, #f97000 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F3A205', endColorstr='#F97000', GradientType=0);
  /* IE6-9 */
}

.global-social .rss:after {
  background: url("../images/global/red-bull-icon-sprite.png") no-repeat -4px -1641px;
}

.global-social li:hover .facebook:before {
  background: #8698d6;
  background: -moz-linear-gradient(top, #8698d6 0%, #4c63b7 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8698d6), color-stop(100%, #4c63b7));
  background: -webkit-linear-gradient(top, #8698d6 0%, #4c63b7 100%);
  background: -o-linear-gradient(top, #8698d6 0%, #4c63b7 100%);
  background: -ms-linear-gradient(top, #8698d6 0%, #4c63b7 100%);
  background: linear-gradient(to bottom, #8698d6 0%, #4c63b7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8698d6', endColorstr='#4c63b7', GradientType=0);
}

.global-social li:hover .twitter:before {
  background: #4fbde8;
  background: -moz-linear-gradient(top, #4fbde8 0%, #339fce 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4fbde8), color-stop(100%, #339fce));
  background: -webkit-linear-gradient(top, #4fbde8 0%, #339fce 100%);
  background: -o-linear-gradient(top, #4fbde8 0%, #339fce 100%);
  background: -ms-linear-gradient(top, #4fbde8 0%, #339fce 100%);
  background: linear-gradient(to bottom, #4fbde8 0%, #339fce 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4fbde8', endColorstr='#339fce', GradientType=0);
}

.global-social li:hover .vk:before {
  background: #7C9ABB;
  background: -moz-linear-gradient(top, #7C9ABB 0%, #5C7A9E 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7C9ABB), color-stop(100%, #5C7A9E));
  background: -webkit-linear-gradient(top, #7C9ABB 0%, #5C7A9E 100%);
  background: -o-linear-gradient(top, #7C9ABB 0%, #5C7A9E 100%);
  background: -ms-linear-gradient(top, #7C9ABB 0%, #5C7A9E 100%);
  background: linear-gradient(to bottom, #7C9ABB 0%, #5C7A9E 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7C9ABB', endColorstr='#5C7A9E', GradientType=0);
}

.global-social li:hover .google:before {
  background: #d8715d;
  background: -moz-linear-gradient(top, #d8715d 0%, #c73a2f 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d8715d), color-stop(100%, #c73a2f));
  background: -webkit-linear-gradient(top, #d8715d 0%, #c73a2f 100%);
  background: -o-linear-gradient(top, #d8715d 0%, #c73a2f 100%);
  background: -ms-linear-gradient(top, #d8715d 0%, #c73a2f 100%);
  background: linear-gradient(to bottom, #d8715d 0%, #c73a2f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8715d', endColorstr='#c73a2f', GradientType=0);
}

.global-social li:hover .instagram:before {
  background: #244e72;
  background: -moz-linear-gradient(top, #244e72 0%, #2b5477 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #244e72), color-stop(100%, #2b5477));
  background: -webkit-linear-gradient(top, #244e72 0%, #2b5477 100%);
  background: -o-linear-gradient(top, #244e72 0%, #2b5477 100%);
  background: -ms-linear-gradient(top, #244e72 0%, #2b5477 100%);
  background: linear-gradient(to bottom, #244e72 0%, #2b5477 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#50728f', endColorstr='#7691a7', GradientType=0);
}

.global-social li:hover .youtube:before {
  background: #d5413b;
  /* Old browsers */
  background: -moz-linear-gradient(top, #d5413b 0%, #8d131b 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d5413b), color-stop(100%, #8d131b));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #d5413b 0%, #8d131b 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #d5413b 0%, #8d131b 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #d5413b 0%, #8d131b 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #d5413b 0%, #8d131b 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d5413b', endColorstr='#8d131b', GradientType=0);
  /* IE6-9 */
}

.global-social li:hover .pinterest:before {
  background: #e7595c;
  /* Old browsers */
  background: -moz-linear-gradient(top, #e7595c 0%, #c51b1e 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e7595c), color-stop(100%, #c51b1e));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #e7595c 0%, #c51b1e 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #e7595c 0%, #c51b1e 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #e7595c 0%, #c51b1e 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #e7595c 0%, #c51b1e 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7595c', endColorstr='#c51b1e', GradientType=0);
  /* IE6-9 */
}

.global-social li:hover .rss:before {
  background: #eeb549;
  /* Old browsers */
  background: -moz-linear-gradient(top, #eeb549 0%, #ef9346 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eeb549), color-stop(100%, #ef9346));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #eeb549 0%, #ef9346 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #eeb549 0%, #ef9346 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #eeb549 0%, #ef9346 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #eeb549 0%, #ef9346 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EEB549', endColorstr='#EF9346', GradientType=0);
  /* IE6-9 */
}

.footer-meta-nav {
  font-size: 12px;
  color: #e2e0e1;
  clear: both;
  border-top: 1px solid #444;
  text-align: right;
  max-width: 1300px;
  margin: 0 auto;
}

.footer-meta-nav a {
  font-weight: normal;
  font-style: normal;
  font-family: "soleil", Helvetica, Arial, sans-serif;
  color: #fff;
  margin: 0 0 0 20px;
}

.wf-loading .footer-meta-nav a {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}

.footer-meta-nav .meta-info {
  padding: 25px 0 10px;
}

.footer-meta-nav ul {
  float: right;
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-meta-nav li {
  display: inline;
}

@media screen and (max-width: 768px) {
  .global-social {
    float: none;
    clear: both;
    padding: 20px 0 0;
  }
  .footer-meta-nav ul {
    float: none;
    text-align: left;
    margin: 0;
  }
  .footer-meta-nav li {
    display: block;
    margin: 10px 0;
  }
  .footer-meta-nav .meta-info {
    text-align: left;
  }
  .footer-meta-nav a {
    margin: 0;
  }
}

.itunes-container {
  width: 220px;
  /*position: absolute;*/
  top: 30px;
  left: 50%;
  margin-right: 30px;
  float: right;
}

.itunes-footer-promotion h3 {
  font-family: "Kremlin", sans-serif;
  font-size: 20px;
  font-weight: normal;
  line-height: 41px;
}

.itunes-footer-promotion a {
  background-image: none;
  box-shadow: none;
}

.itunes-footer-promotion .icon-box {
  padding-left: 10px;
  height: 41px;
  width: 85px;
  float: left;
}

.itunes-footer-promotion__title {
  display: block;
  float: left;
}

@media only screen and (max-width: 930px) {
  .itunes-container {
    clear: right;
    margin-right: 0;
  }
}

@media only screen and (max-width: 768px) {
  .itunes-container {
    clear: both;
    position: static !important;
    display: block;
    float: none;
    margin-left: 0;
  }
}

/* ==================================================================================================== */
.burgernav {
  display: none;
  float: right;
  position: relative;
  top: 40px;
  padding: 0;
  margin-right: 15px;
}

.sticky .burgernav,
.livepage .burgernav,
.eventwarmup .homepage .burgernav,
.event .homepage .burgernav,
.eventcooldown .homepage .burgernav {
  top: 5px;
}

.burgernav button {
  background: none;
  border: none;
}

.burgernav button:focus {
  outline: 0;
}

@media screen and (max-width: 1180px) {
  .js-liveapp .burgernav {
    display: block;
  }
}

@media screen and (max-width: 1064px) {
  .burgernav {
    display: block;
    top: 10px;
  }
}

.burgernav span {
  color: #fff;
  display: block;
  text-transform: uppercase;
  font-size: 0.8125em;
  text-align: center;
  position: relative;
  top: -5px;
  font-weight: normal;
  font-style: normal;
  font-family: "soleil", Helvetica, Arial, sans-serif;
}

.wf-loading .burgernav span {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}

.lines-button {
  display: inline-block;
  padding: 1rem 0.5rem;
  transition: .3s;
  cursor: pointer;
  user-select: none;
  border-radius: 0.2857142857rem;
}

.lines-button:hover {
  opacity: 1;
}

.lines-button:active {
  transition: 0;
  background: rgba(0, 0, 0, 0.1);
}

.lines {
  display: inline-block;
  width: 2rem;
  height: 0.2857142857rem;
  background: #FFF;
  border-radius: 0.1428571429rem;
  transition: 0.3s;
  position: relative;
  /*create the upper and lower lines as pseudo-elements of the middle line*/
}

.lines:before, .lines:after {
  display: inline-block;
  width: 2rem;
  height: 0.2857142857rem;
  background: #FFF;
  border-radius: 0.1428571429rem;
  transition: 0.3s;
  position: absolute;
  left: 0;
  content: '';
  transform-origin: 0.1428571429rem center;
}

.lines:before {
  top: 0.5rem;
}

.lines:after {
  top: -0.5rem;
}

.lines-button:hover {
  opacity: 1;
}

.lines-button:hover .lines:before {
  top: 0.5714285714rem;
}

.lines-button:hover .lines:after {
  top: -0.5714285714rem;
}

.lines-button.arrow.close {
  transform: scale3d(0.8, 0.8, 0.8);
}

.lines-button.arrow.close .lines:before, .lines-button.arrow.close .lines:after {
  top: 0;
  width: 1.1111111111rem;
}

.lines-button.arrow.close .lines:before {
  transform: rotate3d(0, 0, 1, 40deg);
}

.lines-button.arrow.close .lines:after {
  transform: rotate3d(0, 0, 1, -40deg);
}

.lines-button.x.close .lines {
  /*hide the middle line*/
  background: transparent;
  /*overlay the lines by setting both their top values to 0*/
}

.lines-button.x.close .lines:before, .lines-button.x.close .lines:after {
  transform-origin: 50% 50%;
  top: 0;
  width: 2rem;
}

.lines-button.x.close .lines:before {
  transform: rotate3d(0, 0, 1, 45deg);
}

.lines-button.x.close .lines:after {
  transform: rotate3d(0, 0, 1, -45deg);
}

/* ==================================================================================================== */
/* MODULE TABBED NAVIGATION */
.nav--tabs {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border-bottom: 3px solid #55a8d8;
  background: #FFF;
}

.nav--tabs__item {
  display: inline-block;
  width: auto;
  margin: 0 0 0 5px;
  padding: 0;
  font-size: 16px;
}

.nav--tabs__item:first-of-type {
  margin-left: 0;
}

.module--social-feed__content .nav--tabs__item {
  line-height: 21px;
}

.nav--tabs__link {
  display: block;
  margin: 0 10px 0 0;
  padding: 8px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: normal;
  font-style: normal;
  font-family: "soleil", Helvetica, Arial, sans-serif;
  font-size: 1em;
  color: #55a8d8;
}

.wf-loading .nav--tabs__link {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-style: normal;
}

.nav--tabs__item:last-child .nav--tabs__link {
  margin: 0;
}

.nav--tabs__link:hover, .nav--tabs__link:active, .nav--tabs__link:focus, .nav--tabs__link.is-active {
  background: #55a8d8;
  color: #FFF;
  text-decoration: none;
}

.nav--tabs__link.is-active {
  padding-right: 5px;
  position: relative;
  z-index: 2;
}

.nav--tabs__link.is-active:after {
  content: '';
  display: block;
  z-index: -1;
  height: 100%;
  width: 50%;
  background: #55a8d8;
  position: absolute;
  top: 0;
  right: -10%;
  -webkit-transform: skew(14deg, 0deg);
  -moz-transform: skew(14deg, 0deg);
  -ms-transform: skew(14deg, 0deg);
  -o-transform: skew(14deg, 0deg);
  transform: skew(14deg, 0deg);
}

.nav--tabs__item:last-child .nav--tabs__link.is-active {
  padding-right: 8px;
  padding-left: 5px;
  position: relative;
  z-index: 2;
}

.nav--tabs__item:last-child .nav--tabs__link.is-active:after {
  content: '';
  display: block;
  z-index: -1;
  height: 100%;
  width: 50%;
  background: #55a8d8;
  position: absolute;
  top: 0;
  left: -10%;
  -webkit-transform: skew(-14deg, 0deg);
  -moz-transform: skew(-14deg, 0deg);
  -ms-transform: skew(-14deg, 0deg);
  -o-transform: skew(-14deg, 0deg);
  transform: skew(-14deg, 0deg);
}

.nav--tabs__link i {
  margin-right: 1em;
}

.nav--tabs--light {
  border-bottom: 3px solid #FFF;
}

.nav--tabs--light .nav--tabs__link {
  background: #FFF;
}

.nav--tabs--light .nav--tabs__link:hover, .nav--tabs--light .nav--tabs__link:active, .nav--tabs--light .nav--tabs__link:focus, .nav--tabs--light .nav--tabs__link.is-active {
  background: #FFF;
  color: #252525;
  text-decoration: none;
}

.nav--tabs--light .nav--tabs__link.is-active {
  position: relative;
  z-index: 2;
}

.nav--tabs--light .nav--tabs__link.is-active:after {
  content: '';
  display: block;
  z-index: -1;
  height: 100%;
  width: 50%;
  background: #FFF;
  position: absolute;
  top: 0;
  right: -10%;
  -webkit-transform: skew(14deg, 0deg);
  -moz-transform: skew(14deg, 0deg);
  -ms-transform: skew(14deg, 0deg);
  -o-transform: skew(14deg, 0deg);
  transform: skew(14deg, 0deg);
}

.nav--tabs--light .nav--tabs__item:last-child .nav--tabs__link.is-active {
  position: relative;
  z-index: 2;
}

.nav--tabs--light .nav--tabs__item:last-child .nav--tabs__link.is-active:after {
  content: '';
  display: block;
  z-index: -1;
  height: 100%;
  width: 50%;
  background: #FFF;
  position: absolute;
  top: 0;
  left: -10%;
  -webkit-transform: skew(-14deg, 0deg);
  -moz-transform: skew(-14deg, 0deg);
  -ms-transform: skew(-14deg, 0deg);
  -o-transform: skew(-14deg, 0deg);
  transform: skew(-14deg, 0deg);
}

/* ==================================================================================================== */
/* RESULTS AND MEDIA TABBED NAVIGATION */
.tabbed_nav ul {
  margin: 0;
  padding: 0;
}

.tabbed_nav li {
  float: left;
  margin: 0 1px 0 0;
  padding: 0;
}

.tabbed_nav li.active a {
  background: #1a224a;
  color: #FFF;
}

.tabbed_nav li a {
  display: block;
  margin: 0;
  padding: 10px 20px;
  -webkit-transform: skew(-14deg, 0deg);
  -moz-transform: skew(-14deg, 0deg);
  -ms-transform: skew(-14deg, 0deg);
  -o-transform: skew(-14deg, 0deg);
  transform: skew(-14deg, 0deg);
  background: #FFF;
  color: #252525;
}

.tabbed_nav li a span {
  display: block;
  -webkit-transform: skew(14deg, 0deg);
  -moz-transform: skew(14deg, 0deg);
  -ms-transform: skew(14deg, 0deg);
  -o-transform: skew(14deg, 0deg);
  transform: skew(14deg, 0deg);
}

.tabbed_nav li a:hover, .tabbed_nav li a:active, .tabbed_nav li a:focus {
  background: #1a224a;
  color: #FFF;
  text-decoration: none;
}

.tabbed_nav.lr_rounds {
  margin: 20px;
}

.tabbed_nav.lr_rounds::after {
  clear: both;
  content: "";
  display: table;
}

.tabbed_nav.lr_rounds li a {
  padding: 10px;
}

.tabbed_nav.lr_rounds li a:hover, .tabbed_nav.lr_rounds li a:active, .tabbed_nav.lr_rounds li a:focus {
  background: #252525;
}

.tabbed_nav.lr_rounds li.active a {
  background: #252525;
}

/* ==================================================================================================== */
/* MODULE TABBED NAVIGATION - DESKTOP OVERRIDES */
@media (max-width: 1320px) {
  .nav--tabs {
    border-bottom-width: 0.2272727273vw;
  }
}

@media (max-width: 1064px) {
  .nav--tabs {
    border-bottom-width: 0.2819548872vw;
  }
}

@media (max-width: 1320px) {
  .nav--tabs__item {
    margin-left: 0.3787878788vw;
    font-size: 1.2121212121vw;
  }
}

@media (max-width: 1064px) {
  .nav--tabs__item {
    font-size: 1.5037593985vw;
  }
}

@media (max-width: 1320px) {
  .nav--tabs__link {
    margin: 0 0.769230769vw 0 0;
    padding: 0.615384615vw;
    font-size: 1.212121212vw;
  }
}

@media (max-width: 1064px) {
  .nav--tabs__link {
    margin: 0 0.939849624vw 0 0;
    padding: 0.751879699vw;
    font-size: 1.503759398vw;
  }
}

@media (max-width: 1320px) {
  .eventpage .nav--tabs__link {
    font-size: 1.2121212121vw;
  }
}

@media (max-width: 940px) {
  .eventpage .nav--tabs__link {
    font-size: 1.7021276596vw;
  }
}

@media (max-width: 940px) {
  .eventcomplete .nav--tabs__link {
    font-size: 1.8085106383vw;
  }
}

@media (max-width: 1320px) {
  .nav--tabs--light {
    border-bottom-width: .230769231vw;
  }
}

@media (max-width: 1064px) {
  .nav--tabs--light {
    border-bottom-width: .281954887vw;
  }
}

.homepage #xf_tabnav .nav-tabs-inner {
  margin: 0px 9px;
}

.homepage #xf_tabnav .nav-tabs-inner .no-link {
  background: #999999;
}

.homepage #xf_tabnav .nav-tabs-inner .nav-tabs-slim > li {
  margin: 0 0 -1px;
}

.homepage #xf_tabnav .nav-tabs-inner .nav-tabs-slim > li > a {
  padding: 5px 22px;
  border-right-width: 2px;
  border-right-color: #000;
}

.athletepage #xf_tabnav {
  border-top: 1px solid #FFF;
}

/* ==================================================================================================== */
/* COOKIE BAR */
.cookiebar.top {
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 1100;
  width: 100%;
}

.cookiebar.top .ccookies {
  height: auto;
  background: #ccc;
  padding: 20px 40px 20px 25px;
  color: #252525;
  position: relative;
  box-sizing: border-box;
}

.cookiebar.top .ccookies .ccookie-close {
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAA+klEQVQ4T62TvUoDURCFv/MGikqMjaRQEwsRgr0msbHxXdMI/kQfwEIkRcRmG38gFr7BkQuzcjduEFxvPeebM3PmioZPDfV8A2xfAPvAuaSHOrDtQ2AMTCWdpZocUADbwAcwlPSYQ2wfADfAOlBI6iwCdoA7YAv4BE4l3aci20fAJbACvAAnkp4rgCjcBW4zyChcXIf4FTguxT8AAUlWJ8Aa8B5jtpaNVpuC7b0YZzMcJFDq/LS43GWAbrhoh+ANGEia/Qqw3Qtx6p6PUAupOIio0sI2ym1HxzKdOTDKI87voA9cAatAZdu283QqkH89pGan/NdP1fg3fgGSYGwRX8aSIgAAAABJRU5ErkJggg==) scroll center center no-repeat transparent;
}

.cookiebar.top .ccookies .ccookiesinner {
  max-width: 1300px;
  margin: 0 auto;
}

.cookiebar.top .ccookies .ccookiesinner a {
  color: #252525;
  font-weight: 700;
  text-decoration: underline;
}

.sticky .cookiebar.top {
  transform: translate(0, -100%);
  overflow: hidden;
}

.cookiebar.bottom .ccookies {
  height: auto;
  background: #ccc;
  padding: 20px 40px 20px 25px;
  color: #252525;
  font-weight: normal;
  font-style: normal;
  font-family: "soleil", Helvetica, Arial, sans-serif;
  position: relative;
  box-sizing: border-box;
}

.wf-loading .cookiebar.bottom .ccookies {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}

.cookiebar.bottom .ccookies .ccookie-close {
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAA+klEQVQ4T62TvUoDURCFv/MGikqMjaRQEwsRgr0msbHxXdMI/kQfwEIkRcRmG38gFr7BkQuzcjduEFxvPeebM3PmioZPDfV8A2xfAPvAuaSHOrDtQ2AMTCWdpZocUADbwAcwlPSYQ2wfADfAOlBI6iwCdoA7YAv4BE4l3aci20fAJbACvAAnkp4rgCjcBW4zyChcXIf4FTguxT8AAUlWJ8Aa8B5jtpaNVpuC7b0YZzMcJFDq/LS43GWAbrhoh+ANGEia/Qqw3Qtx6p6PUAupOIio0sI2ym1HxzKdOTDKI87voA9cAatAZdu283QqkH89pGan/NdP1fg3fgGSYGwRX8aSIgAAAABJRU5ErkJggg==) scroll center center no-repeat transparent;
}

.cookiebar.bottom .ccookies .ccookiesinner {
  max-width: 1300px;
  margin: 0 auto;
  text-align: center;
}

.cookiebar.bottom .ccookies .ccookiesinner h3 {
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #FFF;
}

.cookiebar.bottom .ccookies .ccookiesinner a {
  text-decoration: underline;
}

/* =============================================================================== */
/* OVERLAYS */

.overlay--gradient-light {
  background-color: rgba(232, 230, 232, 0);
  background-image: -webkit-linear-gradient(rgba(232, 230, 232, 0), #e8e6e8, vertical);
  background-image: linear-gradient(rgba(232, 230, 232, 0), #e8e6e8, vertical);
  background-image: -webkit-linear-gradient(top, rgba(232, 230, 232, 0) 0%, #e8e6e8 80%, #e8e6e8 100%);
  background-image: linear-gradient(to bottom, rgba(232, 230, 232, 0) 0%, #e8e6e8 80%, #e8e6e8 100%);
}

.ie9
.overlay--gradient-light {
  filter: none !important;
}


.overlay--gradient-black-50 {
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, transparent 0%, transparent 50%, black 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(50%, transparent), color-stop(100%, black));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, transparent 0%, transparent 50%, black 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, transparent 0%, transparent 50%, black 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, transparent 0%, transparent 50%, black 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, transparent 0%, transparent 50%, black 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
  /* IE6-8 */
}

.ie9
.overlay--gradient-black-50 {
  filter: none !important;
}


.overlay--gradient-black-70 {
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, transparent 0%, transparent 30%, black 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(30%, transparent), color-stop(100%, black));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, transparent 0%, transparent 30%, black 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, transparent 0%, transparent 30%, black 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, transparent 0%, transparent 30%, black 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, transparent 0%, transparent 30%, black 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
  /* IE6-8 */
}

.ie9
.overlay--gradient-black-70 {
  filter: none !important;
}


.overlay--gradient-black-80 {
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, transparent 0%, transparent 20%, black 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(20%, transparent), color-stop(100%, black));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, transparent 0%, transparent 20%, black 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, transparent 0%, transparent 20%, black 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, transparent 0%, transparent 20%, black 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, transparent 0%, transparent 20%, black 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
  /* IE6-8 */
}

.ie9
.overlay--gradient-black-80 {
  filter: none !important;
}

.overlay--bike,
.overlay--image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.overlay--image--black-30 {
  background: rgba(0, 0, 0, 0.3);
}

.overlay--image--black-60 {
  background: rgba(0, 0, 0, 0.6);
}

.overlay--image--black-80 {
  background: rgba(0, 0, 0, 0.8);
}

.overlay--image--primary-40 {
  background: rgba(0, 85, 129, 0.4);
}

.overlay--image--next-event {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.overlay--ne-back {
  display: none;
  z-index: 5;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.overlay--bike {
  background: url("../images/about/bike-roation-bg.jpg") center center no-repeat;
  background-size: cover;
}

/* ============================================================================================= */
/* STAT BOX MODULE */
.stat-box, .stat-box * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.aside_column .stat-box {
  margin: 0 0 40px;
}

.stat-box__heading {
  font-family: "soleil";
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.5rem;
  color: #252525;
}

.wf-inactive .stat-box__heading,
.mti-inactive .stat-box__heading {
  line-height: 2;
}

.module-stat-box__list {
  margin: 0 0 1em;
}

.module-stat-box__list::after {
  clear: both;
  content: "";
  display: table;
}

.stat-box__list__key,
.stat-box__list__value {
  float: left;
  margin: 0;
  padding: 0 0 10px 0;
  font-size: 1rem;
  line-height: 1rem;
  font-family: "Droid Sans";
}

.stat-box__list__key {
  clear: both;
  width: 40%;
  color: #252525;
}

.stat-box__list__value {
  width: 60%;
  color: #000;
  font-weight: 700;
}

.stat-box__list__value a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: underline;
  color: #000;
}

.stat-box__list__value a:hover, .stat-box__list__value a:active, .stat-box__list__value a:focus {
  color: #fbd60d;
}

.stat-box__list__value p {
  margin: 0;
}

@media (max-width: 1080px) {
  .stat-box__list__key,
  .stat-box__list__value {
    width: 50%;
  }
}

.nav-utilities {
  background: #252525;
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px 0;
  text-align: right;
  margin-top: 0px;
  -webkit-transition: margin-top 0.2s ease;
  -o-transition: margin-top 0.2s ease;
  transition: margin-top 0.2s ease;
  font-weight: normal;
  font-style: normal;
  font-family: "soleil", Helvetica, Arial, sans-serif;
  font-family: "Droid Sans", Helvetica, Arial, sans-serif;
  z-index: 2;
}

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: landscape) {
  .nav-utilities {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.wf-loading .nav-utilities {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}

.nav-utilities:after {
  content: '';
  display: block;
  z-index: -1;
  height: 100%;
  width: auto;
  background: inherit;
  position: absolute;
  top: 0;
  left: -20px;
  -webkit-transform: skew(14deg, 0deg);
  -moz-transform: skew(14deg, 0deg);
  -ms-transform: skew(14deg, 0deg);
  -o-transform: skew(14deg, 0deg);
  transform: skew(14deg, 0deg);
}

.nav-utilities:after {
  right: -20px;
}

@media screen and (max-width: 1180px) {
  .nav-utilities {
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 2;
  }
  .nav-utilities:after, .nav-utilities:before {
    content: '';
    display: block;
    z-index: -1;
    height: 100%;
    width: 20px;
    background: inherit;
  }
  .nav-utilities:after {
    position: absolute;
    top: 0;
    right: -15px;
    -webkit-transform: skew(-14deg, 0deg);
    -moz-transform: skew(-14deg, 0deg);
    -ms-transform: skew(-14deg, 0deg);
    -o-transform: skew(-14deg, 0deg);
    transform: skew(-14deg, 0deg);
  }
  .nav-utilities:before {
    position: absolute;
    top: 0;
    left: -15px;
    -webkit-transform: skew(14deg, 0deg);
    -moz-transform: skew(14deg, 0deg);
    -ms-transform: skew(14deg, 0deg);
    -o-transform: skew(14deg, 0deg);
    transform: skew(14deg, 0deg);
  }
  .nav-utilities:before {
    -webkit-transform: skew(14deg, 0deg);
    -moz-transform: skew(14deg, 0deg);
    -ms-transform: skew(14deg, 0deg);
    -o-transform: skew(14deg, 0deg);
    transform: skew(14deg, 0deg);
  }
  .nav-utilities:after {
    left: auto;
  }
}

.gamepage .nav-utilities,
.sticky .nav-utilities,
.livepage .nav-utilities,
.eventwarmup .homepage .nav-utilities,
.event .homepage .nav-utilities,
.eventcooldown .homepage .nav-utilities {
  margin-top: -60px;
}

.nav-utilities ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-utilities li {
  margin: 0 20px 0 0;
  padding: 0;
  display: block;
  float: left;
  position: relative;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.nav-utilities li:last-child {
  margin: 0;
}

@media screen and (max-width: 1064px) {
  .js-liveapp .nav-utilities li {
    margin: 0 5px 0 0;
  }
}

.nav-utilities a {
  display: block;
  color: #FFF;
  font-size: 0.75em;
  margin-top: 3px;
  width: 100%;
  vertical-align: top;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.nav-utilities a img {
  margin-right: 10px;
}

.nav-utilities a:hover, .nav-utilities a:hover:before, .nav-utilities a:active, .nav-utilities a:active:before, .nav-utilities a:focus, .nav-utilities a:focus:before {
  color: #fbd60d;
}

.nav-utilities .nav-social {
  position: relative;
}

.nav-utilities .nav-social:before {
  font-family: "rb-bc-one" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  margin-right: 5px;
  font-size: 20px;
  color: #FFF;
  vertical-align: top;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.nav-utilities .nav-social:after {
  display: block;
  position: absolute;
  top: 31px;
  left: 0;
  z-index: 50;
  content: '';
  height: 0;
  width: 0;
  opacity: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #ccc;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.nav-utilities .nav-social:hover:before, .nav-utilities .nav-social:active:before, .nav-utilities .nav-social:focus:before, .nav-utilities .nav-social.active:before {
  color: #fbd60d;
}

.nav-utilities .nav-social.active:after {
  opacity: 1;
}

@media screen and (max-width: 1064px) {
  .js-liveapp .nav-utilities .nav-social {
    display: none;
  }
}

.nav-utilities .megadropdown {
  top: 32px;
  background: #FFF;
  -webkit-transform: skew(0deg);
  -moz-transform: skew(0deg);
  -ms-transform: skew(0deg);
  -o-transform: skew(0deg);
  transform: skew(0deg);
  width: 190px;
}

.nav-utilities .megadropdown li {
  display: block;
  float: none;
  margin: 0;
  border-top: 1px solid #8A898E;
}

.nav-utilities .megadropdown a {
  text-align: left;
  display: block;
  font-family: "soleil", Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1em;
  padding: 5px 10px;
  text-indent: 0;
  overflow: auto;
  white-space: auto;
  color: #252525;
}

.nav-utilities .megadropdown a:hover, .nav-utilities .megadropdown a:active, .nav-utilities .megadropdown a:focus {
  background: #ccc;
}

.nav-utilities .megadropdown.search_nav {
  width: 240px;
  padding: 5px;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  position: absolute;
  top: 40px;
  bottom: auto;
  left: 0px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.gamepage .nav-utilities .megadropdown.search_nav,
.sticky .nav-utilities .megadropdown.search_nav {
  opacity: 0;
}

@media screen and (max-width: 1064px) {
  .gamepage .nav-utilities .megadropdown.search_nav,
  .sticky .nav-utilities .megadropdown.search_nav {
    top: 55px;
    opacity: 1;
  }
}

.nav-utilities .megadropdown.search_nav legend,
.nav-utilities .megadropdown.search_nav label {
  display: none;
}

.nav-utilities .megadropdown.search_nav ul {
  margin: 0;
  padding: 0;
}

.nav-utilities .megadropdown.search_nav li {
  float: none;
  margin: 0;
  border-top: none;
}

.nav-utilities .megadropdown.search_nav input[type="text"] {
  color: #FFF;
  background: #000;
  padding: 10px 40px 10px 10px;
  width: 230px;
  border: 2px solid transparent;
  float: left;
  -webkit-transition: border 0.2s ease-in;
  -o-transition: border 0.2s ease-in;
  transition: border 0.2s ease-in;
}

.nav-utilities .megadropdown.search_nav input[type="text"]:focus {
  outline: none;
  border-color: #005581;
}

.nav-utilities .megadropdown.search_nav button[type="submit"] {
  position: absolute;
  top: 10px;
  margin-top: 10px;
  right: 10px;
  z-index: 1;
  display: block;
  height: 19px;
  width: 19px;
  background: #000;
  margin: 0;
  padding: 0;
  border: none;
  font-size: 0;
}

.nav-utilities .megadropdown.search_nav button[type="submit"]:before {
  font-family: "rb-bc-one" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "J";
}

.nav-utilities .megadropdown.search_nav button[type="submit"]:before {
  color: #FFF;
  font-size: 19px;
}

li.language,
li.location,
li.search {
  margin: 0 40px 0 0;
  position: relative;
  top: 2px;
}

li.language a,
li.location a,
li.search a {
  margin-top: 0;
  width: 100%;
}

li.language > a {
  padding-left: 34px;
  padding-bottom: 5px;
  position: relative;
  line-height: 24px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

li.language > a:before {
  font-family: "rb-bc-one" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  margin-right: 5px;
  font-size: 24px;
  color: #FFF;
  vertical-align: top;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

li.language > a:after {
  font-family: "rb-bc-one" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "N";
}

li.language > a:after {
  display: inline-block;
  margin-left: 5px;
  font-size: 12px;
  color: #FFF;
  vertical-align: top;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  line-height: 24px;
}

@media screen and (max-width: 1064px) {
  .js-liveapp li.language > a:after {
    display: none;
  }
}

li.language > a:hover:after, li.language > a:active:after, li.language > a:focus:after {
  color: #fbd60d;
}

li.language > a span {
  text-transform: uppercase;
}

li.location > a {
  padding-left: 24px;
  padding-bottom: 5px;
  position: relative;
}

li.location > a:before {
  position: absolute;
  top: -1px;
  left: 0;
  height: 19px;
  width: 19px;
  -webkit-transform: skew(0deg);
  -moz-transform: skew(0deg);
  -ms-transform: skew(0deg);
  -o-transform: skew(0deg);
  transform: skew(0deg);
  background: url("../images/global/svg/nav-location.svg") no-repeat;
  content: " ";
  display: block;
  opacity: .5;
}

li.location > a:hover:before {
  opacity: 1;
}

li.location > a:after {
  position: absolute;
  top: 6px;
  right: -16px;
  -webkit-transform: skew(0deg);
  -moz-transform: skew(0deg);
  -ms-transform: skew(0deg);
  -o-transform: skew(0deg);
  transform: skew(0deg);
  background: url("../images/global/svg/nav-down-arrow.svg") no-repeat;
  height: 6px;
  width: 10px;
  content: " ";
  display: block;
  opacity: .5;
}

@media screen and (max-width: 1064px) {
  .js-liveapp li.location > a:after {
    display: none;
  }
}

li.location > a:hover:after {
  opacity: 1;
}

li.search > a {
  padding-bottom: 5px;
  line-height: 18px;
  margin-top: 3px;
}

li.search > a:before {
  font-family: "rb-bc-one" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  margin-right: 5px;
  font-size: 18px;
  color: #FFF;
  vertical-align: top;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/* ============================================================================================= */
/* LEAD IMAGE */
.lead-image {
  position: relative;
  height: auto;
  width: 100%;
  padding-bottom: 42.8571429%;
  overflow: hidden;
  background: #000;
}

.lead-image, .lead-image * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.hasVideo.lead-image figure {
  opacity: .3;
}

.lead-image__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}

.lead-image__copyright {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0 10px 5px 0;
  z-index: 4;
  color: #E2E0E1;
  font-size: 0.75em;
  text-shadow: 1px 1px 0 #000;
}

.lead-image__content-wrap {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  color: #FFF;
}

.hasVideo .lead-image__content-wrap {
  display: none;
}

.lead-image__content {
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 80%;
  max-width: 800px;
  margin: 0 auto;
  z-index: 4;
}

.lead-image__date {
  display: none;
}

.eventcomplete .lead-image .lead-image__content {
  position: absolute;
  top: 130px;
  right: 0px;
  bottom: auto;
  left: 0px;
}

.eventcomplete .lead-image .lead-image__content h1 {
  text-align: center;
  background: transparent;
  margin: 0 auto;
  padding: 0px;
  font-size: 55px;
  text-shadow: 1px 1px 2px #000;
  color: #FFF;
}

.eventcomplete .lead-image .lead-image__content h1:after {
  display: none;
}

.eventcomplete .lead-image .lead-image__summary {
  display: none;
}

.eventcomplete .lead-image .lead-image__date {
  display: block;
  margin-top: 20px;
  text-transform: uppercase;
  text-align: center;
  font-size: 30px;
  width: 100%;
  text-shadow: 1px 1px 2px #000;
  font-weight: normal;
  font-style: normal;
  font-family: "soleil", Helvetica, Arial, sans-serif;
  z-index: 5;
}

.wf-loading .eventcomplete .lead-image .lead-image__date {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: italic;
}

.postevent .eventpage .lead-image .button--video,
.postseason .eventpage .lead-image .button--video,
.eventcomplete .eventpage .lead-image .button--video {
  top: 270px;
}

.postevent .eventpage .lead-image .button--vid-play, .postevent .eventpage .lead-image .button--vid-play-large,
.postseason .eventpage .lead-image .button--vid-play,
.postseason .eventpage .lead-image .button--vid-play-large,
.eventcomplete .eventpage .lead-image .button--vid-play,
.eventcomplete .eventpage .lead-image .button--vid-play-large {
  height: auto;
  width: auto;
  z-index: 10;
  display: inline-block;
  background: #000;
  position: absolute;
  top: 320px;
  right: auto;
  bottom: auto;
  left: 50%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 1.25rem;
  line-height: 1.375rem;
  text-transform: uppercase;
  padding: 5px 10px 5px 35px;
  text-shadow: none;
  border-radius: 3px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  font-weight: normal;
  font-style: normal;
  font-family: "soleil", Helvetica, Arial, sans-serif;
}

.wf-loading .postevent .eventpage .lead-image .button--vid-play, .wf-loading .postevent .eventpage .lead-image .button--vid-play-large, .wf-loading
.postseason .eventpage .lead-image .button--vid-play, .wf-loading
.postseason .eventpage .lead-image .button--vid-play-large, .wf-loading
.eventcomplete .eventpage .lead-image .button--vid-play, .wf-loading
.eventcomplete .eventpage .lead-image .button--vid-play-large {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}

.postevent .eventpage .lead-image .button--vid-play i, .postevent .eventpage .lead-image .button--vid-play-large i,
.postseason .eventpage .lead-image .button--vid-play i,
.postseason .eventpage .lead-image .button--vid-play-large i,
.eventcomplete .eventpage .lead-image .button--vid-play i,
.eventcomplete .eventpage .lead-image .button--vid-play-large i {
  position: absolute;
  top: 18px;
  right: auto;
  bottom: auto;
  left: 19px;
  display: inline-block;
  font-size: 1.25rem;
  vertical-align: middle;
}

.postevent .eventpage .lead-image .button--vid-play i:before, .postevent .eventpage .lead-image .button--vid-play-large i:before,
.postseason .eventpage .lead-image .button--vid-play i:before,
.postseason .eventpage .lead-image .button--vid-play-large i:before,
.eventcomplete .eventpage .lead-image .button--vid-play i:before,
.eventcomplete .eventpage .lead-image .button--vid-play-large i:before {
  font-size: inherit;
}

.postevent .eventpage .lead-image .button--vid-play:hover, .postevent .eventpage .lead-image .button--vid-play-large:hover, .postevent .eventpage .lead-image .button--vid-play:active, .postevent .eventpage .lead-image .button--vid-play-large:active, .postevent .eventpage .lead-image .button--vid-play:focus, .postevent .eventpage .lead-image .button--vid-play-large:focus,
.postseason .eventpage .lead-image .button--vid-play:hover,
.postseason .eventpage .lead-image .button--vid-play-large:hover,
.postseason .eventpage .lead-image .button--vid-play:active,
.postseason .eventpage .lead-image .button--vid-play-large:active,
.postseason .eventpage .lead-image .button--vid-play:focus,
.postseason .eventpage .lead-image .button--vid-play-large:focus,
.eventcomplete .eventpage .lead-image .button--vid-play:hover,
.eventcomplete .eventpage .lead-image .button--vid-play-large:hover,
.eventcomplete .eventpage .lead-image .button--vid-play:active,
.eventcomplete .eventpage .lead-image .button--vid-play-large:active,
.eventcomplete .eventpage .lead-image .button--vid-play:focus,
.eventcomplete .eventpage .lead-image .button--vid-play-large:focus {
  background: #999999;
  color: #FFF;
}

@media screen and (min-width: 1400px) {
  .eventcomplete .lead-image .lead-image__content {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
  }
  .eventcomplete .lead-image .button--video {
    top: 330px;
  }
  .eventcomplete .lead-image .button--vid-play, .eventcomplete .lead-image .button--vid-play-large {
    position: absolute;
    top: 330px;
    right: auto;
    bottom: auto;
    left: 50%;
  }
}

.lead-image__header {
  padding: 20px 0 20px 50px;
  font-weight: normal;
  font-style: normal;
  font-family: "soleil", Helvetica, Arial, sans-serif;
  background: rgba(255, 255, 255, 0.85);
  color: #252525;
  font-size: 2.625em;
  line-height: 1em;
  max-width: 1000px;
  text-transform: uppercase;
  width: 80%;
  margin-left: -20px;
}

.wf-loading .lead-image__header {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: italic;
}

@media screen and (max-width: 1400px) {
  .lead-image__header {
    font-size: 3em;
  }
}

@media screen and (max-width: 1180px) {
  .lead-image__header {
    max-width: 600px;
    font-size: 2.375em;
  }
}

@media screen and (max-width: 1064px) {
  .lead-image__header {
    max-width: 500px;
    font-size: 1.5em;
  }
}

body[data-content='about'] .lead-image__header {
  position: relative;
  z-index: 2;
}

body[data-content='about'] .lead-image__header:after {
  content: '';
  display: block;
  z-index: -1;
  height: 100%;
  width: 150px;
  background: #005581;
  position: absolute;
  top: 0;
  right: -100px;
  -webkit-transform: skew(-14deg, 0deg);
  -moz-transform: skew(-14deg, 0deg);
  -ms-transform: skew(-14deg, 0deg);
  -o-transform: skew(-14deg, 0deg);
  transform: skew(-14deg, 0deg);
}

.lead-image__header .share {
  -webkit-transform: skew(14deg, 0deg);
  -moz-transform: skew(14deg, 0deg);
  -ms-transform: skew(14deg, 0deg);
  -o-transform: skew(14deg, 0deg);
  transform: skew(14deg, 0deg);
  display: inline-block;
  font-size: 18px;
  float: right;
  color: inherit;
  position: absolute;
  right: 20px;
  bottom: 20px;
}

.lead-image__header .share span {
  display: inline-block;
  margin-right: 10px;
}

.lead-image__header .share a {
  position: relative;
  display: inline-block;
  color: inherit;
  font-size: 1.8em;
  top: 7px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.lead-image__header .share a .rb-facebook-feed {
  font-size: 32px;
}

.lead-image__header .share a:hover, .lead-image__header .share a:active, .lead-image__header .share a:focus {
  color: #fbd60d;
  text-decoration: none;
}

.lead-image__content-wrap--center {
  position: absolute;
  bottom: 0;
  left: 0;
  height: auto;
}

.lead-image__content-wrap--center .lead-image__content {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: auto;
  max-width: none;
}

.lead-image__content-wrap--center .lead-image__content--subtle {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  padding-top: 3em;
}

.lead-image__content-wrap--center .lead-image__header {
  background: #000;
}

.lead-image__content-wrap--center .lead-image__summary {
  background: #1a224a;
  color: #000;
  font-weight: normal;
  font-style: normal;
  font-family: "soleil", Helvetica, Arial, sans-serif;
  font-size: 2.125em;
  text-transform: uppercase;
}

.wf-loading .lead-image__content-wrap--center .lead-image__summary {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: italic;
}

.lead-image__content-wrap--center .lead-image__header,
.lead-image__content-wrap--center .lead-image__summary {
  max-width: none !important;
  width: 100%;
  margin: 0 auto;
  padding: 5px 20px;
  font-weight: normal;
  font-style: normal;
  font-family: "soleil", Helvetica, Arial, sans-serif;
  font-size: 34px;
}

.wf-loading .lead-image__content-wrap--center .lead-image__header, .wf-loading
.lead-image__content-wrap--center .lead-image__summary {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-style: italic;
}

.cssmask .lead-image__content-wrap--center .lead-image__header, .cssmask
.lead-image__content-wrap--center .lead-image__summary {
  padding: 5px 50px;
}

.lead-image__content-wrap--center .lead-image__header span,
.lead-image__content-wrap--center .lead-image__summary span {
  display: block;
}

.lead-image__content-wrap--center .lead-image__header:after,
.lead-image__content-wrap--center .lead-image__summary:after {
  display: none;
}

@media screen and (max-width: 1400px) {
  .lead-image__content-wrap--center .lead-image__header,
  .lead-image__content-wrap--center .lead-image__summary {
    font-size: 1.875em;
  }
}

@media screen and (max-width: 1180px) {
  .lead-image__content-wrap--center .lead-image__header,
  .lead-image__content-wrap--center .lead-image__summary {
    font-size: 1.75em;
  }
}

@media screen and (max-width: 1064px) {
  .lead-image__content-wrap--center .lead-image__header,
  .lead-image__content-wrap--center .lead-image__summary {
    padding: 10px;
    font-size: 1.5em;
  }
  .cssmask .lead-image__content-wrap--center .lead-image__header, .cssmask
  .lead-image__content-wrap--center .lead-image__summary {
    padding: 5px 30px;
  }
}

.lead-image__content--subtle .lead-image__header {
  background-color: transparent;
  font-weight: normal;
  font-style: normal;
  font-family: "soleil", Helvetica, Arial, sans-serif;
  font-size: 1.75em;
  line-height: 1em;
}

.wf-loading .lead-image__content--subtle .lead-image__header {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}

.lead-image__header--with-sharing, .lead-image__header--with-sharing-athlete {
  width: 100%;
  padding-right: 160px;
  font-size: 1.875rem;
  font-weight: 700;
}

.lead-image__header--with-sharing i[class^="rb-"], .lead-image__header--with-sharing-athlete i[class^="rb-"] {
  font-size: 0.875em;
}

@media screen and (max-width: 1064px) {
  .lead-image__header--with-sharing, .lead-image__header--with-sharing-athlete {
    font-size: 1.25em;
  }
}

.lead-image__header--with-sharing a, .lead-image__header--with-sharing-athlete a {
  top: 5px;
}

.el .lead-image__header--with-sharing, .el .lead-image__header--with-sharing-athlete {
  padding-right: 180px;
}

.es .lead-image__header--with-sharing, .es .lead-image__header--with-sharing-athlete {
  padding-right: 190px;
}

.de .lead-image__header--with-sharing, .de .lead-image__header--with-sharing-athlete {
  padding-right: 130px;
}

.lead-image__header--with-sharing-athlete {
  padding-right: 185px;
}

.lead-image__summary {
  padding: 20px 30px 20px 50px;
  margin-left: -20px;
  line-height: 1em;
  font-size: 1.125em;
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  font-family: "soleil", Helvetica, Arial, sans-serif;
  -webkit-transform: skew(-14deg, 0deg);
  -moz-transform: skew(-14deg, 0deg);
  -ms-transform: skew(-14deg, 0deg);
  -o-transform: skew(-14deg, 0deg);
  transform: skew(-14deg, 0deg);
  background: rgba(0, 0, 0, 0.9);
  color: #FFF;
}

.wf-loading .lead-image__summary {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}

.lead-image__summary span {
  -webkit-transform: skew(14deg, 0deg);
  -moz-transform: skew(14deg, 0deg);
  -ms-transform: skew(14deg, 0deg);
  -o-transform: skew(14deg, 0deg);
  transform: skew(14deg, 0deg);
  display: inline-block;
}

.lead-image__summary--with-link a {
  margin-left: 20px;
  font-weight: normal;
  font-style: normal;
  font-family: "soleil", Helvetica, Arial, sans-serif;
}

.wf-loading .lead-image__summary--with-link a {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-style: normal;
}

/* ============================================================================================= */
/* LEAD IMAGE - NO IMAGE/FAILED IMAGE */
.lead-image--no-image,
.lead-image--failed-image {
  max-width: 1320px;
  margin: 20px auto 0;
}

.lead-image--no-image, .lead-image--no-image *,
.lead-image--failed-image,
.lead-image--failed-image * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.lead-image--no-image h1 {
  font-weight: normal;
  font-style: normal;
  font-family: "soleil", Helvetica, Arial, sans-serif;
  margin-top: 40px;
  margin-bottom: 10px;
  color: #252525;
  border-bottom: 1px solid #252525;
  font-size: 2.375em;
  text-transform: uppercase;
  width: 100%;
}

.wf-loading .lead-image--no-image h1 {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}

@media screen and (max-width: 1550px) {
  .lead-image--no-image h1 {
    width: auto;
  }
}

@media screen and (max-width: 1400px) {
  .lead-image--no-image h1 {
    font-size: 2.625em;
  }
}

@media screen and (max-width: 1180px) {
  .lead-image--no-image h1 {
    font-size: 2.375em;
  }
}

@media screen and (max-width: 1064px) {
  .lead-image--no-image h1 {
    font-size: 1.5em;
  }
}

.lead-image--no-image h1 span {
  padding: 10px 10px 20px 0px;
  line-height: 1em;
  display: block;
}

.lead-image--failed-image {
  padding-bottom: 15%;
  min-height: 200px;
  background: transparent;
}

@media screen and (max-width: 1360px) {
  .lead-image--no-image,
  .lead-image--failed-image {
    margin: 20px 20px 0;
  }
}

/* ============================================================================================= */
/* LEAD IMAGE - ARTICLE */
.lead-image--article {
  padding-bottom: 0;
}

/* ============================================================================================= */
/* LEAD IMAGE - ARTICLE WITH VIDEO */
.lead-image__video-wrapper {
  position: absolute;
  top: 0;
  left: 50%;
  width: 76%;
  margin: 0 -38%;
  padding: 0 0 43%;
  background: transparent;
  overflow: hidden;
  clear: both;
  z-index: 1;
}

.lead-image__video-wrapper iframe,
.lead-image__video-wrapper object,
.lead-image__video-wrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.ie9 .lead-image__video-wrapper {
  padding: 0 0 56%;
}

.ie9 .aboutpage .lead-image__video-wrapper {
  padding: 0 0 42%;
}

.hasVideo .lead-image__video-wrapper {
  z-index: 5;
}

.lead-image--with-video {
  padding-bottom: 56.25%;
}

.lead-image--with-video .lead-image__video-wrapper {
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0 0 56.25%;
}

.ie9 .lead-image--with-video .lead-image__video-wrapper {
  padding-bottom: 56%;
}

.lead-image .button--vid-play, .lead-image .button--vid-play-large {
  z-index: 3;
}

.eventwarmup .eventpage .lead-image .lead-image__image,
.eventwarmup .eventpage .lead-image .lead-image__copyright,
.event .eventpage .lead-image .lead-image__image,
.event .eventpage .lead-image .lead-image__copyright,
.eventcooldown .eventpage .lead-image .lead-image__image,
.eventcooldown .eventpage .lead-image .lead-image__copyright,
.lead-image--video-active .lead-image__image,
.lead-image--video-active .lead-image__copyright {
  opacity: 0.2;
}

.eventwarmup .eventpage .lead-image .lead-image__content-wrap,
.event .eventpage .lead-image .lead-image__content-wrap,
.eventcooldown .eventpage .lead-image .lead-image__content-wrap,
.lead-image--video-active .lead-image__content-wrap {
  display: none;
}

.eventwarmup .eventpage .lead-image .lead-image__video-wrapper,
.event .eventpage .lead-image .lead-image__video-wrapper,
.eventcooldown .eventpage .lead-image .lead-image__video-wrapper,
.lead-image--video-active .lead-image__video-wrapper {
  z-index: 5;
}

/* ============================================================================================= */
/* LEAD IMAGE - WITH WIDGET BAR */
.lead-section--with-widgets {
  background: #000;
}

.lead-section--with-widgets .lead-image {
  float: left;
  padding-right: 1px;
  position: relative;
  width: 74%;
  padding-bottom: 36.15%;
  border-right: 1px solid #cccccc;
}

.lead-section--with-widgets .lead-image--vod {
  padding-bottom: 41.6%;
}

.event .lead-section--with-widgets .lead-image--vod .button--vid-play, .event .lead-section--with-widgets .lead-image--vod .button--vid-play-large,
.eventwarmup .lead-section--with-widgets .lead-image--vod .button--vid-play,
.eventwarmup .lead-section--with-widgets .lead-image--vod .button--vid-play-large,
.eventcooldown .lead-section--with-widgets .lead-image--vod .button--vid-play,
.eventcooldown .lead-section--with-widgets .lead-image--vod .button--vid-play-large {
  display: none;
}

.lead-section--with-widgets .lead-image__video-wrapper {
  width: 100%;
  left: 0;
  margin: 0;
  padding: 0 0 56.25%;
}

@media screen and (max-width: 940px) {
  .eventcomplete .lead-section--with-widgets .lead-image,
  .event .lead-section--with-widgets .lead-image,
  .eventwarmup .lead-section--with-widgets .lead-image,
  .eventcooldown .lead-section--with-widgets .lead-image {
    float: none;
    width: 100%;
  }
  .lead-section--with-widgets .lead-image--vod {
    padding-bottom: 56.25%;
  }
}

/* ============================================================================================= */
/* LEAD IMAGE - WEBCAST */
.lead-image__webcast-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  color: #FFF;
}

.lead-image__webcast-live {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 400px;
  width: 620px;
  margin: -200px 0 0 -288px;
}

.lead-image__webcast-live__header {
  text-transform: none;
}

.lead-image__webcast-live__video {
  position: relative;
  width: 100%;
  margin: 10px 0 0;
  padding: 0 0 56.3%;
  text-align: center;
}

.lead-image__webcast-live__video iframe,
.lead-image__webcast-live__video embed,
.lead-image__webcast-live__video object {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.lead-image__webcast-live__content {
  display: block;
  margin-top: 8px;
  background: url(../images/webcast/icon-alert.png) 0 3px no-repeat;
  min-height: 11px;
  padding-left: 17px;
}

.lead-image__webcast-live__content__link {
  float: right;
}

@media screen and (max-width: 1160px) {
  .lead-image__webcast-live {
    height: 260px;
    width: 720px;
    margin: -130px 0 0 -360px;
  }
  .lead-image__webcast-live__header {
    position: absolute;
    top: 45px;
    left: 0;
    width: 260px;
  }
  .lead-image__webcast-live__content {
    position: absolute;
    bottom: 4px;
    left: 0;
    width: 260px;
  }
  .lead-image__webcast-live__content__link {
    position: absolute;
    top: -130px;
    left: 0;
  }
  .lead-image__webcast-live__video {
    float: right;
    margin: 0px;
    padding: 0 0 36.1%;
    width: 460px;
  }
}

@media screen and (min-width: 1400px) {
  .lead-image__webcast-live {
    height: 530px;
    width: 800px;
    margin: -265px 0 0 -400px;
  }
}

@media screen and (min-width: 1660px) {
  .lead-image__webcast-live {
    height: 630px;
    width: 997px;
    margin: -315px 0 0 -499px;
  }
}

.socialwidget {
  display: block;
  width: 460px;
  background: rgba(204, 204, 204, 0.95);
  position: absolute;
  z-index: 2;
  top: -250px;
  right: 0;
  -webkit-transition: top 0.25s ease-out;
  -o-transition: top 0.25s ease-out;
  transition: top 0.25s ease-out;
}

.socialwidget.active {
  top: 47px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
}

.socialwidget ul {
  margin: 10px;
  padding: 0;
  list-style: none;
}

.socialwidget ul::after {
  clear: both;
  content: "";
  display: table;
}

.socialwidget li {
  float: left;
  position: relative;
  width: 33%;
  margin: 0;
  padding: 0;
}

.socialwidget li:last-of-type a {
  border-right: none;
}

.socialwidget li a {
  display: block;
  padding: 15px;
  border-right: 1px solid #8A898E;
  line-height: 1.05;
  font-weight: normal;
  font-style: normal;
  font-family: "soleil", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #FFF;
}

.wf-loading .socialwidget li a {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-style: normal;
}

.socialwidget li a:hover, .socialwidget li a:focus, .socialwidget li a:active {
  text-decoration: none;
  background: #FFF;
  background: rgba(255, 255, 255, 0.2);
}

.socialwidget li a:hover .label, .socialwidget li a:focus .label, .socialwidget li a:active .label {
  color: #252525;
}

.socialwidget li a span {
  display: block;
  color: #252525;
}

.socialwidget li a .name {
  color: #FFF;
  font-size: 1.25em;
}

.socialwidget li a .count {
  margin-top: 5px;
}

.socialwidget li i {
  display: block;
  margin-bottom: 5px;
  font-size: 24px;
  color: #252525;
}

/* ==================================================================================================== */
/* TOUR STOP BAR */
#tourstops {
  font-weight: normal;
  font-style: normal;
  font-family: "soleil", Helvetica, Arial, sans-serif;
  position: absolute;
  width: calc(100% - 170px);
  height: 60px;
  padding-right: 20px;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  background: #001a4b;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-right: none;
  margin-top: 86px;
  margin-left: 180px;
  overflow: hidden;
  z-index: 0;
  -webkit-transform: skew(-14deg, 0deg);
  -moz-transform: skew(-14deg, 0deg);
  -ms-transform: skew(-14deg, 0deg);
  -o-transform: skew(-14deg, 0deg);
  transform: skew(-14deg, 0deg);
}

.wf-loading #tourstops {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: landscape) {
  #tourstops {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

@media screen and (max-width: 1064px) {
  #tourstops {
    margin-top: 76px;
    margin-left: 170px;
    width: calc(100% - 160px);
  }
}

#tourstops *:active, #tourstops *:focus {
  outline: none;
}

.sticky #tourstops,
.livepage #tourstops,
.eventwarmup .homepage #tourstops,
.event .homepage #tourstops,
.eventcooldown .homepage #tourstops {
  height: 0;
  margin-top: 70px;
  opacity: 0;
}

#tourstops .tourstop-wrap {
  color: #fff;
  list-style: none;
  margin: 0 auto;
  padding: 0;
}

#tourstops .slick-list {
  padding: 0 40px;
}

#tourstops .slick-arrow {
  height: 60px;
  width: 40px;
  margin: 0;
  padding: 10px;
  top: 0;
  background: #001a4b;
}

#tourstops .slick-arrow:hover, #tourstops .slick-arrow:active, #tourstops .slick-arrow:focus {
  outline: none;
}

#tourstops .slick-arrow:hover, #tourstops .slick-arrow:hover:before, #tourstops .slick-arrow:active, #tourstops .slick-arrow:active:before, #tourstops .slick-arrow:focus, #tourstops .slick-arrow:focus:before {
  color: #FFF;
}

#tourstops .slick-arrow:before {
  position: static;
  color: #005581;
  line-height: 40px;
  -webkit-transform: skew(14deg, 0deg);
  -moz-transform: skew(14deg, 0deg);
  -ms-transform: skew(14deg, 0deg);
  -o-transform: skew(14deg, 0deg);
  transform: skew(14deg, 0deg);
}

#tourstops .slick-prev {
  left: 0;
}

#tourstops .slick-prev:after {
  content: '';
  display: block;
  z-index: -1;
  height: 100%;
  width: 20px;
  position: absolute;
  top: 0;
  right: -20px;
  left: auto;
  background-color: transparent;
  background-image: -webkit-linear-gradient(-360deg, #001a4b, rgba(0, 26, 75, 0));
  background-image: linear-gradient(90deg,#001a4b, rgba(0, 26, 75, 0));
  -webkit-transform: skew(0);
  -moz-transform: skew(0);
  -ms-transform: skew(0);
  -o-transform: skew(0);
  transform: skew(0);
}

#tourstops .slick-next {
  right: 0;
}

#tourstops .slick-next:after {
  content: '';
  display: block;
  z-index: -1;
  height: 100%;
  width: 20px;
  position: absolute;
  top: 0;
  left: -20px;
  right: auto;
  background-color: transparent;
  background-image: -webkit-linear-gradient(-360deg, rgba(0, 26, 75, 0), #001a4b);
  background-image: linear-gradient(90deg,rgba(0, 26, 75, 0), #001a4b);
  -webkit-transform: skew(0);
  -moz-transform: skew(0);
  -ms-transform: skew(0);
  -o-transform: skew(0);
  transform: skew(0);
}

#tourstops .tourstop-wrap .ts-item {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  float: left;
  font-size: 1em;
  position: relative;
  text-transform: uppercase;
  height: 60px;
  width: 300px;
  line-height: 1em;
  z-index: 9;
}

.ru #tourstops .tourstop-wrap .ts-item {
  font-size: 0.875em;
}

.ru #tourstops .tourstop-wrap .ts-item.ae, .ru #tourstops .tourstop-wrap .ts-item.mx {
  font-size: 0.75em;
}

.ru #tourstops .tourstop-wrap .ts-item.ae .ts-shell, .ru #tourstops .tourstop-wrap .ts-item.mx .ts-shell {
  width: 80%;
}

@media screen and (max-width: 1280px) {
  #tourstops .tourstop-wrap .ts-item {
    font-size: 0.875em;
  }
}

@media screen and (max-width: 1064px) {
  .js-liveapp #tourstops .tourstop-wrap .ts-item {
    font-size: 0.8125em;
  }
  .de #tourstops .tourstop-wrap .ts-item {
    height: 60px;
  }
}

#tourstops .tourstop-wrap .ts-item span {
  font-size: 0.875em;
}

@media screen and (max-width: 1280px) {
  #tourstops .tourstop-wrap .ts-item span {
    font-size: 0.8125em;
  }
}

#tourstops .tourstop-wrap .ts-item a:hover, #tourstops .tourstop-wrap .ts-item a:active, #tourstops .tourstop-wrap .ts-item a:focus {
  text-decoration: none;
}

#tourstops .tourstop-wrap .ts-item a:focus {
  outline: none;
}

#tourstops .tourstop-wrap .ts-item:last-child {
  border-right: none;
}

#tourstops .tourstop-wrap .ts-item.active:after, #tourstops .tourstop-wrap .ts-item.nextEvent:after, #tourstops .tourstop-wrap .ts-item:hover:after {
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

#tourstops .tourstop-wrap .ts-item.active, #tourstops .tourstop-wrap .ts-item.active:after, #tourstops .tourstop-wrap .ts-item.nextEvent, #tourstops .tourstop-wrap .ts-item.nextEvent:after {
  background: #005581;
}

#tourstops .tourstop-wrap .ts-item:hover, #tourstops .tourstop-wrap .ts-item:hover:after {
  background: rgba(0, 85, 129, 0.3);
}

#tourstops .tourstop-wrap .ts-item.pastevent {
  opacity: 0.6;
}

#tourstops .tourstop-wrap .ts-item.pastevent a {
  color: #ccc;
}

#tourstops .tourstop-wrap .ts-item.pastevent:hover {
  opacity: 1;
}

#tourstops .tourstop-wrap .ts-item.futureevent a {
  color: #ccc;
}

#tourstops .tourstop-wrap .ts-item.futureevent:hover a {
  color: #FFF;
}

#tourstops .tourstop-wrap .ts-item.nextEvent a {
  color: #FFF;
}

#tourstops .tourstop-wrap .ts-item.active a {
  color: #ccc;
}

#tourstops .tourstop-wrap .ts-item.active:hover a {
  color: #FFF;
}

#tourstops .tourstop-wrap .ts-item .ts-shell {
  margin: 0 auto;
  width: 100%;
  text-align: center;
}

#tourstops .tourstop-wrap .ts-item .ts-shell a {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  padding: 15px 0;
}

#tourstops .tourstop-wrap .ts-item .ts-shell a div {
  display: inline-block;
  float: none;
  vertical-align: top;
  text-align: left;
}

.js-liveapp #tourstops .tourstop-wrap .ts-item .ts-shell {
  width: 85%;
}

#tourstops .tourstop-wrap .ts-item div.flag {
  float: left;
  margin-right: 15px;
  height: 27px;
  width: 54px;
  position: relative;
  top: 2px;
}

#tourstops .tourstop-wrap .ts-item div.flag i {
  display: block;
}

#tourstops .tourstop-wrap .ts-item div.flag img {
  width: 100%;
}

@media screen and (max-width: 1280px) {
  .js-liveapp #tourstops .tourstop-wrap .ts-item div.flag {
    width: 20px;
    margin-right: 10px;
    width: 40px;
  }
}

@media screen and (max-width: 940px) {
  #tourstops .tourstop-wrap .ts-item div.flag {
    margin-right: 10px;
    width: 40px;
  }
  .js-liveapp #tourstops .tourstop-wrap .ts-item div.flag {
    width: 20px;
  }
}

.countryname {
  display: block;
  font-weight: normal;
  font-style: normal;
  font-family: "soleil", Helvetica, Arial, sans-serif;
}

.wf-loading .countryname {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}

.tag {
  display: none;
  background: #55a8d8;
  color: #FFF;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 1;
  font-weight: normal;
  font-style: normal;
  font-family: "soleil", Helvetica, Arial, sans-serif;
  padding: 0 5px 0 1px;
  font-size: 0.6875em;
}

.wf-loading .tag {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}

.tag:before {
  background: #55a8d8;
  position: absolute;
  top: 0;
  left: -8px;
  -webkit-transform: skew(28deg, 0deg);
  -moz-transform: skew(28deg, 0deg);
  -ms-transform: skew(28deg, 0deg);
  -o-transform: skew(28deg, 0deg);
  transform: skew(28deg, 0deg);
  display: block;
  width: 20px;
  height: 100%;
  content: " ";
  z-index: -1;
}

.active .tag.now {
  display: block;
}

@media screen and (max-width: 1064px) {
  .active .tag.now {
    position: absolute;
    top: auto;
    right: 0px;
    bottom: 0px;
  }
}

@media screen and (max-width: 1280px) {
  .js-liveapp .active .tag.now {
    position: absolute;
    top: auto;
    right: 0px;
    bottom: 0px;
  }
}

.nextEvent .tag.next {
  display: block;
}

@media screen and (max-width: 1280px) {
  .js-liveapp .nextEvent .tag.next {
    position: absolute;
    top: auto;
    right: 0px;
    bottom: 0px;
  }
}

.active .tag.next {
  display: none;
}

.module-event-sponsors {
  height: auto !important;
}

.module-event-sponsors figure {
  display: block;
  width: 23%;
  float: left;
  margin-right: 2.5%;
  margin-bottom: 2.5%;
}

.module-event-sponsors a:nth-child(4n+4) figure {
  margin-right: 0;
}

@media screen and (max-width: 1024px) {
  .module-event-sponsors figure {
    width: 31%;
    margin-right: 3%;
    margin-bottom: 3%;
  }
  .module-event-sponsors a:nth-child(4n+4) figure {
    margin-right: 3%;
  }
  .module-event-sponsors a:nth-child(3n+3) figure {
    margin-right: 0;
  }
}

@media screen and (max-width: 940px) {
  #tourstops .tourstop-wrap .ts-item {
    width: 250px;
    overflow: hidden;
  }
  #tourstops .tourstop-wrap .ts-item .ts-shell span[class^="flags-fade"] {
    display: block;
    position: absolute;
    top: 0px;
    left: -9px;
    height: 60px;
    width: 100px;
    opacity: 0.5;
  }
  #tourstops .tourstop-wrap .ts-item .ts-shell div.flag {
    display: none;
  }
  #tourstops .tourstop-wrap .ts-item:first-child {
    overflow: visible;
  }
}

.seriessponsors {
  padding: 10px 0;
}

@media screen and (min-width: 769px) {
  .seriessponsors {
    float: left;
  }
}

.seriessponsors__item, .seriessponsors__item a {
  margin: 0;
  padding: 0;
}

.seriessponsors__item a {
  display: inline-block;
  height: 1em;
  line-height: 1.5;
  overflow: hidden;
}

.seriessponsors__item a::before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}

.seriessponsors__item.ast a {
  height: 40px;
  width: 141px;
  background: url(../images/sponsors/ast.png);
}

/* ============================================================================================= */
/* SIGNATURE SONG MODULE */
.module--signaturesong {
  position: relative;
  margin: 0;
  padding: 0;
  background: none;
}

.module--signaturesong header {
  max-height: 173px;
  overflow: hidden;
}

.module--signaturesong main {
  display: block;
  width: 100%;
}

.module--signaturesong footer {
  position: relative;
  padding: 10px 0 56.25%;
  width: 100%;
}

.module--signaturesong footer iframe {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}

.module--signaturesong .downloadnow {
  position: absolute;
  top: 190px;
  right: 20px;
  display: block;
  width: 116px;
  height: 18px;
  background: url(../images/signature-song/download-now.png) no-repeat;
  text-indent: -9999px;
}

.module--signaturesong .hs-form.stacked {
  margin: 0;
  padding: 15px;
}

.module--signaturesong .hs-form.stacked h3 {
  display: none;
}

.module--signaturesong .hs-form.stacked p strong,
.module--signaturesong .hs-form.stacked label {
  font-weight: normal;
  font-style: normal;
  font-family: "soleil", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}

.wf-loading .module--signaturesong .hs-form.stacked p strong, .wf-loading
.module--signaturesong .hs-form.stacked label {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-style: normal;
}

.module--signaturesong .hs-form.stacked .actions {
  margin: 0 0 10px 0;
  padding: 0;
}

.module--signaturesong .hs-form .hs-input,
.module--signaturesong .hs-form textarea.hs-input {
  width: 97%;
}

.module--signaturesong .hs-form select.hs-input {
  padding: 5px;
  line-height: 1;
  width: 100%;
}

.module--signaturesong .hs-form .hs-button {
  margin: 0;
  padding: 15px 25px 10px;
  font-weight: normal;
  font-style: normal;
  font-family: "soleil", Helvetica, Arial, sans-serif;
  font-size: 19px;
  color: #FFF;
  background: #005581;
  box-shadow: none;
  border: none;
  border-radius: 3px;
  -webkit-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.wf-loading .module--signaturesong .hs-form .hs-button {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-style: normal;
}

.module--signaturesong .hs-form .hs-button:hover, .module--signaturesong .hs-form .hs-button:active, .module--signaturesong .hs-form .hs-button:focus {
  background: #004468;
  border: none;
  box-shadow: none;
}

/* ============================================================================================= */
/* MAIN FEATURE - HP */
#hp_feature {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-bottom: 0;
  margin: 0 0 20px;
  z-index: 26;
  box-shadow: 0 0 15px #1a1919;
  background: #000;
}

.preevent .homepage #hp_feature {
  background: #000;
}

#leadArticle {
  font-weight: normal;
  font-style: normal;
  font-family: "soleil", Helvetica, Arial, sans-serif;
  float: left;
  border-right: 1px solid #000;
  position: relative;
  width: 74%;
}

.wf-loading #leadArticle {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}

@media screen and (max-width: 940px) {
  #leadArticle {
    float: none;
    width: 100%;
    border-right: none;
  }
  .preevent .homepage #leadArticle {
    float: left;
    width: 74%;
    border-right: 1px solid #000;
  }
}

#leadArticle figure {
  position: relative;
  margin: 0;
  padding: 0 0 56.25%;
  width: 100%;
  z-index: 0;
  background: #000;
}

#leadArticle figure > img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

#leadArticle a > div {
  position: absolute;
  bottom: 30px;
  z-index: 1;
  width: 100%;
}

@media screen and (max-width: 940px) {
  #leadArticle a > div {
    width: 99%;
  }
  .preevent .homepage #leadArticle a > div {
    width: 100%;
  }
}

#leadArticle .copyright {
  width: auto;
  bottom: 0px;
  position: absolute;
  right: 0px;
}

#leadArticle .cta {
  float: left;
  font-family: "Droid Sans", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  background: #FFF;
  color: #252525;
  display: block;
  font-size: 1.125em;
  margin: 0 0 0 -20px;
  padding: 10px 20px 10px 40px;
  text-transform: uppercase;
}

#leadArticle h1 {
  font-weight: normal;
  font-style: normal;
  font-family: "soleil", Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #FFF;
  font-size: 2.5em;
  letter-spacing: 2px;
  max-width: 80%;
  text-transform: uppercase;
  float: left;
  clear: left;
  margin: 0 0 0 -20px;
  padding: 10px 10px 10px 20px;
  background: rgba(0, 0, 0, 0.8);
}

.wf-loading #leadArticle h1 {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bolder;
  font-style: italic;
}

@media screen and (max-width: 1400px) {
  #leadArticle h1 {
    font-size: 2.625em;
  }
}

@media screen and (max-width: 1180px) {
  #leadArticle h1 {
    font-size: 2.375em;
  }
}

@media screen and (max-width: 1064px) {
  #leadArticle h1 {
    font-size: 1.5em;
  }
}

#leadArticle h1 span {
  padding: 20px;
  line-height: 1em;
  display: block;
}

#leadArticle h2 {
  clear: left;
  float: left;
  font-family: "Droid Sans", Helvetica, Arial, sans-serif;
  background: #FFF;
  color: #252525;
  display: inline-block;
  font-size: 1.0625rem;
  line-height: 1.1em;
  max-width: 800px;
  margin: 0 0 20px -20px;
  padding: 20px 10px 20px 20px;
}

@media screen and (max-width: 1180px) {
  #leadArticle h2 {
    max-width: 95%;
    font-size: 0.9375em;
  }
}

#leadArticle h2 span {
  padding: 0 10px 0 20px;
}

#leadArticle a {
  color: #FFF;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#leadArticle a:active, #leadArticle a:focus, #leadArticle a:hover {
  text-decoration: none;
}

#leadArticle a:active h1, #leadArticle a:focus h1, #leadArticle a:hover h1 {
  color: #000;
  background: #ccc;
}

#leadArticle.eventStage > div {
  margin: 0px;
}

#leadArticle.eventStage > div > span {
  color: #252525;
  padding: 10px 10px 10px 20px;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
  display: inline-block;
  float: left;
}

#leadArticle.eventStage > div > span:after {
  content: '';
  display: block;
  z-index: -1;
  height: 100%;
  width: 120%;
  background: #fbd60d;
  position: absolute;
  top: 0;
  left: -10%;
  -webkit-transform: skew(-14deg, 0deg);
  -moz-transform: skew(-14deg, 0deg);
  -ms-transform: skew(-14deg, 0deg);
  -o-transform: skew(-14deg, 0deg);
  transform: skew(-14deg, 0deg);
}

#leadArticle.eventStage h1 {
  display: none;
  position: relative;
  z-index: 2;
  background: transparent;
  max-width: 600px;
  padding: 10px 20px 10px 30px;
  text-transform: none;
  color: #000;
}

#leadArticle.eventStage h1:after {
  content: '';
  display: block;
  z-index: -1;
  height: 100%;
  width: 130%;
  background: rgba(204, 204, 204, 0.85);
  position: absolute;
  top: 0;
  right: -25px;
  -webkit-transform: skew(-14deg, 0deg);
  -moz-transform: skew(-14deg, 0deg);
  -ms-transform: skew(-14deg, 0deg);
  -o-transform: skew(-14deg, 0deg);
  transform: skew(-14deg, 0deg);
}

#leadArticle.eventStage h1.on {
  display: block;
}

#leadArticle.eventStage h1.new {
  -webkit-transform: scale(1.1) translateX(10px);
  -moz-transform: scale(1.1) translateX(10px);
  -ms-transform: scale(1.1) translateX(10px);
  -o-transform: scale(1.1) translateX(10px);
  transform: scale(1.1) translateX(10px);
  -webkit-transition: transform, background, color, 0.1s, ease-in;
  -o-transition: transform, background, color, 0.1s, ease-in;
  transition: transform, background, color, 0.1s, ease-in;
  position: relative;
  z-index: 2;
}

#leadArticle.eventStage h1.new:after {
  content: '';
  display: block;
  z-index: -1;
  height: 100%;
  width: 130%;
  background: #ccc;
  position: absolute;
  top: 0;
  right: -25px;
  -webkit-transform: skew(-14deg, 0deg);
  -moz-transform: skew(-14deg, 0deg);
  -ms-transform: skew(-14deg, 0deg);
  -o-transform: skew(-14deg, 0deg);
  transform: skew(-14deg, 0deg);
}

.feature-articles {
  height: 100%;
  width: 26%;
  float: right;
  /* LIVE EVENT PAGE SCRIBBLE FEED */
}

@media screen and (max-width: 940px) {
  .feature-articles {
    border-top: 1px solid #cccccc;
    float: none;
    height: auto;
    width: 100%;
    margin-top: 1px;
  }
  .event .eventpage .feature-articles,
  .eventcooldown .eventpage .feature-articles,
  .eventwarmup .eventpage .feature-articles {
    position: relative;
  }
  .event .eventpage .feature-articles,
  .event .eventpage .feature-articles .module--scribble,
  .eventcooldown .eventpage .feature-articles,
  .eventcooldown .eventpage .feature-articles .module--scribble,
  .eventwarmup .eventpage .feature-articles,
  .eventwarmup .eventpage .feature-articles .module--scribble {
    width: 100%;
    height: 300px !important;
  }
  .preevent .homepage .feature-articles {
    height: 100%;
    width: 26%;
    float: right;
    border-top: none;
    margin-top: 0;
  }
}

.feature-articles .module--scribble,
.feature-articles > .liveFeed {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  height: auto;
  width: 26%;
  background: #000;
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}

.feature {
  height: auto;
  width: 100%;
  padding: 0 0 1px;
  background: #000;
  color: #FFF;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 940px) {
  .feature {
    float: left;
    width: 33.3333%;
    padding: 0;
    border-right: 1px solid #000;
  }
  .feature:last-of-type {
    border-right: none;
  }
  .preevent .homepage .feature {
    float: none;
    width: 100%;
    border-right: none;
    padding: 0 0 1px;
  }
}

.feature > a {
  display: block;
  color: #FFF;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.feature > a:active, .feature > a:focus, .feature > a:hover {
  text-decoration: none;
  color: #252525;
}

.feature > a:active .feature-text, .feature > a:focus .feature-text, .feature > a:hover .feature-text {
  background: #ccc;
}

.feature > a:active .feature-text-inner span, .feature > a:focus .feature-text-inner span, .feature > a:hover .feature-text-inner span {
  color: #252525;
}

.feature .feature-image {
  position: relative;
  padding: 0 0 53.125%;
  background: #000;
}

.feature .feature-image > img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.feature a.getTickets {
  position: absolute;
  top: 0px;
  right: 0px;
  background: #ccc;
  padding: 7px 10px;
  text-transform: uppercase;
  color: #000;
  font-family: "Droid Sans", Helvetica, Arial, sans-serif;
  font-weight: 700;
  z-index: 2;
  font-size: 1.125em;
}

.feature a.getTickets:after {
  content: '';
  display: block;
  z-index: -1;
  height: 100%;
  width: 50%;
  background: #ccc;
  position: absolute;
  top: 0;
  left: -10%;
  -webkit-transform: skew(-14deg, 0deg);
  -moz-transform: skew(-14deg, 0deg);
  -ms-transform: skew(-14deg, 0deg);
  -o-transform: skew(-14deg, 0deg);
  transform: skew(-14deg, 0deg);
}

@media screen and (max-width: 1280px) {
  .feature a.getTickets {
    font-size: 0.875em;
    padding: 5px 8px;
  }
}

@media screen and (max-width: 1080px) {
  .feature a.getTickets {
    top: 10px;
  }
}

@media screen and (max-width: 940px) {
  .feature a.getTickets {
    top: 0;
    right: 1px;
  }
}

.feature a.getTickets:active, .feature a.getTickets:focus, .feature a.getTickets:hover {
  background: #FFF;
  color: #000;
  text-decoration: none;
  z-index: 2;
}

.feature a.getTickets:active:after, .feature a.getTickets:focus:after, .feature a.getTickets:hover:after {
  content: '';
  display: block;
  z-index: -1;
  height: 100%;
  width: 50%;
  background: #FFF;
  position: absolute;
  top: 0;
  left: -10%;
  -webkit-transform: skew(-14deg, 0deg);
  -moz-transform: skew(-14deg, 0deg);
  -ms-transform: skew(-14deg, 0deg);
  -o-transform: skew(-14deg, 0deg);
  transform: skew(-14deg, 0deg);
}

.feature span.getTickets {
  position: absolute;
  top: 0px;
  right: 0px;
  background: #ccc;
  padding: 7px 10px;
  text-transform: uppercase;
  color: #8a898e;
  font-family: "Droid Sans", Helvetica, Arial, sans-serif;
  font-weight: 700;
  z-index: 2;
  font-size: 1.125em;
}

.feature span.getTickets:after {
  content: '';
  display: block;
  z-index: -1;
  height: 100%;
  width: 50%;
  background: #ccc;
  position: absolute;
  top: 0;
  left: -10%;
  -webkit-transform: skew(-14deg, 0deg);
  -moz-transform: skew(-14deg, 0deg);
  -ms-transform: skew(-14deg, 0deg);
  -o-transform: skew(-14deg, 0deg);
  transform: skew(-14deg, 0deg);
}

@media screen and (max-width: 1280px) {
  .feature span.getTickets {
    font-size: 0.875em;
    padding: 5px 8px;
  }
}

@media screen and (max-width: 1080px) {
  .feature span.getTickets {
    top: 10px;
  }
}

@media screen and (max-width: 940px) {
  .feature span.getTickets {
    top: 0;
    right: 1px;
  }
}

.feature--full {
  height: 100%;
  border: none;
}

article.feature:last-of-type {
  padding-bottom: 0;
}

@media screen and (max-width: 940px) {
  article.feature:last-of-type {
    padding: 0;
  }
}

.feature-text-inner {
  font-family: "soleil", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 1em;
  line-height: 1;
  text-transform: uppercase;
}

@media screen and (max-width: 1064px) {
  .feature-text-inner {
    font-size: 0.9375em;
  }
}

.feature-text-inner span {
  margin-top: 0.5em;
  font-family: "Droid Sans", Helvetica, Arial, sans-serif;
  font-weight: 400;
  display: block;
  font-size: 0.8125em;
  line-height: 1;
  color: #ccc;
  text-transform: uppercase;
}

@media screen and (max-width: 1064px) {
  .feature-text-inner span {
    margin-top: 0.46875em;
    font-size: 0.8em;
  }
}

.feature-text {
  display: block;
  position: absolute;
  bottom: 1px;
  left: -30px;
  z-index: 1;
  background: #000;
  background: rgba(0, 0, 0, 0.7);
  padding: 10px 30px 10px 45px;
  max-width: 80%;
}

.feature:last-child .feature-text {
  bottom: 0;
}

.feature-text.eventCountdown {
  background: #fbd60d;
  background: rgba(251, 214, 13, 0.9);
  position: absolute;
  bottom: 30%;
  left: -30px;
  padding: 0;
  min-width: 75%;
  max-width: none;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .feature-text.eventCountdown {
    width: 80%;
  }
}

.eventpage .feature-text.eventCountdown {
  position: relative;
  margin-top: 10px;
  top: auto;
  display: inline-block;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .eventpage .feature-text.eventCountdown {
    width: 90%;
  }
}

.eventcomplete .eventpage .feature-text.eventCountdown {
  position: absolute;
  margin-top: 0;
  top: 15%;
  width: auto;
  left: -23px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .eventcomplete .eventpage .feature-text.eventCountdown {
    width: 80%;
  }
}

.feature-text.eventCountdown > div {
  padding: 0px 20px 0px 45px;
}

@media screen and (max-width: 1280px) {
  .feature-text.eventCountdown > div {
    padding: 7px 20px 7px 35px;
  }
}

.feature-text.eventCountdown > div.countdown-wrapper {
  padding: 0;
}

@media screen and (max-width: 1280px) {
  .feature-text.eventCountdown,
  .eventcomplete .eventpage .feature-text.eventCountdown {
    bottom: 0;
  }
}

.feature-text.eventCountdown h2 {
  font-size: 2.25em;
  text-transform: uppercase;
  font-weight: normal;
  font-style: normal;
  font-family: "soleil", Helvetica, Arial, sans-serif;
}

.wf-loading .feature-text.eventCountdown h2 {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-style: italic;
}

.feature-text.eventCountdown h2,
.feature-text.eventCountdown h2 a {
  color: #FFF;
}

.feature-text.eventCountdown h2 a:hover {
  text-decoration: none;
}

@media screen and (max-width: 1400px) {
  .feature-text.eventCountdown h2 {
    font-size: 1.5em;
  }
}

@media screen and (max-width: 1064px) {
  .feature-text.eventCountdown h2 {
    font-size: 1.375em;
  }
}

@media (max-width: 1920px) {
  .eventpage .feature-text.eventCountdown h2 {
    font-size: 1.875vw;
  }
}

@media (max-width: 1400px) {
  .eventpage .feature-text.eventCountdown h2 {
    font-size: 1.7142857143vw;
  }
}

@media (max-width: 1064px) {
  .eventpage .feature-text.eventCountdown h2 {
    font-size: 2.0676691729vw;
  }
}

.feature-text.eventCountdown h2 div {
  font-size: 0.3888888889em;
  line-height: 1;
  color: #FFF;
  padding: 0 0 10px;
}

@media screen and (max-width: 1400px) {
  .feature-text.eventCountdown h2 div {
    font-size: 0.5833333333em;
  }
}

@media screen and (max-width: 1064px) {
  .feature-text.eventCountdown h2 div {
    display: none;
  }
}

.feature-text.eventCountdown h2 span {
  margin: 0 15px 0 0;
  text-transform: none;
}

@media screen and (max-width: 1400px) {
  .feature-text.eventCountdown h2 .country {
    display: none;
  }
}

.feature-text.eventCountdown h2 .next {
  display: block;
  font-size: 14px;
  color: #000;
  text-transform: uppercase;
  position: relative;
  top: -1px;
  margin: 0;
}

.feature-text.eventCountdown h2 .next img {
  position: relative;
  top: -1px;
}

#hp-event-countdown {
  color: #FFF;
  text-align: center;
  z-index: 10;
  padding-left: 30px;
  background: #000;
}

#hp-event-countdown > div {
  height: 100%;
  width: 65%;
  margin-left: 15px;
}

@media screen and (max-width: 1410px) {
  #hp-event-countdown > div {
    width: 90%;
  }
}

.eventcomplete .eventpage #hp-event-countdown > div {
  margin-left: 0;
  width: auto;
}

.countdown-shell {
  width: 100%;
  margin: 0 auto;
  padding: 6px 0;
  font-weight: normal;
  font-style: normal;
  font-family: "soleil", Helvetica, Arial, sans-serif;
}

.countdown-shell::after {
  clear: both;
  content: "";
  display: table;
}

.wf-loading .countdown-shell {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}

.countdown-shell div {
  float: left;
  width: 33%;
  padding: 0;
  text-transform: uppercase;
  position: relative;
}

@media screen and (max-width: 1064px) {
  .countdown-shell div {
    width: 50%;
  }
}

.countdown-shell div.days {
  border-right: 1px solid #D6D9DB;
}

.countdown-shell div.minutes {
  border-left: 1px solid #D6D9DB;
}

@media screen and (max-width: 1064px) {
  .countdown-shell div.minutes {
    display: none;
  }
}

.countdown-shell div span {
  -webkit-transform: skew(14deg, 0deg);
  -moz-transform: skew(14deg, 0deg);
  -ms-transform: skew(14deg, 0deg);
  -o-transform: skew(14deg, 0deg);
  transform: skew(14deg, 0deg);
}

.countdown-shell div .unit {
  font-size: 1rem;
  color: #666;
  display: inline-block;
  padding-left: 5px;
}

.eventcomplete .eventpage .countdown-shell div .unit,
.homepage .countdown-shell div .unit {
  font-size: 12px;
}

@media (max-width: 1410px) {
  .eventcomplete .eventpage .countdown-shell div .unit,
  .homepage .countdown-shell div .unit {
    font-size: 0.8510638298vw;
  }
}

@media (max-width: 1100px) {
  .eventcomplete .eventpage .countdown-shell div .unit,
  .homepage .countdown-shell div .unit {
    font-size: 1.0909090909vw;
  }
}

@media (max-width: 940px) {
  .eventcomplete .eventpage .countdown-shell div .unit,
  .homepage .countdown-shell div .unit {
    font-size: 1.2765957447vw;
  }
}

.countdown-shell div .time {
  display: inline-block;
  font-size: 1.375rem;
  color: #FFF;
}

.eventcomplete .eventpage .countdown-shell div .time,
.homepage .countdown-shell div .time {
  font-size: 18px;
}

@media (max-width: 1410px) {
  .eventcomplete .eventpage .countdown-shell div .time,
  .homepage .countdown-shell div .time {
    font-size: 1.2765957447vw;
  }
}

@media (max-width: 1100px) {
  .eventcomplete .eventpage .countdown-shell div .time,
  .homepage .countdown-shell div .time {
    font-size: 1.6363636364vw;
  }
}

@media (max-width: 940px) {
  .eventcomplete .eventpage .countdown-shell div .time,
  .homepage .countdown-shell div .time {
    font-size: 1.914893617vw;
  }
}

.countdown-data {
  display: none;
}

.liveFeature .feature-text {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 1px;
  left: 0px;
  height: 100%;
  width: 100%;
  max-width: 100%;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #000;
  background: rgba(0, 0, 0, 0.7);
  display: block;
  padding: 0 30px 0 65px;
  z-index: 1;
  color: #FFF;
  text-decoration: none;
}

@media screen and (max-width: 1400px) {
  .liveFeature .feature-text {
    padding-left: 50px;
  }
}

@media screen and (max-width: 1080px) {
  .liveFeature .feature-text {
    padding-left: 40px;
  }
}

@media screen and (max-width: 1080px) {
  .liveFeature .feature-text {
    bottom: 0;
  }
}

.liveFeature .feature-text:active, .liveFeature .feature-text:focus, .liveFeature .feature-text:hover {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
}

.liveFeature .feature-text:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 20px;
  font-family: "rb-bc-one" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  display: block;
  opacity: 1;
}

@media screen and (max-width: 1080px) {
  .liveFeature .feature-text:before {
    left: 15px;
  }
}

@media screen and (max-width: 1280px) {
  .liveFeature .feature-text:before {
    font-size: 20px;
  }
}

.liveFeature .feature-text:hover:after {
  opacity: 0.5;
}

.liveFeature h2 {
  font-weight: normal;
  font-style: normal;
  font-family: "soleil", Helvetica, Arial, sans-serif;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 1.75em;
  color: #FFF;
}

.wf-loading .liveFeature h2 {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-style: italic;
}

@media screen and (max-width: 1480px) {
  .liveFeature h2 {
    font-size: 1.5em;
  }
}

@media screen and (max-width: 1400px) {
  .liveFeature h2 {
    font-size: 1.5em;
  }
}

@media screen and (max-width: 1080px) {
  .liveFeature h2 {
    font-size: 1.125em;
  }
}

.liveFeature h2 span {
  display: block;
}

.liveFeature h2 span.title {
  font-size: 0.8571428571em;
  text-transform: none;
}

@media screen and (max-width: 1400px) {
  .liveFeature h2 span.title {
    font-size: 0.8333333333em;
  }
}

@media screen and (max-width: 1080px) {
  .liveFeature h2 span.title {
    font-size: 1em;
  }
}

.liveFeature h2 span.subTitle {
  font-size: 0.7142857143em;
  text-transform: none;
}

@media screen and (max-width: 1400px) {
  .liveFeature h2 span.subTitle {
    font-size: 0.75em;
  }
}

@media screen and (max-width: 1080px) {
  .liveFeature h2 span.subTitle {
    font-size: 1em;
  }
}

.copyright {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  padding: 0 10px 5px 0;
  text-shadow: 1px 1px 0px #000;
}

.athletepage .copyright {
  right: 440px;
}

/*
.lt-ie9 .wrapper_item { height: 470px !important; padding-bottom: 0;}
.lt-ie9 .athletepage .riderstats { height: 470px !important; width: 400px !important;}
.lt-ie9 .wrapper_item .riderstats > section { height: 330px !important; }
*/
#test {
  width: 300px;
  border: 1px red solid;
  display: inline-block;
  height: 50px;
}

.lt-ie9 #duels_chart {
  height: 260px;
  margin: 30px auto 0 auto;
}

@media only screen and (max-device-width: 640px) and (-webkit-min-device-pixel-ratio: 2) {
  .wrapper, .wrapper_1col {
    min-width: 1024px !important;
  }
}

.wrapper_item > figure {
  width: 100%;
  z-index: 0;
}

.wrapper_item > figure > img {
  width: 100%;
  height: auto;
}

.wrapper_2col {
  max-width: 1300px;
  margin: 0 auto;
}

.whoisin,
.relatedmedia,
.relatedcontent,
.careerhighlights {
  margin-bottom: 40px;
}

.main_column {
  float: right;
  width: 69%;
  margin: 0 0 30px;
}

.aside_column {
  float: left;
  width: 29%;
  margin-top: 20px;
  padding-right: 20px;
  border-right: 1px solid #ccc;
}

.aside_column .whoisin h2 {
  font-weight: normal;
  font-style: normal;
  font-family: "soleil", Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.5rem;
  color: #252525;
}

.wf-loading .aside_column .whoisin h2 {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}

.aside_column .whoisin .img--skewed:after {
  background-color: #FFF;
}

article.article {
  padding: 20px 50px 20px;
  font-family: "Droid Sans", Helvetica, Arial, sans-serif;
}

.column-50 article.article {
  padding: 20px;
}

.eventcomplete .column-50 article.article {
  padding: 10px;
}

article.article h3 {
  color: #000;
  margin-bottom: 20px;
  line-height: 1.2em;
}

article.article p {
  font-size: 1.125rem;
  line-height: 1.5em;
  color: #666;
}

article.article ul,
article.article ol {
  font-size: 1.25em;
  line-height: 1.5em;
  color: #666;
}

article.article strong {
  font-weight: 700;
}

article.article blockquote,
article.article .blockquote {
  margin: 2em 0 2em -2em;
  padding: 1em 0.5em;
  border-top: 1px solid #999999;
  border-bottom: 1px solid #999999;
}

article.article blockquote::after,
article.article .blockquote::after {
  clear: both;
  content: "";
  display: table;
}

article.article blockquote p,
article.article .blockquote p {
  float: left;
  width: calc(100% - 132px);
  margin-bottom: 0;
  color: #999999;
  font-family: "soleil", Helvetica, Arial, sans-serif;
  font-size: 1.5em;
  line-height: 1.5em;
  letter-spacing: 0.03em;
  font-style: italic;
  font-weight: 800;
}

article.article blockquote .blockquote__author,
article.article .blockquote .blockquote__author {
  display: block;
  clear: both;
  width: 100px;
  margin: 1em 0 1em 0;
  padding: 0.2em 0;
  font-weight: normal;
  font-style: normal;
  font-family: "soleil", Helvetica, Arial, sans-serif;
  font-size: 0.9375em;
  line-height: 1;
  text-align: center;
}

.wf-loading article.article blockquote .blockquote__author, .wf-loading
article.article .blockquote .blockquote__author {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}

article.article blockquote .blockquote__author, article.article blockquote .blockquote__author a,
article.article .blockquote .blockquote__author,
article.article .blockquote .blockquote__author a {
  color: #999999;
  font-weight: 400;
  font-style: italic;
  text-align: left;
}

article.article blockquote .blockquote__author figure,
article.article .blockquote .blockquote__author figure {
  height: 60px;
  width: 75px;
  margin: 0 auto 1em;
  padding: 0;
}

article.article .share {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 16px 0;
  margin-top: 40px;
}

article.article .share .addthis_inline_share_toolbox {
  clear: none !important;
  display: inline-block;
  vertical-align: middle;
}

article.article .share .at-resp-share-element .at-share-btn {
  margin-bottom: 0;
}

article.article .share-title {
  display: inline-block;
  padding: 0 20px 0 0;
  font-weight: normal;
  font-style: normal;
  font-family: "soleil", Helvetica, Arial, sans-serif;
  font-size: 1em;
  text-transform: uppercase;
  color: #252525;
}

.wf-loading article.article .share-title {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}

.eventcomplete .feed--module.column-50 .module-event-sponsors {
  width: 100%;
  text-align: center;
  height: auto !important;
}

.eventcomplete .feed--module.column-50 .module-event-sponsors figure {
  max-width: 180px;
  float: none;
  display: inline-block;
}

.eventcomplete .feed--module.column-50 .module-event-sponsors figure img {
  max-width: 140px;
}

.article__date {
  font-family: "soleil";
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.5rem;
  color: #252525;
}

.article__social {
  margin-bottom: 2em;
}

@media screen and (max-width: 1064px) {
  .article__social .gig-share-bar-container td {
    width: 50%;
    display: block;
    float: left;
  }
}

.article__social__icons {
  margin-bottom: 1em;
}

.article__social__icons a {
  display: inline-block;
  margin: 0 5px 0 0;
  font-size: 2.5em;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.article__social__icons a.twitter {
  color: #4099FF;
}

.article__social__icons a.facebook {
  color: #3b5998;
}

.article__social__icons a.google {
  color: #d34836;
}

.article__social__icons a:hover {
  text-decoration: none;
  color: #333333;
}

.articleBody {
  color: #67655e;
  font-family: "Droid Sans" Helvetica, Arial, sans-serif;
}

article.article .articleSummary, .articleSummary {
  font-weight: 700;
  font-family: "soleil", Helvetica, Arial, sans-serif;
  font-size: 1.5rem;
  line-height: 34px;
  margin-bottom: 30px;
  color: #252525;
}

.fb_iframe_widget {
  display: block !important;
}

article.article header div span {
  color: #9f9f9f;
  padding-right: 5px;
}

article.article .mainimg {
  width: 100%;
}

article.article .socialbar {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 10px 0;
  margin: 20px 0;
  color: #4a4a4a;
  height: 15px;
}

article.article .socialbar > span {
  float: left;
  margin-right: 15px;
}

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

.article_img {
  position: relative;
}

/* ==================================================================================================== */
/* ARTICLE COMMENTS */
.article-comments {
  margin-top: 20px;
}

.article-comments-status {
  display: none;
  margin-bottom: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: "soleil", Helvetica, Arial, sans-serif;
  font-size: 16px;
}

.wf-loading .article-comments-status {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bolder;
  font-style: normal;
}

/*article.article .article-comments .article-comments__header {
    margin-bottom: 1em;
}*/
.comments-button {
  display: inline-block;
  margin: 0 0 16px;
  padding: 10px 10px 7px 10px;
}

.comments-button:hover, .comments-button:active, .comments-button:focus {
  color: #FFF;
  background: #005581;
  position: relative;
  z-index: 2;
}

.comments-button:hover:after, .comments-button:active:after, .comments-button:focus:after {
  content: '';
  display: block;
  z-index: -1;
  height: 100%;
  width: 50%;
  background: #005581;
  position: absolute;
  top: 0;
  right: -10%;
  -webkit-transform: skew(-14deg, 0deg);
  -moz-transform: skew(-14deg, 0deg);
  -ms-transform: skew(-14deg, 0deg);
  -o-transform: skew(-14deg, 0deg);
  transform: skew(-14deg, 0deg);
}

.show-more-wrapper {
  clear: both;
  border-top: 3px solid #ccc;
  width: 100%;
  text-align: center;
  margin: 30px 0 40px;
  position: relative;
  z-index: 100;
}

#more {
  display: inline-block;
  position: relative;
  margin: 0 auto;
  padding: 0.75em 2em;
  background: #ccc;
  font-weight: normal;
  font-style: normal;
  font-family: "soleil", Helvetica, Arial, sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  color: #FFF;
  text-align: center;
  position: relative;
  z-index: 2;
}

.wf-loading #more {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}

#more:after, #more:before {
  content: '';
  display: block;
  z-index: -1;
  height: 100%;
  width: 50%;
  background: #ccc;
}

#more:after {
  position: absolute;
  top: 0;
  right: -10%;
  -webkit-transform: skew(-14deg, 0deg);
  -moz-transform: skew(-14deg, 0deg);
  -ms-transform: skew(-14deg, 0deg);
  -o-transform: skew(-14deg, 0deg);
  transform: skew(-14deg, 0deg);
}

#more:before {
  position: absolute;
  top: 0;
  left: -10%;
  -webkit-transform: skew(14deg, 0deg);
  -moz-transform: skew(14deg, 0deg);
  -ms-transform: skew(14deg, 0deg);
  -o-transform: skew(14deg, 0deg);
  transform: skew(14deg, 0deg);
}

#more:hover, #more:active, #more:focus {
  color: #FFF;
  background: #b3b2b2;
  position: relative;
  z-index: 2;
  outline: none;
}

#more:hover:after, #more:hover:before, #more:active:after, #more:active:before, #more:focus:after, #more:focus:before {
  content: '';
  display: block;
  z-index: -1;
  height: 100%;
  width: 50%;
  background: #b3b2b2;
}

#more:hover:after, #more:active:after, #more:focus:after {
  position: absolute;
  top: 0;
  right: -10%;
  -webkit-transform: skew(-14deg, 0deg);
  -moz-transform: skew(-14deg, 0deg);
  -ms-transform: skew(-14deg, 0deg);
  -o-transform: skew(-14deg, 0deg);
  transform: skew(-14deg, 0deg);
}

#more:hover:before, #more:active:before, #more:focus:before {
  position: absolute;
  top: 0;
  left: -10%;
  -webkit-transform: skew(14deg, 0deg);
  -moz-transform: skew(14deg, 0deg);
  -ms-transform: skew(14deg, 0deg);
  -o-transform: skew(14deg, 0deg);
  transform: skew(14deg, 0deg);
}

#more .spinner {
  position: fixed;
  top: 50%;
  left: 50%;
  margin: -28px 0 0 -38px;
  padding: 20px 30px;
  height: 32px;
  width: 32px;
  background: #FFF url("../images/ajax-loader.gif") 50% no-repeat;
  z-index: 1000;
  box-shadow: 0px 0px 10px #222;
  border-radius: 10px;
  opacity: 0.9;
}

iframe.responsive {
  display: block;
  min-height: 480px;
  margin: 0;
  padding: 0;
  width: 100%;
  border: none;
}

iframe.responsive-full {
  min-height: 100%;
}

.module--responsive-iframe iframe {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.module--scribble {
  position: relative;
}

.feature-articles .module--scribble iframe {
  position: absolute;
}

.eventcomplete .module--scribble .module__content {
  background-color: #000;
}

.responsive--fill {
  height: 100%;
  width: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

iframe.responsive {
  display: block;
  min-height: 480px;
  margin: 0;
  padding: 0;
  width: 100%;
  border: none;
}

iframe.responsive-full {
  min-height: 100%;
}

.module--responsive-iframe iframe {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.module--scribble {
  position: relative;
}

.feature-articles .module--scribble iframe {
  position: absolute;
}

.eventcomplete .module--scribble .module__content {
  background-color: #000;
}

.responsive--fill {
  height: 100%;
  width: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

/* ============================================================================================= */
/* EVENTS LIST */
.battlespage .lead-image__prefix {
  padding: 15px 30px 15px 50px;
  margin: 0;
  margin-left: -20px;
  line-height: 1em;
  font-size: 1.125em;
  display: inline-block;
  background: transparent;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
  -webkit-transform: skew(0deg);
  -moz-transform: skew(0deg);
  -ms-transform: skew(0deg);
  -o-transform: skew(0deg);
  transform: skew(0deg);
  color: #252525;
  font-size: 1rem;
}

.battlespage .lead-image__prefix:after {
  content: '';
  display: block;
  z-index: -1;
  height: 100%;
  width: 120%;
  background: #FFF;
  position: absolute;
  top: 0;
  left: -10%;
  -webkit-transform: skew(-14deg, 0deg);
  -moz-transform: skew(-14deg, 0deg);
  -ms-transform: skew(-14deg, 0deg);
  -o-transform: skew(-14deg, 0deg);
  transform: skew(-14deg, 0deg);
}

.battlespage .lead-image__header span {
  display: block;
  font-size: 2.25rem;
  font-weight: 700;
}

.battlespage .lead-image__header span span {
  font-weight: 400;
  font-size: 1rem;
  display: block;
  line-height: 1.5;
}

.battlespage .lead-image__summary {
  padding: 15px 30px 15px 50px;
  margin-left: -20px;
  line-height: 1em;
  font-size: 1.125em;
  display: inline-block;
  background: transparent;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
  -webkit-transform: skew(0deg);
  -moz-transform: skew(0deg);
  -ms-transform: skew(0deg);
  -o-transform: skew(0deg);
  transform: skew(0deg);
  font-weight: 700;
}

.battlespage .lead-image__summary:after {
  content: '';
  display: block;
  z-index: -1;
  height: 100%;
  width: 120%;
  background: #FFF;
  position: absolute;
  top: 0;
  left: -10%;
  -webkit-transform: skew(-14deg, 0deg);
  -moz-transform: skew(-14deg, 0deg);
  -ms-transform: skew(-14deg, 0deg);
  -o-transform: skew(-14deg, 0deg);
  transform: skew(-14deg, 0deg);
}

.battlespage .lead-image__summary a {
  color: #252525;
}

.events-list {
  overflow: hidden;
  padding: 30px 0 0;
}

.events-list-camps {
  background: #f1f2f3;
}

.events-list-cyphers {
  background: #FFF;
}

.events-list__filter {
  float: right;
}

.events-list__filter .button::after {
  display: none;
}

.events-list__title {
  display: inline-block;
  color: #FFF;
  padding: 5px 100px 5px 10px;
  background: #000;
  font-size: 1rem;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
}

.events-list__title:after {
  content: '';
  display: block;
  z-index: -1;
  height: 100%;
  width: 50%;
  background: #000;
  position: absolute;
  top: 0;
  right: -10%;
  -webkit-transform: skew(-14deg, 0deg);
  -moz-transform: skew(-14deg, 0deg);
  -ms-transform: skew(-14deg, 0deg);
  -o-transform: skew(-14deg, 0deg);
  transform: skew(-14deg, 0deg);
}

.events-list__item {
  float: left;
  width: 24%;
  margin: 20px 1.33% 30px 0;
  background: #FFF;
}

.events-list__item:nth-of-type(4n) {
  margin-right: 0;
}

.events-list__item.events-list__item__past {
  background: #D6D9DB;
}

.events-list__item--wide {
  width: 49%;
}

.events-list__item--wide:nth-of-type(even) {
  margin-right: 0;
}

@media screen and (max-width: 1064px) {
  .events-list__item--wide:nth-of-type(even) {
    margin-right: 1.5%;
  }
}

.events-list__item__date-wrap {
  position: relative;
  text-align: center;
}

.events-list__item__date {
  position: absolute;
  top: 0;
  right: 5%;
  margin: 0;
  padding: 10px 15px;
  font-weight: normal;
  font-style: normal;
  font-family: "soleil", Helvetica, Arial, sans-serif;
  text-align: center;
  display: block;
  font-size: 16px;
  z-index: 1;
  background: #E5E5E5;
}

.wf-loading .events-list__item__date {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bolder;
  font-style: normal;
}

.events-list__item__date,
.events-list__item__date a {
  color: #000;
}

.events-list__item__date a:hover, .events-list__item__date a:active, .events-list__item__date a:focus {
  color: #404040;
  text-decoration: none;
}

.events-list__item__date:after {
  display: block;
  position: absolute;
  bottom: -10px;
  left: 0;
  height: 20px;
  width: 100%;
  content: " ";
  z-index: -1;
  background: #E5E5E5;
  -webkit-transform: skew(0deg, 8deg);
  -moz-transform: skew(0deg, 8deg);
  -ms-transform: skew(0deg, 8deg);
  -o-transform: skew(0deg, 8deg);
  transform: skew(0deg, 8deg);
}

.events-list__item__date .datetime__next {
  text-transform: uppercase;
  font-size: 0.75rem;
  display: block;
  line-height: 1;
  margin: 0 0 5px;
}

.events-list__item__date .datetime__day {
  display: block;
  font-size: 1.125rem;
  line-height: 1;
  font-weight: 700;
  text-align: center;
}

.ja .events-list__item__date .datetime__day {
  margin-top: 5px;
}

.events-list__item__date .datetime__month {
  display: block;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 400;
  text-transform: uppercase;
  margin: 5px 0 0;
}

.ja .events-list__item__date .datetime__month {
  margin-top: 5px;
}

.events-list__item__next .events-list__item__date {
  position: absolute;
  top: -15px;
  right: 20px;
}

.events-list__item__past .events-list__item__date {
  background: #858585;
}

.events-list__item__past .events-list__item__date:after {
  display: block;
  position: absolute;
  bottom: -10px;
  left: 0;
  height: 20px;
  width: 100%;
  content: " ";
  z-index: -1;
  background: #858585;
  -webkit-transform: skew(0deg, 8deg);
  -moz-transform: skew(0deg, 8deg);
  -ms-transform: skew(0deg, 8deg);
  -o-transform: skew(0deg, 8deg);
  transform: skew(0deg, 8deg);
}

.events-list__item__past .events-list__item__date,
.events-list__item__past .events-list__item__date a {
  color: #666;
}

.events-list__item__poster {
  display: block;
}

.events-list__item__poster img {
  width: 100%;
}

.events-list__item__text-wrap {
  position: relative;
  height: 200px;
  padding: 20px;
}

.events-list__item__text-wrap > :last-child {
  margin-bottom: 0;
}

@media (max-width: 940px) {
  .events-list__item__text-wrap {
    height: 240px;
  }
}

.events-list__item__title {
  font-size: 1.125rem;
  font-family: "soleil";
  font-weight: 700;
  margin-bottom: 12px;
}

.events-list__item__title a {
  color: #252525;
}

.events-list__item__past .events-list__item__title a {
  color: #8A898E;
}

.events-list__item__cta {
  position: absolute;
  bottom: 20px;
  left: 20px;
}

@media screen and (max-width: 940px) {
  .events-list__item__cta .button {
    font-size: 18px;
  }
}

@media screen and (max-width: 1064px) {
  .events-list__item {
    width: 32%;
    margin: 20px 1.5% 30px 0;
  }
  .events-list__item:nth-of-type(3n) {
    margin-right: 0;
  }
  .events-list__item:nth-of-type(4n) {
    margin-right: 1.5%;
  }
  .events-list__item__date {
    font-size: 1.33em;
  }
}

/* ============================================================================================= */
/* RIDERS LIST */
.riders {
  margin: 20px auto;
  padding: 20px 20px;
  max-width: 1320px;
  overflow: hidden;
}

.riders, .riders * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.riders__title {
  clear: both;
  float: left;
  font-size: 32px;
  background: #001a4b;
  position: relative;
  z-index: 2;
  display: block;
  margin: 0 0 20px;
  padding: 10px;
  color: #fff;
  top: 0px;
  width: 150px;
  position: relative;
  z-index: 2;
}

.riders__title::after {
  clear: both;
  content: "";
  display: table;
}

.riders__title:after {
  content: '';
  display: block;
  z-index: -1;
  height: 100%;
  width: 50px;
  background: #001a4b;
  position: absolute;
  top: 0;
  right: -25px;
  -webkit-transform: skew(-14deg, 0deg);
  -moz-transform: skew(-14deg, 0deg);
  -ms-transform: skew(-14deg, 0deg);
  -o-transform: skew(-14deg, 0deg);
  transform: skew(-14deg, 0deg);
}

@media screen and (max-width: 1064px) {
  .riders__title {
    font-size: 24px;
  }
}

.riders__wc-link {
  float: right;
  line-height: 52px;
}

.list--riders {
  clear: both;
  margin: 0;
  padding: 0;
  list-style: none;
}

.list--riders__item {
  position: relative;
  float: left;
  width: 24%;
  margin: 0 1.333% 1.333% 0;
}

.list--riders__item:nth-of-type(4n) {
  margin: 0 0 1.333%;
}

.list--riders__item:nth-of-type(4n+1) {
  clear: none;
}

@media screen and (max-width: 1023px) {
  .list--riders__item {
    width: 48%;
    margin: 0 2% 2% 0;
  }
  .list--riders__item:nth-of-type(4n) {
    margin: 0 2% 2% 0;
  }
  .list--riders__item:nth-of-type(4n+1) {
    clear: none;
  }
}

.list--riders__item__figure {
  position: relative;
  padding-bottom: 125%;
  background: url(../images/global/Athletes-Page-No-Image.jpg) scroll center center no-repeat transparent;
  background-size: 100% 100%;
}

.list--riders__item__figure img {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  width: 100%;
}

.list--riders__item__name {
  font-weight: normal;
  font-style: normal;
  font-family: "soleil", Helvetica, Arial, sans-serif;
  position: absolute;
  bottom: 5.7142857%;
  left: 0;
  z-index: 2;
  background: #FFF;
  color: #252525;
  display: block;
  font-size: 1.5em;
  line-height: 1;
  min-height: 32px;
  padding: 3px 0 0 55px;
  width: 85%;
}

.wf-loading .list--riders__item__name {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bolder;
  font-style: normal;
}

.list--riders__item__name:after {
  content: '';
  display: block;
  z-index: -1;
  height: 100%;
  width: 50px;
  background: #FFF;
  position: absolute;
  top: 0;
  right: -25px;
  -webkit-transform: skew(-14deg, 0deg);
  -moz-transform: skew(-14deg, 0deg);
  -ms-transform: skew(-14deg, 0deg);
  -o-transform: skew(-14deg, 0deg);
  transform: skew(-14deg, 0deg);
}

@media (max-width: 1320px) {
  .list--riders__item__name {
    padding-top: .230769231vw;
    font-size: 1.846153846vw;
  }
}

@media screen and (max-width: 1023px) {
  .list--riders__item__name {
    padding-top: 4px;
    font-size: 1.5em;
  }
}

.list--riders__item__name__flag {
  display: block;
  position: absolute;
  top: -8px;
  left: -1px;
  margin: 0px 0 0;
  padding: 0;
  height: 48px;
  width: 48px;
  text-indent: -9999px;
}

.list--riders__item__name__flag:after {
  height: 32px;
  top: 8px;
}

.list--riders__item__name__text {
  display: table-cell;
  vertical-align: middle;
}

/* ============================================================================================= */
/* EVENT DETAILS PANEL */
.event-details {
  position: relative;
  padding-bottom: 0;
  border-bottom: 1px solid #000;
  overflow: hidden;
  z-index: 1;
}

@media screen and (max-width: 940px) {
  .event-details {
    border-bottom: none;
    border-right: 1px solid #000;
  }
}

.event-details > * {
  z-index: 2;
}

.event-details--full {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 26%;
  border-bottom: none;
  border-right: none;
  background-color: #000;
}

.event-details--full figure {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.event-details--full figure img {
  width: 100%;
  height: 100%;
  opacity: 0.2;
}

.event-details__photo {
  position: relative;
  width: 100%;
  padding-bottom: 53.125%;
  z-index: -1;
}

.event-details__photo img {
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  height: auto;
  width: 100%;
}

.event-details__photo.effect--blur img {
  -webkit-transform: translateX(-25%);
  -moz-transform: translateX(-25%);
  -ms-transform: translateX(-25%);
  -o-transform: translateX(-25%);
  transform: translateX(-25%);
}

.event-details__wrapper {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
}

.event-details__header {
  position: relative;
  margin: 20px 0 0 -20px;
  padding: 10px 10px 10px 30px;
  margin-top: 20px;
  margin-bottom: -20px;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 30px;
  width: 86%;
  background: #005581;
  background: rgba(0, 85, 129, 0.8);
  color: #FFF;
}

@media (max-width: 1920px) {
  .event-details__header {
    margin-top: 1.0416666667vw;
    margin-bottom: -1.0416666667vw;
    padding-top: 0.5208333333vw;
    padding-right: 0.5208333333vw;
    padding-bottom: 0.5208333333vw;
    padding-left: 1.5625vw;
  }
}

@media (max-width: 1160px) {
  .event-details__header {
    margin-top: 1.724137931vw;
    margin-bottom: -1.724137931vw;
    padding-top: 0.8620689655vw;
    padding-right: 0.8620689655vw;
    padding-bottom: 0.8620689655vw;
    padding-left: 2.5862068966vw;
  }
}

.event-details__heading::after {
  clear: both;
  content: "";
  display: table;
}

.event-details__title {
  float: left;
  font-weight: normal;
  font-style: normal;
  font-family: "soleil", Helvetica, Arial, sans-serif;
  font-size: 2.25em;
  line-height: 1em;
  text-transform: uppercase;
  vertical-align: middle;
}

.wf-loading .event-details__title {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-style: italic;
}

.event-details__title .next {
  display: block;
  font-size: 0.4444444444em;
  line-height: 1em;
  color: #252525;
}

.event-details__title .next img {
  vertical-align: middle;
}

.event-details__subtitle {
  position: absolute;
  right: 10px;
  bottom: 0;
  padding-left: 1em;
  font-size: 1em;
  font-weight: 400;
  vertical-align: middle;
}

.event-details__countdown,
.aside_column .countdown-wrapper {
  font-weight: normal;
  font-style: normal;
  font-family: "soleil", Helvetica, Arial, sans-serif;
  padding: 20px;
  margin-bottom: 20px;
  color: #FFF;
  background: #001a4b;
}

.wf-loading .event-details__countdown, .wf-loading
.aside_column .countdown-wrapper {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bolder;
  font-style: normal;
}

.event-details__countdown h2,
.aside_column .countdown-wrapper h2 {
  text-align: center;
  padding: 20px 20px;
  background: rgba(0, 0, 0, 0.3);
  display: block;
  margin: -20px -20px 20px -20px;
}

.event-details__countdown .countdown-info,
.aside_column .countdown-wrapper .countdown-info {
  text-align: center;
  padding: 20px 0;
}

.event-details__countdown .countdown-info p,
.aside_column .countdown-wrapper .countdown-info p {
  font-size: 1.375em;
}

.event-details__countdown .calendar,
.aside_column .countdown-wrapper .calendar {
  text-align: center;
  margin-bottom: 30px;
}

.event-details__countdown .calendar span,
.aside_column .countdown-wrapper .calendar span {
  line-height: 30px;
  display: inline-block;
  font-weight: bold;
  vertical-align: top;
  margin-right: 30px;
}

.event-details__countdown .calendar .cal-google,
.aside_column .countdown-wrapper .calendar .cal-google {
  background: url("../images/desktop/sprite.png") no-repeat -449px -4px;
  width: 18px;
  height: 30px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: 3px;
  margin-right: 30px;
}

.event-details__countdown .calendar .cal-google:hover,
.aside_column .countdown-wrapper .calendar .cal-google:hover {
  background-position: -449px -233px;
}

.event-details__countdown .calendar .cal-apple,
.aside_column .countdown-wrapper .calendar .cal-apple {
  background: url("../images/desktop/sprite.png") no-repeat -567px 0;
  width: 24px;
  height: 30px;
  display: inline-block;
  vertical-align: top;
}

.event-details__countdown .calendar .cal-apple:hover,
.aside_column .countdown-wrapper .calendar .cal-apple:hover {
  background-position: -567px -229px;
}

.event-details__details {
  color: #FFF;
}

.event-details__details__icon {
  float: left;
  margin: 5px 0;
  font-size: 2em;
}

.event-details__dates {
  margin: 0;
  padding: 15px 0 15px 20px;
}

@media (max-width: 1920px) {
  .event-details__dates {
    padding-top: 1.0416666667vw;
    padding-bottom: 1.0416666667vw;
  }
}

@media (max-width: 1160px) {
  .event-details__dates {
    padding-top: 1.724137931vw;
    padding-bottom: 1.724137931vw;
  }
}

.event-details__dates__start,
.event-details__dates__end {
  margin: 0 0 0 50px;
  font-size: 1em;
  line-height: 1.25em;
}

.event-details__tickets {
  position: absolute;
  right: 0;
  bottom: 7px;
  margin: 0;
  padding: 0;
  width: 100%;
}

.event-details--full .event-details__tickets {
  position: static;
  margin: 0 0 10px;
  padding: 0 0 20px;
  display: inline-block;
  margin-bottom: 10px;
  padding-bottom: 20px;
}

@media (max-width: 1920px) {
  .event-details--full .event-details__tickets {
    margin-bottom: 0.5208333333vw;
    padding-bottom: 1.0416666667vw;
  }
}

@media (max-width: 1160px) {
  .event-details--full .event-details__tickets {
    margin-bottom: 0.8620689655vw;
    padding-bottom: 1.724137931vw;
  }
}

.event-details__tickets a {
  max-width: 80%;
  text-align: center;
  margin: 0;
  padding: 10px 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 22px;
}

@media (max-width: 1920px) {
  .event-details__tickets a {
    padding-top: 0.5208333333vw;
    padding-bottom: 0.5208333333vw;
    font-size: 1.1458333333vw;
  }
}

@media (max-width: 1160px) {
  .event-details__tickets a {
    padding-top: 0.8620689655vw;
    padding-bottom: 0.8620689655vw;
    font-size: 1.8965517241vw;
  }
}

.event-details__tickets a i {
  display: inline-block;
  position: relative;
  font-size: 0.75em;
}

.event-details__tickets__description {
  display: none;
  margin: 0;
  padding: 0 20px 30px;
  text-align: center;
  color: #FFF;
  font-size: 0.9375em;
  line-height: 1.2;
}

@media screen and (max-width: 1530px) {
  .event-details__tickets__description {
    line-height: 1.2;
    font-size: 0.8125em;
    margin: 0;
    padding: 0 20px 20px;
  }
}

.event-details__tickets__logo {
  text-align: center;
  display: block;
  padding: 20px;
}

.event-details__tickets__logo img {
  max-width: 150px;
  height: auto;
  width: 100%;
}

.event-details__tickets__button a {
  width: auto;
  padding: 7px 10px;
  text-transform: uppercase;
  color: #000;
  font-weight: normal;
  font-style: normal;
  font-family: "soleil", Helvetica, Arial, sans-serif;
  position: relative;
  z-index: 2;
  font-size: 1.125em;
}

.wf-loading .event-details__tickets__button a {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-style: normal;
}

.event-details__tickets__button a:after {
  content: '';
  display: block;
  z-index: -1;
  height: 100%;
  width: 120%;
  background: #999999;
  position: absolute;
  top: 0;
  left: -10%;
  -webkit-transform: skew(-14deg, 0deg);
  -moz-transform: skew(-14deg, 0deg);
  -ms-transform: skew(-14deg, 0deg);
  -o-transform: skew(-14deg, 0deg);
  transform: skew(-14deg, 0deg);
}

.event-details__tickets__button a:hover, .event-details__tickets__button a:active, .event-details__tickets__button a:focus {
  color: #FFF;
  text-decoration: none;
  position: relative;
  z-index: 2;
}

.event-details__tickets__button a:hover:after, .event-details__tickets__button a:active:after, .event-details__tickets__button a:focus:after {
  content: '';
  display: block;
  z-index: -1;
  height: 100%;
  width: 120%;
  background: #858585;
  position: absolute;
  top: 0;
  left: -10%;
  -webkit-transform: skew(-14deg, 0deg);
  -moz-transform: skew(-14deg, 0deg);
  -ms-transform: skew(-14deg, 0deg);
  -o-transform: skew(-14deg, 0deg);
  transform: skew(-14deg, 0deg);
}

.event-details__tickets__button--right {
  margin: 0;
  text-align: right;
}

.event-details__tickets__button--right a {
  width: auto;
  background: #005581;
  padding: 7px 10px;
  text-transform: uppercase;
  color: #000;
  font-weight: normal;
  font-style: normal;
  font-family: "soleil", Helvetica, Arial, sans-serif;
  position: relative;
  z-index: 2;
  font-size: 1.125em;
}

.wf-loading .event-details__tickets__button--right a {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-style: normal;
}

.event-details__tickets__button--right a:after {
  content: '';
  display: block;
  z-index: -1;
  height: 100%;
  width: 50%;
  background: #8A898E;
  position: absolute;
  top: 0;
  left: -10%;
  -webkit-transform: skew(-14deg, 0deg);
  -moz-transform: skew(-14deg, 0deg);
  -ms-transform: skew(-14deg, 0deg);
  -o-transform: skew(-14deg, 0deg);
  transform: skew(-14deg, 0deg);
}

.event-details__tickets__button--right a:hover, .event-details__tickets__button--right a:active, .event-details__tickets__button--right a:focus {
  background: #001a4b;
  color: #FFF;
  text-decoration: none;
  position: relative;
  z-index: 2;
}

.event-details__tickets__button--right a:hover:after, .event-details__tickets__button--right a:active:after, .event-details__tickets__button--right a:focus:after {
  content: '';
  display: block;
  z-index: -1;
  height: 100%;
  width: 50%;
  background: #001a4b;
  position: absolute;
  top: 0;
  left: -10%;
  -webkit-transform: skew(-14deg, 0deg);
  -moz-transform: skew(-14deg, 0deg);
  -ms-transform: skew(-14deg, 0deg);
  -o-transform: skew(-14deg, 0deg);
  transform: skew(-14deg, 0deg);
}

@media screen and (max-width: 1280px) {
  .event-details__tickets__button--right a {
    font-size: 0.875em;
    padding: 5px 8px;
  }
}

.event-details__calendar {
  margin: 0 -10px;
  clear: both;
}

.event-details__calendar__buttons {
  margin: 0 0 0 65px;
}

.event-details__calendar__icon {
  margin: 0;
  padding: 5px 15px 5px 20px;
  height: 40px;
  width: 65px;
  position: relative;
  z-index: 2;
  background: #001a4b;
  text-align: center;
}

.event-details__calendar__icon:after {
  content: '';
  display: block;
  z-index: -1;
  height: 100%;
  width: 50%;
  background: #001a4b;
  position: absolute;
  top: 0;
  right: -10%;
  -webkit-transform: skew(-14deg, 0deg);
  -moz-transform: skew(-14deg, 0deg);
  -ms-transform: skew(-14deg, 0deg);
  -o-transform: skew(-14deg, 0deg);
  transform: skew(-14deg, 0deg);
}

.event-details__calendar__icon i:before {
  position: relative;
  top: -3px;
  right: -3px;
}

.event-details__calendar__item {
  float: left;
  display: block;
  height: 40px;
  width: 49.5%;
  margin: 0 0.25%;
  padding: 5px 0;
  line-height: 30px;
  text-align: center;
  background: rgba(204, 204, 204, 0.7);
  color: #000;
  -webkit-transform: skew(-14deg, 0deg);
  -moz-transform: skew(-14deg, 0deg);
  -ms-transform: skew(-14deg, 0deg);
  -o-transform: skew(-14deg, 0deg);
  transform: skew(-14deg, 0deg);
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  font-size: 1.6em;
}

.event-details__calendar__item:hover, .event-details__calendar__item:active, .event-details__calendar__item:focus {
  background: rgba(125, 124, 129, 0.7);
  text-decoration: none;
}

.event-details__calendar__item i {
  vertical-align: middle;
  display: inline-block;
  -webkit-transform: skew(14deg, 0deg);
  -moz-transform: skew(14deg, 0deg);
  -ms-transform: skew(14deg, 0deg);
  -o-transform: skew(14deg, 0deg);
  transform: skew(14deg, 0deg);
}

@media screen and (max-width: 1400px) {
  .event-details__header {
    margin-top: 10px;
  }
}

@media screen and (max-width: 1250px) {
  .event-details__title {
    font-size: 2em;
  }
  .event-details__subtitle {
    font-size: 0.875em;
  }
  .event-details__dates {
    margin: 0;
    padding: 50px 20px;
  }
}

@media screen and (max-width: 1180px) {
  .event-details--full .event-details__tickets {
    margin: 0;
    padding: 10px 0 0;
  }
}

@media screen and (max-width: 1170px) {
  .event-details__tickets__description {
    display: none;
  }
}

@media screen and (max-width: 1150px) {
  .event-details__title {
    font-size: 1.75em;
  }
}

@media screen and (max-width: 1070px) {
  .event-details__countdown {
    width: 78.5%;
  }
  .event-details__countdown .countdown-shell div {
    font-size: 1.25em;
  }
  .event-details__countdown .countdown-shell div .unit {
    font-size: 0.5em;
  }
}

@media screen and (max-width: 1080px) {
  .event-details__dates__start,
  .event-details__dates__end {
    font-size: 0.9375em;
    line-height: 1.2em;
  }
}

@media screen and (max-width: 1000px) {
  .event-details__title {
    font-size: 1.625em;
  }
  .event-details__subtitle {
    padding-left: 4px;
  }
  .event-details__dates .event-details__details__icon {
    display: none;
  }
  .event-details__dates .event-details__dates__start,
  .event-details__dates .event-details__dates__end {
    margin: 0;
    font-size: 0.875em;
    line-height: 1.1428571429em;
  }
}

@media screen and (max-width: 920px) {
  .event-details__tickets__logo {
    margin: 0;
  }
  .event-details__tickets a {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 1.25em;
  }
}

@media screen and (max-width: 820px) {
  .event-details__dates .event-details__dates__start,
  .event-details__dates .event-details__dates__end {
    font-size: 0.75em;
  }
  .event-details__tickets a {
    font-size: 1em;
  }
  .event-details__tickets a i {
    display: none;
  }
}

/* ==================================================================================================== */
/* FEEDS */
.feed--module {
  max-width: 1320px;
}

.feed--module::after {
  clear: both;
  content: "";
  display: table;
}

.feed--module--wide {
  margin: 0 auto;
  max-width: 1560px;
}

.feed--module__sizer {
  display: none;
  float: left;
  padding: 10px;
}

.feed--module__sizer,
.feed--module .module--span-1,
.feed--module .module--span-2 {
  position: relative;
}

.feed--module .module {
  float: left;
  padding: 10px;
}

.feed--module .module--span-1 {
  /* max-width: 389px; */
}

.feed--module .module--span-2 {
  width: 50%;
  /* max-width: 778px; */
}

.column-50 .feed--module .module--span-2 {
  width: auto;
  float: none;
  clear: both;
}

.feed--module.column-50 .module--span-1 {
  width: 50%;
}

.feed--module.column-50 .module--span-2 {
  width: auto;
  float: none;
  clear: both;
}

.eventcomplete .feed--module.column-50 .module--span-1 {
  width: 25%;
}

.eventcomplete .feed--module.column-50 .module--span-2 {
  width: 50%;
  float: left;
  clear: none;
}

@media screen and (max-width: 1023px) {
  .eventcomplete .feed--module.column-50 .module--span-1 {
    width: 33%;
  }
  .eventcomplete .feed--module.column-50 .module--span-2 {
    width: 66%;
  }
}

@media screen and (max-width: 940px) {
  .eventcomplete .feed--module.column-50 .module--span-1 {
    width: 50%;
  }
  .eventcomplete .feed--module.column-50 .module--span-2 {
    width: 100%;
  }
}

.eventcomplete .feed--module.column-50 .module--span-1 .module--content__text-wrap {
  padding: 0px;
  height: 50%;
  position: absolute;
  right: 10px;
  bottom: 10px;
  left: 10px;
}

.eventpage .feed--module.column-50 .module--span-1 .module--content__text-wrap .module--content__text-wrap-inner {
  position: absolute;
}

.feed--module .module--stamp {
  /* position: static !important; /* Overrides Masonry element styling */
  left: auto;
  top: auto;
  right: 0;
}

.feed--module__sizer,
.feed--module .module--span-1 {
  width: 25%;
}

@media screen and (max-width: 1023px) {
  .column-mid-25 .feed--module__sizer, .column-mid-25
  .feed--module .module--span-1 {
    width: 50%;
  }
}

@media screen and (max-width: 940px) {
  .column-mid-50 .feed--module__sizer, .column-mid-50
  .feed--module .module--span-1 {
    width: 50%;
  }
}

@media screen and (max-width: 940px) {
  .column-mid-50 .feed--module__sizer,
  .column-mid-50 .feed--module__sizer .module--content__figure,
  .column-mid-50 .feed--module__sizer .module--content__text-wrap, .column-mid-50
  .feed--module .module--span-1,
  .column-mid-50
  .feed--module .module--span-1 .module--content__figure,
  .column-mid-50
  .feed--module .module--span-1 .module--content__text-wrap {
    max-width: none;
  }
}

@media screen and (max-width: 1023px) {
  .feed--module.column-mid-25 .module--span-1 {
    width: 50%;
  }
}

@media screen and (max-width: 940px) {
  .feed--module.column-mid-50 .module--span-1 {
    width: 100%;
  }
}

@media screen and (min-width: 940px) and (max-width: 1023px) {
  .feed--module.column-mid-50 .module--span-1 .module--content__excerpt {
    display: none;
  }
}

@media screen and (max-width: 940px) {
  .feed--module.column-mid-50 .module--span-1 .module--content__text-wrap-inner {
    position: static;
  }
}

.feed--module--wide .module--span-1 {
  width: 25%;
}

@media screen and (max-width: 1023px) {
  .feed--module--wide .module--span-1 {
    width: 33%;
  }
}

.feed--module--wide .module--span-2 {
  width: 50%;
}

@media screen and (max-width: 1023px) {
  .feed--module--wide .module--span-2 {
    width: 66%;
  }
  .athletepage .feed--module--wide .module--span-2 {
    width: 50%;
  }
}

.feed--module--cleared {
  clear: both;
}

/* ==================================================================================================== */
/* CONTENT MODULE */
.module {
  /* border: 1px solid #F00; */
  overflow: hidden;
}

.module--content {
  -webkit-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}

.module--content__figure,
.module--content__text-wrap {
  position: relative;
}

.module--content__figure {
  position: relative;
  padding: 0 0 56.25%;
  overflow: hidden;
  background: #FFF;
}

.module--content__figure a,
.module--content__figure img {
  display: block;
}

.module--content__figure figure {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.module--content__figure.module--content__gallery {
  padding: 0;
}

.module--content__figure .module--content__overlay-cta {
  opacity: 0;
  -webkit-transition: opacity 0.15s ease-in;
  -o-transition: opacity 0.15s ease-in;
  transition: opacity 0.15s ease-in;
}

.module--content__overlay-cta__text {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  font-size: 1.5625em;
  color: #FFF;
  font-weight: normal;
  font-style: normal;
  font-family: "soleil", Helvetica, Arial, sans-serif;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.wf-loading .module--content__overlay-cta__text {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}

@media (max-width: 1320px) {
  .module--content__overlay-cta__text {
    font-size: 1.923076923vw;
  }
}

@media (max-width: 1064px) {
  .module--content__overlay-cta__text {
    font-size: 2.34962406vw;
  }
}

@media (max-width: 939px) {
  .module--content__overlay-cta__text {
    font-size: 2.5vw;
  }
}

.module--content__video-container {
  position: relative;
  padding: 0 0 56.25%;
}

.module--content__video-container object,
.module--content__video-container iframe,
.module--content__video-container embed,
.module--content__video-container video,
.module--content__video-container .module--content__video {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.module--content__video-container > span {
  display: inline !important;
}

.no-touchevents .module--content__text-wrap-wrap:hover .module--content__text-wrap, .module--content__text-wrap-wrap:active .module--content__text-wrap, .module--content__text-wrap-wrap:focus .module--content__text-wrap {
  background: #cccccc;
}

.no-touchevents .module--content__text-wrap-wrap:hover .module--content__header__heading, .module--content__text-wrap-wrap:active .module--content__header__heading, .module--content__text-wrap-wrap:focus .module--content__header__heading {
  color: #000;
}

.module--content__text-wrap {
  position: relative;
  padding: 10px 0 56.25%;
  background: #FFF;
  -webkit-transition: background 0.15s ease-in;
  -o-transition: background 0.15s ease-in;
  transition: background 0.15s ease-in;
}

.module--content__text-wrap-inner {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  padding: 20px 20px 0;
}

.module--content__pub-date {
  float: right;
  margin: 0;
  padding: 0 5px 0 0;
  font-weight: normal;
  font-style: normal;
  font-family: "soleil", Helvetica, Arial, sans-serif;
  line-height: 26px;
  color: #7f7f7f;
}

.wf-loading .module--content__pub-date {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}

.module--content__header__heading {
  margin: 0;
  padding: 0;
  font-family: "soleil", Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.25em;
  line-height: 1.1em;
  color: #252525;
}

.module--content__link {
  color: #000;
}

.module--content__link .module--content__excerpt {
  color: #252525;
}

.module--content__link:hover, .module--content__link:active, .module--content__link:focus {
  color: #000;
  text-decoration: none;
}

.module--content__link:hover .module--content__header__heading,
.module--content__link:hover .module--content__excerpt, .module--content__link:active .module--content__header__heading,
.module--content__link:active .module--content__excerpt, .module--content__link:focus .module--content__header__heading,
.module--content__link:focus .module--content__excerpt {
  color: #252525;
}

.module--content__header,
.module--content__excerpt {
  padding-bottom: 0.5em;
}

.module--content__excerpt, .module--content__excerpt p {
  font-family: "Droid Sans", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 15px;
  color: #252525;
}

.feed--module .module--content__excerpt, .feed--module .module--content__excerpt p {
  font-size: 13px;
}

@media (max-width: 1064px) {
  .feed--module .module--content__excerpt, .feed--module .module--content__excerpt p {
    font-size: 1.2218045113vw;
  }
}

@media (max-width: 940px) {
  .eventpage .feed--module .module--content__excerpt, .eventpage .feed--module .module--content__excerpt p {
    font-size: 1.7021276596vw;
  }
}

.module--content__controls .button--content-cta {
  position: absolute;
  bottom: 0;
}

@media (max-width: 1320px) {
  .feed--module .module--content__header__heading {
    font-size: 1.5151515152vw;
  }
}

@media (max-width: 1180px) {
  .feed--module .module--content__header__heading {
    font-size: 1.3559322034vw;
  }
}

@media (max-width: 1064px) {
  .feed--module .module--content__header__heading {
    font-size: 2.0676691729vw;
  }
}

@media (max-width: 940px) {
  .eventpage .feed--module .module--content__header__heading {
    font-size: 2.6595744681vw;
  }
}

.feed--module .module--content__text-wrap-inner {
  padding: 16px 16px 0;
}

@media (max-width: 1320px) {
  .column-mid-75 .feed--module .module--content__text-wrap-inner {
    padding: 1.230769231vw 1.230769231vw 0;
  }
}

@media (max-width: 1064px) {
  .column-mid-75 .feed--module .module--content__text-wrap-inner {
    padding: 1.503759398vw 1.503759398vw 0;
  }
}

@media screen and (max-width: 1100px) {
  .feed--module .module--span-1 .module--content__excerpt {
    display: none;
  }
}

.feed--module .module--span-1:hover .button--vid-play-large,
.feed--module .module--span-1:hover .button--vid-play,
.feed--module .module--span-1:hover .button--vid-play-large, .feed--module .module--span-1:focus .button--vid-play-large,
.feed--module .module--span-1:focus .button--vid-play,
.feed--module .module--span-1:focus .button--vid-play-large, .feed--module .module--span-1:active .button--vid-play-large,
.feed--module .module--span-1:active .button--vid-play,
.feed--module .module--span-1:active .button--vid-play-large {
  color: #FFF;
  text-shadow: none;
}

.feed--module .module--content__controls {
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  max-width: 390px;
}

.feed--module .module--content__link {
  display: block;
}

.no-touchevents .feed--module .module--content__link:hover .module--content__overlay-cta, .feed--module .module--content__link:focus .module--content__overlay-cta, .feed--module .module--content__link:active .module--content__overlay-cta {
  opacity: 1;
}

.no-touchevents .feed--module .module--content__link:hover .module--content__header__heading,
.no-touchevents .feed--module .module--content__link:hover .module--content__excerpt,
.no-touchevents .feed--module .module--content__link:hover .module--content__excerpt p, .feed--module .module--content__link:focus .module--content__header__heading,
.feed--module .module--content__link:focus .module--content__excerpt,
.feed--module .module--content__link:focus .module--content__excerpt p, .feed--module .module--content__link:active .module--content__header__heading,
.feed--module .module--content__link:active .module--content__excerpt,
.feed--module .module--content__link:active .module--content__excerpt p {
  color: #252525;
}

.no-touchevents .feed--module .module--content__link:hover .button--content-cta, .feed--module .module--content__link:focus .button--content-cta, .feed--module .module--content__link:active .button--content-cta {
  color: inherit;
}

.no-touchevents .feed--module .module--content__link:hover .button--content-cta, .no-touchevents .feed--module .module--content__link:hover .button--content-cta:after, .feed--module .module--content__link:focus .button--content-cta, .feed--module .module--content__link:focus .button--content-cta:after, .feed--module .module--content__link:active .button--content-cta, .feed--module .module--content__link:active .button--content-cta:after {
  background: #FFF;
}

/* ==================================================================================================== */
/* CONTENT MODULE - DOUBLE-WIDTH MODIFIER */
.module--span-2 {
  position: relative;
  overflow: hidden;
}

.module--span-2 .module--content__text-wrap-wrap {
  position: absolute;
  bottom: 20px;
  left: 10px;
  height: auto;
  width: auto;
  min-width: 60%;
  max-width: 90%;
  min-height: 0;
  overflow: hidden;
  -webkit-transition: background opacity 0.15s ease-in;
  -o-transition: background opacity 0.15s ease-in;
  transition: background opacity 0.15s ease-in;
}

.module--span-2 .module--content__text-wrap {
  position: relative;
  bottom: -20px;
  left: -20px;
  padding: 20px 20px 30px 35px;
  background: #cccccc;
  background: rgba(204, 204, 204, 0.95);
  -webkit-transition: background opacity 0.15s ease-in;
  -o-transition: background opacity 0.15s ease-in;
  transition: background opacity 0.15s ease-in;
}

@media (max-width: 1064px) {
  .module--span-2 .module--content__text-wrap {
    padding: 10px 20px 10px 35px;
    bottom: -10px;
  }
}

.module--span-2 .module--content__text-wrap-inner {
  position: static;
}

.column-mid-75 .module--span-2 .module--content__text-wrap-inner, .module--span-2 .module--content__text-wrap-inner {
  padding: 0;
}

.module--span-2 .module--content__text-wrap-inner :last-child {
  margin-bottom: 0;
}

.module--span-2.module--content--video .module--content__text-wrap-wrap {
  z-index: 3;
}

.module--span-2.module--content--video.hasVideo .module--content__text-wrap-wrap {
  display: none;
}

.module--span-2 .module--content__text-wrap-wrap--top {
  position: absolute;
  top: 10px;
  right: 0;
  bottom: auto;
  left: 0;
  width: 90%;
}

.module--span-2 .module--content__text-wrap-wrap--top .module--content__text-wrap {
  bottom: 0;
  left: -20px;
  right: -20px;
}

.module--span-2 .module--content__header {
  float: none;
}

.module--span-2 .module--content__controls {
  position: static;
  right: 0px;
  bottom: 0px;
  float: none;
  max-width: none;
  margin: 0;
  padding: 0;
}

.module--span-2 .module--content__controls .button--content-cta {
  position: absolute;
}

.no-touchevents .module--span-2:hover .module--content__text-wrap-wrap, .module--span-2:focus .module--content__text-wrap-wrap, .module--span-2:active .module--content__text-wrap-wrap {
  opacity: 0;
}

.no-touchevents .module--span-2:hover .module--content__text-wrap-wrap:hover, .no-touchevents .module--span-2:hover .module--content__text-wrap-wrap:focus, .no-touchevents .module--span-2:hover .module--content__text-wrap-wrap:active, .module--span-2:focus .module--content__text-wrap-wrap:hover, .module--span-2:focus .module--content__text-wrap-wrap:focus, .module--span-2:focus .module--content__text-wrap-wrap:active, .module--span-2:active .module--content__text-wrap-wrap:hover, .module--span-2:active .module--content__text-wrap-wrap:focus, .module--span-2:active .module--content__text-wrap-wrap:active {
  opacity: 1;
}

.no-touchevents .module--span-2:hover .module--content__text-wrap-wrap:hover .module--content__header__heading,
.no-touchevents .module--span-2:hover .module--content__text-wrap-wrap:hover .module--content__excerpt,
.no-touchevents .module--span-2:hover .module--content__text-wrap-wrap:hover .module--content__excerpt p, .no-touchevents .module--span-2:hover .module--content__text-wrap-wrap:focus .module--content__header__heading,
.no-touchevents .module--span-2:hover .module--content__text-wrap-wrap:focus .module--content__excerpt,
.no-touchevents .module--span-2:hover .module--content__text-wrap-wrap:focus .module--content__excerpt p, .no-touchevents .module--span-2:hover .module--content__text-wrap-wrap:active .module--content__header__heading,
.no-touchevents .module--span-2:hover .module--content__text-wrap-wrap:active .module--content__excerpt,
.no-touchevents .module--span-2:hover .module--content__text-wrap-wrap:active .module--content__excerpt p, .module--span-2:focus .module--content__text-wrap-wrap:hover .module--content__header__heading,
.module--span-2:focus .module--content__text-wrap-wrap:hover .module--content__excerpt,
.module--span-2:focus .module--content__text-wrap-wrap:hover .module--content__excerpt p, .module--span-2:focus .module--content__text-wrap-wrap:focus .module--content__header__heading,
.module--span-2:focus .module--content__text-wrap-wrap:focus .module--content__excerpt,
.module--span-2:focus .module--content__text-wrap-wrap:focus .module--content__excerpt p, .module--span-2:focus .module--content__text-wrap-wrap:active .module--content__header__heading,
.module--span-2:focus .module--content__text-wrap-wrap:active .module--content__excerpt,
.module--span-2:focus .module--content__text-wrap-wrap:active .module--content__excerpt p, .module--span-2:active .module--content__text-wrap-wrap:hover .module--content__header__heading,
.module--span-2:active .module--content__text-wrap-wrap:hover .module--content__excerpt,
.module--span-2:active .module--content__text-wrap-wrap:hover .module--content__excerpt p, .module--span-2:active .module--content__text-wrap-wrap:focus .module--content__header__heading,
.module--span-2:active .module--content__text-wrap-wrap:focus .module--content__excerpt,
.module--span-2:active .module--content__text-wrap-wrap:focus .module--content__excerpt p, .module--span-2:active .module--content__text-wrap-wrap:active .module--content__header__heading,
.module--span-2:active .module--content__text-wrap-wrap:active .module--content__excerpt,
.module--span-2:active .module--content__text-wrap-wrap:active .module--content__excerpt p {
  color: #252525;
}

.no-touchevents .module--span-2:hover .module--content__text-wrap-wrap:hover .module--content__text-wrap, .no-touchevents .module--span-2:hover .module--content__text-wrap-wrap:focus .module--content__text-wrap, .no-touchevents .module--span-2:hover .module--content__text-wrap-wrap:active .module--content__text-wrap, .module--span-2:focus .module--content__text-wrap-wrap:hover .module--content__text-wrap, .module--span-2:focus .module--content__text-wrap-wrap:focus .module--content__text-wrap, .module--span-2:focus .module--content__text-wrap-wrap:active .module--content__text-wrap, .module--span-2:active .module--content__text-wrap-wrap:hover .module--content__text-wrap, .module--span-2:active .module--content__text-wrap-wrap:focus .module--content__text-wrap, .module--span-2:active .module--content__text-wrap-wrap:active .module--content__text-wrap {
  background: #ccc;
}

.no-touchevents .module--span-2:hover .button--vid-play-large,
.no-touchevents .module--span-2:hover .button--vid-play,
.no-touchevents .module--span-2:hover .button--vid-play-large, .module--span-2:focus .button--vid-play-large,
.module--span-2:focus .button--vid-play,
.module--span-2:focus .button--vid-play-large, .module--span-2:active .button--vid-play-large,
.module--span-2:active .button--vid-play,
.module--span-2:active .button--vid-play-large {
  color: #FFF;
  text-shadow: none;
}

.module--span-2 .rsArrow {
  height: 40px;
  width: 40px;
  margin-top: -20px;
}

/* ==================================================================================================== */
/* CONTENT MODULE - UNAVAILABLE VIDEO */
.module--content--video--unavailable .module--content__video-container {
  padding: 0;
}

.module--content--video--unavailable .module--content__figure {
  background: #000;
}

/* ==================================================================================================== */
/* CONTENT MODULE - NEWS FEED MODIFIER */
.feed--news {
  padding: 0px;
}

.feed--news .module--content {
  overflow: inherit;
  position: relative;
  margin: 20px 0;
  padding: 0 0 20px;
  border-bottom: 1px solid #ccc;
}

.feed--news .module--content::after {
  clear: both;
  content: "";
  display: table;
}

.feed--news .module--content:last-of-type {
  margin: 20px 0 0;
  border-bottom: none;
}

.feed--news .module--content__header__heading {
  margin: 0;
}

.feed--news .module--content__header__heading a {
  color: #252525;
  font-family: "soleil";
}

.feed--news .module--content__header__heading a:hover, .feed--news .module--content__header__heading a:active, .feed--news .module--content__header__heading a:focus {
  color: #252525;
}

.feed--news .module--content__pub-date {
  float: none;
  padding: 0;
  text-transform: uppercase;
}

.feed--news .module--content__figure {
  float: left;
  margin: 0 20px 0 0;
  padding: 0;
  width: 350px;
  max-width: none;
}

.feed--news .module--content__text-wrap {
  max-width: none;
  width: auto;
  background: transparent;
  margin: 0 60px 0 350px;
  padding: 10px 20px 0;
  position: static;
}

.feed--news .module--content__text-wrap :last-child {
  margin-bottom: 0;
}

.feed--news .module--content__header,
.feed--news .module--content__excerpt {
  margin-bottom: 10px;
}

.feed--news .content-share {
  position: absolute;
  right: 15px;
  bottom: 15px;
}

.feed--news .content-share > a {
  font-size: 24px;
  color: #000;
  cursor: pointer;
}

.feed--news .content-share > a:hover, .feed--news .content-share > a:focus, .feed--news .content-share > a:active {
  color: #999999;
  text-decoration: none;
}

/* ============================================================================================= */
/* MODULE - GALLERY */
.module--content--gallery__count {
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 6px;
  z-index: 22;
  font-weight: normal;
  font-style: normal;
  font-family: "soleil", Helvetica, Arial, sans-serif;
  font-size: 1.125rem;
  line-height: 1;
  color: #FFF;
  background: #000;
  background: rgba(0, 0, 0, 0.5);
}

.wf-loading .module--content--gallery__count {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-style: italic;
}

/* ============================================================================================= */
/* MODULE - ADVERTS */
.feed--module .module--adspot {
  position: relative;
}

.bl-adtech a {
  display: block;
  height: auto;
  width: 100%;
}

.bl-adtech a:hover, .bl-adtech a:active, .bl-adtech a:focus {
  background: #001a4b;
}

.bl-adtech img {
  height: auto;
  width: 100%;
}

.module--adspot__notice {
  padding: 0.5em 0;
  font-weight: normal;
  font-style: normal;
  font-family: "soleil", Helvetica, Arial, sans-serif;
  font-size: 0.75em;
  color: #999999;
  text-transform: uppercase;
}

.wf-loading .module--adspot__notice {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}

/* ==================================================================================================== */
/* CONTENT SHARE CALLOUT */
.content-share {
  position: relative;
}

.content-share .button--share {
  margin: 6px 0;
  display: block;
}

.content-share__callout {
  opacity: 0;
  /* Activated by button as above */
  z-index: -1;
  /* Needs opacity and z-index reset to show */
  min-width: 350px;
  padding: 10px;
  position: absolute;
  bottom: 50px;
  right: -20px;
  background: #3C3C3C;
  border: 3px solid #bcbcbc;
  border: 3px solid rgba(188, 188, 188, 0.8);
  border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -ms-transition: all 0.15s ease;
  transition: all 0.15s ease;
}

.content-share__callout--active {
  opacity: 1;
  z-index: 2;
}

.content-share__callout:after {
  content: "";
  position: absolute;
  bottom: -15px;
  right: 20px;
  width: 25px;
  height: 25px;
  z-index: -1;
  background: #3C3C3C;
  border: 3px solid rgba(188, 188, 188, 0.8);
  border-top-color: transparent;
  border-left-color: transparent;
  border-bottom-right-radius: 3px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.no-csstransforms .content-share__callout:after {
  bottom: -15px;
  right: 20px;
  width: 0;
  height: 0;
  border-top: 15px solid #3C3C3C;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 0;
}

.content-share__callout--hang-right {
  right: auto;
  left: -20px;
}

.content-share__callout--hang-right:after {
  right: auto;
  left: 20px;
}

.content-share__callout__thumb {
  display: table-cell;
  padding: 0 20px 0 0;
  min-width: 25px;
  vertical-align: middle;
}

.content-share__callout__heading.content-share__callout__heading {
  display: table-cell;
  padding-right: 10px;
  vertical-align: middle;
  color: #FFF;
  font-size: 16px;
  background: none;
}

.content-share__callout__buttons {
  clear: left;
  margin: 20px 0 0;
  font-size: 17px;
}

.content-share__callout__buttons .button--share {
  float: left;
  margin: 0 4px 0 0;
}

.module__content--split {
  padding-bottom: 0px;
  max-height: 200px;
  overflow: hidden;
  -webkit-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}

.module__content--split.active {
  max-height: 100%;
  overflow-y: auto;
}

.lazyLoader {
  font-weight: normal;
  font-style: normal;
  font-family: "soleil", Helvetica, Arial, sans-serif;
  height: 170px;
  width: 100%;
  background: #cccccc;
  color: #000;
  display: none;
  padding: 35px 0 0 0;
  text-align: center;
  z-index: 25;
}

.wf-loading .lazyLoader {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-style: italic;
}

.show-more-wrapper .lazyLoader {
  position: fixed;
  top: 40%;
  left: 50%;
  height: 170px;
  width: 170px;
  border: 2px solid #ccc;
  border-radius: 50%;
  margin-left: -85px;
  z-index: 1000;
}

.lazyLoader > div {
  width: 100%;
}

.lazyLoader img {
  width: 60px;
}

.lazyLoader p {
  font-size: 1.125em;
  text-transform: uppercase;
  margin: 0 auto;
  max-width: 75%;
}

.module--related-content {
  padding: 0px 40px;
  overflow: visible;
}

.module--related-content__header {
  margin: 0 0 1em;
  padding: 0;
}

.module--related-content__header__heading {
  color: #999999;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.5rem;
}

.module--related-content__content .module--content {
  float: left;
  margin-right: .5em;
  margin-left: .5em;
}

.module--related-content__content .module--content__figure,
.module--related-content__content .module--content__text-wrap {
  max-width: none;
}

.module--related-content__content .module--content__text-wrap {
  padding: 10px;
  min-height: 180px;
  background: #f3f3f3;
}

.module--related-content__content .module--content__header__heading, .module--related-content__content .module--content__header__heading a {
  color: #252525;
  font-size: 1.125rem;
}

.module--related-content__content .module--content__header__heading:hover, .module--related-content__content .module--content__header__heading:active, .module--related-content__content .module--content__header__heading:focus, .module--related-content__content .module--content__header__heading a:hover, .module--related-content__content .module--content__header__heading a:active, .module--related-content__content .module--content__header__heading a:focus {
  text-decoration: none;
}

.module--related-content__content .module--content__controls::after {
  clear: both;
  content: "";
  display: table;
}

.module--related-content__content .module--content__controls .button--content-cta {
  bottom: 10px;
  left: 0;
  color: #FFF;
}

.module--related-content__content .module--content__controls .button--content-cta, .module--related-content__content .module--content__controls .button--content-cta:after {
  background: #000;
}

.module--related-content__content .module--content__controls .button--content-cta:hover, .module--related-content__content .module--content__controls .button--content-cta:active, .module--related-content__content .module--content__controls .button--content-cta:focus {
  color: #252525;
  outline: none;
}

.module--related-content__content .module--content__controls .module--content__pub-date {
  position: absolute;
  right: 10px;
  bottom: 15px;
}

.module--related-content__content.slick-slider .slick-prev,
.module--related-content__content.slick-slider .slick-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 30px;
  width: 30px;
  color: #252525;
  margin: 0px;
  z-index: 3;
  background-color: #ccc;
}

.no-touchevents .module--related-content__content.slick-slider .slick-prev, .no-touchevents
.module--related-content__content.slick-slider .slick-next {
  opacity: 0;
}

.module--related-content__content.slick-slider .slick-prev:before,
.module--related-content__content.slick-slider .slick-next:before {
  color: #252525;
  top: 5px;
}

.module--related-content__content.slick-slider .slick-prev:after,
.module--related-content__content.slick-slider .slick-next:after {
  left: auto;
  right: auto;
}

.module--related-content__content.slick-slider .slick-prev, .module--related-content__content.slick-slider .slick-prev:after,
.module--related-content__content.slick-slider .slick-next,
.module--related-content__content.slick-slider .slick-next:after {
  -webkit-transition: all ease-in-out 300ms;
  -o-transition: all ease-in-out 300ms;
  transition: all ease-in-out 300ms;
}

.module--related-content__content.slick-slider .slick-prev:hover, .module--related-content__content.slick-slider .slick-prev:hover:after, .module--related-content__content.slick-slider .slick-prev:active, .module--related-content__content.slick-slider .slick-prev:active:after, .module--related-content__content.slick-slider .slick-prev:focus, .module--related-content__content.slick-slider .slick-prev:focus:after,
.module--related-content__content.slick-slider .slick-next:hover,
.module--related-content__content.slick-slider .slick-next:hover:after,
.module--related-content__content.slick-slider .slick-next:active,
.module--related-content__content.slick-slider .slick-next:active:after,
.module--related-content__content.slick-slider .slick-next:focus,
.module--related-content__content.slick-slider .slick-next:focus:after {
  background-color: #e6e5e5;
}

.module--related-content__content.slick-slider .slick-prev {
  left: -23px;
  z-index: 2;
}

.module--related-content__content.slick-slider .slick-prev:after {
  content: '';
  display: block;
  z-index: -1;
  height: 100%;
  width: 50%;
  background: inherit;
  position: absolute;
  top: 0;
  left: -10%;
  -webkit-transform: skew(-14deg, 0deg);
  -moz-transform: skew(-14deg, 0deg);
  -ms-transform: skew(-14deg, 0deg);
  -o-transform: skew(-14deg, 0deg);
  transform: skew(-14deg, 0deg);
}

.module--related-content__content.slick-slider .slick-prev:before {
  left: 3px;
}

.module--related-content__content.slick-slider .slick-next {
  right: -23px;
  z-index: 2;
}

.module--related-content__content.slick-slider .slick-next:after {
  content: '';
  display: block;
  z-index: -1;
  height: 100%;
  width: 50%;
  background: inherit;
  position: absolute;
  top: 0;
  right: -10%;
  -webkit-transform: skew(14deg, 0deg);
  -moz-transform: skew(14deg, 0deg);
  -ms-transform: skew(14deg, 0deg);
  -o-transform: skew(14deg, 0deg);
  transform: skew(14deg, 0deg);
}

.module--related-content__content.slick-slider .slick-next:before {
  right: 3px;
}

.no-touchevents .module--related-content__content.slick-slider:hover .slick-prev,
.no-touchevents .module--related-content__content.slick-slider:hover .slick-next {
  opacity: 1;
}

.module--career-highlights__content {
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.module--career-highlights__content p, .module--career-highlights__content li {
  margin: 0;
  padding: 2px 0;
  color: #252525;
  font-size: 0.9375em;
}

.module--career-highlights__content p strong, .module--career-highlights__content li strong {
  display: block;
  margin: 0;
  padding: 0;
  font-size: 1.125em;
  color: #000;
  font-weight: normal;
  font-style: normal;
  font-family: "soleil", Helvetica, Arial, sans-serif;
}

.wf-loading .module--career-highlights__content p strong, .wf-loading .module--career-highlights__content li strong {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-style: normal;
}

.module--career-highlights__content ul {
  padding-left: 1em;
}

.module--career-highlights__content li {
  list-style-type: none;
}

.module--career-highlights__content li:before {
  position: relative;
  left: -0.5em;
  content: '\2219';
  color: #666;
  font-size: 1.5em;
  line-height: 0.6666666em;
}

.module--career-highlights__content a {
  font-size: 0.9375em;
  color: #252525;
}

.module--career-highlights__content a:hover, .module--career-highlights__content a:active, .module--career-highlights__content a:focus {
  text-decoration: none;
}

.tweet-strip {
  padding: 20px 20px 20px 70px;
  background: #FFF;
  background-position: 0 0;
  position: relative;
}

.tweet-strip .tweet-icon {
  position: absolute;
  top: 10px;
  left: -14px;
  z-index: 2;
  background: #005581;
  color: #FFF;
  height: 47px;
  width: 60px;
  font-size: 30px;
  padding: 7px 7px 7px 20px;
}

.tweet-strip .tweet-icon:after {
  content: '';
  display: block;
  z-index: -1;
  height: 100%;
  width: 50%;
  background: #005581;
  position: absolute;
  top: 0;
  right: -10%;
  -webkit-transform: skew(-14deg, 0deg);
  -moz-transform: skew(-14deg, 0deg);
  -ms-transform: skew(-14deg, 0deg);
  -o-transform: skew(-14deg, 0deg);
  transform: skew(-14deg, 0deg);
}

.tweet-strip .tweet-icon:before {
  content: '';
  width: 0;
  height: 0;
  border-top: 10px solid #00334e;
  border-bottom: 15px solid transparent;
  border-left: 15px solid transparent;
  position: absolute;
  top: 46px;
  left: -1px;
}

.tweet-strip header {
  width: 100%;
  margin-bottom: 20px;
}

.tweet-strip header h2.ts-h2 {
  line-height: 30px;
  font-weight: normal;
  font-style: normal;
  font-family: "soleil", Helvetica, Arial, sans-serif;
}

.wf-loading .tweet-strip header h2.ts-h2 {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}

.tweet-strip .ts-container {
  width: 100%;
  clear: both;
}

.tweet-strip .ts-left {
  position: relative;
  width: 100%;
}

.tweet-strip .ts-right {
  width: 100%;
  margin-top: 10px;
}

.tweet-strip form .ts-label {
  display: none;
}

.tweet-strip form textarea {
  width: 100%;
  resize: vertical;
  border-radius: 2px;
  background: #f2f2f2;
  border: none;
  padding: 2%;
  font-size: 16px;
  color: #656565;
  outline: none;
}

.tweet-strip form button {
  margin-top: 10px;
}

.tweet-strip #ts-chars {
  position: absolute;
  top: auto;
  right: 20px;
  bottom: -60px;
  z-index: 10;
  color: #656565;
  font-weight: normal;
  font-style: normal;
  font-family: "soleil", Helvetica, Arial, sans-serif;
}

.wf-loading .tweet-strip #ts-chars {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}

.tweet-strip #ts-chars .count.warning {
  color: red;
}

@media (min-width: 940px) {
  .tweet-strip #ts-chars {
    position: absolute;
    top: -40px;
    right: 20px;
  }
}

.aboutpage {
  background: #000;
  color: #FFF;
}

.aboutpage .wrapper p, .aboutpage .wrapper_1col p {
  font-weight: normal;
  font-style: normal;
  font-family: "soleil", Helvetica, Arial, sans-serif;
  font-size: 1em;
  line-height: 1.5em;
}

.wf-loading .aboutpage .wrapper p, .wf-loading .aboutpage .wrapper_1col p {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}

.aboutpage .wrapper p.large, .aboutpage .wrapper_1col p.large {
  font-size: 1.375em;
  line-height: 1.6em;
}

.aboutpage .wrapper p.cta, .aboutpage .wrapper_1col p.cta {
  margin-top: 2em;
}

.aboutpage .wrapper .button--vid-play--bc, .aboutpage .wrapper_1col .button--vid-play--bc {
  z-index: 15;
}

.aboutpage .wrapper .module--content__figure, .aboutpage .wrapper_1col .module--content__figure {
  background: #000;
}

.aboutpage .wrapper .lead-image__content-wrap--center .lead-image__content--subtle, .aboutpage .wrapper_1col .lead-image__content-wrap--center .lead-image__content--subtle {
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  top: 65%;
}

.aboutpage .wrapper .lead-image__content-wrap--center .lead-image__content--subtle h1, .aboutpage .wrapper_1col .lead-image__content-wrap--center .lead-image__content--subtle h1 {
  font-weight: normal;
  font-style: normal;
  font-family: "soleil", Helvetica, Arial, sans-serif;
  color: #FFF;
  padding: 15px 5px;
  position: relative;
  z-index: 2;
}

.wf-loading .aboutpage .wrapper .lead-image__content-wrap--center .lead-image__content--subtle h1, .wf-loading .aboutpage .wrapper_1col .lead-image__content-wrap--center .lead-image__content--subtle h1 {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}

.aboutpage .wrapper .lead-image__content-wrap--center .lead-image__content--subtle h1:after, .aboutpage .wrapper_1col .lead-image__content-wrap--center .lead-image__content--subtle h1:after {
  content: '';
  display: block;
  z-index: -1;
  height: 100%;
  width: 105%;
  background: rgba(251, 214, 13, 0.9);
  position: absolute;
  top: 0;
  left: -2.5%;
  -webkit-transform: skew(-14deg, 0deg);
  -moz-transform: skew(-14deg, 0deg);
  -ms-transform: skew(-14deg, 0deg);
  -o-transform: skew(-14deg, 0deg);
  transform: skew(-14deg, 0deg);
}

.aboutpage .wrapper .lead-image__summary, .aboutpage .wrapper_1col .lead-image__summary {
  font-size: 1.25em;
  font-weight: normal;
  font-style: normal;
  font-family: "soleil", Helvetica, Arial, sans-serif;
}

.wf-loading .aboutpage .wrapper .lead-image__summary, .wf-loading .aboutpage .wrapper_1col .lead-image__summary {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}

.aboutpage .wrapper .lead-image__video-wrapper iframe, .aboutpage .wrapper_1col .lead-image__video-wrapper iframe,
.aboutpage .wrapper .lead-image__video-wrapper object,
.aboutpage .wrapper_1col .lead-image__video-wrapper object {
  display: none;
}

.aboutpage .wrapper .hasVideo .lead-image__video-wrapper, .aboutpage .wrapper_1col .hasVideo .lead-image__video-wrapper {
  margin-top: 5%;
}

.aboutpage .wrapper .hasVideo .lead-image__video-wrapper iframe, .aboutpage .wrapper_1col .hasVideo .lead-image__video-wrapper iframe,
.aboutpage .wrapper .hasVideo .lead-image__video-wrapper object,
.aboutpage .wrapper_1col .hasVideo .lead-image__video-wrapper object {
  display: block;
}

.aboutpage .wrapper .hasVideo .lead-image__content-wrap--center .lead-image__content--subtle, .aboutpage .wrapper_1col .hasVideo .lead-image__content-wrap--center .lead-image__content--subtle {
  display: none;
}

.aboutpage .wrapper .hasVideo figure, .aboutpage .wrapper_1col .hasVideo figure {
  background: #000;
  display: block !important;
}

.aboutpage .wrapper .hasVideo figure img, .aboutpage .wrapper_1col .hasVideo figure img {
  display: block !important;
  opacity: .3;
}

.aboutpage .wrapper .js-waypointNavWrapper, .aboutpage .wrapper_1col .js-waypointNavWrapper {
  width: 100%;
  overflow: hidden;
}

.aboutpage .wrapper .tab1, .aboutpage .wrapper_1col .tab1 {
  position: relative;
  padding: 0 0 56.25%;
}

.aboutpage .wrapper .tab1 .about-content__header, .aboutpage .wrapper_1col .tab1 .about-content__header {
  background: transparent;
}

.aboutpage .wrapper .tab1 .about-content__sub-section, .aboutpage .wrapper_1col .tab1 .about-content__sub-section {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

.aboutpage .wrapper .tab1 .about-content__sub-section .wrapper--content--narrow, .aboutpage .wrapper_1col .tab1 .about-content__sub-section .wrapper--content--narrow {
  width: 100%;
  min-width: 0px;
}

.aboutpage .wrapper .tab1 figure, .aboutpage .wrapper_1col .tab1 figure {
  position: absolute;
  top: 0px;
  left: 0px;
  background: #000;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.aboutpage .wrapper .tab1 figure img, .aboutpage .wrapper_1col .tab1 figure img {
  opacity: .2;
}

.aboutpage .wrapper .tab2, .aboutpage .wrapper_1col .tab2 {
  padding: 60px 0;
}

.aboutpage .wrapper--content--narrow {
  margin: 20px auto;
}

.about-content__section {
  padding: 1em 0 0;
  text-align: center;
  position: relative;
  background-size: 100% auto;
}

.about-content__section::after {
  clear: both;
  content: "";
  display: table;
}

.about-content__section#intro {
  padding-bottom: 0;
  background-size: auto auto;
}

.about-content__sub-section {
  padding-bottom: 2em;
}

.about-content__sub-section#introvideo {
  margin: -1em 0;
  padding-bottom: 0;
  background: transparent url("../images/about/overview-main-image.jpg") bottom left no-repeat;
  background-size: auto auto;
}

.about-content__sub-section .wrapper--content--narrow {
  max-width: 700px;
}

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

h3.about-content__header,
h3.about-content__header--subtle {
  font-size: 2.375em;
}

h4.about-content__header,
h4.about-content__header--subtle {
  font-size: 1.5em;
}

.about-content__header {
  background: #000;
  margin: -0.5em 0 0;
  padding: 0.5em;
  text-align: center;
  color: #FFF;
  text-transform: uppercase;
}

.about-content__header--subtle {
  margin: 1.5em 0;
  text-transform: uppercase;
  color: #000;
}

.livepage {
  overflow: hidden;
}

.livefeed-wrap {
  background: #000;
}

[role="banner"] .header-wrapper {
  -webkit-transition: width 0.2s ease;
  -o-transition: width 0.2s ease;
  transition: width 0.2s ease;
  -webkit-transition: height 0.2s ease;
  -o-transition: height 0.2s ease;
  transition: height 0.2s ease;
}

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: landscape) {
  [role="banner"] .header-wrapper {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

[role="banner"].js-liveapp .header-wrapper {
  width: 67%;
  margin: 0;
  float: left;
}

@media (max-width: 1500px) {
  [role="banner"].js-liveapp .header-wrapper {
    width: 100%;
  }
}

.livepage [role="banner"].js-liveapp .header-wrapper {
  width: 100%;
}

#liveApp {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index: 1000;
  background: #000;
  border-left: 1px solid #fbd60d;
  height: 170px;
  margin-right: -33.33%;
  width: 33%;
  top: 58px;
}

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: landscape) {
  #liveApp {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

@media (max-width: 1500px) {
  #liveApp {
    margin-right: -27%;
    width: 27%;
  }
}

#liveApp.js-active {
  margin-right: 0;
}

.js-fullscreen #liveApp {
  border-left: none;
  width: 100%;
}

#liveApp .report_link {
  text-align: left;
  position: fixed;
  left: 10px;
  bottom: 10px;
  right: auto;
}

#liveApp .report_link a {
  color: #FFF;
}

#liveApp .loader,
#liveApp .rotate {
  font-weight: normal;
  font-style: normal;
  font-family: "soleil", Helvetica, Arial, sans-serif;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background: #000;
  color: #FFF;
  display: none;
  padding: 20px;
  text-align: center;
  z-index: 1;
}

.wf-loading #liveApp .loader, .wf-loading
#liveApp .rotate {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-style: italic;
}

#liveApp .loader > div,
#liveApp .rotate > div {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
}

#liveApp .loader i,
#liveApp .rotate i {
  width: 60px;
}

#liveApp .loader p,
#liveApp .rotate p {
  font-size: 1.125em;
  text-transform: uppercase;
  margin: 0 auto;
  max-width: 75%;
}

#liveApp .rotate {
  z-index: 10;
}

#liveApp .rotate i {
  margin-top: -60px;
  font-size: 60px;
}

#liveApp .goFullScreen {
  text-transform: uppercase;
  position: relative;
  color: #FFF;
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  font-family: "soleil", Helvetica, Arial, sans-serif;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-size: 1.125em;
}

.wf-loading #liveApp .goFullScreen {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-style: normal;
}

#liveApp .goFullScreen:before {
  font-family: "rb-bc-one" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "t";
}

#liveApp .goFullScreen:before {
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: block;
  float: left;
  margin-right: 10px;
  color: #999999;
  font-size: 1.375rem;
}

#liveApp .goFullScreen:hover:before, #liveApp .goFullScreen:active:before, #liveApp .goFullScreen:focus:before {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

#liveApp .goResults {
  text-transform: uppercase;
  position: relative;
  color: #FFF;
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  font-family: "soleil", Helvetica, Arial, sans-serif;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-size: 1.125em;
  margin-left: 20px;
}

.wf-loading #liveApp .goResults {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-style: normal;
}

#liveApp .goResults:before {
  font-family: "rb-bc-one" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#liveApp .goResults:before {
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: block;
  float: left;
  margin-right: 10px;
  color: #999999;
  font-size: 1.375rem;
}

#liveApp .goResults:hover:before, #liveApp .goResults:active:before, #liveApp .goResults:focus:before {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

@media screen and (max-width: 1380px) {
  #liveApp .goResults {
    display: none;
  }
}

#liveApp .closeApp {
  height: 24px;
  width: 24px;
  position: absolute;
  top: 0px;
  right: 0px;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  margin: 0;
  padding: 30px;
  display: block;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background: #000;
}

#liveApp .closeApp:before {
  font-family: "rb-bc-one" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "z";
}

#liveApp .closeApp:before {
  color: #999999;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-size: 24px;
  display: block;
}

#liveApp .closeApp:hover, #liveApp .closeApp:active, #liveApp .closeApp:focus {
  text-decoration: none;
  background: #999999;
}

#liveApp .closeApp:hover:before, #liveApp .closeApp:active:before, #liveApp .closeApp:focus:before {
  color: #000;
  -webkit-transform: translateY(-50%) translateX(-50%) rotate(90deg);
  -moz-transform: translateY(-50%) translateX(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) translateX(-50%) rotate(90deg);
  -o-transform: translateY(-50%) translateX(-50%) rotate(90deg);
  transform: translateY(-50%) translateX(-50%) rotate(90deg);
}

#liveApp nav {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  height: 100%;
  width: 7%;
  background: #999999;
}

#liveApp nav ul {
  margin: 0;
  padding: 0;
}

#liveApp nav li {
  margin: 0;
  padding: 0;
}

#liveApp nav li:last-child a:after {
  position: absolute;
  bottom: -10px;
  -webkit-transform: skew(0deg, -8deg);
  -moz-transform: skew(0deg, -8deg);
  -ms-transform: skew(0deg, -8deg);
  -o-transform: skew(0deg, -8deg);
  transform: skew(0deg, -8deg);
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background: black;
  content: " ";
  display: block;
  height: 40px;
  width: 100%;
  z-index: -1;
}

#liveApp nav li:last-child a.js-active:after {
  -webkit-transform: skew(0deg, -8deg);
  -moz-transform: skew(0deg, -8deg);
  -ms-transform: skew(0deg, -8deg);
  -o-transform: skew(0deg, -8deg);
  transform: skew(0deg, -8deg);
  background: #fbd60d;
}

#liveApp nav li:last-child a:hover:after, #liveApp nav li:last-child a:active:after, #liveApp nav li:last-child a:focus:after {
  -webkit-transform: skew(0deg, 2deg);
  -moz-transform: skew(0deg, 2deg);
  -ms-transform: skew(0deg, 2deg);
  -o-transform: skew(0deg, 2deg);
  transform: skew(0deg, 2deg);
  background: #858585;
  color: #FFF;
}

#liveApp nav li:last-child a.js-active:hover:after, #liveApp nav li:last-child a.js-active:active:after, #liveApp nav li:last-child a.js-active:focus:after {
  -webkit-transform: skew(0deg, 2deg);
  -moz-transform: skew(0deg, 2deg);
  -ms-transform: skew(0deg, 2deg);
  -o-transform: skew(0deg, 2deg);
  transform: skew(0deg, 2deg);
  background: #858585;
}

#liveApp nav a {
  font-weight: normal;
  font-style: normal;
  font-family: "soleil", Helvetica, Arial, sans-serif;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background: black;
  color: #fbd60d;
  display: block;
  font-size: 1.125em;
  margin-bottom: 2px;
  padding: 20px 0;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  z-index: 1;
}

.wf-loading #liveApp nav a {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}

@media screen and (max-width: 1064px) {
  #liveApp nav a {
    font-size: 1em;
    padding: 10px 0;
  }
}

#liveApp nav a:hover, #liveApp nav a:active, #liveApp nav a:focus {
  background-color: #858585;
  color: #FFF;
  text-decoration: none;
}

#liveApp nav a.js-active {
  background: #fbd60d;
  color: #252525;
}

#liveApp nav a.js-active:hover, #liveApp nav a.js-active:active, #liveApp nav a.js-active:focus {
  background-color: #858585;
}

#liveApp nav a:before {
  font-size: 30px;
  display: block;
  margin: 0 auto 10px auto;
}

@media screen and (max-width: 1064px) {
  #liveApp nav a:before {
    font-size: 20px;
    margin: 0 auto 5px auto;
  }
}

#liveApp nav a.toggleVideo:before {
  font-family: "rb-bc-one" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "O";
}

#liveApp nav a.toggleFeed:before {
  font-family: "rb-bc-one" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "A";
}

#liveApp nav a.toggleSocial:before {
  font-family: "rb-bc-one" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "B";
}

#liveApp nav a.closeApp {
  height: 100%;
  width: 100%;
  position: relative;
  top: 0px;
  right: 0px;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  margin: 0;
  padding: 0 0 80% 0;
  display: block;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background: #252525;
  margin-bottom: 2px;
}

#liveApp nav a.closeApp:before {
  font-family: "rb-bc-one" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "z";
}

#liveApp nav a.closeApp:before {
  color: #fbd60d;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-size: 24px;
  display: block;
}

#liveApp nav a.closeApp:hover, #liveApp nav a.closeApp:active, #liveApp nav a.closeApp:focus {
  text-decoration: none;
  background: #0c0b0b;
}

#liveApp nav a.closeApp:hover:before, #liveApp nav a.closeApp:active:before, #liveApp nav a.closeApp:focus:before {
  color: #fbd60d;
  -webkit-transform: translateY(-50%) translateX(-50%) rotate(90deg);
  -moz-transform: translateY(-50%) translateX(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) translateX(-50%) rotate(90deg);
  -o-transform: translateY(-50%) translateX(-50%) rotate(90deg);
  transform: translateY(-50%) translateX(-50%) rotate(90deg);
}

.js-fullscreen #liveApp nav {
  display: block;
}

#liveApp header {
  padding: 20px;
}

.js-fullscreen #liveApp header {
  display: none;
}

#liveApp .liveVideo {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  overflow: hidden;
}

#liveApp .liveVideo iframe, #liveApp .liveVideo object, #liveApp .liveVideo embed {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.js-fullscreen #liveApp .liveVideo {
  width: 60%;
  padding-bottom: 33.8%;
  float: left;
}

@media screen and (min-width: 1400px) and (max-height: 700px) {
  .js-fullscreen #liveApp .liveVideo {
    padding-bottom: 23.8%;
  }
}

@media screen and (min-width: 1600px) and (max-height: 768px) {
  .js-fullscreen #liveApp .liveVideo {
    padding-bottom: 26.8%;
  }
}

@media screen and (width: 1440px) and (height: 900px) {
  .js-fullscreen #liveApp .liveVideo {
    padding-bottom: 42.8%;
  }
}

#liveApp .liveFeed {
  background: #000;
  width: 100%;
  -webkit-overflow-scrolling: touch;
  overflow: hidden;
}

#liveApp .liveFeed > div {
  width: 100%;
  height: 500px;
}

.js-fullscreen #liveApp .liveFeed {
  width: 33%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 7%;
}

.touchevents #liveApp .liveFeed {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}

#liveApp .liveSocial {
  display: none;
}

#liveApp .liveSocial .module--wayin__heading {
  top: 25px;
  left: 0px;
}

.js-fullscreen #liveApp .liveSocial {
  width: 60%;
  height: 66.2%;
  display: block;
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 33.8%;
  overflow-y: scroll;
}

.touchevents .js-fullscreen #liveApp .liveSocial {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}

@media screen and (min-width: 1400px) and (max-height: 700px) {
  .js-fullscreen #liveApp .liveSocial {
    margin-top: 23.8%;
  }
}

@media screen and (min-width: 1600px) and (max-height: 768px) {
  .js-fullscreen #liveApp .liveSocial {
    margin-top: 26.8%;
  }
}

@media screen and (width: 1440px) and (height: 900px) {
  .js-fullscreen #liveApp .liveSocial {
    margin-top: 42.8%;
  }
}

.js-fullscreen #liveApp.js-nothing .liveVideo,
.js-fullscreen #liveApp.js-nothing .liveFeed,
.js-fullscreen #liveApp.js-nothing .liveSocial {
  display: none;
}

.js-fullscreen #liveApp.js-VideoAndFeed {
  /*
            .liveVideo {
                width: 68%;
                padding-bottom: 58.8%;

                @media screen and ( width : 1366px) and ( height: 768px ){
                    margin-left: 0.5%;
                    padding-bottom: 54.8%;
                    width: 67%;
                }
            }

            .liveFeed {
                width: 25%;
            }
            */
}

.js-fullscreen #liveApp.js-VideoAndFeed .liveSocial {
  display: none;
}

.js-fullscreen #liveApp.js-VideoAndSocial .liveVideo {
  /*
                margin-left: 13%;
                padding-bottom: 39.8%;
                width: 70%;
                */
  margin-left: 15%;
  padding-bottom: 36.8%;
  width: 64%;
}

.js-fullscreen #liveApp.js-VideoAndSocial .liveSocial {
  /*
                margin-left: 13%;
                margin-top: 40.8%;
                width: 70%;
                */
  margin-left: 15%;
  margin-top: 36.8%;
  width: 64%;
}

.js-fullscreen #liveApp.js-VideoAndSocial .liveFeed {
  display: none;
}

.js-fullscreen #liveApp.js-SocialAndFeed .liveSocial {
  margin-top: 0%;
  height: 100%;
}

.js-fullscreen #liveApp.js-SocialAndFeed .liveVideo {
  display: none;
}

.js-fullscreen #liveApp.js-Video .liveVideo {
  width: 93%;
  padding-bottom: 53.8%;
}

@media screen and (width: 1366px) and (height: 768px) {
  .js-fullscreen #liveApp.js-Video .liveVideo {
    width: 90%;
    padding-bottom: 52%;
    margin-left: 1.5%;
  }
}

.js-fullscreen #liveApp.js-Video .liveFeed,
.js-fullscreen #liveApp.js-Video .liveSocial {
  display: none;
}

.js-fullscreen #liveApp.js-Feed .liveFeed {
  width: 93%;
  margin-top: 0%;
  height: 100%;
}

.js-fullscreen #liveApp.js-Feed .liveVideo,
.js-fullscreen #liveApp.js-Feed .liveSocial {
  display: none;
}

.js-fullscreen #liveApp.js-Social .liveSocial {
  width: 93%;
  margin-top: 0%;
  height: 100%;
}

.js-fullscreen #liveApp.js-Social .liveVideo,
.js-fullscreen #liveApp.js-Social .liveFeed {
  display: none;
}

.js-fullscreen #liveApp .js-hide {
  display: none !important;
}

body.js-liveapp.js-fullscreen {
  overflow: hidden;
}

/* ==================================================================================================== */
/* LISTING MODULE */
.aside_column .module {
  margin: 0 0 40px;
}

.aside_column .module--listing__header {
  padding-bottom: 20px;
  font-size: 1.5em;
}

.module--listing__header__heading {
  font-weight: normal;
  font-style: normal;
  font-family: "soleil", Helvetica, Arial, sans-serif;
}

.wf-loading .module--listing__header__heading {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}

.aside_column .module--listing__header__heading {
  font-family: "soleil";
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.5rem;
  color: #252525;
}

.module--listing__content {
  margin: 0;
  padding: 0;
  list-style: none;
}

.module--listing__item {
  margin: 0;
  padding: 0;
}

.module--listing__item__title {
  font-size: 18px;
  text-transform: none;
}

@media (max-width: 1320px) {
  .module--listing__item__title {
    font-size: 1.3636363636vw;
  }
}

@media (max-width: 1064px) {
  .module--listing__item__title {
    font-size: 1.6917293233vw;
  }
}

.module--listing__item__side--back {
  clear: both;
}

.csstransforms3d.preserve3d .module--listing--3d .module--listing__item {
  -webkit-perspective: 400px;
  -moz-perspective: 400px;
  perspective: 400px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: relative;
  background: none;
  height: 64px;
}

@media (min-width: 1080px) {
  .csstransforms3d.preserve3d .module--listing--3d .module--listing__item {
    height: 78px;
  }
}

.csstransforms3d.preserve3d .module--listing--3d .module--listing__item:hover .module--listing__item__box {
  -webkit-transform: rotatex(90deg);
  -moz-transform: rotatex(90deg);
  -ms-transform: rotatex(90deg);
  -o-transform: rotatex(90deg);
  transform: rotatex(90deg);
}

.csstransforms3d.preserve3d .module--listing--3d .module--listing__item:hover .module--listing__item__box__side--back {
  display: block;
  -webkit-transform: rotatex(-90deg) translatez(0);
  -moz-transform: rotatex(-90deg) translatez(0);
  -ms-transform: rotatex(-90deg) translatez(0);
  -o-transform: rotatex(-90deg) translatez(0);
  transform: rotatex(-90deg) translatez(0);
}

.csstransforms3d.preserve3d .module--listing--3d .module--listing__item:hover .module--listing__item__box__side--front {
  display: none;
}

.csstransforms3d.preserve3d .module--listing--3d .module--listing__item__box {
  position: absolute;
  top: 0px;
  right: 0;
  bottom: 0;
  left: 0px;
  height: 100%;
  width: 100%;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transform: translatez(-25px);
  -moz-transform: translatez(-25px);
  -ms-transform: translatez(-25px);
  -o-transform: translatez(-25px);
  transform: translatez(-25px);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: visible;
  -moz-backface-visibility: visible;
  backface-visibility: visible;
  pointer-events: none;
}

.csstransforms3d.preserve3d .module--listing--3d .module--listing__item__box__side {
  display: block;
  height: 100%;
  width: 100%;
  padding: 0;
  pointer-events: auto;
}

.csstransforms3d.preserve3d .module--listing--3d .module--listing__item__box__side--front {
  -webkit-transform: rotatex(0deg) translatez(25px);
  -moz-transform: rotatex(0deg) translatez(25px);
  -o-transform: rotatex(0deg) translatez(25px);
  transform: rotatex(0deg) translatez(25px);
  background-size: cover;
}

.csstransforms3d.preserve3d .module--listing--3d .module--listing__item__box__side--back {
  -webkit-transform: rotatex(-90deg) translatez(-25px);
  -moz-transform: rotatex(-90deg) translatez(-25px);
  -ms-transform: rotatex(-90deg) translatez(-25px);
  transform: rotatex(-90deg) translatez(-25px);
  display: none;
}

.no-csstransforms3d .module--listing--3d .module--listing__item,
.no-preserve3d .module--listing--3d .module--listing__item {
  position: relative;
}

.no-csstransforms3d .module--listing--3d .module--listing__item:hover .module--listing__item__box__side--back,
.no-preserve3d .module--listing--3d .module--listing__item:hover .module--listing__item__box__side--back {
  opacity: 1;
}

.no-csstransforms3d .module--listing--3d .module--listing__item:hover .module--listing__item__box__side--front,
.no-preserve3d .module--listing--3d .module--listing__item:hover .module--listing__item__box__side--front {
  opacity: 0;
}

.no-csstransforms3d .module--listing--3d .module--listing__item__box,
.no-preserve3d .module--listing--3d .module--listing__item__box {
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.no-csstransforms3d .module--listing--3d .module--listing__item__box__side,
.no-preserve3d .module--listing--3d .module--listing__item__box__side {
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.no-csstransforms3d .module--listing--3d .module--listing__item__box__side--back,
.no-preserve3d .module--listing--3d .module--listing__item__box__side--back {
  position: absolute;
  top: 0px;
  right: 0;
  bottom: 0;
  left: 0px;
  height: 100%;
  width: 100%;
  opacity: 0;
}

.whoisin h2 {
  color: #001a4b;
  margin-bottom: 20px;
}

.whoisin ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.whoisin li {
  padding: 0;
}

.whoisin li a {
  display: table;
  margin: 0;
  padding: 5px 0;
  color: #252525;
}

.whoisin li a:hover {
  color: #005581;
}

.whoisin li figure,
.whoisin li div {
  display: table-cell;
}

.whoisin li figure {
  height: 60px;
  width: 75px;
  z-index: 1;
}

.whoisin li figure img {
  height: 100%;
}

.whoisin li div {
  height: 60px;
  z-index: 2;
  font-weight: normal;
  font-style: normal;
  font-family: "soleil", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 1.125em;
  padding: 0 0 0 20px;
  vertical-align: middle;
  text-transform: uppercase;
}

.wf-loading .whoisin li div {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-style: normal;
}

@media screen and (max-width: 1064px) {
  .whoisin li div {
    font-size: 1em;
  }
}

.whoisin li div span {
  font-size: 0.7222222222em;
  display: block;
  text-transform: capitalize;
}

@media screen and (max-width: 1064px) {
  .whoisin li div span {
    font-size: 0.8125em;
  }
}

/* ==================================================================================================== */
/* RELATED ATHLETES MODULE */
/* ==================================================================================================== */
/* RELATED ATHLETES MODULE - WIDE VERSION MODIFIER */
.module--related-athletes--wide {
  margin: 0 0 10px;
}

.module--related-athletes--wide::after {
  clear: both;
  content: "";
  display: table;
}

.module--related-athletes--wide .module--related-athletes__content {
  margin-left: -0.5em;
  margin-right: -0.5em;
}

.module--related-athletes--wide .module--related-athletes__content::after {
  clear: both;
  content: "";
  display: table;
}

.module--related-athletes--wide .module--content__overlay-cta__text {
  width: 100%;
  margin: 0;
  font-size: 1.25em;
}

@media (max-width: 1320px) {
  .module--related-athletes--wide .module--content__overlay-cta__text {
    font-size: 1.538461538vw;
  }
}

@media (max-width: 1064px) {
  .module--related-athletes--wide .module--content__overlay-cta__text {
    font-size: 1.879699248vw;
  }
}

@media (max-width: 849px) {
  .module--related-athletes--wide .module--content__overlay-cta__text {
    font-size: 2.5vw;
  }
}

.module--related-athletes--wide .module--related-athletes__item {
  position: relative;
  padding: 0.5em;
  float: left;
  width: 50%;
}

.module--related-athletes--wide .module--related-athletes__item:nth-of-type(2n+1) {
  clear: left;
}

@media screen and (min-width: 1064px) {
  .module--related-athletes--wide .module--related-athletes__item {
    width: 33.3333%;
  }
  .module--related-athletes--wide .module--related-athletes__item:nth-of-type(2n+1) {
    clear: none;
  }
  .module--related-athletes--wide .module--related-athletes__item:nth-of-type(3n+1) {
    clear: left;
  }
}

.module--related-athletes--wide .module--related-athletes__item__link {
  display: block;
  color: #252525;
}

.module--related-athletes--wide .module--related-athletes__item__link:hover, .module--related-athletes--wide .module--related-athletes__item__link:active, .module--related-athletes--wide .module--related-athletes__item__link:focus {
  background: #005581;
  color: #FFF;
  text-decoration: none;
}

.no-touchevents .module--related-athletes--wide .module--related-athletes__item__link:hover .module--content__overlay-cta, .no-touchevents .module--related-athletes--wide .module--related-athletes__item__link:active .module--content__overlay-cta, .no-touchevents .module--related-athletes--wide .module--related-athletes__item__link:focus .module--content__overlay-cta {
  opacity: 1;
}

.module--related-athletes--wide .module--related-athletes__item__title {
  padding: 0.25em;
  font-size: 1.0625em;
  padding-right: 40px;
  position: relative;
}

.module--related-athletes--wide .module--related-athletes__item__title span {
  display: inline-block;
  font-size: 16px;
  position: absolute;
  top: 6px;
  right: 4px;
  font-size: 0.875em;
}

.module--related-athletes--wide .module--listing__item__thumb img {
  position: static;
}

/* ==================================================================================================== */
/* WIDGETS */
.main_column .widget + .widget {
  margin-top: 1em;
}

.widget__header, .widget__header--with-icon {
  border-bottom: 3px solid #000;
  background: #FFF;
}

.widget__header::after, .widget__header--with-icon::after {
  clear: both;
  content: "";
  display: table;
}

@media (max-width: 1320px) {
  .widget__header, .widget__header--with-icon {
    border-bottom-width: .230769231vw;
  }
}

@media (max-width: 1064px) {
  .widget__header, .widget__header--with-icon {
    border-bottom-width: .281954887vw;
  }
}

.widget--highlight .widget__header, .widget--highlight .widget__header--with-icon {
  border-color: #005581;
}

.widget__header--with-icon {
  padding: 0 0 0 46px;
}

.widget__header__heading {
  float: left;
  margin: 0;
  padding: 0 10px;
  background: #000;
  font-size: 1.0625rem;
  line-height: 2;
  text-transform: uppercase;
  color: #FFF;
  position: relative;
  z-index: 2;
}

@media (max-width: 1320px) {
  .widget__header__heading {
    padding: 0 .769230769vw;
    font-size: 1.153846154vw;
  }
}

@media (max-width: 1064px) {
  .widget__header__heading {
    padding: 0 .939849624vw;
    font-size: 1.409774436vw;
  }
}

.widget__header__heading:after {
  content: '';
  display: block;
  z-index: -1;
  height: 100%;
  width: 50%;
  background: #000;
  position: absolute;
  top: 0;
  right: -10%;
  -webkit-transform: skew(14deg, 0deg);
  -moz-transform: skew(14deg, 0deg);
  -ms-transform: skew(14deg, 0deg);
  -o-transform: skew(14deg, 0deg);
  transform: skew(14deg, 0deg);
}

.widget__header__heading, .widget__header__heading a {
  color: #FFF;
}

.widget--highlight .widget__header__heading {
  background: #005581;
  position: relative;
  z-index: 2;
}

.widget--highlight .widget__header__heading, .widget--highlight .widget__header__heading a {
  color: #252525;
}

.widget--highlight .widget__header__heading:after {
  content: '';
  display: block;
  z-index: -1;
  height: 100%;
  width: 50%;
  background: #005581;
  position: absolute;
  top: 0;
  right: -10%;
  -webkit-transform: skew(14deg, 0deg);
  -moz-transform: skew(14deg, 0deg);
  -ms-transform: skew(14deg, 0deg);
  -o-transform: skew(14deg, 0deg);
  transform: skew(14deg, 0deg);
}

.aside_column .widget__header__heading {
  color: #005581;
}

.widget__header__heading__icon, .widget__header__heading__icon--right, .widget__header__heading__icon--tr {
  margin-right: 1em;
  vertical-align: middle;
}

.widget__header__heading__icon--right {
  margin-right: 0;
  margin-left: 1em;
}

.widget__header__heading__icon--tr {
  margin: 0;
  padding: 0;
}

.widget__content, .widget__content--subtle, .widget__content--flush {
  padding: 20px;
  background: #FFF;
}

.widget__content::after, .widget__content--subtle::after, .widget__content--flush::after {
  clear: both;
  content: "";
  display: table;
}

@media (max-height: 1319px) {
  .widget__content, .widget__content--subtle, .widget__content--flush {
    padding: 0 1.538461538vw;
  }
}

@media (max-width: 1064px) {
  .widget__content, .widget__content--subtle, .widget__content--flush {
    padding: 0 1.879699248vw;
  }
}

.widget__content--subtle {
  background: #FFF;
}

.widget__content--flush {
  margin: 0;
  padding: 0;
}

.widget__content--flush + .widget__content--flush {
  margin-top: 10px;
}

/* ==================================================================================================== */
/* CALENDAR MODULE */
.module--calendar {
  background: #FFF;
  border-right: none;
  margin-bottom: 20px;
}

.homepage .module--calendar {
  padding: 0;
  border: 10px solid #001a4b;
}

.related-events {
  background-color: transparent;
}

.module--calendar__content {
  padding-top: 3px;
  background: #FFF;
}

@media (max-width: 1320px) {
  .module--calendar__content {
    padding-top: 0;
  }
}

@media (max-width: 1064px) {
  .module--calendar__content {
    padding-top: 0.2819548872vw;
  }
}

.module--calendar__item {
  border-top: 3px solid #FFF;
  background: #FFF;
}

.module--calendar__item,
.module--calendar__item a {
  color: #000;
}

.module--calendar__item:nth-of-type(even) {
  background: #cccccc;
}

.module--calendar__item a:hover, .module--calendar__item a:active, .module--calendar__item a:focus {
  color: #252525;
  text-decoration: none;
}

.module--calendar__item a:hover .module--calendar__item__date, .module--calendar__item a:active .module--calendar__item__date, .module--calendar__item a:focus .module--calendar__item__date {
  color: #FFF;
}

.module--calendar__item a:hover .module--calendar__item__date, .module--calendar__item a:hover .module--calendar__item__date:after, .module--calendar__item a:active .module--calendar__item__date, .module--calendar__item a:active .module--calendar__item__date:after, .module--calendar__item a:focus .module--calendar__item__date, .module--calendar__item a:focus .module--calendar__item__date:after {
  background: #55a8d8;
}

.related-events .module--calendar__item {
  margin-bottom: 8px;
}

@media (max-width: 1320px) {
  .related-events .module--calendar__item {
    margin-bottom: 0.6060606061vw;
  }
}

@media (max-width: 1064px) {
  .related-events .module--calendar__item {
    margin-bottom: 0.7518796992vw;
  }
}

.csstransforms3d.preserve3d .module--calendar__item__box__side--front {
  background: #FFF;
}

.csstransforms3d.preserve3d .module--listing--3d .module--calendar__item {
  height: 64.5px;
  border-top-width: 3px;
}

@media (max-width: 1320px) {
  .csstransforms3d.preserve3d .module--listing--3d .module--calendar__item {
    height: 4.8863636364vw;
    border-top-width: 0.2272727273vw;
  }
}

@media (max-width: 1064px) {
  .csstransforms3d.preserve3d .module--listing--3d .module--calendar__item {
    height: 6.4379699248vw;
    border-top-width: 0.2819548872vw;
  }
}

.csstransforms3d.preserve3d .module--listing--3d .module--calendar__item__date {
  width: 60px;
  height: 56px;
  height: 60px;
  width: 60px;
  font-size: 0.875em;
}

@media (max-width: 1320px) {
  .csstransforms3d.preserve3d .module--listing--3d .module--calendar__item__date {
    width: 4.5454545455vw;
    height: 4.2424242424vw;
  }
}

@media (max-width: 1064px) {
  .csstransforms3d.preserve3d .module--listing--3d .module--calendar__item__date {
    height: 5.4511278195vw;
  }
}

.csstransforms3d.preserve3d .module--listing--3d .module--calendar__item__date--days, .csstransforms3d.preserve3d .module--listing--3d .athletepage .datetime__day, .athletepage .csstransforms3d.preserve3d .module--listing--3d .datetime__day,
.csstransforms3d.preserve3d .module--listing--3d .module--calendar__item__date span {
  display: block;
  font-size: 30px;
  line-height: 1;
}

@media (max-width: 1320px) {
  .csstransforms3d.preserve3d .module--listing--3d .module--calendar__item__date--days, .csstransforms3d.preserve3d .module--listing--3d .athletepage .datetime__day, .athletepage .csstransforms3d.preserve3d .module--listing--3d .datetime__day,
  .csstransforms3d.preserve3d .module--listing--3d .module--calendar__item__date span {
    font-size: 2.2727272727vw;
  }
}

@media (max-width: 1064px) {
  .csstransforms3d.preserve3d .module--listing--3d .module--calendar__item__date--days, .csstransforms3d.preserve3d .module--listing--3d .athletepage .datetime__day, .athletepage .csstransforms3d.preserve3d .module--listing--3d .datetime__day,
  .csstransforms3d.preserve3d .module--listing--3d .module--calendar__item__date span {
    font-size: 2.8195488722vw;
  }
}

.csstransforms3d.preserve3d .module--listing--3d .module--calendar__item__details {
  margin-left: 95px;
  padding: 15px;
}

@media (max-width: 1320px) {
  .csstransforms3d.preserve3d .module--listing--3d .module--calendar__item__details {
    margin-left: 7.196969697vw;
    padding: 1.1363636364vw;
  }
}

@media (max-width: 1064px) {
  .csstransforms3d.preserve3d .module--listing--3d .module--calendar__item__details {
    margin-left: 8.9285714286vw;
    padding: 1.4097744361vw;
  }
}

.csstransforms3d.preserve3d .module--listing--3d .module--calendar__item__title {
  font-weight: normal;
  font-style: normal;
  font-family: "soleil", Helvetica, Arial, sans-serif;
  font-size: 18px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.wf-loading .csstransforms3d.preserve3d .module--listing--3d .module--calendar__item__title {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-style: normal;
}

@media (max-width: 1320px) {
  .csstransforms3d.preserve3d .module--listing--3d .module--calendar__item__title {
    font-size: 1.3636363636vw;
  }
}

@media (max-width: 1064px) {
  .csstransforms3d.preserve3d .module--listing--3d .module--calendar__item__title {
    font-size: 1.6917293233vw;
  }
}

.csstransforms3d.preserve3d .module--listing--3d .module--calendar__item__venue {
  font-weight: normal;
  font-style: normal;
  font-family: "soleil", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-transform: none;
}

.wf-loading .csstransforms3d.preserve3d .module--listing--3d .module--calendar__item__venue {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}

@media (max-width: 1320px) {
  .csstransforms3d.preserve3d .module--listing--3d .module--calendar__item__venue {
    font-size: 1.0606060606vw;
  }
}

@media (max-width: 1064px) {
  .csstransforms3d.preserve3d .module--listing--3d .module--calendar__item__venue {
    font-size: 1.3157894737vw;
  }
}

@media (min-width: 940px) {
  .csstransforms3d.preserve3d .module--listing--3d .module--calendar__item__venue {
    white-space: wrap;
    text-overflow: ellipsis;
    overflow: visible;
  }
}

.csstransforms3d.preserve3d .related-events .module--calendar__item__date {
  width: 85px;
  padding-top: 7.5px;
  padding-bottom: 7.5px;
  margin: 0;
  height: 100%;
}

@media (max-width: 1320px) {
  .csstransforms3d.preserve3d .related-events .module--calendar__item__date {
    width: 6.4393939394vw;
    padding-top: 0.5681818182vw;
    padding-bottom: 0.5681818182vw;
  }
}

@media (max-width: 1064px) {
  .csstransforms3d.preserve3d .related-events .module--calendar__item__date {
    width: 7.9887218045vw;
    padding-top: 0.704887218vw;
    padding-bottom: 0.704887218vw;
  }
}

.module--calendar__item__date {
  float: left;
  margin: 2.5px 5px;
  padding: 5px 5px;
  font-size: 1em;
  font-weight: normal;
  font-style: normal;
  font-family: "soleil", Helvetica, Arial, sans-serif;
  text-align: center;
  line-height: 1;
  text-transform: uppercase;
  background: #d1e8f5;
  position: relative;
  z-index: 2;
}

.wf-loading .module--calendar__item__date {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}

@media (max-width: 1320px) {
  .module--calendar__item__date {
    margin: 0.178571429vw 0.384615385vw;
    padding: 0.178571429vw 0.384615385vw;
    font-size: 1.212121212vw;
  }
}

@media (max-width: 1064px) {
  .module--calendar__item__date {
    margin: 0.234962406vw 0.469924812vw;
    padding: 0.234962406vw 0.469924812vw;
    font-size: 1.503759398vw;
  }
}

.module--calendar__item__date:after {
  content: '';
  display: block;
  z-index: -1;
  height: 100%;
  width: 50%;
  background: #d1e8f5;
  position: absolute;
  top: 0;
  right: -10%;
  -webkit-transform: skew(-14deg, 0deg);
  -moz-transform: skew(-14deg, 0deg);
  -ms-transform: skew(-14deg, 0deg);
  -o-transform: skew(-14deg, 0deg);
  transform: skew(-14deg, 0deg);
}

.related-events .module--calendar__item__date {
  width: 70px;
  color: #FFF;
  background-color: #858585;
  position: relative;
  z-index: 2;
}

.related-events .module--calendar__item__date:after {
  content: '';
  display: block;
  z-index: -1;
  height: 100%;
  width: 50%;
  background: inherit;
  position: absolute;
  top: 0;
  right: -12%;
  -webkit-transform: skew(-14deg, 0deg);
  -moz-transform: skew(-14deg, 0deg);
  -ms-transform: skew(-14deg, 0deg);
  -o-transform: skew(-14deg, 0deg);
  transform: skew(-14deg, 0deg);
}

.module--calendar__item__details {
  margin-left: 80px;
  padding: 7px;
}

@media (max-width: 1320px) {
  .module--calendar__item__details {
    margin-left: 6.0606060606vw;
    padding: 0.5303030303vw;
  }
}

@media (max-width: 1064px) {
  .module--calendar__item__details {
    margin-left: 7.5187969925vw;
    padding: 0.6578947368vw;
  }
}

.module--calendar__item__title {
  font-weight: normal;
  font-style: normal;
  font-family: "soleil", Helvetica, Arial, sans-serif;
  font-size: 17px;
  text-transform: uppercase;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.wf-loading .module--calendar__item__title {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-style: normal;
}

@media (max-width: 1320px) {
  .module--calendar__item__title {
    font-size: 1.2878787879vw;
  }
}

@media (max-width: 1064px) {
  .module--calendar__item__title {
    font-size: 1.5977443609vw;
  }
}

.module--calendar__item__box__side--back {
  background: #858585;
}

.module--calendar__cta {
  float: left;
  height: 100%;
  width: 50%;
  margin: 13px;
  padding: 0;
}

@media (max-width: 1320px) {
  .module--calendar__cta {
    padding: .384615385vw .769230769vw;
  }
}

@media (max-width: 1064px) {
  .module--calendar__cta {
    padding: .469924812vw .939849624vw;
  }
}

.module--calendar__options {
  float: left;
  margin: 0;
  padding: 15px 10px;
  height: 100%;
  width: 66.66667%;
}

@media (max-width: 1320px) {
  .module--calendar__options {
    padding: 1.153846154vw .769230769vw;
  }
}

@media (max-width: 1064px) {
  .module--calendar__options {
    padding: 1.409774436vw .939849624vw;
  }
}

.module--calendar__options__label {
  display: inline-block;
  height: 100%;
  width: 40%;
  margin: 0 2.5% 0 2.5%;
  vertical-align: middle;
  text-align: center;
  color: #FFF;
}

.module--calendar__options__buttons {
  display: inline-block;
  height: 100%;
  width: auto;
  vertical-align: middle;
  text-align: right;
}

.button--cal-add {
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
  text-align: left;
  text-indent: -9999px;
}

@media (max-width: 1320px) {
  .button--cal-add {
    margin: 0 .769230769vw;
  }
}

@media (max-width: 1064px) {
  .button--cal-add {
    margin: 0 .939849624vw;
  }
}

.module--calendar__item--prev .module--calendar__item__details,
.module--calendar__item--prev .module--calendar__item__details a {
  color: #8A898E;
}

.module--calendar__item--prev .module--calendar__item__details a:hover, .module--calendar__item--prev .module--calendar__item__details a:active, .module--calendar__item--prev .module--calendar__item__details a:focus {
  color: #005581;
}

.module--calendar__item--next {
  position: relative;
  color: #000;
}

.module--calendar__item--next .module--calendar__item__date {
  background: #55a8d8;
  color: #FFF;
  position: relative;
  z-index: 2;
}

.module--calendar__item--next .module--calendar__item__date:after {
  content: '';
  display: block;
  z-index: -1;
  height: 100%;
  width: 50%;
  background: #55a8d8;
  position: absolute;
  top: 0;
  right: -15%;
  -webkit-transform: skew(-14deg, 0deg);
  -moz-transform: skew(-14deg, 0deg);
  -ms-transform: skew(-14deg, 0deg);
  -o-transform: skew(-14deg, 0deg);
  transform: skew(-14deg, 0deg);
}

.module--calendar__item--next .module--calendar__item__title {
  margin-right: 65px;
}

@media (max-width: 1320px) {
  .module--calendar__item--next .module--calendar__item__title {
    margin-right: 4.9242424242vw;
  }
}

@media (max-width: 1064px) {
  .module--calendar__item--next .module--calendar__item__title {
    margin-right: 6.1090225564vw;
  }
}

.module--listing__item__next-label {
  position: absolute;
  font-weight: normal;
  font-style: normal;
  font-family: "soleil", Helvetica, Arial, sans-serif;
  color: #FFF;
  background: #55a8d8;
  text-transform: uppercase;
  padding: 3px;
  top: 3px;
  right: 1px;
  width: 55px;
  font-size: 11px;
  z-index: 2;
}

.wf-loading .module--listing__item__next-label {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}

@media (max-width: 1320px) {
  .module--listing__item__next-label {
    padding: 0.2272727273vw;
    top: 0.2272727273vw;
    right: 0.0757575758vw;
    width: 4.1666666667vw;
    font-size: 0.8333333333vw;
  }
}

@media (max-width: 1064px) {
  .module--listing__item__next-label {
    padding: 0.2819548872vw;
    top: 0.2819548872vw;
    right: 0.0939849624vw;
    width: 5.1691729323vw;
    font-size: 1.0338345865vw;
  }
}

.module--listing__item__next-label:after {
  content: '';
  display: block;
  z-index: -1;
  height: 100%;
  width: 50%;
  background: #55a8d8;
  position: absolute;
  top: 0;
  left: -15%;
  -webkit-transform: skew(14deg, 0deg);
  -moz-transform: skew(14deg, 0deg);
  -ms-transform: skew(14deg, 0deg);
  -o-transform: skew(14deg, 0deg);
  transform: skew(14deg, 0deg);
}

/* ==================================================================================================== */
/* STANDINGS MODULE */
.module--standings {
  position: relative;
  background: #FFF;
  background-clip: content-box;
}

.module--standings__standings {
  display: none;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.module--standings__standings.is-active {
  display: block;
}

.module--standings__header {
  padding: 6px;
  font-weight: normal;
  font-style: normal;
  font-family: "soleil", Helvetica, Arial, sans-serif;
}

.module--standings__header::after {
  clear: both;
  content: "";
  display: table;
}

.wf-loading .module--standings__header {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}

.module--standings__header p,
.module--standings__header a {
  display: block;
  float: left;
  margin: 0;
  margin-right: 15px;
  padding: 8px;
  font-size: 14px;
  background: #d1e8f5;
  color: #252525;
}

.module--standings__header p {
  position: relative;
  z-index: 2;
}

.module--standings__header p:after {
  content: '';
  display: block;
  z-index: -1;
  height: 100%;
  width: 15px;
  background: #d1e8f5;
  position: absolute;
  top: 0;
  right: -5px;
  -webkit-transform: skew(-14deg, 0deg);
  -moz-transform: skew(-14deg, 0deg);
  -ms-transform: skew(-14deg, 0deg);
  -o-transform: skew(-14deg, 0deg);
  transform: skew(-14deg, 0deg);
}

.module--standings__header a {
  font-weight: normal;
  font-style: normal;
  font-family: "soleil", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
}

.wf-loading .module--standings__header a {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-style: normal;
}

.module--standings__header a:after, .module--standings__header a:before {
  content: '';
  display: block;
  z-index: -1;
  height: 100%;
  width: 15px;
  background: #d1e8f5;
}

.module--standings__header a:after {
  position: absolute;
  top: 0;
  right: -5px;
  -webkit-transform: skew(-14deg, 0deg);
  -moz-transform: skew(-14deg, 0deg);
  -ms-transform: skew(-14deg, 0deg);
  -o-transform: skew(-14deg, 0deg);
  transform: skew(-14deg, 0deg);
}

.module--standings__header a:before {
  position: absolute;
  top: 0;
  left: -5px;
  -webkit-transform: skew(-14deg, 0deg);
  -moz-transform: skew(-14deg, 0deg);
  -ms-transform: skew(-14deg, 0deg);
  -o-transform: skew(-14deg, 0deg);
  transform: skew(-14deg, 0deg);
}

.module--standings__header a:hover, .module--standings__header a:active, .module--standings__header a:focus, .module--standings__header a.is-active {
  color: #FFF;
  text-decoration: none;
}

.module--standings__header a:hover, .module--standings__header a:hover:before, .module--standings__header a:hover:after, .module--standings__header a:active, .module--standings__header a:active:before, .module--standings__header a:active:after, .module--standings__header a:focus, .module--standings__header a:focus:before, .module--standings__header a:focus:after, .module--standings__header a.is-active, .module--standings__header a.is-active:before, .module--standings__header a.is-active:after {
  background: #55a8d8;
}

.module--standings__list-wrap {
  display: none;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  overflow: hidden;
}

.module--standings__list-wrap.is-active {
  display: block;
}

.module--standings__list {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.module--standings__list > div {
  position: relative;
  top: 0;
  left: 0;
  -webkit-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

.module--standings__list__chunk {
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.module--standings__list__chunk.is-active {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.module--standings__list__header {
  display: none;
}

.module--standings__list__item--no-link,
.module--standings__list__item a {
  display: block;
  width: 100%;
  clear: both;
}

.module--standings__list__item--no-link::after,
.module--standings__list__item a::after {
  clear: both;
  content: "";
  display: table;
}

.module--standings__list__item {
  background: #FFF;
  border: 1px solid #FFF;
  border-bottom-color: #cccccc;
  border-top: none;
  width: 100%;
}

.module--standings__list__item::after {
  clear: both;
  content: "";
  display: table;
}

.module--standings__list__item .img--skewed:after {
  right: -15px;
  background: #FFF;
}

.module--standings__list__item:nth-of-type(even) {
  background: #cccccc;
}

.module--standings__list__item:nth-of-type(even) .img--skewed:after {
  background: #cccccc;
}

.module--standings__list__item:last-of-type {
  border-bottom: none;
}

.module--standings__list__item a {
  color: #000;
}

.module--standings__list__item a:hover, .module--standings__list__item a:active, .module--standings__list__item a:focus {
  color: #55a8d8;
  text-decoration: none;
}

.module--standings__list__item__col {
  display: block;
  float: left;
  font-weight: normal;
  font-style: normal;
  font-family: "soleil", Helvetica, Arial, sans-serif;
  vertical-align: middle;
  padding: 5px;
  font-size: 17px;
}

.wf-loading .module--standings__list__item__col {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-style: normal;
}

.module--standings__list__item__col a {
  color: #252525;
}

.module--standings__list__item__col--rank {
  width: 20%;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  overflow: hidden;
}

.module--standings__list__item__col--rank div {
  position: relative;
}

.module--standings__list__item__col--rank__number {
  display: block;
  position: absolute;
  top: 0;
  margin: 0;
  padding: 2px;
  z-index: 3;
  right: 5px;
  font-size: 13px;
  text-align: center;
  color: #FFF;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
}

.module--standings__list__item__col--rank__thumb {
  display: block;
  padding: 0;
}

.module--standings__list__item__col--athlete {
  width: 52.5%;
}

.module--standings__list__item__col--athlete__country {
  display: block;
  font-size: 13px;
}

.module--standings__list__item__col--points {
  width: 27.5%;
  text-align: center;
}

.module--standings__list__item__col--points__number {
  font-weight: normal;
  font-style: normal;
  font-family: "soleil", Helvetica, Arial, sans-serif;
}

.wf-loading .module--standings__list__item__col--points__number {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bolder;
  font-style: normal;
}

.module--standings__list__item__col--points__label {
  display: block;
  font-size: 13px;
}

.module--standings__list__item--champion .module--standings__list__item__col--athlete__name {
  font-weight: normal;
  font-style: normal;
  font-family: "soleil", Helvetica, Arial, sans-serif;
}

.wf-loading .module--standings__list__item--champion .module--standings__list__item__col--athlete__name {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-style: normal;
}

.module--standings__page-nav {
  position: absolute;
  bottom: 10px;
  margin: 0;
  z-index: 11;
  padding: 10px;
  right: 10px;
}

.module--standings__page-nav::after {
  clear: both;
  content: "";
  display: table;
}

.module--standings__page-nav__item {
  display: block;
  float: left;
  color: #005581;
  margin: 0 5px;
}

.module--standings__page-nav__item:hover, .module--standings__page-nav__item:active, .module--standings__page-nav__item:focus {
  color: #001a4b;
  text-decoration: none;
}

.module--standings__page-nav__item i {
  font-size: 0;
}

.module--standings__page-nav__item i:before {
  font-size: 16px;
}

.module--standings__content__error {
  margin: 0 0 40px;
  padding: 8px;
  font-weight: normal;
  font-style: normal;
  font-family: "soleil", Helvetica, Arial, sans-serif;
  text-align: center;
}

.wf-loading .module--standings__content__error {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-style: italic;
}

.module--standings__footer {
  position: absolute;
  right: 10px;
  bottom: 10px;
  left: 10px;
  z-index: 10;
  padding: 10px;
  background: #FFF;
}

.module--standings__footer p {
  margin: 0;
  padding: 0;
  width: 50%;
}

.module--standings__footer__link {
  color: #252525;
  text-transform: uppercase;
  font-weight: normal;
  font-style: normal;
  font-family: "soleil", Helvetica, Arial, sans-serif;
  font-size: 14px;
  z-index: 5;
}

.wf-loading .module--standings__footer__link {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}

/* ==================================================================================================== */
/* STANDINGS MODULE - DESKTOP OVERRIDES */
.module--standings__header {
  padding: 6px;
}

@media (max-width: 1320px) {
  .module--standings__header {
    padding: 0.4545454545vw;
  }
}

@media (max-width: 1064px) {
  .module--standings__header {
    padding: 0.5639097744vw;
  }
}

@media (max-width: 1064px) {
  .homepage .module--standings__header {
    padding: 0.7518796992vw;
  }
}

@media (max-width: 1320px) {
  .eventpage .module--standings__header {
    padding: 0.6060606061vw;
  }
}

@media (max-width: 940px) {
  .eventpage .module--standings__header {
    padding: 0.8510638298vw;
  }
}

@media screen and (min-width: 941px) and (max-width: 1064px) {
  .eventcomplete .module--standings__header {
    display: none;
  }
}

.module--standings__header p,
.module--standings__header a {
  margin-right: 15px;
  padding: 8px;
  font-size: 14px;
}

@media (max-width: 1320px) {
  .homepage .module--standings__header p, .homepage
  .module--standings__header a {
    margin-right: 1.1363636364vw;
    padding: 0.6060606061vw;
    font-size: 1.0606060606vw;
  }
}

@media (max-width: 1064px) {
  .homepage .module--standings__header p, .homepage
  .module--standings__header a {
    margin-right: 1.4097744361vw;
    padding: 0.7518796992vw;
    font-size: 1.3157894737vw;
  }
}

@media (max-width: 1320px) {
  .eventpage .module--standings__header p, .eventpage
  .module--standings__header a {
    margin-right: 1.1363636364vw;
    padding: 0.6060606061vw;
    font-size: 1.0606060606vw;
  }
}

@media (max-width: 940px) {
  .eventpage .module--standings__header p, .eventpage
  .module--standings__header a {
    margin-right: 1.5957446809vw;
    padding: 0.8510638298vw;
    font-size: 1.4893617021vw;
  }
}

@media screen and (max-width: 940px) {
  .eventpage .module--standings__list__item {
    max-height: none;
  }
}

@media (max-width: 1320px) {
  .module--standings__list__item__col {
    padding: 0.3787878788vw;
    font-size: 1.2878787879vw;
  }
}

@media (max-width: 1064px) {
  .module--standings__list__item__col {
    padding: 0.469924812vw;
    font-size: 1.5977443609vw;
  }
}

@media (max-width: 940px) {
  .module--standings__list__item__col {
    font-size: 1.7021276596vw;
  }
}

@media (max-width: 1320px) {
  .eventpage .module--standings__list__item__col {
    padding: 0.3787878788vw;
    font-size: 1.2878787879vw;
  }
}

@media (max-width: 940px) {
  .eventpage .module--standings__list__item__col {
    font-size: 2.5531914894vw;
  }
}

@media (max-width: 940px) {
  .eventcomplete .module--standings__list__item__col {
    font-size: 2.5531914894vw;
  }
}

@media (max-width: 1320px) {
  .module--standings__list__item__col--rank {
    padding-top: 0.3787878788vw;
    padding-bottom: 0.3787878788vw;
    padding-left: 0.3787878788vw;
  }
}

@media (max-width: 1064px) {
  .module--standings__list__item__col--rank {
    padding-top: 0.469924812vw;
    padding-bottom: 0.469924812vw;
    padding-left: 0.469924812vw;
  }
}

@media screen and (max-width: 940px) {
  .module--standings__list__item__col--rank {
    width: 16.5%;
  }
}

.module--standings__list__item__col--rank__number {
  right: 5px;
  font-size: 13px;
}

@media (max-width: 1320px) {
  .module--standings__list__item__col--rank__number {
    right: 0.3787878788vw;
    font-size: 0.9848484848vw;
  }
}

@media (max-width: 1064px) {
  .module--standings__list__item__col--rank__number {
    right: 0.469924812vw;
    font-size: 1.2218045113vw;
  }
}

@media (max-width: 1320px) {
  .eventpage .module--standings__list__item__col--rank__number {
    right: 0.3787878788vw;
    font-size: 0.9848484848vw;
  }
}

@media (max-width: 940px) {
  .eventpage .module--standings__list__item__col--rank__number,
  .eventcomplete .module--standings__list__item__col--rank__number {
    font-size: 1.5957446809vw;
  }
}

@media screen and (max-width: 940px) {
  .module--standings__list__item__col--athlete {
    width: 56%;
  }
}

.module--standings__list__item__col--athlete__country {
  font-size: 13px;
}

@media (max-width: 1320px) {
  .module--standings__list__item__col--athlete__country {
    font-size: 0.9848484848vw;
  }
}

@media (max-width: 1064px) {
  .module--standings__list__item__col--athlete__country {
    font-size: 1.2218045113vw;
  }
}

@media (max-width: 1320px) {
  .eventpage .module--standings__list__item__col--athlete__country {
    font-size: 0.9848484848vw;
  }
}

@media (max-width: 940px) {
  .eventpage .module--standings__list__item__col--athlete__country,
  .eventcomplete .module--standings__list__item__col--athlete__country {
    font-size: 1.5957446809vw;
  }
}

.module--standings__list__item__col--points__label {
  font-size: 13px;
}

@media (max-width: 1320px) {
  .module--standings__list__item__col--points__label {
    font-size: 0.9848484848vw;
  }
}

@media (max-width: 1064px) {
  .module--standings__list__item__col--points__label {
    font-size: 1.2218045113vw;
  }
}

@media (max-width: 1320px) {
  .eventpage .module--standings__list__item__col--points__label {
    font-size: 0.9848484848vw;
  }
}

@media (max-width: 940px) {
  .eventpage .module--standings__list__item__col--points__label,
  .eventcomplete .module--standings__list__item__col--points__label {
    font-size: 1.5957446809vw;
  }
}

.module--standings__page-nav {
  padding: 10px;
  right: 10px;
}

@media (max-width: 1320px) {
  .module--standings__page-nav {
    padding: 0.7575757576vw;
    right: 0.7575757576vw;
  }
}

@media (max-width: 1064px) {
  .module--standings__page-nav {
    padding: 0.9398496241vw;
    right: 0.9398496241vw;
  }
}

@media (max-width: 1320px) {
  .module--standings__page-nav__item {
    margin-left: 0.3787878788vw;
    margin-right: 0.3787878788vw;
  }
}

@media (max-width: 1064px) {
  .module--standings__page-nav__item {
    margin-left: 0.469924812vw;
    margin-right: 0.469924812vw;
  }
}

@media (max-width: 1320px) {
  .module--standings__page-nav__item i:before {
    font-size: 1.2121212121vw;
  }
}

@media (max-width: 1064px) {
  .module--standings__page-nav__item i:before {
    font-size: 1.5037593985vw;
  }
}

@media (max-width: 1320px) {
  .eventpage .module--standings__page-nav__item i:before {
    font-size: 1.2121212121vw;
  }
}

@media (max-width: 940px) {
  .eventpage .module--standings__page-nav__item i:before {
    font-size: 1.7021276596vw;
  }
}

.module--standings__content__error {
  padding: 8px;
}

@media (max-width: 1320px) {
  .module--standings__content__error {
    padding: 0.6060606061vw;
  }
}

@media (max-width: 1064px) {
  .module--standings__content__error {
    padding: 0.7518796992vw;
  }
}

.module--standings__footer {
  padding: 10px;
}

@media (max-width: 1320px) {
  .module--standings__footer {
    padding: 0.7575757576vw;
  }
}

@media (max-width: 1064px) {
  .module--standings__footer {
    padding: 0.9398496241vw;
  }
}

@media (max-width: 1320px) {
  .module--standings__footer__link {
    font-size: 1.2121212121vw;
  }
}

@media (max-width: 1064px) {
  .module--standings__footer__link {
    font-size: 1.5037593985vw;
  }
}

@media (max-width: 1320px) {
  .eventpage .module--standings__footer__link {
    font-size: 1.2121212121vw;
  }
}

@media (max-width: 940px) {
  .eventpage .module--standings__footer__link {
    font-size: 1.7021276596vw;
  }
}

/* ============================================================================================== */
/* WAYIN MODULE */
.report_link {
  position: absolute;
  bottom: 0;
  right: 10px;
  padding: 5px;
  font-size: 11px;
  text-align: right;
  z-index: 10;
  background: #000;
  background: rgba(0, 0, 0, 0.4);
}

.report_link a {
  color: #FFF;
}

.module--wayin__heading {
  position: absolute;
  top: 10px;
  left: 10px;
  font-weight: normal;
  font-style: normal;
  font-family: "soleil", Helvetica, Arial, sans-serif;
  background: transparent;
  overflow: hidden;
  z-index: 2;
}

.wf-loading .module--wayin__heading {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}

.module--wayin__heading:after {
  content: '';
  display: block;
  z-index: -1;
  height: 100%;
  width: 105%;
  background: rgba(0, 0, 0, 0.85);
  position: absolute;
  top: 0;
  left: -10%;
  -webkit-transform: skew(-14deg, 0deg);
  -moz-transform: skew(-14deg, 0deg);
  -ms-transform: skew(-14deg, 0deg);
  -o-transform: skew(-14deg, 0deg);
  transform: skew(-14deg, 0deg);
}

.module--wayin__heading__header {
  font-size: 1.125rem;
}

.module--wayin {
  overflow: hidden;
  position: relative;
}

.module--wayin, .module--wayin .module__content {
  height: 360px;
}

.module--wayin.module--span-2 {
  width: 100% !important;
}

.module--wayin.module--span-2 .module__content {
  border-bottom: 3px solid #55a8d8;
}

.module--wayin.module--span-2 .report_link {
  bottom: 15px;
  right: 30px;
}

.module--wayin.module--wayin--event {
  height: 738px;
}

.module--wayin.module--wayin--event .module--wayin__heading {
  position: relative;
  top: 0px;
  left: 0px;
  border-bottom: 3px solid #55a8d8;
}

.module--wayin.module--wayin--event .module--wayin__heading:after {
  display: none;
}

.module--wayin.module--wayin--event .module--wayin__heading .module--wayin__heading__header {
  background: #55a8d8;
  color: #FFF;
  display: inline-block;
  padding: 10px;
  position: relative;
  z-index: 2;
}

.module--wayin.module--wayin--event .module--wayin__heading .module--wayin__heading__header:after {
  content: '';
  display: block;
  z-index: -1;
  height: 100%;
  width: 50%;
  background: #55a8d8;
  position: absolute;
  top: 0;
  right: -10%;
  -webkit-transform: skew(14deg, 0deg);
  -moz-transform: skew(14deg, 0deg);
  -ms-transform: skew(14deg, 0deg);
  -o-transform: skew(14deg, 0deg);
  transform: skew(14deg, 0deg);
}

.module--wayin.module--wayin--event, .module--wayin.module--wayin--event .module__content {
  height: 740px;
}

.module--wayin .module__content {
  overflow-y: scroll;
}

.module--wayin .module__content .wd-collage-layout-wrapper {
  overflow-x: hidden;
}

.module--wayin .module__content .wd-collage-layout-inner {
  margin: 0 -10px;
}

.eventpage .module--wayin__heading {
  position: relative;
  top: 0px;
  left: 0px;
  border-bottom: 3px solid #000;
  overflow: hidden;
}

.eventpage .module--wayin__heading:after {
  display: none;
}

.eventpage .module--wayin__heading__header {
  color: #FFF;
  display: inline-block;
  margin: 0 10px 0 0;
  padding: 8px;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 1.125rem;
  position: relative;
  z-index: 2;
  position: relative;
  z-index: 2;
}

.eventpage .module--wayin__heading__header:after {
  content: '';
  display: block;
  z-index: -1;
  height: 100%;
  width: 120%;
  background: #000;
  position: absolute;
  top: 0;
  left: -10%;
  -webkit-transform: skew(14deg, 0deg);
  -moz-transform: skew(14deg, 0deg);
  -ms-transform: skew(14deg, 0deg);
  -o-transform: skew(14deg, 0deg);
  transform: skew(14deg, 0deg);
}

/* ==================================================================================================== */
/* EVENT HIGHLIGHTS MODULE */
.module--event-highlights .rotate {
  font-weight: normal;
  font-style: normal;
  font-family: "soleil", Helvetica, Arial, sans-serif;
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  background: #000;
  color: #fff;
  display: none;
  padding: 20px;
  text-align: center;
  z-index: 10;
}

.wf-loading .module--event-highlights .rotate {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-style: italic;
}

.module--event-highlights .rotate i {
  margin: 20px auto;
  font-size: 3.75em;
}

.module--event-highlights .rotate p {
  font-size: 1.125em;
  text-transform: uppercase;
  margin: 0 auto;
  text-align: center;
}

.module--event-highlights .rotate p a {
  display: block;
  padding-top: 10px;
}

.module--event-highlights .nav--slider {
  margin-bottom: 0px;
}

.module--event-highlights__content {
  margin-bottom: 0;
}

.module--event-highlights__content__item .rsTabs {
  float: none;
  clear: both;
}

.module--event-highlights__content__item .rsTabs::after {
  clear: both;
  content: "";
  display: table;
}

.module--event-highlights__content__item .rsTab {
  position: relative;
  float: left;
  width: 49.5%;
  margin: 0.5%;
  opacity: 1;
  margin-top: 1px;
  margin-bottom: 1px;
  -webkit-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}

.module--event-highlights__content__item .rsTab:nth-of-type(even) {
  margin-left: 0;
}

.module--event-highlights__content__item .rsTab:nth-of-type(odd) {
  margin-right: 0;
}

.module--event-highlights__content__item .rsTab.rsNavSelected {
  height: 0;
  width: 0;
  margin: 0;
  opacity: 0;
  z-index: -1;
}

.rsDefault .module--event-highlights__content__item .rsFullScreen {
  font-family: "rb-bc-one" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.rsDefault .module--event-highlights__content__item .rsPlayBtn {
  height: 40px;
  width: 40px;
  margin-left: -20px;
  margin-top: -30px;
}

.rsDefault .module--event-highlights__content__item .rsPlayBtn:hover .rsPlayBtnIcon {
  color: #fbd60d;
}

.rsDefault .module--event-highlights__content__item .rsPlayBtnIcon {
  font-family: "rb-bc-one" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 40px;
  text-shadow: 3px 3px 13px rgba(0, 0, 0, 0.34);
}

.module--event-highlights__content__item__thumb__button {
  cursor: pointer;
  -webkit-transition: background 0.2s ease-out;
  -o-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out;
}

.module--event-highlights__content__item__thumb__button .button--vid-play__label,
.module--event-highlights__content__item__thumb__button i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.module--event-highlights__content__item__thumb__button .button--vid-play__label {
  width: 100%;
  padding: 0 5px;
  opacity: 0;
  font-weight: normal;
  font-style: normal;
  font-family: "soleil", Helvetica, Arial, sans-serif;
  color: #FFF;
  text-align: center;
  text-transform: uppercase;
  text-shadow: none;
}

.wf-loading .module--event-highlights__content__item__thumb__button .button--vid-play__label {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}

.module--event-highlights__content__item__thumb__button i {
  color: rgba(255, 255, 255, 0.7);
  opacity: 1;
  text-shadow: 3px 3px 13px rgba(0, 0, 0, 0.34);
}

.module--event-highlights__content__item__thumb__button img {
  width: 100%;
}

.module--event-highlights__content__item__thumb__button:hover {
  background: #55a8d8;
  background: rgba(85, 168, 216, 0.75);
  -webkit-transition: background 0.2s ease-out;
  -o-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out;
}

.module--event-highlights__content__item__thumb__button:hover .button--vid-play__label {
  opacity: 1;
}

.module--event-highlights__content__item__thumb__button:hover i {
  opacity: 0;
}

.module--event-highlights__content__item__vid-wrap {
  position: relative;
}

.module--event-highlights__content__item__video--lead,
.module--event-highlights__content__item__video--empty {
  float: none;
  width: 100%;
}

.module--event-highlights__content__item__video--current {
  display: none;
}

.module--event-highlights__content__item__video--empty {
  padding: 50px 0;
}

.module--event-highlights__content__item__video--empty p {
  font-size: 1.2em;
  text-align: center;
  font-weight: normal;
  font-style: normal;
  font-family: "soleil", Helvetica, Arial, sans-serif;
  color: #A6A6A6;
}

.wf-loading .module--event-highlights__content__item__video--empty p {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bolder;
  font-style: normal;
}

.textshadow .module--event-highlights__content__item__video--empty p {
  color: #b7b1b1;
  text-shadow: 0px 1px 1px #efefef;
}

.module--event-highlights__content__item__description {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 10px 5px;
  width: 100%;
  z-index: 2;
  font-weight: normal;
  font-style: normal;
  font-family: "soleil", Helvetica, Arial, sans-serif;
  font-size: 1.2em;
  color: #FFF;
  text-decoration: none;
  text-align: center;
  background: #fbd60d;
  background: rgba(251, 214, 13, 0.85);
}

.wf-loading .module--event-highlights__content__item__description {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}

.rsVideoPlaying .module--event-highlights__content__item__description {
  z-index: -1;
}

/* ==================================================================================================== */
/* EVENT HIGHLIGHTS MODULE - DESKTOP OVERRIDES */
.module--event-highlights__content {
  min-height: 320px;
}

@media (max-width: 1320px) {
  .module--event-highlights__content {
    min-height: 24.2424242424vw;
  }
}

@media (max-width: 1064px) {
  .module--event-highlights__content {
    min-height: 30.0751879699vw;
  }
}

.module--event-highlights__content__item .rsTab {
  margin-top: 2px;
  margin-bottom: 2px;
}

@media (max-width: 1320px) {
  .module--event-highlights__content__item .rsTab {
    margin-top: 0.1515151515vw;
    margin-bottom: 0.1515151515vw;
  }
}

@media (max-width: 1064px) {
  .module--event-highlights__content__item .rsTab {
    margin-top: 0.1879699248vw;
    margin-bottom: 0.1879699248vw;
  }
}

@media (max-width: 1320px) {
  .module--event-highlights__content__item__description {
    padding: .769230769vw .384615385vw;
    font-size: 1.455648218vw;
  }
}

@media (max-width: 1064px) {
  .module--event-highlights__content__item__description {
    padding: .939849624vw .469924812;
    font-size: 1.804511278vw;
  }
}

/* ============================================================================================== */
/* RESULTS PAGE */
.resultspage .lead-image--no-image {
  overflow: hidden;
}

.resultspage .season--nav {
  overflow: hidden;
  margin: 25px auto;
}

.resultspage .wrapper_1cola {
  max-width: 1320px;
  margin: 20px auto;
}

.resultspage .wrapper_1cola table {
  background: #fff;
  width: 100%;
  margin-bottom: 40px;
}

.resultspage .wrapper_1cola thead {
  background: #000;
  border: 10px solid #000;
  border-bottom: none;
  color: #999;
  text-transform: uppercase;
  text-align: left;
}

.resultspage .wrapper_1cola thead th {
  padding: 0 10px 10px 10px;
}

.resultspage .wrapper_1cola tbody {
  border: 10px solid #fff;
  font-size: 14px;
}

.resultspage .wrapper_1cola tbody tr .img--skewed:after {
  background: #fff;
}

.resultspage .wrapper_1cola tbody td {
  padding: 5px 10px;
}

.resultspage .wrapper_1cola tbody td,
.resultspage .wrapper_1cola tbody td a {
  color: #000;
}

.resultspage .wrapper_1cola tbody td.flag img {
  -webkit-transform: skew(-14deg, 0deg);
  -moz-transform: skew(-14deg, 0deg);
  -ms-transform: skew(-14deg, 0deg);
  -o-transform: skew(-14deg, 0deg);
  transform: skew(-14deg, 0deg);
}

.resultspage .wrapper_1cola tbody tr:nth-child(odd) {
  background: #efefef;
}

.resultspage .wrapper_1cola tbody tr:nth-child(odd) .img--skewed:after {
  background: #efefef;
}

.resultspage .wrapper_1cola tbody tr:hover {
  background: #FFF0DA;
}

.resultspage .wrapper_1cola tbody tr:hover .img--skewed:after {
  background-color: #FFF0DA;
}

.resultspage .nav-tabs {
  margin: 0 -10px;
  background: transparent;
}

.resultspage .nav-tabs a.cancelled {
  opacity: 0.5;
}

.resultspage .nav-tabs .active {
  background: #55a8d8;
  color: #FFF;
}

.resultspage .navSeasons,
.resultspage .navSeries,
.resultspage .navRounds {
  margin-bottom: 20px;
  overflow-x: hidden;
}

.resultspage #results-container section section {
  background: #d9d7d8;
  padding: 20px;
}

.resultspage #results-container h2 {
  margin-top: 20px;
}

.resultspage .fulltable {
  clear: both;
  background: #fff;
  width: 100%;
  margin: 20px 0 0 0;
  font-weight: 400;
}

.resultspage .fulltable thead {
  background: #000;
  border: 10px solid #000;
  border-bottom: none;
  color: #999;
  text-transform: uppercase;
  text-align: left;
}

.resultspage .fulltable thead th {
  padding: 0 10px 10px 10px;
}

.resultspage .fulltable tbody {
  border: 10px solid #fff;
  font-size: 14px;
}

.resultspage .fulltable tbody td {
  padding: 5px 10px;
}

.resultspage .fulltable tbody tr:nth-child(odd) {
  background: #efefef;
}

.resultspage .fulltable tbody tr:hover {
  background: #FFF0DA;
}

.resultspage .fulltable tbody tr.imgs img {
  width: 100%;
  height: auto;
}

.resultspage .fulltable tbody td.notice {
  text-align: center;
  padding: 20px 0;
  font-size: 18px;
  color: #aaa;
}

.resultspage .fulltable tbody tr.faded {
  color: #777;
}

.resultspage .fulltable tbody tr.faded img {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.resultspage .fulltable tbody tr.faded:hover img {
  opacity: 1;
  filter: alpha(opacity=100);
}

.resultspage .fulltable tbody tr .pos {
  width: 10%;
}

.resultspage .fulltable tbody tr .imgs {
  width: 6%;
}

.resultspage .fulltable tbody tr .overall {
  width: 5%;
}

.resultspage .event-title {
  float: left;
  margin-bottom: 20px;
}

.resultspage .no-results {
  clear: both;
}

.resultspage .detailedresults {
  float: right;
  margin-bottom: 20px;
}

.resultspage .button--download {
  background: #001a4b;
  position: relative;
  z-index: 2;
}

.resultspage .button--download:after {
  content: '';
  display: block;
  z-index: -1;
  height: 100%;
  width: 50%;
  background: #001a4b;
  position: absolute;
  top: 0;
  left: -10%;
  -webkit-transform: skew(-14deg, 0deg);
  -moz-transform: skew(-14deg, 0deg);
  -ms-transform: skew(-14deg, 0deg);
  -o-transform: skew(-14deg, 0deg);
  transform: skew(-14deg, 0deg);
}

.resultspage .button--download:hover, .resultspage .button--download:active, .resultspage .button--download:focus {
  background: #55a8d8;
  position: relative;
  z-index: 2;
}

.resultspage .button--download:hover:after, .resultspage .button--download:active:after, .resultspage .button--download:focus:after {
  content: '';
  display: block;
  z-index: -1;
  height: 100%;
  width: 50%;
  background: #55a8d8;
  position: absolute;
  top: 0;
  left: -10%;
  -webkit-transform: skew(-14deg, 0deg);
  -moz-transform: skew(-14deg, 0deg);
  -ms-transform: skew(-14deg, 0deg);
  -o-transform: skew(-14deg, 0deg);
  transform: skew(-14deg, 0deg);
}

.feature--results-widget {
  background: #05132F;
}

.live-event .header {
  float: left;
  background: #FFF;
  color: #005581;
  padding: 10px;
  font-size: 18px;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
  font-weight: normal;
  font-style: normal;
  font-family: "soleil", Helvetica, Arial, sans-serif;
}

@media (max-width: 1920px) {
  .live-event .header {
    padding: 0.5208333333vw;
    font-size: 0.9375vw;
  }
}

@media (max-width: 1250px) {
  .live-event .header {
    padding: 0.8vw;
    font-size: 1.2vw;
  }
}

.live-event .header:after {
  content: '';
  display: block;
  z-index: -1;
  height: 100%;
  width: 30px;
  background: #FFF;
  position: absolute;
  top: 0;
  right: -15px;
  -webkit-transform: skew(-14deg, 0deg);
  -moz-transform: skew(-14deg, 0deg);
  -ms-transform: skew(-14deg, 0deg);
  -o-transform: skew(-14deg, 0deg);
  transform: skew(-14deg, 0deg);
}

.wf-loading .live-event .header {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-style: italic;
}

.live-event .header strong {
  color: #000;
  font-weight: normal;
  font-style: normal;
  font-family: "soleil", Helvetica, Arial, sans-serif;
}

.wf-loading .live-event .header strong {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-style: italic;
}

.live-event .location {
  clear: both;
  float: left;
  margin: 0 0 10px;
  padding: 10px;
  background: #005581;
  color: #FFF;
  padding: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
  font-weight: normal;
  font-style: normal;
  font-family: "soleil", Helvetica, Arial, sans-serif;
}

@media (max-width: 1920px) {
  .live-event .location {
    padding: 0.5208333333vw;
    margin-bottom: 0.5208333333vw;
    font-size: 1.5625vw;
  }
}

@media (max-width: 1250px) {
  .live-event .location {
    padding: 0.8vw;
    margin-bottom: 0.8vw;
    font-size: 2.08vw;
  }
}

.live-event .location:after {
  content: '';
  display: block;
  z-index: -1;
  height: 100%;
  width: 30px;
  background: #005581;
  position: absolute;
  top: 0;
  right: -15px;
  -webkit-transform: skew(-14deg, 0deg);
  -moz-transform: skew(-14deg, 0deg);
  -ms-transform: skew(-14deg, 0deg);
  -o-transform: skew(-14deg, 0deg);
  transform: skew(-14deg, 0deg);
}

.wf-loading .live-event .location {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-style: italic;
}

@media screen and (max-width: 800px) {
  .live-event .location {
    margin-bottom: 0;
  }
}

.live-event .location strong {
  color: #000;
  font-weight: normal;
  font-style: normal;
  font-family: "soleil", Helvetica, Arial, sans-serif;
}

.wf-loading .live-event .location strong {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-style: italic;
}

.live-event h3 {
  clear: both;
  font-weight: normal;
  font-style: normal;
  font-family: "soleil", Helvetica, Arial, sans-serif;
  padding: 10px;
  font-size: 18px;
  text-transform: uppercase;
}

.wf-loading .live-event h3 {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: italic;
}

@media (max-width: 1920px) {
  .live-event h3 {
    padding: 0.5208333333vw;
    font-size: 0.9375vw;
  }
}

@media (max-width: 1250px) {
  .live-event h3 {
    padding: 0.8vw;
    font-size: 1.2vw;
  }
}

.live-event #__content {
  padding-top: 20px;
  background: #05132F;
}

@media (max-width: 1920px) {
  .live-event #__content {
    padding-top: 1.0416666667vw;
  }
}

@media (max-width: 1250px) {
  .live-event #__content {
    padding-top: 1.6vw;
  }
}

@media screen and (max-width: 800px) {
  .live-event #__content {
    padding-top: 10px;
  }
}

.live-event #__content .heatCaption {
  margin: 0 10px;
  font-size: 16px;
}

@media (max-width: 1320px) {
  .live-event #__content .heatCaption {
    font-size: 1.2121212121vw;
  }
}

@media (max-width: 1064px) {
  .live-event #__content .heatCaption {
    font-size: 1.5037593985vw;
  }
}

@media (max-width: 1320px) {
  .live-event #__content .heatCaption {
    margin-left: 0.7575757576vw;
    margin-right: 0.7575757576vw;
  }
}

@media (max-width: 1064px) {
  .live-event #__content .heatCaption {
    margin-left: 0.9398496241vw;
    margin-right: 0.9398496241vw;
  }
}

.live-event #__content div.data-container {
  clear: both;
}

.live-event #__content table {
  text-align: left;
  width: 100%;
  margin: 5px;
  border-collapse: collapse;
}

.live-event #__content table tr.overflow {
  display: none;
}

@media screen and (min-width: 1250px) {
  .live-event #__content table tr.overflow {
    display: table-row;
  }
}

.live-event #__content table tr:nth-child(2n+1) td {
  background: rgba(255, 255, 255, 0.1);
}

.live-event #__content table th {
  padding: 10px;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-family: "soleil", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #005581;
  font-size: 16px;
}

@media (max-width: 1920px) {
  .live-event #__content table th {
    padding: 0.5208333333vw;
    font-size: 0.9375vw;
  }
}

@media (max-width: 1250px) {
  .live-event #__content table th {
    font-size: 1.28vw;
  }
}

.wf-loading .live-event #__content table th {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-style: normal;
}

.live-event #__content table td {
  padding: 10px;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-family: "soleil", Helvetica, Arial, sans-serif;
  color: #FFF;
  vertical-align: top;
}

@media (max-width: 1920px) {
  .live-event #__content table td {
    padding: 0.5208333333vw;
    font-size: 0.9375vw;
  }
}

@media (max-width: 1250px) {
  .live-event #__content table td {
    font-size: 1.28vw;
  }
}

.wf-loading .live-event #__content table td {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-style: normal;
}

.live-event #__content table td.name {
  font-size: 22px;
}

@media (max-width: 1920px) {
  .live-event #__content table td.name {
    font-size: 1.1458333333vw;
  }
}

@media (max-width: 1250px) {
  .live-event #__content table td.name {
    font-size: 1.44vw;
  }
}

.live-event #__content table td.name span {
  font-size: 18px;
}

@media (max-width: 1920px) {
  .live-event #__content table td.name span {
    font-size: 0.9375vw;
  }
}

@media (max-width: 1250px) {
  .live-event #__content table td.name span {
    font-size: 1.28vw;
  }
}

.live-event #__content table img {
  width: 16px;
  height: 16px;
  border-radius: 8px;
}

.live-event div.message {
  margin: 0 !important;
  padding: 0 10px;
  background: none !important;
  color: #FFF !important;
  font-weight: normal;
  font-style: normal;
  font-family: "soleil", Helvetica, Arial, sans-serif;
  text-align: center;
}

.wf-loading .live-event div.message {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-style: normal;
}

@media screen and (max-width: 330px) {
  .live-event #__content table .nation {
    display: none;
  }
}

@media screen and (max-width: 290px) {
  .live-event h1 {
    font-size: 18px;
  }
  .live-event h2 {
    font-size: 14px;
  }
  .live-event div.message {
    top: 46px !important;
    font-size: 12px !important;
  }
  .live-event #__content div.data-container {
    top: 80px;
    font-size: 90%;
  }
}

@media screen and (max-width: 255px) {
  .live-event h2 {
    display: none;
  }
  .live-event div.message {
    top: 30px !important;
  }
  .live-event #__content table .diff {
    display: none;
  }
  .live-event #__content div.data-container {
    top: 60px !important;
  }
}

.live-event__cta {
  margin: 0;
  padding: 10px;
  font-size: 16px;
}

@media (max-width: 1920px) {
  .live-event__cta {
    padding: 0.5208333333vw;
    font-size: 0.8333333333vw;
  }
}

@media (max-width: 1250px) {
  .live-event__cta {
    padding: 0.8vw;
    font-size: 1.28vw;
  }
}

@media screen and (max-width: 850px) {
  .live-event__cta .button {
    padding: 5px;
  }
}

/* ==================================================================================================== */
/* PAGINATION JS PLUGIN */
.pagination-wrapper {
  clear: both;
  padding: 10px 0 0;
  border-top: 1px solid #666;
  color: #252525;
  text-transform: uppercase;
}

.pagination-wrapper .pagination {
  border-top: none;
  clear: none;
}

@media screen and (min-width: 500px) {
  .pagination-wrapper .pagination {
    float: right;
  }
}

@media screen and (min-width: 500px) {
  .pagination-meta {
    float: left;
  }
}

@media screen and (min-width: 500px) {
  .pagination {
    margin: -10px 0 0;
    padding: 0;
  }
}

.pagination a,
.pagination span {
  display: inline-block;
  padding: 9px;
  border-radius: 3px;
  background: transparent;
  color: #000;
  font-weight: normal;
  font-style: normal;
  font-family: "soleil", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 1;
  vertical-align: top;
}

.wf-loading .pagination a, .wf-loading
.pagination span {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-style: normal;
}

@media screen and (min-width: 500px) {
  .pagination a,
  .pagination span {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}

.pagination a:hover, .pagination a:active, .pagination a:focus,
.pagination span:hover,
.pagination span:active,
.pagination span:focus {
  color: #FFF;
  text-decoration: none;
}

.pagination .prev,
.pagination .next {
  margin: 0;
  padding: 10px 6px;
  font-size: 0;
}

.pagination .prev:before,
.pagination .next:before {
  font-size: 18px;
}

.pagination .prev:hover, .pagination .prev:active, .pagination .prev:focus,
.pagination .next:hover,
.pagination .next:active,
.pagination .next:focus {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.pagination .prev:before {
  font-family: "rb-bc-one" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "j";
}

.pagination .next:before {
  font-family: "rb-bc-one" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "k";
}

.pagination .current, .pagination .current:hover, .pagination .current:active, .pagination .current:focus {
  background: #000;
  color: #FFF;
}

.pagination .current.prev, .pagination .current.prev:hover, .pagination .current.prev:active, .pagination .current.prev:focus, .pagination .current.next, .pagination .current.next:hover, .pagination .current.next:active, .pagination .current.next:focus {
  background: transparent;
  color: #000;
}

/* ============================================================================================= */
/* SEARCH RESULTS */
.search-results {
  overflow: hidden;
  padding: 20px 0 0;
  background-color: #D6D9DB;
}

.gcs__header {
  margin: 0 300px 20px 0;
}

@media screen and (min-width: 940px) {
  .gcs__header {
    margin-bottom: 0;
    float: left;
  }
}

.gcs__header__title,
.gcs__header__subtitle {
  margin: 0 0 10px;
}

.gcs__header__subtitle {
  display: none;
}

.gcs__header__subtitle.active {
  display: block;
}

.gcs__form {
  width: 300px;
  position: relative;
}

@media screen and (min-width: 940px) {
  .gcs__form {
    float: right;
  }
}

.search-results form label {
  display: none;
}

.gcs__input {
  -webkit-appearance: none;
  display: block;
  width: 100%;
  padding: 10px 52px 10px 10px;
  border: none;
  font-size: 18px;
  background-color: #FFF;
  border: 1px solid #999999;
  border-radius: 3px;
  outline: none;
}

.gcs__input:focus {
  border-color: #fbd60d;
}

input[type="search"].gcs__input {
  -webkit-appearance: none;
}

.gcs__button {
  position: absolute;
  top: 1px;
  right: 1px;
  display: inline-block;
  background-color: #FFF;
  border: none;
  width: 41px;
  height: 41px;
  border-left: none;
  margin: 0;
  padding: 10px;
  border-radius: 3px;
  outline: none;
}

.gcs__button:focus {
  border-color: #000;
}

.gcs__button i {
  font-size: 0;
}

.gcs__button i:before {
  font-size: 20px;
  color: #000;
}

.gcs__button:hover i:before, .gcs__button:active i:before, .gcs__button:focus i:before {
  color: #fbd60d;
}

.gcs__filters__header,
.gcs__sort__header {
  float: left;
  margin-right: 20px;
  padding: 10px 0;
  color: #525252;
  font-size: 20px;
}

.gcs__filters__item {
  display: block;
  float: left;
  position: relative;
  margin: 0 5px;
  padding: 0.5em 1em;
  border-radius: 4px;
  background: #999999;
  color: #FFF;
  font-weight: normal;
  font-style: normal;
  font-family: "soleil", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}

.wf-loading .gcs__filters__item {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-style: normal;
}

.gcs__filters__item:hover, .gcs__filters__item:active, .gcs__filters__item:focus {
  background: #000;
  color: #FFF;
  cursor: pointer;
  text-decoration: none;
}

.gcs__filters__item--active {
  background: #000;
  color: #FFF;
}

.gcs__filters__item--active:after {
  position: absolute;
  bottom: -8px;
  left: 50%;
  display: block;
  width: 0;
  margin: 0 0 0 -10px;
  z-index: 1;
  content: '';
  border-style: solid;
  border-width: 8px 12px 0;
  border-color: #000 transparent;
}

.gcs__filters__item--active:hover, .gcs__filters__item--active:active, .gcs__filters__item--active:focus {
  background: #000;
  cursor: default;
}

.gcs__sort {
  margin: 0 0 20px;
}

@media screen and (min-width: 1060px) {
  .gcs__sort {
    float: right;
    margin: 0;
  }
}

.gcs__highlight {
  font-weight: normal;
  font-style: normal;
  font-family: "soleil", Helvetica, Arial, sans-serif;
  color: #999999;
}

.wf-loading .gcs__highlight {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-style: normal;
}

.search-results-listing-inner,
.search-results-empty {
  display: none;
}

.search-results-listing-inner.active,
.search-results-empty.active {
  display: block;
}

.search-results-listing {
  background-color: #ccc;
  padding: 20px;
}

.search-results-listing .wrapper, .search-results-listing .wrapper_1col {
  margin: 0 auto;
}

@media screen and (max-width: 1360px) {
  .search-results-listing {
    padding: 20px 0;
  }
}

.search-results-flex {
  clear: both;
  margin: 40px 0 0;
}

.search-results-empty {
  padding: 28px 0 20px;
  color: #525252;
  position: relative;
}

.search-results-empty h4 {
  color: #525252;
}

.gcs__results__meta::after {
  clear: both;
  content: "";
  display: table;
}

.gcs__results__item {
  position: relative;
  display: none;
  float: left;
  width: 47.5%;
  margin: 0 5% 5% 0;
  background: #FFF;
}

.gcs__results__item:nth-of-type(2n) {
  margin: 0 0 5%;
}

@media screen and (min-width: 920px) {
  .gcs__results__item {
    width: 30.8333%;
  }
  .gcs__results__item, .gcs__results__item:nth-of-type(2n) {
    margin: 0 3.75% 3% 0;
  }
  .gcs__results__item:nth-of-type(3n) {
    margin: 0 0 3%;
  }
}

@media screen and (min-width: 1100px) {
  .gcs__results__item {
    width: 22.5%;
  }
  .gcs__results__item, .gcs__results__item:nth-of-type(2n), .gcs__results__item:nth-of-type(3n) {
    margin: 0 3.333% 3% 0;
  }
  .gcs__results__item:nth-of-type(4n) {
    margin: 0 0 3%;
  }
}

.search-results-flex .gcs__results__item {
  display: block;
}

.gcs__results__item__figure {
  position: relative;
  min-height: 0;
  padding: 0 0 56.25%;
}

.gcs__results__item__figure__item {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: transparent;
  background-size: cover;
  background-repeat: no-repeat;
}

.gcs__results__item__figure__item--fallback {
  background-image: url(../global/images/logo-background.jpg);
}

.gcs__results__item__text {
  padding: 20px 20px 65px;
}

.gcs__results__item__type {
  margin: 0 0 1em;
  color: #8A898E;
  text-transform: uppercase;
}

.gcs__results__item__title {
  margin-bottom: 0.727272727em;
  font-size: 1.25em;
  line-height: 1.1em;
  text-transform: uppercase;
  font-family: "soleil", Helvetica, Arial, sans-serif;
  font-weight: 700;
}

.gcs__results__item__title, .gcs__results__item__title a {
  color: #000;
}

.gcs__results__item__title a:hover, .gcs__results__item__title a:active, .gcs__results__item__title a:focus {
  color: #000;
  text-decoration: none;
}

.gcs__results__item__summary {
  color: #8A898E;
}

.gcs__results__item__title b,
.gcs__results__item__title a b,
.gcs__results__item__summary b,
.gcs__results__item__summary a b {
  font-weight: 700;
  color: #252525;
}

.gcs__results__item__cta {
  position: absolute;
  bottom: 20px;
  left: 20px;
  margin-bottom: 0;
  font-size: 1.125em;
  line-height: 1.11111111;
  font-weight: normal;
  font-style: normal;
  font-family: "soleil", Helvetica, Arial, sans-serif;
}

.wf-loading .gcs__results__item__cta {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-style: normal;
}

.module--map .module--map__heading {
  position: relative;
  top: 0px;
  left: 0px;
  border-bottom: 3px solid #000;
}

.module--map .module--map__heading .module--map__heading__header {
  background: #000;
  color: #FFF;
  display: inline-block;
  margin: 0 10px 0 0;
  padding: 8px;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 1.0625rem;
  font-family: "soleil";
  position: relative;
  z-index: 2;
}

.module--map .module--map__heading .module--map__heading__header:after {
  content: '';
  display: block;
  z-index: -1;
  height: 100%;
  width: 50%;
  background: #000;
  position: absolute;
  top: 0;
  right: -10%;
  -webkit-transform: skew(14deg, 0deg);
  -moz-transform: skew(14deg, 0deg);
  -ms-transform: skew(14deg, 0deg);
  -o-transform: skew(14deg, 0deg);
  transform: skew(14deg, 0deg);
}

.module--map > div {
  border-bottom: 3px solid #000;
}

.modal.fade .modal-dialog {
  transition: top, left, transform 0.3s ease-out;
}

@media (min-width: 768px) {
  .modal.fade .modal-dialog {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateY(-100%) translateX(-50%);
    -moz-transform: translateY(-100%) translateX(-50%);
    -ms-transform: translateY(-100%) translateX(-50%);
    -o-transform: translateY(-100%) translateX(-50%);
    transform: translateY(-100%) translateX(-50%);
  }
  .modal.in .modal-dialog {
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
  }
}

.modal-content {
  border-width: 6px;
  border-radius: 0;
}

.modal-header .close {
  position: absolute;
  top: -2.5rem;
  right: -6px;
  height: 2.5rem;
  width: 2.5rem;
  font-weight: normal;
  font-style: normal;
  font-family: "soleil", Helvetica, Arial, sans-serif;
  padding-bottom: 6px;
  background: #55a8d8;
  color: #001a4b;
  border: none;
}

.wf-loading .modal-header .close {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-style: normal;
}

.modal-title {
  font-weight: normal;
  font-style: normal;
  font-family: "soleil", Helvetica, Arial, sans-serif;
  color: #252525;
}

.wf-loading .modal-title {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-style: normal;
}

.modal-body {
  padding: 0;
  color: #252525;
}

.modal-body .video-container {
  position: relative;
  padding-bottom: 56.25%;
}

.modal-body .video-container iframe,
.modal-body .video-container object,
.modal-body .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.modal-body .image-caption {
  margin: 1em;
}

.modal--video .modal-header {
  padding: 0;
  min-height: 0;
  border-bottom: none;
}

.modal--video .modal-title {
  display: none;
}

/* .modal-fullscreen */
.modal-fullscreen {
  top: 0px;
}

.modal-fullscreen .modal-dialog {
  top: 30px;
}

/* ==================================================================================================== */
/* FACEBOOK CALENDAR WIDGET */
.module--calendar-widget__header {
  border-bottom-color: #3b5997;
}

.module--calendar-widget__header__heading, .module--calendar-widget__header__heading:after {
  background: #3b5997;
}

.module--calendar-widget__content {
  background: #FFF;
}

.module--calendar-widget__content > div {
  display: none;
  padding: 20px;
}

@media (max-width: 1320px) {
  .module--calendar-widget__content > div {
    padding: 1.5151515152vw;
  }
}

@media (max-width: 940px) {
  .module--calendar-widget__content > div {
    padding: 2.1276595745vw;
  }
}

.module--calendar-widget__content > div.is-active {
  display: block;
}

.calendar-widget__event-title {
  margin-bottom: 10px;
}

.calendar-widget__event-title::after {
  clear: both;
  content: "";
  display: table;
}

@media (max-width: 1320px) {
  .calendar-widget__event-title {
    margin-bottom: 0.7575757576vw;
  }
}

@media (max-width: 940px) {
  .calendar-widget__event-title {
    margin-bottom: 1.0638297872vw;
  }
}

.calendar-widget__event-title i {
  float: right;
  font-size: 42px;
  color: #3b5997;
}

@media (max-width: 1320px) {
  .calendar-widget__event-title i {
    font-size: 3.1818181818vw;
  }
}

@media (max-width: 940px) {
  .calendar-widget__event-title i {
    font-size: 4.4680851064vw;
  }
}

.calendar-widget__event-loading .calendar-widget__event-title {
  color: #55a8d8;
  text-align: center;
}

.calendar-widget__event-loading .calendar-widget__event-title img {
  margin-bottom: 20px;
  width: 40px;
  height: 40px;
}

@media (max-width: 1320px) {
  .calendar-widget__event-loading .calendar-widget__event-title img {
    margin-bottom: 1.5151515152vw;
    width: 3.0303030303vw;
    height: 3.0303030303vw;
  }
}

@media (max-width: 940px) {
  .calendar-widget__event-loading .calendar-widget__event-title img {
    margin-bottom: 2.1276595745vw;
    width: 4.2553191489vw;
    height: 4.2553191489vw;
  }
}

.calendar-widget__event-title__text {
  font-size: 18px;
  line-height: 1;
  text-transform: uppercase;
}

@media (max-width: 1320px) {
  .calendar-widget__event-title__text {
    font-size: 1.3636363636vw;
  }
}

@media (max-width: 940px) {
  .calendar-widget__event-title__text {
    font-size: 1.914893617vw;
  }
}

.calendar-widget__event-content .calendar-widget__event-title__text {
  display: block;
  float: left;
  width: calc(100% - 50px);
}

@media screen and (max-width: 1320px) {
  .calendar-widget__event-content .calendar-widget__event-title__text {
    width: calc(100% - 3.787878788vw);
  }
}

.calendar-widget__event-loading .calendar-widget__event-title__text {
  display: block;
}

.calendar-widget__event-date {
  margin-bottom: 20px;
  font-size: 18px;
  text-transform: uppercase;
  color: #55a8d8;
}

@media (max-width: 1320px) {
  .calendar-widget__event-date {
    margin-bottom: 1.5151515152vw;
    font-size: 1.3636363636vw;
  }
}

@media (max-width: 940px) {
  .calendar-widget__event-date {
    margin-bottom: 2.1276595745vw;
    font-size: 1.914893617vw;
  }
}

.calendar-widget__event-response {
  margin-bottom: 20px;
}

.calendar-widget__event-response::after {
  clear: both;
  content: "";
  display: table;
}

@media (max-width: 1320px) {
  .calendar-widget__event-response {
    margin-bottom: 1.5151515152vw;
  }
}

@media (max-width: 940px) {
  .calendar-widget__event-response {
    margin-bottom: 2.1276595745vw;
  }
}

.calendar-widget__event-link {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: normal;
  font-style: normal;
  font-family: "soleil", Helvetica, Arial, sans-serif;
}

@media (max-width: 1320px) {
  .calendar-widget__event-link {
    font-size: 1.2121212121vw;
  }
}

@media (max-width: 940px) {
  .calendar-widget__event-link {
    font-size: 1.7021276596vw;
  }
}

.wf-loading .calendar-widget__event-link {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}

.calendar-widget__event-link:before {
  font-family: "rb-bc-one" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "k";
}

.calendar-widget__event-link:before {
  line-height: 25px;
  color: #001a4b;
  vertical-align: middle;
}

@media (max-width: 1320px) {
  .calendar-widget__event-link:before {
    line-height: 1.8939393939vw;
  }
}

@media (max-width: 940px) {
  .calendar-widget__event-link:before {
    line-height: 2.6595744681vw;
  }
}

.calendar-widget__event-link a {
  margin-left: 15px;
  line-height: 25px;
  color: #000;
}

@media (max-width: 1320px) {
  .calendar-widget__event-link a {
    margin-left: 1.1363636364vw;
    line-height: 1.8939393939vw;
  }
}

@media (max-width: 940px) {
  .calendar-widget__event-link a {
    margin-left: 1.5957446809vw;
    line-height: 2.6595744681vw;
  }
}

.button--fb-response {
  display: block;
  float: left;
  clear: left;
  padding: 9px;
  font-size: 14px;
}

@media (max-width: 1320px) {
  .button--fb-response {
    padding: 0.6818181818vw;
    font-size: 1.0606060606vw;
  }
}

@media (max-width: 940px) {
  .button--fb-response {
    padding: 0.9574468085vw;
    font-size: 1.4893617021vw;
  }
}

.button--fb-response, .button--fb-response:after {
  background: #3b5997;
}

.button--fb-response.is-active, .button--fb-response.is-active:after {
  background: #7AC4D3;
  color: #000;
}

.button--fb-response + .button--fb-response {
  margin-top: 8px;
  margin-top: 8px;
}

@media (max-width: 1320px) {
  .button--fb-response + .button--fb-response {
    margin-top: 0.6060606061vw;
  }
}

@media (max-width: 940px) {
  .button--fb-response + .button--fb-response {
    margin-top: 0.8510638298vw;
  }
}

#bc_home_upper {
  padding: 10px 0 100px;
  z-index: 10;
  background: #000;
}

#bc_home_upper .module:nth-child(4) {
  clear: both;
}

@media screen and (max-width: 1064px) {
  #bc_home_upper .module:nth-child(4) {
    clear: none;
  }
  #bc_home_upper .module:nth-child(3), #bc_home_upper .module:nth-child(6) {
    clear: both;
  }
}

#bc_home_middle {
  margin: 0;
  padding: 100px 0 0;
  background: url(../images/desktop/wall-texture.jpg) scroll center center no-repeat #EAEAEA;
  background-size: auto 100%;
  position: relative;
  z-index: 5;
  width: 100%;
  position: relative;
  background: url(../images/desktop/wall-texture.jpg) scroll center center no-repeat transparent;
}

#bc_home_middle:before, #bc_home_middle:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background: inherit;
  z-index: -1;
  transition: ease all .5s;
}

#bc_home_middle:before {
  top: 0;
  transform-origin: left top;
  transform: skewY(-1.5deg);
}

#bc_home_middle:after {
  bottom: 0;
  transform-origin: left bottom;
  transform: skewY(0.5deg);
}

#bc_home_middle:after {
  height: 30%;
}

@media screen and (min-width: 1500px) {
  #bc_home_middle {
    background-size: 100% auto;
  }
}

#bc_home_middle .feature {
  margin: 0;
  padding: 0;
  float: left;
  width: 33.33333%;
  border-right: 1px solid #000;
  border-left: 1px solid #000;
}

#bc_home_middle .feature-text {
  bottom: 0;
}

#bc_home_middle .module--wayin {
  padding: 0;
  height: auto;
}

#bc_home_middle .module--wayin__heading {
  position: static;
  margin-bottom: 20px;
  background-color: transparent;
}

#bc_home_middle .module--wayin__heading:after {
  display: none;
}

#bc_home_middle .module__content {
  overflow-y: auto;
  height: auto;
}

#bc_home_middle .module--wayin__footer {
  text-align: center;
  margin: 20px 0 40px;
}

#bc_home_middle .module--wayin__footer a {
  font-family: "Droid Sans";
  font-weight: 700;
  text-transform: uppercase;
  color: #252525;
  font-size: 1.25rem;
}

#bc_home_middle .report_link {
  bottom: 45px;
}

#bc_home_middle .hashtag-heading__header {
  color: #000;
  text-align: center;
  font-size: 2.5rem;
  font-family: "soleil";
  font-weight: 700;
}

#bc_home_middle .hashtag-heading__header i {
  display: none;
}

#bc_home_lower {
  padding: 50px 0 10px;
  clear: both;
}

.homepage {
  background: #000;
}

.homepage .main-content {
  overflow-x: hidden;
}

.eventwarmup .homepage .main-content,
.event .homepage .main-content,
.eventcooldown .homepage .main-content {
  padding-top: 57px;
}

@media screen and (max-width: 1064px) {
  .homepage .feed--module .module--span-2 {
    width: 66%;
  }
  .homepage .feed--module .module--span-1 {
    width: 33%;
  }
}

.homepage .nav--tabs,
.homepage .widget__header,
.homepage .widget__header--with-icon {
  background: #000;
}

.homepage .module--wayin {
  padding: 0;
}

.homepage .show-more-wrapper {
  border-top: 3px solid #8A898E;
}

.homepage #more {
  background: #8A898E;
  color: #252525;
  position: relative;
  z-index: 2;
}

.homepage #more:after, .homepage #more:before {
  content: '';
  display: block;
  z-index: -1;
  height: 100%;
  width: 50%;
  background: inherit;
}

.homepage #more:after {
  position: absolute;
  top: 0;
  right: -10%;
  -webkit-transform: skew(-14deg, 0deg);
  -moz-transform: skew(-14deg, 0deg);
  -ms-transform: skew(-14deg, 0deg);
  -o-transform: skew(-14deg, 0deg);
  transform: skew(-14deg, 0deg);
}

.homepage #more:before {
  position: absolute;
  top: 0;
  left: -10%;
  -webkit-transform: skew(14deg, 0deg);
  -moz-transform: skew(14deg, 0deg);
  -ms-transform: skew(14deg, 0deg);
  -o-transform: skew(14deg, 0deg);
  transform: skew(14deg, 0deg);
}

.homepage .module--wayin .wd-vis-content .wd-vis-detail {
  position: absolute;
  background: rgba(234, 234, 234, 0.88);
}

.articlepage .rsDefault .rsFullscreenBtn,
.gallerypage .rsDefault .rsFullscreenBtn,
.videopage .rsDefault .rsFullscreenBtn {
  top: 5px;
  right: 5px;
}

.athletepage .image__header .share {
  display: none;
}

.athletepage #xf_tabnav {
  overflow: hidden;
}

.athletepage .module-event-sponsors {
  clear: both;
  margin-bottom: 20px;
}

.athletepage .module-event-sponsors::after {
  clear: both;
  content: "";
  display: table;
}

.athletepage .module-event-sponsors figure {
  width: 31%;
}

@media screen and (max-width: 1024px) {
  .athletepage .module-event-sponsors figure {
    width: 47%;
  }
}

.eventpage .tab-content .articleSummary,
.eventpage .tab-content h2 {
  font-weight: normal;
  font-style: normal;
  font-family: "soleil", Helvetica, Arial, sans-serif;
  color: #005581;
  font-size: 1.75em;
  line-height: 1.33;
}

.wf-loading .eventpage .tab-content .articleSummary, .wf-loading
.eventpage .tab-content h2 {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}

.eventpage .tab-content .article__content strong {
  font-weight: normal;
  font-style: normal;
  font-family: "soleil", Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #000;
}

.wf-loading .eventpage .tab-content .article__content strong {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}

.eventpage .tab-content .article__content ol,
.eventpage .tab-content .article__content ul {
  margin: 0 0 20px 30px;
  padding: 0;
}

.eventpage .tab-content .article__content ol li,
.eventpage .tab-content .article__content ul li {
  font-weight: normal;
  font-style: normal;
  font-size: 1em;
  line-height: 24px;
  color: #666;
}

.eventpage .show-more-wrap {
  border-top: 3px solid #000;
  text-align: center;
}

.eventpage .button--show-more {
  display: inline-block;
  width: auto;
  margin: 0 auto;
  background: #000;
  color: #FFF;
  text-align: center;
  position: relative;
  z-index: 2;
}

.eventpage .button--show-more:after, .eventpage .button--show-more:before {
  content: '';
  display: block;
  z-index: -1;
  height: 100%;
  width: 50%;
  background: #000;
}

.eventpage .button--show-more:after {
  position: absolute;
  top: 0;
  right: -10%;
  -webkit-transform: skew(-14deg, 0deg);
  -moz-transform: skew(-14deg, 0deg);
  -ms-transform: skew(-14deg, 0deg);
  -o-transform: skew(-14deg, 0deg);
  transform: skew(-14deg, 0deg);
}

.eventpage .button--show-more:before {
  position: absolute;
  top: 0;
  left: -10%;
  -webkit-transform: skew(14deg, 0deg);
  -moz-transform: skew(14deg, 0deg);
  -ms-transform: skew(14deg, 0deg);
  -o-transform: skew(14deg, 0deg);
  transform: skew(14deg, 0deg);
}

.eventpage .button--show-more .on {
  display: none;
}

.eventpage .button--show-more:active, .eventpage .button--show-more:focus, .eventpage .button--show-more:hover {
  position: relative;
  z-index: 2;
  background: black;
}

.eventpage .button--show-more:active:after, .eventpage .button--show-more:active:before, .eventpage .button--show-more:focus:after, .eventpage .button--show-more:focus:before, .eventpage .button--show-more:hover:after, .eventpage .button--show-more:hover:before {
  content: '';
  display: block;
  z-index: -1;
  height: 100%;
  width: 50%;
  background: black;
}

.eventpage .button--show-more:active:after, .eventpage .button--show-more:focus:after, .eventpage .button--show-more:hover:after {
  position: absolute;
  top: 0;
  right: -10%;
  -webkit-transform: skew(-14deg, 0deg);
  -moz-transform: skew(-14deg, 0deg);
  -ms-transform: skew(-14deg, 0deg);
  -o-transform: skew(-14deg, 0deg);
  transform: skew(-14deg, 0deg);
}

.eventpage .button--show-more:active:before, .eventpage .button--show-more:focus:before, .eventpage .button--show-more:hover:before {
  position: absolute;
  top: 0;
  left: -10%;
  -webkit-transform: skew(14deg, 0deg);
  -moz-transform: skew(14deg, 0deg);
  -ms-transform: skew(14deg, 0deg);
  -o-transform: skew(14deg, 0deg);
  transform: skew(14deg, 0deg);
}

.eventpage .button--show-more.active .on {
  display: inline;
}

.eventpage .button--show-more.active .off {
  display: none;
}

.eventpage .modal-content {
  border-bottom: 1px;
}

.eventpage .modal-body {
  padding: 20px;
  background: #FFF;
  border: 6px solid #000;
  border-top: none;
  border-bottom: 1px;
}

.eventpage .modal-footer {
  background: #FFF;
  border: 6px solid #000;
  border-top: none;
}

.eventcomplete #xf_tabnav {
  overflow: hidden;
}

.eventcomplete #xf_tabnav .articleSummary {
  color: #000;
}

.eventcomplete #xf_tabnav .article {
  width: 100%;
  padding-left: 10px;
}

.eventcomplete #xf_tabnav .module-event-sponsors {
  width: 100%;
  float: left;
  padding: 10px 0 20px;
  text-align: center;
}

.eventcomplete #xf_tabnav .module-event-sponsors a {
  display: inline-block;
  min-width: 200px;
  padding: 0 10px;
}

.eventcomplete #xf_tabnav .module-event-sponsors a figure {
  width: 100%;
  padding-bottom: 20px;
}

.mediapage .tabbed_nav {
  display: block;
  margin-bottom: 30px;
}

.mediapage .tabbed_nav li {
  float: none;
  display: inline-block;
}

.mediapage .content-module {
  padding: 15px 0;
  width: 100%;
}

.mediapage .content-module a {
  display: block;
  position: relative;
  overflow: hidden;
  color: #252525;
}

.mediapage .content-module section {
  position: absolute;
  bottom: 15px;
  left: 0px;
  padding: 15px;
  background: transparent;
  width: 70%;
  z-index: 2;
}

.mediapage .content-module section:after {
  content: '';
  display: block;
  z-index: -1;
  height: 100%;
  width: 130%;
  background: rgba(255, 255, 255, 0.9);
  position: absolute;
  top: 0;
  right: -10%;
  -webkit-transform: skew(-14deg, 0deg);
  -moz-transform: skew(-14deg, 0deg);
  -ms-transform: skew(-14deg, 0deg);
  -o-transform: skew(-14deg, 0deg);
  transform: skew(-14deg, 0deg);
}

.mediapage .content-module section h3 {
  font-weight: normal;
  font-style: normal;
  font-family: "soleil", Helvetica, Arial, sans-serif;
}

.wf-loading .mediapage .content-module section h3 {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: italic;
}

.mediapage .content-module a > span {
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  text-shadow: 0px 0px 1px black;
}

.mediapage .content-module.video a > span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  z-index: 100;
  font-size: 80px;
  margin-top: -30px;
  color: #FFF;
}

.mediapage .content-module.video a > span:before {
  font-family: "rb-bc-one" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "F";
}

.mediapage .content-module.gallery a > span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  z-index: 100;
  font-size: 80px;
  margin-top: -30px;
  color: #FFF;
}

.mediapage .content-module.gallery a > span:before {
  font-family: "rb-bc-one" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "K";
}

.mediapage .content-module:hover a > span {
  color: #fbd60d;
}

@media screen and (min-width: 941px) {
  .mediapage .content-module {
    float: left;
    width: 50%;
    padding: 15px;
  }
}

@media screen and (min-width: 1064px) {
  .mediapage .content-module {
    width: 33.2%;
  }
}

@media screen and (min-width: 1360px) {
  .mediapage .tab-content {
    width: auto;
    margin-left: -15px;
    margin-right: -15px;
  }
}

.gamepage,
.gamepage .wrapper,
.gamepage .wrapper_1col,
.gamepage #column1 {
  width: 100%;
}

.gamepage .burgerControl [role="banner"] {
  min-width: 0px;
}

.gamepage .burgerControl [role="banner"] > .header-wrapper .lifeproof {
  position: absolute;
  top: 14px;
  left: 180px;
  height: 27px;
  width: 72px;
}

.gamepage .wrapper, .gamepage .wrapper_1col {
  min-width: 0;
  height: 100%;
  width: 100%;
}

.gamepage .wrapper .main-content, .gamepage .wrapper_1col .main-content {
  position: absolute;
  top: 60px;
  bottom: 0;
  width: 100%;
  padding-top: 0px;
}

.gamepage .wrapper .main-content #column1, .gamepage .wrapper_1col .main-content #column1 {
  height: 100%;
}

.gamepage .main-content #content {
  background: #4d90bd;
}

.gamepage .iframe-wrapper {
  width: 100%;
  height: 100%;
}

.gamepage .iframe-wrapper iframe {
  /*IOS HACK*/
  height: 100%;
  width: 1px;
  min-width: 100%;
  padding: 0px;
  margin: 0px;
}

[data-page="404"] .wrapper_error header {
  position: absolute;
  top: 40%;
  z-index: 10;
}

[data-page="404"] .wrapper_error header h1 {
  vertical-align: middle;
  padding: 20px 0px 20px 30px;
  color: #FFF;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
}

[data-page="404"] .wrapper_error header h1:after {
  content: '';
  display: block;
  z-index: -1;
  height: 100%;
  width: 120%;
  background: #005581;
  position: absolute;
  top: 0;
  left: -10%;
  -webkit-transform: skew(-14deg, 0deg);
  -moz-transform: skew(-14deg, 0deg);
  -ms-transform: skew(-14deg, 0deg);
  -o-transform: skew(-14deg, 0deg);
  transform: skew(-14deg, 0deg);
}

[data-page="404"] .wrapper_error header h2 {
  vertical-align: middle;
  padding: 20px 20px 20px 30px;
  color: #FFF;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  z-index: 2;
}

[data-page="404"] .wrapper_error header h2:after {
  content: '';
  display: block;
  z-index: -1;
  height: 100%;
  width: 120%;
  background: #001a4b;
  position: absolute;
  top: 0;
  left: -10%;
  -webkit-transform: skew(-14deg, 0deg);
  -moz-transform: skew(-14deg, 0deg);
  -ms-transform: skew(-14deg, 0deg);
  -o-transform: skew(-14deg, 0deg);
  transform: skew(-14deg, 0deg);
}

[data-page="404"] .wrapper_error header h2:before {
  font-family: "rb-bc-one" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[data-page="404"] .wrapper_error header h2 a:hover {
  text-decoration: none;
  color: #FFF;
}

.bboyspage .lead-image--no-image {
  display: none;
}

.bboyspage .riders__title {
  display: inline-block;
  color: #FFF;
  padding: 5px 100px 5px 10px;
  background: #000;
  font-size: 1rem;
  text-transform: uppercase;
  width: auto;
  position: relative;
  z-index: 2;
}

.bboyspage .riders__title:after {
  content: '';
  display: block;
  z-index: -1;
  height: 100%;
  width: 50%;
  background: #000;
  position: absolute;
  top: 0;
  right: -10%;
  -webkit-transform: skew(-14deg, 0deg);
  -moz-transform: skew(-14deg, 0deg);
  -ms-transform: skew(-14deg, 0deg);
  -o-transform: skew(-14deg, 0deg);
  transform: skew(-14deg, 0deg);
}

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(-45deg);
  }
  to {
    -webkit-transform: rotate(-135deg);
  }
}

@-moz-keyframes rotate {
  from {
    -moz-transform: rotate(-45deg);
  }
  to {
    -moz-transform: rotate(-135deg);
  }
}

@keyframes rotate {
  from {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  to {
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
}

.gigya-screen-dialog,
#rbgigya-login-container,
#rbgigya-profile-container {
  font-weight: normal;
  font-style: normal;
  font-family: "soleil", Helvetica, Arial, sans-serif;
  font-size: 1em;
  line-height: 1.5em;
  margin: 0;
}

.wf-loading .gigya-screen-dialog, .wf-loading
#rbgigya-login-container, .wf-loading
#rbgigya-profile-container {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}

@media only screen and (min-width: 1024px) {
  .gigya-screen-dialog, #rbgigya-login-container, #rbgigya-profile-container {
    font-size: 1.25em;
  }
}

#rbgigya-login-container h1, #rbgigya-login-container h2, #rbgigya-profile-container h1, #rbgigya-profile-container h2, .gigya-screen-dialog h1, .gigya-screen-dialog h2 {
  font-weight: normal;
  font-style: normal;
  font-family: "soleil", Helvetica, Arial, sans-serif;
  -moz-hyphens: auto;
  word-wrap: break-word;
}

.wf-loading #rbgigya-login-container h1, .wf-loading #rbgigya-login-container h2, .wf-loading #rbgigya-profile-container h1, .wf-loading #rbgigya-profile-container h2, .wf-loading .gigya-screen-dialog h1, .wf-loading .gigya-screen-dialog h2 {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bolder;
  font-style: normal;
}

#rbgigya-login-container h1, #rbgigya-profile-container h1, .gigya-screen-dialog h1 {
  font-size: 2.5em;
  line-height: 1em;
}

#rbgigya-login-container h2, #rbgigya-profile-container h2, .gigya-screen-dialog h2 {
  line-height: 1em;
}

#rbgigya-login-container p, #rbgigya-profile-container p, .gigya-screen-dialog p {
  -moz-hyphens: auto;
  word-wrap: break-word;
}

#rbgigya-login-container button, #rbgigya-login-container input, #rbgigya-login-container select, #rbgigya-login-container textarea,
.gigya-screen-dialog button, .gigya-screen-dialog input, .gigya-screen-dialog select, .gigya-screen-dialog textarea,
#rbgigya-profile-container button, #rbgigya-profile-container input, #rbgigya-profile-container select, #rbgigya-profile-container textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}

#rbgigya-login-container .box .content, #rbgigya-profile-container .box .content, .gigya-screen-dialog .box .content {
  padding: 1.3em;
}

#rbgigya-login-container .box .content.blue, #rbgigya-profile-container .box .content.blue, .gigya-screen-dialog .box .content.blue {
  background-color: #123e47 !important;
  color: white;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.rbgigya-clearfix:before,
.rbgigya-clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.rbgigya-clearfix:after {
  clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.rbgigya-clearfix {
  *zoom: 1;
}

/**
 * 	overwriting gigya styles
 */
.gigya-reset *, div.gigya-reset, .gigya-reset span, .gigya-reset a:hover, .gigya-reset a:visited, .gigya-reset a:link, .gigya-reset a:active {
  /*height: auto !important;*/
}

/********************************
 * LOGIN
*********************************/
.rbgigya-login-background {
  background: #000;
  opacity: 0.75;
  position: fixed;
  z-index: 9000001;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.gigya-screen-dialog,
#rbgigya-login-container {
  position: absolute;
  z-index: 9000002;
  left: 0;
  top: 0;
}

#rbgigya-login-container_content_caption {
  display: none;
  visibility: hidden;
}

#rbgigya-login-container_content {
  /*width: 100% !important;*/
  min-width: 450px;
}

@media screen and (max-width: 639px) {
  #rbgigya-login-container {
    position: fixed;
  }
  #rbgigya-login-container_content {
    width: 100% !important;
    min-width: 100%;
  }
}

.rbgigya-hidden {
  display: none !important;
  visibility: hidden;
}

.gigya-screen a {
  color: #7fb0b7 !important;
  text-decoration: none !important;
}

.gigya-screen a:hover {
  text-decoration: underline !important;
}

@media screen and (min-width: 640px) {
  #rbGigyaRaasLoginBt span.login-userimage {
    background-image: none;
    text-indent: 0;
    line-height: 0;
  }
  #rbGigyaRaasLoginBt span.login-userimage img {
    width: 25px;
    height: 26px;
  }
}

@media screen and (max-width: 639px) {
  #rbGigyaRaasLoginBt span.login-userimage img {
    display: none;
  }
}

/********************************
 * Overwrite Gigya styles begin
*********************************/
#rbgigya-profile-container div.gigya-screen-dialog {
  border: none !important;
  background-color: transparent !important;
}

.gigya-screen-dialog {
  border: none !important;
}

@media screen and (max-width: 639px) {
  #rbgigya-profile-container div.gigya-screen-dialog {
    width: 100%;
  }
}

.gigya-screen-dialog-top {
  display: none;
  visibility: hidden;
}

div.gigya-screen-dialog-inner {
  border: none !important;
  width: 100% !important;
}

.gigya-screen .gigya-error-msg-custom,
.gigya-screen .gigya-error-msg {
  display: block !important;
  line-height: 1.3em;
  font-size: 11px !important;
  color: #CC1C4A !important;
}

.gigya-screen input.gigya-error {
  border-color: #D4D6D9 !important;
}

/********************************
 * Overwrite Gigya styles end
*********************************/
div.gigya-screen-dialog-content {
  padding: 0 !important;
}

@media screen and (max-width: 639px) {
  div.gigya-screen-dialog-content {
    width: 100% !important;
  }
}

/********************************
 * Gigya login screen begin
*********************************/
.gigya-screen {
  background: transparent;
  overflow: hidden;
  width: 100% !important;
  max-width: 1000px;
  border-radius: 8px;
  line-height: 1.4em;
}

.gigya-screen p {
  line-height: 1.4em;
}

.gigya-screen .teaserbox {
  padding: 0em 0.5em 1em 0.5em;
}

.gigya-screen p.centered {
  text-align: center;
}

@media screen and (max-width: 639px) {
  .gigya-screen {
    border-radius: 0;
  }
}

.gigya-screen-dialog-content {
  height: auto !important;
}

.gigya-screen .gigya-screen-mainheader {
  background: #92c4e7;
  /*position: relative;*/
  padding: 1em;
  overflow: hidden;
}

.gigya-screen .gigya-screen-closebutton {
  /*	position: absolute;
        top: 0.85em;
        right: 1em; */
  font-size: 1.5em;
  font-weight: normal;
  font-style: normal;
  font-family: "soleil", Helvetica, Arial, sans-serif;
  color: #fff;
  cursor: pointer;
  float: right;
  text-align: right;
  width: 6%;
  line-height: 1.5em;
}

.wf-loading .gigya-screen .gigya-screen-closebutton {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-style: normal;
}

.gigya-screen h2 {
  color: #fff;
  text-align: center;
  margin: 0;
  font-size: 2em;
  float: left;
  width: 94%;
}

.gigya-screen-container {
  overflow: hidden;
  font-size: 0.9em;
}

@media screen and (min-width: 1025px) {
  .gigya-screen-container {
    font-size: 0.7em;
  }
}

.gigya-screen .left {
  float: left;
  width: 50%;
}

@media screen and (max-width: 639px) {
  .gigya-screen .left {
    float: none;
    width: 100%;
  }
}

.gigya-screen .left .inner-left {
  padding-right: 10%;
}

.gigya-screen .middle {
  position: absolute;
  left: -26px;
  top: 2em;
}

.gigya-screen .middle .middle-button {
  border-radius: 2em;
  background: #7fb0b7;
  text-align: center;
  font-weight: normal;
  font-style: normal;
  font-family: "soleil", Helvetica, Arial, sans-serif;
  padding: 0.35em 0.5em;
  font-size: 1.2em;
  border: 10px solid #123e47;
}

.wf-loading .gigya-screen .middle .middle-button {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-style: normal;
}

.gigya-screen .right {
  float: right;
  width: 50%;
  position: relative;
}

.gigya-screen .right .inner-right {
  padding-left: 10%;
  border-left: 1px solid #7fb0b7;
}

@media screen and (max-width: 639px) {
  .gigya-screen .middle {
    top: -12px;
    left: 50%;
    right: 50%;
    margin-left: -29px;
  }
  .gigya-screen .right .inner-right {
    padding-left: 0;
    padding-top: 2em;
    border-left: none;
    border-top: 1px solid #3B62A8;
  }
  .gigya-screen .right {
    float: none;
    width: 100%;
    margin-top: 2em;
  }
}

.gigya-screen .gigya-form-row {
  margin-bottom: 1em;
  width: 100%;
  overflow: hidden;
}

.gigya-form-block .gigya-form-row {
  width: 50%;
  float: left;
}

.gigya-screen .gigya-form-label {
  display: block;
}

.gigya-screen .gigya-form-label-2rows {
  display: block !important;
  width: auto !important;
  float: none;
}

.gigya-screen .modernbrowser-label {
  visibility: hidden;
  display: none !important;
  height: 0px;
}

.gigya-screen .oldbrowser-row {
  margin-bottom: 0;
}

.gigya-screen input[type="text"], .gigya-screen input[type="password"], .gigya-screen input[type="email"] {
  color: #9E9F9E;
  border-radius: 4px;
  border: 1px solid #d4d6d9;
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0.3em 1em;
  background: #fff;
  margin-bottom: 0.2em;
  font-size: 1.2em !important;
  height: auto;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}

.gigya-screen .gigya-form-checkbox {
  border: none !important;
  overflow: hidden;
}

.gigya-screen .gigya-form-checkbox input {
  width: 13px;
  float: left;
}

.gigya-screen .gigya-form-checkbox label {
  float: left;
  width: 93%;
  margin-left: 2%;
  line-height: 1.2em;
}

.gigya-screen .gigya-form-checkbox-consentForm input {
  -webkit-appearance: checkbox;
}

.gigya-screen .gigya-form-checkbox-consentForm label {
  font-size: 0.8em;
}

@media screen and (max-width: 639px) {
  .gigya-screen .gigya-form-checkbox input {
    width: 13px;
  }
  .gigya-screen .gigya-form-checkbox label {
    width: 93%;
  }
}

.gigya-screen select {
  color: #9E9F9E;
  padding: 0.3em 0.5em;
  font-size: 1.2em;
  width: 100%;
  border: 1px solid #d4d6d9;
  outline: medium none;
  margin-bottom: 0.2em !important;
  border-radius: 4px;
  vertical-align: middle;
  background-color: #fff !important;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}

.gigya-screen input[type="submit"] {
  font-size: 1em !important;
  color: #fff;
  text-transform: uppercase;
  background: #7FB0B7;
  font-weight: normal;
  font-style: normal;
  font-family: "soleil", Helvetica, Arial, sans-serif;
  border: none;
  padding: 0.5em 1.5em;
  border-radius: 4px;
}

.wf-loading .gigya-screen input[type="submit"] {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-style: normal;
}

.gigya-screen input.gigya-submit-arrow {
  background-image: url("../images/raasFormSubmitArrow.png");
  background-repeat: no-repeat;
  background-position: 1em center;
  /*padding: 0.5em 1.5em 0.5em 3em;*/
  cursor: pointer;
}

.gigya-screen hr {
  margin: 0;
}

/********************************
 * Gigya login screen end
*********************************/
/********************************
 * Gigya profile screen begin
*********************************/
#rbgigya-profile-container {
  width: 98%;
  margin: 0 auto;
  background: #E8E6E7;
  position: relative;
}

#rbgigya-profile-container .gigya-screen {
  width: auto;
  max-width: 1024px !important;
  background: none;
  margin: 0 auto;
}

#rbgigya-profile-container .gigya-screen .gigya-inner {
  padding: 2em 0;
  margin: 0;
}

#rbgigya-profile-container .gigya-screen .gigya-screen-mainheader {
  background: none;
  position: static;
  padding: 0;
}

@media screen and (max-width: 639px) {
  #rbgigya-profile-container .gigya-screen .gigya-inner {
    margin: 0;
  }
}

#rbgigya-profile-container hr {
  margin: 1.5em 0 0 0;
  color: #C8C9C8;
}

#rbgigya-profile-container .gigya-screen h1 {
  margin: 0 0 1em 0;
}

#rbgigya-profile-container .gigya-screen h2 {
  text-align: left;
  font-size: 1.1em;
  color: #000;
  margin: 2em 0 1em 0;
  float: none;
}

#rbgigya-profile-container .gigya-screen .gigya-switchScreen {
  margin: 0;
  float: right;
}

#rbgigya-profile-container .gigya-screen .gigya-switchScreen a {
  color: #2C4B9A !important;
  font-size: 0.9em;
  font-weight: normal;
  font-style: normal;
  font-family: "soleil", Helvetica, Arial, sans-serif;
}

.wf-loading #rbgigya-profile-container .gigya-screen .gigya-switchScreen a {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-style: normal;
}

#rbgigya-profile-container .gigya-profile-screen-logout {
  float: right;
  margin: 0;
}

#rbgigya-profile-container .gigya-button-blue {
  font-size: 0.9em !important;
  text-transform: uppercase;
  border-radius: 4px;
  padding: 0.1em 1em !important;
  background: #123e47;
  font-weight: normal;
  font-style: normal;
  font-family: "soleil", Helvetica, Arial, sans-serif;
  display: inline-block;
  margin: 0 1em 0 0;
  color: #fff !important;
}

.wf-loading #rbgigya-profile-container .gigya-button-blue {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-style: normal;
}

#rbgigya-profile-container .gigya-button-blue a {
  color: #fff !important;
  text-decoration: none !important;
}

@media screen and (min-width: 1025px) {
  #rbgigya-profile-container .gigya-button-blue {
    font-size: 0.7em !important;
  }
}

#rbgigya-profile-container #rbgigya-profile-container_content {
  width: 100% !important;
}

#rbgigya-profile-container div.gigya-profile h1 {
  float: left;
}

#rbgigya-profile-container div.gigya-profile .gigya-profile-photo {
  /*	display: inline-block;*/
  float: left;
  margin-right: 1em;
  vertical-align: middle;
}

#rbgigya-profile-container .gigya-screen .gigya-form-label {
  float: left;
  width: 30%;
  color: #9E9F9E;
}

#rbgigya-profile-container .gigya-screen .gigya-form-label-small {
  width: auto !important;
  padding-right: 1em;
}

@media screen and (max-width: 639px) {
  #rbgigya-profile-container .gigya-screen .gigya-form-label {
    float: none;
    width: auto;
  }
}

#rbgigya-profile-container .gigya-screen input[type="text"], #rbgigya-profile-container .gigya-screen input[type="password"], #rbgigya-profile-container .gigya-screen select {
  width: 50%;
  font-size: 0.9em !important;
  color: #000;
}

#rbgigya-profile-container .gigya-screen .gigya-form-label, #rbgigya-profile-container .gigya-screen input[type="submit"] {
  font-size: 0.9em !important;
}

@media screen and (min-width: 1025px) {
  #rbgigya-profile-container .gigya-screen input[type="text"], #rbgigya-profile-container .gigya-screen input[type="password"], #rbgigya-profile-container .gigya-screen select {
    font-size: 0.7em !important;
  }
  #rbgigya-profile-container .gigya-screen .gigya-form-label, #rbgigya-profile-container .gigya-screen input[type="submit"] {
    font-size: 0.7em !important;
  }
}

#rbgigya-profile-container .gigya-screen select.gigya-select-date {
  width: 16%;
}

#rbgigya-profile-container .gigya-screen select.gigya-select-halfwidth {
  width: 30%;
}

#rbgigya-profile-container .gigya-photo-upload {
  line-height: normal !important;
}

@media screen and (max-width: 639px) {
  #rbgigya-profile-container .gigya-screen .gigya-form-label {
    float: none;
    width: auto;
  }
  #rbgigya-profile-container .gigya-screen input[type="text"], #rbgigya-profile-container .gigya-screen input[type="password"], #rbgigya-profile-container .gigya-screen select {
    width: 100%;
    float: none;
  }
  #rbgigya-profile-container .gigya-screen select.gigya-select-date {
    width: 32%;
  }
}

/********************************
 * Gigya profile screen end
*********************************/
/********************************
 * user login button
*********************************/
/*
#rbGigyaRaasLoginBt {
	position: relative;
}

#rbGigyaRaasLoginBt a {
	text-indent: 0 !important;
}

#rbGigyaRaasLoginBt a img{
	width: 23px;
	height: 23px;
}
*/
/********************************
 * Gigya comments start
*********************************/
#contentComments.gig-comments-container *,
#contentComments.gig-comments-container {
  font-weight: normal;
  font-style: normal;
  font-family: "soleil", Helvetica, Arial, sans-serif;
  font-size: 14px;
}

.wf-loading #contentComments.gig-comments-container *, .wf-loading
#contentComments.gig-comments-container {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}

#contentComments.gig-comments-container {
  width: 100% !important;
}

#contentComments *.gig-composebox-post {
  font-weight: normal;
  font-style: normal;
  font-family: "soleil", Helvetica, Arial, sans-serif;
  font-size: 18px;
  color: #fff;
  width: 100%;
  padding: 6px 8px 4px 8px;
  background: #0B1E41;
  border: none;
  border-radius: 3px !important;
}

.wf-loading #contentComments *.gig-composebox-post {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bolder;
  font-style: normal;
}

#contentComments .gig-comment-img {
  margin: 0 !important;
}

/********************************
 * Gigya comments end
*********************************/
/* ==================================================================================================== */
/* GIGYA FORM OVERRIDES */
div.gigya-form-checkbox input {
  -webkit-appearance: checkbox;
}

div.gigya-screen-mainheader {
  background-color: #999 !important;
}

#rbgigya-login-container .box .content.blue {
  background-color: #102a5b !important;
}

.gigya-screen a {
  color: #b3d4fc !important;
}

.gigya-screen .middle .middle-button {
  background-color: #b3d4fc;
  border-color: #102a5b;
}

.gigya-screen .right .inner-right {
  border-color: #b3d4fc;
}

.gigya-screen input.gigya-submit-arrow {
  background-color: #b3d4fc;
}

/* ==================================================================================================== */
/* GIGYA PROFILE PAGE OVERRIDES */
#rbgigya-profile-container {
  width: 90%;
  margin: 0 auto;
  background: #E8E6E7;
}

#rbgigya-profile-container .gigya-screen .gigya-inner {
  margin: 0;
  padding: 2em 0;
}

#rbgigya-profile-container .gigya-button-blue,
.gigya-screen input[type="submit"] {
  background-color: #92C4E7;
  color: #FFF;
}

#rbgigya-profile-container .gigya-screen .gigya-form-label {
  color: #000;
}

@media screen and (min-width: 1025px) {
  #rbgigya-profile-container .gigya-screen .gigya-switchScreen a {
    font-size: 0.9em;
  }
}

@media screen and (min-width: 1300px) {
  #rbgigya-profile-container {
    width: 1300px;
  }
}

/*# sourceMappingURL=desktop.css.map */