@media (min-width: 1px) {
  body::after {
    content: '{"phone":{"value": "1px", "active": true}, "tablet":{"value": "600px", "active": false}, "tablet-landscape":{"value": "900px", "active": false}, "desktop":{"value": "1200px", "active": false}, "widescreen":{"value": "1800px", "active": false}}';
    display: block;
    height: 0;
    overflow: hidden;
    width: 0;
  }
}
@media (min-width: 600px) {
  body::after {
    content: '{"phone":{"value": "1px", "active": true}, "tablet":{"value": "600px", "active": true}, "tablet-landscape":{"value": "900px", "active": false}, "desktop":{"value": "1200px", "active": false}, "widescreen":{"value": "1800px", "active": false}}';
    display: block;
    height: 0;
    overflow: hidden;
    width: 0;
  }
}
@media (min-width: 900px) {
  body::after {
    content: '{"phone":{"value": "1px", "active": true}, "tablet":{"value": "600px", "active": true}, "tablet-landscape":{"value": "900px", "active": true}, "desktop":{"value": "1200px", "active": false}, "widescreen":{"value": "1800px", "active": false}}';
    display: block;
    height: 0;
    overflow: hidden;
    width: 0;
  }
}
@media (min-width: 1200px) {
  body::after {
    content: '{"phone":{"value": "1px", "active": true}, "tablet":{"value": "600px", "active": true}, "tablet-landscape":{"value": "900px", "active": true}, "desktop":{"value": "1200px", "active": true}, "widescreen":{"value": "1800px", "active": false}}';
    display: block;
    height: 0;
    overflow: hidden;
    width: 0;
  }
}
@media (min-width: 1800px) {
  body::after {
    content: '{"phone":{"value": "1px", "active": true}, "tablet":{"value": "600px", "active": true}, "tablet-landscape":{"value": "900px", "active": true}, "desktop":{"value": "1200px", "active": true}, "widescreen":{"value": "1800px", "active": true}}';
    display: block;
    height: 0;
    overflow: hidden;
    width: 0;
  }
}
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

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

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

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

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

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

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

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

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

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1, h2, h3, h4, h5, h6, p {
  font-size: 1em;
  margin: 0;
}

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

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0;
}

@font-face {
  font-family: "century-gothic";
  src: url("../fonts/century-gothic/cgothic.woff2") format("woff2"), url("../fonts/century-gothic/cgothic.woff") format("woff"), url("../fonts/century-gothic/cgothic.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "century-gothic-bold";
  src: url("../fonts/century-gothic/cgothic-bold.woff2") format("woff2"), url("../fonts/century-gothic/cgothic-bold.woff") format("woff"), url("../fonts/century-gothic/cgothic-bold.ttf") format("truetype");
  font-weight: normal;
  font-style: bold;
}
.component__container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1199px) {
  .component__container {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .component__container {
    max-width: 1024px;
  }
}

.component__gutters {
  padding: 0 15px;
}
@media (min-width: 600px) {
  .component__gutters {
    padding: 0 20px;
  }
}

.skip-to-content,
.accessibility {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.line-break:after {
  content: "\a";
  white-space: pre;
}

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

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?r02yuu");
  src: url("../fonts/icomoon.eot?r02yuu#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?r02yuu") format("truetype"), url("../fonts/icomoon.woff?r02yuu") format("woff"), url("../fonts/icomoon.svg?r02yuu#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-social-googleplus:before {
  content: "\e80a";
}

.icon-social-twitter:before {
  content: "\e80d";
}

.icon-info:before {
  content: "\e901";
}

.icon-close-light:before {
  content: "\e902";
}

.icon-location:before {
  content: "\e903";
}

.icon-arrow-light-right:before {
  content: "\e904";
}

.icon-arrow-left-light:before {
  content: "\e905";
}

.icon-arrow-down-light:before {
  content: "\e906";
}

.icon-social-facebook:before {
  content: "\e90a";
}

.icon-search:before {
  content: "\e600";
}

.icon-hamburger:before {
  content: "\e601";
}

.icon-close:before {
  content: "\e602";
}

.icon-chook:before {
  content: "\e604";
}

.icon-arrow-left:before {
  content: "\e605";
}

.icon-arrow-right:before {
  content: "\e606";
}

.icon-arrow-down:before {
  content: "\e607";
}

.icon-arrow-up:before {
  content: "\e608";
}

.icon-social-facebook2:before {
  content: "\e609";
}

.icon-social-email:before {
  content: "\e60b";
}

.icon-social-googleplus2:before {
  content: "\ea8b";
}

.icon.arrow-right:before {
  content: "\f105";
}

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  font-feature-settings: "kern", "liga", "tnum";
  table-layout: fixed;
  width: 100%;
}

th {
  font-weight: 600;
  text-align: left;
}

tr,
td,
th {
  vertical-align: middle;
}

html {
  color: white;
  font-size: 100%;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
}

hr {
  border-bottom: 1px solid #d1d2d4;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 20px 0;
}

.h1,
.h2,
.year__content-box > h2,
.sponsor__heading,
.h4,
.h5,
.h6 {
  color: white;
}

.h2, .year__content-box > h2, .sponsor__heading {
  font-size: 31px;
  font-weight: 300;
  margin: 0 0 25px 0;
}

.h3 {
  font-size: 24px;
  font-weight: 400;
}

a {
  text-decoration: none;
  transition: color 0.2s;
  color: white;
}
a:active, a:focus, a:hover {
  color: #C6C6C6;
}
a.is-selected {
  color: #C6C6C6;
}

p {
  line-height: 180%;
  font-size: 13px;
  margin: 0 0 25px 0;
}
p + p,
p + ul {
  margin-top: -10px;
}

ul {
  margin-bottom: 25px;
  list-style: disc outside;
  margin-left: 15px;
}

li {
  line-height: 180%;
  font-size: 13px;
}

/* Container used for styling the custom select, the buttom class below adds the
 * bg gradient, corners, etc. */
.custom-select, .select-wrap {
  position: relative;
  display: block;
}

/* This is the native select, we're making everything but the text invisible so
 * we can see the button styles in the wrapper */
.custom-select select, .select-wrap select {
  width: 100%;
  margin: 0;
  outline: none;
  padding: 0.6em 0.8em 0.5em 0.8em;
  /* Prefixed box-sizing rules necessary for older browsers */
  box-sizing: border-box;
  /* Font size must be 16px to prevent iOS page zoom on focus */
}

/* Custom arrow sits on top of the select - could be an image, SVG, icon font,
 * etc. or the arrow could just baked into the bg image on the select. */
.custom-select::after, .select-wrap::after {
  content: " ";
  position: absolute;
  top: 50%;
  right: 1em;
  z-index: 2;
  /* These hacks make the select behind the arrow clickable in some browsers */
  pointer-events: none;
  display: none;
}

/* Firefox <= 34 has a false positive on @supports( -moz-appearance: none )
 * @supports ( mask-type: alpha ) is Firefox 35+
 */
@supports (appearance: none) or ((-moz-appearance: none) and (mask-type: alpha)) {
  /* Show custom arrow */
  .custom-select::after, .select-wrap::after {
    display: block;
  }
  /* Remove select styling */
  .custom-select select, .select-wrap select {
    padding-right: 2em; /* Match-01 */
    /* inside @supports so that iOS <= 8 display the native arrow */
    background: none; /* Match-04 */
    /* inside @supports so that Android <= 4.3 display the native arrow */
    border: 1px solid transparent; /* Match-05 */
    appearance: none;
  }
  .custom-select select:focus, .select-wrap select:focus {
    border-color: #aaa; /* Match-03 */
  }
}
.select-wrap::after {
  background-image: url(../svg/icons/scrolldown-o.svg);
  background-repeat: no-repeat;
  background-position: 90% 50%;
  background-size: 16px;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

textarea:focus, input:focus {
  outline: 0;
}

input,
select,
textarea {
  border: none;
  padding: 0;
  margin: 0;
  background-color: transparent;
}

textarea {
  resize: vertical;
}

input {
  position: relative;
  border-radius: 0;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  -webkit-transition: color 9999s ease-out, background-color 999s ease-out;
  -webkit-transition-delay: 9999s;
}

button {
  appearance: none;
  background-color: transparent;
  border: none;
  padding: 0;
}

.btn, .sponsor__btn {
  position: relative;
  z-index: 1;
  font-size: 14px;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  color: #FFF;
  background-color: black;
  padding: 14px 22px;
  text-transform: uppercase;
  border: 1px solid white;
}
.btn[disabled], [disabled].sponsor__btn, .btn.is-disabled, .is-disabled.sponsor__btn {
  cursor: not-allowed;
  color: #FFF;
  background-color: #d1d2d4 !important;
  opacity: 0.8;
}
.btn[disabled]:after, [disabled].sponsor__btn:after, .btn.is-disabled:after, .is-disabled.sponsor__btn:after {
  display: none;
}
.btn.is-selected, .is-selected.sponsor__btn, .btn:hover, .sponsor__btn:hover, .btn:focus, .sponsor__btn:focus {
  color: black;
  background-color: white;
}
.btn.is-selected:after, .is-selected.sponsor__btn:after, .btn:hover:after, .sponsor__btn:hover:after, .btn:focus:after, .sponsor__btn:focus:after {
  background-color: inherit;
}
.btn.is-loading, .is-loading.sponsor__btn {
  pointer-events: none;
}
.btn.is-loading:after, .is-loading.sponsor__btn:after {
  background-image: url("../img/loading.gif");
  background-position: 95% 50%;
  padding-right: 32px;
  transition-timing-function: ease;
}
.btn:after, .sponsor__btn:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background-size: 40px;
  background-repeat: no-repeat;
  background-color: inherit;
  background-position: 160% 50%;
  transition-property: all;
  transition-duration: inherit;
  transition-timing-function: inherit;
}
.btn--alt {
  color: #FFF;
  background-color: #2b2b2d;
}
.btn--alt[disabled], .btn--alt.is-disabled {
  color: #FFF;
  background-color: #d1d2d4;
}
.btn--alt.is-selected, .btn--alt:hover, .btn--alt:focus {
  color: #FFF;
  background-color: #404042;
}

img,
picture {
  display: block;
  margin: 0;
  max-width: 100%;
}

img.b-lazy {
  opacity: 0;
  transition: opacity 0.3s;
}
img.b-lazy.b-loaded {
  opacity: 1;
}

footer {
  margin: 10px 0;
}

.footer__copyright {
  font-family: "century-gothic";
  font-size: 11px;
}

.header {
  background-color: #000;
  padding: 8px 0;
}

.header__about {
  text-transform: uppercase;
  float: right;
  display: inline-block;
  vertical-align: middle;
  line-height: 22px;
  font-family: "century-gothic";
  font-size: 12px;
  color: white;
}

.header__logo {
  display: inline-block;
  vertical-align: middle;
  height: 21px;
}

.hero {
  position: relative;
  background-position: top center;
  background-size: cover;
  background-image: url(../img/hero-lrg.jpg);
  /* The url is relative to the document, not to the css file! */
  /* Prefer absolute urls to avoid confusion. */
  -ms-behavior: url("backgroundsize.min.htc");
  min-height: 400px;
}
@media (max-width: 599px) {
  .hero {
    height: calc(92vh - 35px);
  }
}
@media (min-width: 600px) {
  .hero {
    height: calc(96vh - 35px);
  }
}
@media (min-width: 900px) {
  .hero {
    height: calc(100vh - 35px);
  }
  .ipad .hero {
    height: calc(92vh - 35px);
  }
}
.ie8 .hero {
  background-repeat: no-repeat;
  background-color: #0b1425;
  min-height: 600px;
}

.hero__shimmer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.ie8 .hero__shimmer, .ie9 .hero__shimmer {
  display: none;
}

.hero__canvas-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  -ms-transform: scale(1.65);
      transform: scale(1.65);
}

.hero__canvas {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translateY(-50%) translateX(-50%);
      transform: translateY(-50%) translateX(-50%);
  -ms-transform-origin: 50% 50%;
      transform-origin: 50% 50%;
}
@media (max-width: 599px) {
  .hero__canvas {
    height: 100%;
  }
}

.hero__presented, .sponsor__presented {
  position: absolute;
  z-index: 1;
  top: 20px;
  right: 0;
}
.hero__presented > a > *, .sponsor__presented > a > * {
  display: inline-block;
  vertical-align: middle;
}
.hero__presented div, .sponsor__presented div {
  text-transform: uppercase;
  font-family: "century-gothic";
  font-size: 12px;
  color: white;
  margin-right: 10px;
  text-align: right;
}
.hero h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translateY(-50%) translateX(-50%);
      transform: translateY(-50%) translateX(-50%);
  text-align: center;
  color: white;
  letter-spacing: -1.5px;
  text-shadow: 2px 3px 5px rgba(0, 0, 0, 0.7);
}
.ie8 .hero h1 {
  width: 420px;
  margin-left: -210px;
  margin-top: -100px;
}

.hero__mauritius {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 80px;
  line-height: 60px;
}
@media (max-width: 411px) {
  .hero__mauritius {
    font-size: 60px;
  }
}

.hero__at {
  font-family: "playfairdisplay-black";
  font-size: 60px;
  font-style: italic;
}

.hero__fifty {
  font-family: "Lato", sans-serif;
  font-weight: bold;
  font-size: 60px;
}

.hero__scroll {
  position: absolute;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  color: white;
  text-align: center;
}
@media (max-width: 599px) {
  .hero__scroll {
    bottom: 8%;
  }
}
@media (min-width: 601px) {
  .hero__scroll {
    bottom: 4%;
  }
}
.ie8 .hero__scroll {
  width: 420px;
  margin-left: -210px;
  bottom: 14%;
}

.hero__scroll-text {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
}

.hero__scroll-arrows {
  margin: 20px auto 0;
  display: block;
  font-size: 21px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
}
.hero__scroll-arrows [class^=icon-], .hero__scroll-arrows [class*=" icon-"] {
  display: block;
}
.hero__scroll-arrows [class^=icon-]:nth-child(2), .hero__scroll-arrows [class*=" icon-"]:nth-child(2) {
  margin-top: -5px;
}
.ie8 .hero__scroll-arrows {
  position: absolute;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
}

.related__header {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 40px;
  padding: 0 3%;
}

.related__columns {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  padding: 0 3%;
}

.related__column {
  margin-bottom: 30px;
}
@media (min-width: 600px) {
  .related__column {
    width: calc(99.9% * 1/2 - (20px - 20px * 1/2));
  }
  .related__column:nth-child(1n) {
    float: left;
    margin-right: 20px;
    clear: none;
  }
  .related__column:last-child {
    margin-right: 0;
  }
  .related__column:nth-child(2n) {
    margin-right: 0;
    float: right;
  }
  .related__column:nth-child(2n + 1) {
    clear: both;
  }
}
.ie8 .related__column {
  width: 48%;
  float: left;
}
.ie8 .related__column:nth-child(1) {
  margin-right: 4%;
}
.ie8 .related__column:nth-child(3) {
  margin-right: 4%;
}

.related__thumb {
  display: block;
  margin-bottom: 18px;
  position: relative;
}
.related__thumb img {
  width: 100%;
  filter: saturate(100%);
  transition: filter 0.4s;
}
.related__thumb:hover img {
  filter: saturate(150%) contrast(120%) brightness(110%);
}

.related__play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translateY(-50%) translateX(-50%);
      transform: translateY(-50%) translateX(-50%);
  width: 70px;
  height: 70px;
  z-index: 10;
  background-image: url(../img/play.svg);
  background-size: cover;
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.25));
  transition: opacity 0.2s;
  opacity: 0.7;
}
.ie8 .related__play-btn {
  background-image: url(../img/play-ie.png);
  margin-left: -35px;
  margin-top: -35px;
  position: absolute;
  z-index: 10;
  width: 65px;
  height: 65px;
}
.related__thumb:hover .related__play-btn {
  opacity: 0.85;
}
@media (min-width: 600px) and (max-width: 899px) {
  .related__play-btn {
    width: 60px;
    height: 60px;
  }
}

.related__heading {
  font-weight: 400;
  font-size: 24px;
  margin-bottom: 10px;
}

@media (max-width: 599px) {
  .share-btns {
    text-align: center;
  }
}
.share-btns button {
  display: inline-block;
  margin: 0 2px;
  transition: opacity 0.4s;
  font-size: 20px;
  width: 40px;
  height: 40px;
  line-height: 42px;
  color: white;
  transition: all 0.2s;
  vertical-align: middle;
}
.share-btns button:hover {
  color: #C6C6C6;
}
.share-btns button.share-btns__googleplus {
  font-size: 28px;
}

.share-btns__heading {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  color: white;
  margin: 35px 0 20px;
  text-transform: uppercase;
  font-weight: 400;
}

.share-btns__divider {
  font-size: 14px;
  padding: 0 0px 0 10px;
}
@media (min-width: 600px) {
  .share-btns__divider {
    padding: 0 10px;
  }
}

.social-btns {
  width: 100%;
  border-top: 1px solid #666666;
  text-align: center;
  margin-bottom: 30px;
}
.social-btns button {
  display: inline-block;
  border-radius: 20px;
  margin: 0 6px;
  border: 1px solid white;
  width: 40px;
  height: 40px;
  transition: opacity 0.4s;
  font-size: 20px;
  line-height: 42px;
  color: white;
  transition: all 0.2s;
}
.social-btns button:hover {
  background-color: white;
  color: black;
}

.social-btns__heading {
  font-family: "century-gothic";
  font-size: 16px;
  color: white;
  margin: 35px 0 20px;
  text-transform: uppercase;
}

.spinner, .year__bg-wrap.is-loading:after {
  position: absolute;
  z-index: 10;
  width: 30px;
  height: 30px;
  border: 4px rgba(255, 255, 255, 0.25) solid;
  border-top: 4px rgba(255, 255, 255, 0.8) solid;
  border-radius: 50%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  animation: spin 0.8s infinite linear;
}
.ie8 .spinner, .ie8 .year__bg-wrap.is-loading:after, .ie9 .spinner, .ie9 .year__bg-wrap.is-loading:after {
  display: none;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.sponsor {
  margin-bottom: 60px;
}

.sponsor__columns {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  padding: 0 3%;
}

@media (max-width: 599px) {
  .sponsor__column {
    width: calc(99.9% * 1/1 - (20px - 20px * 1/1));
  }
  .sponsor__column:nth-child(1n) {
    float: left;
    margin-right: 20px;
    clear: none;
  }
  .sponsor__column:last-child {
    margin-right: 0;
  }
  .sponsor__column:nth-child(1n) {
    margin-right: 0;
    float: right;
  }
  .sponsor__column:nth-child(1n + 1) {
    clear: both;
  }
  .sponsor__column:nth-child(even) {
    -ms-flex-order: 1;
        order: 1;
  }
  .sponsor__column:nth-child(odd) {
    -ms-flex-order: 2;
        order: 2;
  }
}
@media (min-width: 600px) and (max-width: 899px) {
  .sponsor__column {
    width: calc(99.9% * 1/2 - (20px - 20px * 1/2));
  }
  .sponsor__column:nth-child(1n) {
    float: left;
    margin-right: 20px;
    clear: none;
  }
  .sponsor__column:last-child {
    margin-right: 0;
  }
  .sponsor__column:nth-child(2n) {
    margin-right: 0;
    float: right;
  }
  .sponsor__column:nth-child(2n + 1) {
    clear: both;
  }
}
@media (min-width: 900px) {
  .sponsor__column:nth-child(odd) {
    width: calc(99.9% * 2/3 - (20px - 20px * 2/3));
  }
  .sponsor__column:nth-child(odd):nth-child(1n) {
    float: left;
    margin-right: 20px;
    clear: none;
  }
  .sponsor__column:nth-child(odd):last-child {
    margin-right: 0;
  }
  .sponsor__column:nth-child(odd):nth-child(2n) {
    margin-right: 0;
    float: right;
  }
  .sponsor__column:nth-child(odd):nth-child(2n + 1) {
    clear: both;
  }
  .sponsor__column:nth-child(even) {
    width: calc(99.9% * 1/3 - (20px - 20px * 1/3));
  }
  .sponsor__column:nth-child(even):nth-child(1n) {
    float: left;
    margin-right: 20px;
    clear: none;
  }
  .sponsor__column:nth-child(even):last-child {
    margin-right: 0;
  }
  .sponsor__column:nth-child(even):nth-child(2n) {
    margin-right: 0;
    float: right;
  }
  .sponsor__column:nth-child(even):nth-child(2n + 1) {
    clear: both;
  }
}

@media (max-width: 599px) {
  .sponsor__presented {
    position: relative;
    top: initial;
    right: initial;
    margin-bottom: 40px;
    text-align: center;
  }
}

.years {
  margin-bottom: 70px;
}
.years .component__container {
  max-width: 100%;
}

.year {
  width: 100%;
  position: relative;
}

@media (max-width: 599px) {
  .year__bg-wrap {
    position: relative;
    overflow: hidden;
  }
}
.year__bg-wrap.is-loading:after {
  content: "";
}

.year__bg {
  min-height: 1px;
}
.year:nth-child(2) .year__bg {
  object-position: top center;
  font-family: "object-fit:cover; object-position: top center;";
}
.year:nth-child(4) .year__bg {
  object-position: top right;
  font-family: "object-fit:cover; object-position: top right;";
}
@media (max-width: 599px) {
  .year__bg {
    width: 100%;
    height: auto;
  }
}
@media (min-width: 600px) {
  .year__bg {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    font-family: "object-fit:cover;object-position:center center";
    object-fit: cover;
    object-position: center center;
  }
}

.year__tl {
  position: absolute;
  top: 0;
  height: 100%;
}
@media (max-width: 599px) {
  .year__tl {
    left: 16%;
  }
  .year__content-push .year__tl {
    display: none;
  }
}
@media (min-width: 600px) {
  .year__bg-wrap .year__tl {
    display: none;
  }
}
@media (min-width: 600px) and (max-width: 1049px) {
  .year__tl {
    left: -50px;
  }
}
@media (min-width: 1050px) {
  .year__tl {
    left: -55px;
  }
}

.year__stroke {
  position: absolute;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  width: 2px;
  background-color: white;
}
@media (max-width: 599px) {
  .year__stroke {
    bottom: 0%;
    height: 48.2%;
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .is-loading .year__stroke {
    -ms-transform: translateY(140%);
        transform: translateY(140%);
  }
}
@media (min-width: 600px) {
  .year__stroke {
    top: 0;
    height: 100%;
  }
}
.ie8 .year__stroke {
  background-color: transparent;
}

.year__bubble {
  position: absolute;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  top: -32px;
  width: 63px;
  height: 63px;
  border-radius: 50%;
  background-color: white;
}
.ie8 .year__bubble {
  background-color: transparent;
  left: 24px;
  top: -20px;
  width: 200px;
}

.year__date {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translateY(-50%) translateX(-50%);
      transform: translateY(-50%) translateX(-50%);
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  line-height: 18px;
  letter-spacing: -0.5px;
  font-size: 18px;
  color: black;
}
.ie8 .year__date {
  color: white;
  left: 58px;
}

@media (min-width: 600px) {
  .year__content-push {
    padding-top: 50vh;
  }
}
.ie8 .year__content-push {
  padding-top: 40%;
}

.year__content-box {
  position: relative;
}
@media (max-width: 599px) {
  .year__content-box {
    padding: 25px 25px 30px 25px;
  }
}
@media (min-width: 600px) {
  .year__content-box {
    margin: 0 10% 0 15%;
    background-color: rgba(0, 0, 0, 0.65);
    padding: 25px 25px 15px 25px;
  }
}
@media (min-width: 1050px) {
  .year__content-box {
    max-width: 900px;
    padding: 40px 25px 35px 25px;
    margin: 0 auto;
  }
}
.ie8 .year__content-box {
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr="#A6000000", endColorstr="#A6000000"); /* IE */
}
@media (max-width: 599px) {
  .year__content-box > h2 {
    font-size: 27px;
  }
}
* {
  box-sizing: border-box;
}

body {
  background-color: black;
}
body.debug *:not(input):not(textarea):not(select) {
  background-color: rgba(0, 0, 255, 0.1);
}

::selection {
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
}

iframe {
  border: none;
}

.skip-to-content:focus {
  position: absolute;
  z-index: 500;
  width: auto;
  height: auto;
  left: 0;
  top: 0;
  padding: 10px;
  text-decoration: underline;
  color: white;
  background-color: white;
}