@charset "UTF-8";
/* !1.0 Reset */
html {
  -webkit-text-size-adjust: 100%; }

html, body {
  padding: 0;
  margin: 0;
  height: 100%;
  overflow: hidden; }

h1, h2, h3, h4, h5, h6, p {
  margin-top: 0; }

* {
  outline: none; }

img {
  border: none;
  max-width: 100%; }

input {
  -webkit-appearance: none;
  border-radius: 0; }

/* !1.2 Clear Fix */
.clearfix:before,
.clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

/* For IE 6/7 (trigger hasLayout) */
.clearfix {
  zoom: 1; }

/* !1.3 Default */
body {
  font-family: "LeagueGothic", arial, serif;
  font-size: 16px;
  color: #16242C;
  width: 100%;
  -webkit-font-smoothing: antialiased; }

p {
  margin: 0 0 15px;
  font-weight: 300; }

a {
  color: #2f3c63; }

.wrapper {
  padding: 0 20px;
  margin: 0 auto;
  display: block; }

.hide-mobile {
  display: none; }

sup {
  font-size: 0.75em; }

sup a {
  color: #2f3c63;
  text-decoration: none; }

/* !1.4 Form */
.form label {
  display: block;
  font-weight: 300;
  padding: 0 4px 2px; }

.form .input-text {
  background: #fff;
  border: 1px solid #a7a9ab;
  padding: 6px 10px;
  box-sizing: border-box;
  width: 100%; }

.form .btn {
  background: #c71b6f;
  border: 0 none;
  border-radius: 4px;
  font-family: "LeagueGothic", arial, serif;
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  text-transform: uppercase;
  padding: 10px 20px; }

.form .field {
  margin-bottom: 15px; }

.form .submit {
  margin-top: 20px;
  text-align: right; }
  .form .submit .result {
    float: left;
    font-size: 1em;
    padding: 10px;
    border: 1px solid green; }
    .form .submit .result p {
      line-height: 100%;
      text-transform: uppercase;
      font-weight: bold;
      color: green;
      margin: 0; }
    .form .submit .result.state-error {
      border: 1px solid red; }
      .form .submit .result.state-error p {
        color: red; }

@font-face {
  font-family: 'LeagueGothicCondensed';
  src: url("/fonts/leaguegothic-condenseditalic-webfont.woff2") format("woff2"), url("/fonts/leaguegothic-condenseditalic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: 'LeagueGothicCondensed';
  src: url("/fonts/leaguegothic-condensedregular-webfont.woff2") format("woff2"), url("/fonts/leaguegothic-condensedregular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'LeagueGothic';
  src: url("/fonts/leaguegothic-italic-webfont.woff2") format("woff2"), url("/fonts/leaguegothic-italic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: 'LeagueGothic';
  src: url("/fonts/leaguegothic-regular-webfont.woff2") format("woff2"), url("/fonts/leaguegothic-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

/* !2.0 Layout */
.on-top {
  position: relative;
  z-index: 10; }

body {
  background: #fff; }

#wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  transition: all 200ms;
  transform: translateY(0); }

main {
  padding-top: 60px;
  height: calc(100% -  (60px + 61px));
  overflow-y: hidden;
  position: relative; }
  @media screen and (min-width: 1024px) {
    main {
      padding-top: 70px;
      height: calc(100% -  (70px + 61px)); } }
  main::after {
    content: "";
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/main-bg.jpg) no-repeat 50% 50%;
    background-size: cover;
    opacity: 0.2;
    z-index: 1; }
  main .container {
    display: block;
    width: 100%;
    height: 100%;
    overflow: auto;
    box-sizing: border-box; }
    @media screen and (min-width: 1024px) {
      main .container {
        padding-top: 50px; } }

.container {
  position: relative;
  z-index: 2; }

body.show-splash #wrapper {
  transform: translateY(100%); }

body.show-splash .splash-screen {
  transform: translateY(0); }

.share-icons {
  list-style: none;
  margin: 0;
  padding: 25px; }
  .share-icons li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px; }
  .share-icons .icon {
    display: block;
    position: relative;
    width: 26px;
    height: 26px;
    background: #243741;
    border-radius: 50%;
    transition: all 200ms; }
    .share-icons .icon:hover {
      background: #c71b6f; }
    .share-icons .icon .fa {
      color: #fff;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translateX(-50%) translateY(-50%); }

/* !2.1 Header */
.header {
  text-align: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 60px;
  background: #fff;
  z-index: 11; }
  @media screen and (min-width: 1024px) {
    .header {
      height: 70px; } }
  .header .title-banner {
    display: inline-block;
    padding: 16px 14px;
    margin-left: 40px;
    cursor: pointer; }
    @media screen and (min-width: 375px) {
      .header .title-banner {
        padding: 14px; } }
    @media screen and (min-width: 480px) {
      .header .title-banner {
        margin-left: 0; } }
    .header .title-banner .fa,
    .header .title-banner .page-title {
      display: inline-block;
      vertical-align: middle; }
  .header .page-title {
    font-size: 28px;
    color: #2f3c63;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 1;
    margin: 0; }
    @media screen and (min-width: 375px) {
      .header .page-title {
        font-size: 34px; } }
    @media screen and (min-width: 1024px) {
      .header .page-title {
        font-size: 40px; } }
  .header .burger {
    font-size: 18px;
    color: #2f3c63;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translate(0, -50%);
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 100%;
    cursor: pointer;
    transition: all 200ms; }
    .header .burger:hover {
      color: #231f20; }
    .header .burger .fa {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translateX(-50%) translateY(-50%); }

.sidebar {
  width: 170px;
  height: 100%;
  background: #2f3c63;
  color: #fff;
  box-sizing: border-box;
  padding: 16px 16px 60px;
  position: absolute;
  left: 0px;
  top: 0px;
  transform: translateX(-100%);
  z-index: 100;
  transition: all 200ms; }
  .sidebar.sidebar-open {
    transform: translateX(0); }
  .sidebar .close {
    font-size: 20px;
    color: #2f3c63;
    display: block;
    margin-left: 4px;
    position: relative; }
    @media screen and (min-width: 1024px) {
      .sidebar .close {
        font-size: 26px;
        padding-top: 10px; } }
    .sidebar .close:before {
      content: "";
      display: block;
      width: 18px;
      height: 18px;
      background: url(/images/menu--close-white.svg) no-repeat 50% 50%/cover; }
      @media screen and (min-width: 1024px) {
        .sidebar .close:before {
          width: 22px;
          height: 22px; } }
  .sidebar .subtitle {
    font-family: "Open Sans", arial, sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 120%;
    padding: 18px 2px;
    border: 1px solid #fff;
    border-width: 1px 0;
    margin: 20px 0; }
  .sidebar .social {
    list-style: none;
    padding: 0;
    margin: 0; }
    .sidebar .social li {
      text-align: center;
      margin-bottom: 30px; }
      .sidebar .social li a {
        display: block;
        width: 40px;
        height: 40px;
        border-radius: 100%;
        margin: 0 auto;
        background: #fff;
        color: #2f3c63;
        position: relative;
        transition: all 200ms; }
        .sidebar .social li a:hover {
          background: #231f20; }
        .sidebar .social li a .fa {
          font-size: 22px;
          color: #2f3c63;
          position: absolute;
          left: 50%;
          top: 50%;
          transform: translate(-50%, -50%); }
  .sidebar .credits-wrapper {
    padding: 18px 2px 0;
    margin: 20px 0 0 0;
    border-top: 1px solid #fff; }
    .sidebar .credits-wrapper .title {
      font-family: "Open Sans", arial, sans-serif;
      font-size: 14px;
      font-weight: bold;
      margin-bottom: 10px; }
    .sidebar .credits-wrapper .credits {
      list-style: none;
      padding: 0;
      margin: 0; }
      .sidebar .credits-wrapper .credits li {
        font-family: "Open Sans", arial, sans-serif;
        font-size: 13px;
        margin-bottom: 5px; }
        .sidebar .credits-wrapper .credits li a {
          color: #fff;
          transition: all 200ms; }
          .sidebar .credits-wrapper .credits li a:hover {
            color: #2f3c63; }

.list {
  margin: 0 auto 40px;
  position: relative;
  overflow: hidden; }

.backto {
  font-size: 20px;
  color: #2f3c63;
  background: #fff;
  padding: 30px;
  text-align: center; }
  .backto .container {
    display: inline-block;
    width: 100%;
    max-width: 660px;
    margin: 0 auto; }
  .backto a {
    color: inherit;
    text-decoration: none; }

.moment {
  font-size: 0;
  position: relative;
  margin: 0 auto 30px;
  max-width: 640px; }
  @media screen and (min-width: 1024px) {
    .moment {
      max-width: 660px; }
      .moment::before {
        content: "";
        position: absolute;
        left: 25px;
        right: -1000px;
        top: 25px;
        bottom: 25px;
        background: #fff; } }
  .moment::after {
    content: "";
    background: #fff;
    display: block;
    width: calc(100% + 2000px);
    height: 2px;
    margin: 0 -1000px; }
  .moment:last-child::after {
    content: none;
    display: none; }
  .moment .video-wrapper {
    width: 100%;
    max-width: 710px;
    margin: 0;
    position: relative; }
    @media screen and (min-width: 1024px) {
      .moment .video-wrapper {
        display: inline-block;
        vertical-align: top;
        width: 355px;
        height: 250px;
        overflow: hidden;
        margin-bottom: 50px; } }
    .moment .video-wrapper .video-img {
      display: block;
      position: relative;
      padding-bottom: 50%;
      padding-top: 30px;
      height: 0;
      overflow: hidden; }
      @media screen and (min-width: 1024px) {
        .moment .video-wrapper .video-img {
          padding-bottom: 64%; } }
      .moment .video-wrapper .video-img img {
        display: block; }
      .moment .video-wrapper .video-img .image {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: cover; }
      .moment .video-wrapper .video-img .fa-play-circle-o {
        font-size: 70px;
        color: #fff;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        transition: all 200ms; }
    .moment .video-wrapper .video-holder {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%; }
      .moment .video-wrapper .video-holder iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
    .moment .video-wrapper.has-video {
      cursor: pointer; }
  .moment .content {
    margin: 0 20px 20px;
    padding: 18px 50px 15px 40px;
    background: #fff;
    position: relative; }
    @media screen and (min-width: 375px) {
      .moment .content {
        padding: 20px 65px 15px 40px; } }
    @media screen and (min-width: 1024px) {
      .moment .content {
        display: inline-block;
        vertical-align: top;
        box-sizing: border-box;
        margin: 0;
        width: 305px;
        padding: 15px 40px 20px 20px;
        margin-top: 25px;
        margin-bottom: 50px; } }
    .moment .content .info {
      list-style: none;
      margin: 0;
      padding: 0;
      position: absolute;
      right: -20px;
      top: 0px; }
      @media screen and (min-width: 1024px) {
        .moment .content .info {
          right: -70px;
          top: -25px; } }
      .moment .content .info .id {
        font-size: 0;
        font-family: "LeagueGothic", arial, serif;
        font-weight: 100;
        color: #fff;
        text-align: center;
        width: 80px;
        height: 48px;
        background: #2f3c63;
        position: relative; }
        @media screen and (min-width: 1024px) {
          .moment .content .info .id {
            width: 100px;
            height: 60px; } }
        .moment .content .info .id .text {
          font-size: 30px;
          position: absolute;
          left: 50%;
          top: 50%;
          transform: translate(-50%, -50%); }
          @media screen and (min-width: 1024px) {
            .moment .content .info .id .text {
              font-size: 40px;
              transform: translate(-50%, -50%); } }
    .moment .content .team {
      font-size: 26px;
      color: #2f3c63;
      display: inline-block;
      margin-bottom: 5px; }
      @media screen and (min-width: 375px) {
        .moment .content .team {
          font-size: 30px; } }
    .moment .content .title {
      font-size: 26px;
      color: #2f3c63;
      text-transform: uppercase;
      margin-bottom: 8px;
      border-bottom: 2px solid #0071bb;
      margin-bottom: 8px; }
      @media screen and (min-width: 375px) {
        .moment .content .title {
          font-size: 30px; } }
    .moment .content .copy {
      font-family: "Open Sans", arial, sans-serif;
      font-size: 14px;
      font-weight: 300;
      position: relative;
      padding-bottom: 8px;
      border-bottom: 2px solid #0071bb;
      margin-bottom: 8px; }
      .moment .content .copy p:last-of-type {
        margin-bottom: 0; }
    .moment .content .nominated {
      font-family: "Open Sans", arial, sans-serif;
      font-size: 14px;
      font-weight: 300; }
      .moment .content .nominated .prefix {
        font-weight: 600;
        color: #2f3c63;
        padding-right: 2px; }

.ticker {
  background: #fff;
  width: 100%;
  height: 60px;
  position: fixed;
  left: 0;
  bottom: 0;
  user-select: none;
  z-index: 10; }
  .ticker ul {
    font-size: 0;
    list-style: none;
    margin: -20px auto 0;
    padding: 20px 0 0 0;
    overflow: hidden;
    width: 210px; }
    @media screen and (min-width: 375px) {
      .ticker ul {
        width: 270px; } }
    @media screen and (min-width: 1024px) {
      .ticker ul {
        width: 750px;
        padding-top: 40px;
        margin-top: -40px; } }
    @media screen and (min-width: 1140px) {
      .ticker ul {
        width: 1050px;
        margin: -40px auto 0; } }
    .ticker ul li {
      font-family: "Open Sans", arial, sans-serif;
      font-size: 16px;
      display: inline-block;
      vertical-align: top;
      position: relative; }
      .ticker ul li::after {
        content: "";
        width: 1px;
        height: calc(100% - 8px);
        position: absolute;
        right: 0px;
        top: 4px;
        background: #2f3c63; }
      .ticker ul li:last-child::after {
        content: none;
        display: none; }
      .ticker ul li a {
        font-weight: 700;
        text-decoration: none;
        text-align: center;
        display: block;
        width: 30px;
        height: 60px;
        line-height: 60px;
        margin: 0 auto; }
        @media screen and (min-width: 1024px) {
          .ticker ul li a {
            width: 50px; } }
      .ticker ul li.slick-current {
        background: #2f3c63;
        position: relative;
        margin-left: -1px; }
        @media screen and (min-width: 1024px) {
          .ticker ul li.slick-current {
            font-size: 24px;
            padding-bottom: 10px; } }
        .ticker ul li.slick-current::before {
          content: "";
          width: 0;
          height: 0;
          border-left: 15px solid transparent;
          border-right: 15px solid transparent;
          border-bottom: 15px solid #2f3c63;
          position: absolute;
          left: 50%;
          top: -15px;
          transform: translate(-50%, 0); }
          @media screen and (min-width: 1024px) {
            .ticker ul li.slick-current::before {
              border-left: 25px solid transparent;
              border-right: 25px solid transparent;
              border-bottom: 30px solid #2f3c63;
              top: -30px; } }
        .ticker ul li.slick-current a {
          color: #fff; }
  .ticker .slick-nav-arrows {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 0; }
    @media screen and (min-width: 375px) {
      .ticker .slick-nav-arrows {
        width: 370px;
        left: 50%;
        transform: translateX(-50%); } }
    @media screen and (min-width: 1024px) {
      .ticker .slick-nav-arrows {
        width: 820px; } }
    @media screen and (min-width: 1140px) {
      .ticker .slick-nav-arrows {
        width: 1120px; } }
    .ticker .slick-nav-arrows .slick-arrow {
      position: absolute;
      width: 30px;
      height: 30px;
      top: 50%;
      left: 0;
      transform: translateY(-50%);
      padding: 0;
      border: 0 none;
      text-decoration: none;
      text-indent: -9999px;
      transition: all 200ms; }
      .ticker .slick-nav-arrows .slick-arrow::after {
        content: "";
        font-family: FontAwesome;
        font-size: 18px;
        color: #2f3c63;
        text-indent: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        transition: all 200ms; }
      .ticker .slick-nav-arrows .slick-arrow:hover::after {
        color: #231f20; }
      .ticker .slick-nav-arrows .slick-arrow.slick-disabled {
        opacity: 0.5; }
      .ticker .slick-nav-arrows .slick-arrow.slick-next {
        left: auto;
        right: 0; }
        .ticker .slick-nav-arrows .slick-arrow.slick-next::after {
          content: ""; }

.splash-screen {
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(-100%);
  width: 100%;
  height: 100%;
  background: #231f20 url(/images/bg.jpg) no-repeat 50% 40%/cover;
  color: #fff;
  z-index: 40;
  transition: all 200ms;
  overflow: hidden; }
  @media screen and (min-width: 1024px) {
    .splash-screen {
      background-position: 44% 50%; } }
  .splash-screen .header {
    background: none;
    position: relative; }
    .splash-screen .header .burger:hover {
      color: #231f20; }
    .splash-screen .header .title-banner {
      text-align: center;
      background: rgba(47, 60, 99, 0.4);
      padding: 20px 0;
      position: relative;
      top: 108px;
      margin-left: 0;
      width: 100%; }
      @media screen and (min-width: 1024px) {
        .splash-screen .header .title-banner {
          top: 170px;
          padding: 40px 0; } }
      .splash-screen .header .title-banner .page-title {
        font-size: 50px;
        color: #fff; }
        @media screen and (min-width: 1024px) {
          .splash-screen .header .title-banner .page-title {
            font-size: 80px; } }
  .splash-screen .content {
    width: 100%;
    height: calc(100% - 60px);
    position: relative; }
    .splash-screen .content .copy {
      position: absolute;
      top: 188px;
      padding: 20px;
      background: rgba(35, 31, 32, 0.4);
      color: #fff;
      font-family: "Open Sans", arial, sans-serif; }
      @media screen and (min-width: 430px) {
        .splash-screen .content .copy {
          top: 138px; } }
      @media screen and (min-width: 480px) {
        .splash-screen .content .copy {
          padding: 40px; } }
      @media screen and (min-width: 680px) {
        .splash-screen .content .copy {
          padding: 40px 60px; } }
      @media screen and (min-width: 768px) {
        .splash-screen .content .copy {
          font-size: 18px;
          padding: 40px 140px; } }
      @media screen and (min-width: 1024px) {
        .splash-screen .content .copy {
          top: 260px;
          background: rgba(35, 31, 32, 0.5);
          width: 100%;
          padding: 40px 0; } }
      .splash-screen .content .copy p {
        font-weight: 400; }
        @media screen and (min-width: 1024px) {
          .splash-screen .content .copy p {
            display: block;
            width: 680px;
            margin: 0 auto; } }
      .splash-screen .content .copy a {
        color: #fff; }
    .splash-screen .content .continue {
      width: 45px;
      height: 45px;
      background: #fff;
      text-align: center;
      border-radius: 100%;
      line-height: 1;
      display: block;
      margin: 0 auto;
      position: absolute;
      left: 50%;
      bottom: 40px;
      transform: translateX(-50%);
      animation: fadeInUp 3s ease-in-out infinite both;
      transition: all 500ms;
      cursor: pointer; }
      .splash-screen .content .continue:hover {
        color: #fff;
        transform: translateX(-50%) translateY(5px); }
      .splash-screen .content .continue .fa {
        font-size: 30px;
        color: #2f3c63;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-51%, -50%); }

@keyframes fadeInUp {
  0% {
    background: #fff; }
  50% {
    background: #ccc; }
  100% {
    background: #fff; } }
