@charset "UTF-8";
/*! Warning: Don't Edit This File! */
/*! normalize.css 2011-11-04T15:38 UTC - http://github.com/necolas/normalize.css */
/* =============================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects block display not defined in IE6/7/8/9 & FF3
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block; }

/*
 * Corrects inline-block display not defined in IE6/7/8/9 & FF3
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

/*
 * Prevents modern browsers from displaying 'audio' without controls
 */
audio:not([controls]) {
  display: none; }

/*
 * Addresses styling for 'hidden' attribute not present in IE7/8/9, FF3, S4
 * Known issue: no IE6 support
 */
[hidden] {
  display: none; }

/* =============================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE6/7 when body font-size is set using em units
 *    http://clagnut.com/blog/348/#c790
 * 2. Keeps page centred in all browsers regardless of content height
 * 3. Prevents iOS text size adjust after orientation change, without disabling user zoom
 *    www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
 */
html {
  font-size: 100%;
  /* 1 */
  overflow-y: scroll;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
  -ms-text-size-adjust: 100%;
  /* 3 */ }

/*
 * Addresses margins handled incorrectly in IE6/7
 */
body {
  margin: 0; }

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

/* =============================================================================
   Links
   ========================================================================== */
/*
 * Addresses outline displayed oddly in Chrome
 */
a:focus {
  outline: thin dotted; }

/*
 * Improves readability when focused and also mouse hovered in all browsers
 * people.opera.com/patrickl/experiments/keyboard/test
 */
a:hover,
a:active {
  outline: 0; }

/* =============================================================================
   Typography
   ========================================================================== */
/*
 * Neutralise smaller font-size in 'section' and 'article' in FF4+, Chrome, S5
 */
h1 {
  font-size: 2em; }

/*
 * Addresses styling not present in IE7/8/9, S5, Chrome
 */
abbr[title] {
  border-bottom: 1px dotted; }

/*
 * Addresses style set to 'bolder' in FF3+, S4/5, Chrome
*/
b,
strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

/*
 * Addresses styling not present in S5, Chrome
 */
dfn {
  font-style: italic; }

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

/*
 * Corrects font family set oddly in IE6, S4/5, Chrome
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */
pre,
code,
kbd,
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; }

/*
 * 1. Addresses CSS quotes not supported in IE6/7
 * 2. Addresses quote property not supported in S4
 */
/* 1 */
q {
  quotes: none; }

/* 2 */
q:before,
q:after {
  content: '';
  content: none; }

small {
  font-size: 75%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* =============================================================================
   Lists
   ========================================================================== */
ul,
ol {
  margin-left: 0;
  padding: 0 0 0 40px; }

dd {
  margin: 0 0 0 40px; }

nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

/* =============================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside 'a' element in IE6/7/8/9, FF3
 * 2. Improves image quality when scaled in IE7
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

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

/* =============================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE6/7/8/9, S5, O11
 */
figure {
  margin: 0; }

/* =============================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE6/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 IE6/7/8/9
 * 2. Corrects alignment displayed oddly in IE6/7
 */
legend {
  border: 0;
  /* 1 */
  *margin-left: -7px;
  /* 2 */ }

/*
 * 1. Corrects font size not being inherited in all browsers
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, 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 FF3/4 setting line-height on 'input' using !important in the UA stylesheet
 */
button,
input {
  line-height: normal;
  /* 1 */ }

/*
 * 1. Improves usability and consistency of cursor style between image-type 'input' and others
 * 2. Corrects inability to style clickable 'input' types in iOS
 * 3. Removes inner spacing in IE7 without affecting normal text inputs
 *    Known issue: inner spacing remains in IE6
 */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  /* 1 */
  -webkit-appearance: button;
  /* 2 */
  *overflow: visible;
  /* 3 */ }

/*
 * 1. Addresses box sizing set to content-box in IE8/9
 * 2. Removes excess padding in IE8/9
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

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

/*
 * Removes inner padding that is displayed in S5, Chrome on OS X
 */
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/*
 * Removes inner padding and border in FF3+
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/*
 * 1. Removes default vertical scrollbar in IE6/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; }

body {
  font-family: "proxima-nova", Proxima Nova, sans-serif;
  font-size: 13px; }
  @media screen and (min-width: 640px) {
    body {
      font-size: 16px; } }

h1, h2, h3, h4, h5, h6 {
  font-family: "proxima-nova", Proxima Nova, sans-serif; }

h1 {
  text-align: center;
  height: 68px;
  margin: 59px 0 53px;
  color: #959595; }

.image-title {
  font-size: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center; }

.css-debug h1 {
  background-color: rgba(255, 0, 0, 0.2); }

.text-container h2 {
  border-left: 8px solid black;
  margin-left: -30px;
  padding: 8px 8px 8px 22px; }
.text-container.text-inverted h2 {
  border-left-color: white; }

a:link,
a:visited {
  color: #dd0000;
  text-decoration: none; }

a:hover {
  text-decoration: underline; }

a:active {
  color: lightgray; }

.text-align-center {
  text-align: center; }

p, ul {
  line-height: 18px; }
  @media screen and (min-width: 640px) {
    p, ul {
      line-height: 24px; } }

header {
  background: #000000;
  /* Old browsers */
  background: -moz-linear-gradient(top, #000000 0%, #001f52 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #000000), color-stop(100%, #001f52));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #000000 0%, #001f52 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #000000 0%, #001f52 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #000000 0%, #001f52 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #000000 0%, #001f52 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#001f52',GradientType=0 );
  /* IE6-9 */
  text-align: center;
  padding-top: 50px; }

.smashified-logo {
  background: url(../images/smashified-logo.png) no-repeat;
  background-size: contain;
  display: block;
  width: 200px;
  height: 60px;
  margin: 0 auto 50px; }
  @media screen and (min-width: 768px) {
    .smashified-logo.large {
      width: 740px;
      height: 240px; } }

.menu {
  padding: 0;
  margin: 0;
  list-style-type: none;
  background: #1a1a1a;
  text-align: center;
  padding: 12px 0;
  font-size: 0; }
  .menu li {
    margin: 0 10px;
    position: relative; }
    .menu li a {
      height: 28px;
      line-height: 46px;
      text-align: center;
      display: block;
      background-position: center center;
      background-repeat: no-repeat; }
      .menu li a:hover, .menu li a.active {
        background-color: #404040; }
  @media screen and (min-width: 768px) {
    .menu {
      padding: 0;
      margin: 0;
      padding: 12px 0; }
      .menu li {
        display: inline-block; }
      .menu li {
        margin: 0 10px; }
        .menu li a {
          width: 120px;
          height: 36px;
          display: inline-block; }
          .menu li a:hover, .menu li a.active {
            background-color: #404040; }
        .menu li:after {
          content: '';
          display: block;
          position: absolute;
          width: 2px;
          height: 26px;
          background: #333333;
          right: -10px;
          top: 5px; }
        .menu li:last-child:after {
          content: '';
          display: none; }
      .menu.tall li:after {
        top: 10px; }
      .menu.tall li a {
        height: 46px; } }

.character-profile {
  max-width: 686px;
  margin: 10px auto 30px;
  background: white;
  border: 1px solid white; }
  .character-profile h1 {
    height: auto;
    margin: 0;
    background-color: #333333; }
    .character-profile h1 img {
      width: 100%; }
  .character-profile .character-portrait {
    background: url(../images/portrait-gradient.png) repeat-x;
    text-align: center;
    max-height: 409px;
    position: relative; }
    .character-profile .character-portrait img {
      width: 100%;
      max-width: 409px; }
    .character-profile .character-portrait.tall {
      max-height: 509px; }
      .character-profile .character-portrait.tall img {
        width: 100%;
        max-width: 509px; }
    .character-profile .character-portrait .character-page-live-flag {
      display: block;
      position: absolute;
      width: 85px;
      height: 59px;
      background-image: url(../images/live-flag.png);
      background-size: 85px 59px;
      bottom: 0px;
      right: 0px;
      opacity: .5; }
      .character-profile .character-portrait .character-page-live-flag:hover {
        opacity: 1; }
  @media screen and (min-width: 768px) {
    .character-profile {
      margin: 74px auto 82px; } }

.character-video-player {
  max-width: 686px;
  margin: 0 auto 30px;
  overflow: auto;
  background-color: rgba(255, 255, 255, 0.3);
  padding: 1px; }
  .character-video-player h3 {
    text-align: center;
    margin: 0;
    padding: 15px 0;
    overflow: auto;
    background-repeat: no-repeat;
    background-position: center; }
  @media screen and (min-width: 768px) {
    .character-video-player {
      margin: 0 auto 82px; } }

.char-nav {
  display: none;
  position: fixed;
  top: 50%;
  width: 70px;
  height: 46px;
  background-repeat: no-repeat;
  background-position: 20px 1px;
  font-size: 0; }
  .char-nav:hover {
    background-position: -50px 1px; }
  .char-nav.char-prev {
    background-image: url(../images/left-arrow.png);
    left: 0px; }
  .char-nav.char-next {
    background-image: url(../images/right-arrow.png);
    right: 0px; }
  @media screen and (min-width: 960px) {
    .char-nav {
      display: block; } }

.trophies-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  padding: 0;
  margin: 0;
  overflow: visible;
  max-width: 760px;
  margin: 10px 0 60px; }
  .trophies-list li {
    display: inline-block; }
  .css-debug .trophies-list {
    background-color: rgba(255, 0, 0, 0.2); }
  .trophies-list li {
    background-color: white;
    display: block;
    position: relative;
    margin-bottom: 10px;
    overflow: visible; }
    .trophies-list li a {
      display: block;
      height: 100%;
      position: relative;
      overflow: visible; }
      .trophies-list li a:hover {
        text-decoration: none; }
      .trophies-list li a:hover:after {
        content: '';
        display: block;
        position: absolute;
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
        border: 6px solid #c45b64;
        z-index: 1; }
      .trophies-list li a .update-flag {
        position: absolute;
        width: 68px;
        height: 27px;
        box-sizing: border-box;
        background-color: #ae0502;
        background-image: url(../images/update-flag.png);
        background-position: center;
        border: 1px solid #8c0301;
        top: 0;
        left: -5px;
        z-index: 2; }
        .trophies-list li a .update-flag:after {
          content: '';
          position: absolute;
          width: 2px;
          height: 0px;
          border-top: 3px solid white;
          border-left: 3px solid transparent;
          border-bottom: 0;
          border-right: 0;
          bottom: -4px;
          left: -1px; }
    .trophies-list li .trophy-thumbnail {
      background: black;
      height: 62px; }
    .trophies-list li .trophy-title {
      display: block;
      color: black;
      font-weight: bold;
      font-size: 14px;
      margin: 10px 20px; }
    .trophies-list li .trophy-flag-container {
      position: absolute;
      background: #c45b64;
      width: 72px;
      height: 38px;
      top: 0;
      right: 0; }
      .trophies-list li .trophy-flag-container:after {
        content: '';
        position: absolute;
        display: block;
        border-top: 38px solid #c45b64;
        border-left: 10px solid transparent;
        border-bottom: 0px;
        border-right: 0px;
        left: -10px;
        top: 0px; }
      .trophies-list li .trophy-flag-container .trophy-corner-icon {
        display: block;
        float: left;
        width: 36px;
        height: 38px;
        background-image: url(../images/trophy-flags.png); }
        .trophies-list li .trophy-flag-container .trophy-corner-icon.comm-flag {
          background-position: -36px 0px; }
      .trophies-list li .trophy-flag-container.trophy-has-video .video-flag {
        background-position: 0px -38px; }
      .trophies-list li .trophy-flag-container.trophy-has-comm .comm-flag {
        background-position: -36px -38px; }
  @media screen and (min-width: 400px) {
    .trophies-list li .trophy-thumbnail {
      float: left;
      overflow: hidden;
      width: 80px; }
      .trophies-list li .trophy-thumbnail img {
        margin-left: -70px; }
    .trophies-list li .trophy-title {
      margin: 0 0 0 100px;
      font-size: 18px;
      line-height: 62px; } }
  @media screen and (min-width: 768px) {
    .trophies-list {
      margin: 10px auto 80px; }
      .trophies-list li .trophy-thumbnail {
        width: 220px; }
        .trophies-list li .trophy-thumbnail img {
          margin-left: 0px; }
      .trophies-list li .trophy-title {
        margin: 0 0 0 240px;
        font-size: 24px;
        line-height: 62px; } }

.about-trophies-link {
  text-align: center;
  margin: -30px 0 60px; }
  .css-debug .about-trophies-link {
    background-color: rgba(255, 0, 0, 0.2); }
  .about-trophies-link a {
    display: inline-block;
    background: gray;
    padding: 10px 15px;
    color: white;
    text-transform: uppercase;
    position: relative;
    font-weight: bold; }
    .about-trophies-link a:after {
      content: '';
      display: inline-block;
      border-left: 6px solid white;
      border-top: 6px solid transparent;
      border-bottom: 6px solid transparent;
      border-right: 0;
      margin-left: 10px; }
    .about-trophies-link a:hover {
      text-decoration: none;
      background: white;
      color: black; }
      .about-trophies-link a:hover:after {
        border-left-color: black; }

.filter-heading {
  text-align: center;
  margin: 0 10px; }
  .filter-heading .filter-heading-body {
    display: inline-block;
    color: white;
    background: black;
    padding: 10px 40px 10px 20px;
    border-radius: 20px;
    text-transform: uppercase;
    position: relative; }
  .filter-heading span {
    font-weight: bold; }
    .filter-heading span:before {
      content: ' '; }
  .filter-heading a {
    position: absolute;
    top: 10px;
    right: 10px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
    background: gray;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    text-align: center; }
    .filter-heading a:hover {
      text-decoration: none;
      background: white; }
    .filter-heading a:after {
      content: '×';
      color: black;
      font-size: 18px;
      font-weight: bold;
      line-height: 20px;
      vertical-align: bottom; }

.trophy-page {
  background-color: #55637b; }

.trophy-profile {
  max-width: 686px;
  margin: 10px auto 30px;
  background-color: black;
  background-image: url(../images/trophy-profile-bg.jpg);
  border: 1px solid white;
  position: relative;
  overflow: hidden; }
  .trophy-profile h1 {
    height: auto;
    margin: 0;
    padding: 20px 10px 20px; }
    .trophy-profile h1 img {
      width: 100%;
      max-width: 343px; }
    .css-debug .trophy-profile h1 {
      background-color: rgba(0, 0, 255, 0.2); }
    .css-debug .trophy-profile h1 img {
      background-color: rgba(255, 0, 0, 0.2); }
  @media screen and (min-width: 768px) {
    .trophy-profile {
      margin: 74px auto 82px;
      height: 480px; }
      .trophy-profile h1 {
        position: absolute;
        width: calc(50%);
        top: 0;
        right: 0;
        padding: 20px 0 10px;
        z-index: 1;
        text-align: left; } }

.trophy-image {
  position: relative;
  text-align: center; }
  .css-debug .trophy-image {
    background-color: rgba(255, 0, 0, 0.2); }
  .trophy-image img {
    width: 100%;
    max-width: 340px;
    margin: auto; }
    .css-debug .trophy-image img {
      background-color: rgba(0, 0, 255, 0.2); }
  @media screen and (min-width: 768px) {
    .trophy-image {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      width: calc(50%); }
      .trophy-image img {
        position: absolute;
        bottom: 90px;
        left: 0; } }

.trophy-description {
  background: rgba(0, 0, 0, 0.5);
  color: white;
  padding: 20px 30px; }
  .trophy-description p {
    margin: 0;
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis; }
    .css-debug .trophy-description p {
      background-color: rgba(255, 0, 0, 0.2); }
  .css-debug .trophy-description {
    background-color: rgba(0, 0, 255, 0.2); }
  @media screen and (min-width: 768px) {
    .trophy-description {
      position: absolute;
      width: calc(50% - 75px);
      top: 0;
      bottom: 0;
      right: 0;
      padding: 100px 40px 0 35px; }
      .trophy-description p {
        height: 260px; } }

.trophy-origin {
  background: rgba(0, 0, 0, 0.5);
  font-weight: bold;
  font-size: 24px;
  color: white;
  padding: 0 30px 30px; }
  .css-debug .trophy-origin {
    background-color: rgba(255, 0, 0, 0.2); }
  .trophy-origin .trophy-origin-label {
    text-transform: uppercase;
    font-size: 16px; }
  @media screen and (min-width: 768px) {
    .trophy-origin {
      background: transparent;
      position: absolute;
      padding: 0 35px 40px;
      width: calc(50% - 70px);
      bottom: 0;
      right: 0; } }

.tag-list span:after {
  content: ','; }
.tag-list span:last-child:after {
  content: ''; }

.contributors-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  overflow: auto; }
  .contributors-list li {
    float: left;
    width: 217px;
    height: 217px;
    margin-right: 22px;
    margin-bottom: 22px;
    box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.5); }
    .contributors-list li:last-child {
      margin-right: 0; }
    .contributors-list li a {
      display: block;
      background: gray;
      height: 100%;
      position: relative; }
      .contributors-list li a:hover:after {
        content: '';
        display: block;
        position: absolute;
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
        border: 6px solid #333333; }
      .contributors-list li a div {
        text-align: center;
        color: white;
        font-weight: bold;
        font-size: 18px;
        text-decoration: none;
        line-height: 54px;
        height: 54px;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        background: #333333; }
  @media screen and (min-width: 510px) and (max-width: 754px) {
    .contributors-list {
      width: 470px; }
      .contributors-list li:nth-child(2n) {
        margin-right: 0; } }
  @media screen and (min-width: 755px) {
    .contributors-list {
      width: 715px; }
      .contributors-list li:nth-child(3n) {
        margin-right: 0; } }

.main-content.contributor-profile .container {
  overflow: auto;
  padding: 74px 0 0; }

.contributor-header {
  color: white;
  margin: -30px -30px 30px;
  height: 90px;
  line-height: 90px;
  background: black;
  border-top: 1px solid white; }
  @media screen and (min-width: 758px) {
    .contributor-header {
      border-right: 1px solid white;
      border-left: 1px solid white; } }

.contributor-profile .commission-display h3 {
  margin-bottom: 0;
  padding: 15px 10px 15px 65px;
  background-color: black;
  color: white;
  text-transform: uppercase;
  position: relative; }
  .contributor-profile .commission-display h3:after {
    display: block;
    content: '';
    position: absolute;
    width: 43px;
    top: 10px;
    bottom: 10px;
    left: 10px;
    background-image: url(../images/commission-icon.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain; }
    .css-debug .contributor-profile .commission-display h3:after {
      background-color: rgba(255, 0, 0, 0.2); }
.contributor-profile .commission-display.commission-flagged h3 {
  background-color: #60b73a; }
.contributor-profile .commission-display p {
  margin-top: 0;
  padding: 10px;
  background-color: #eee; }
.contributor-profile .profile-picture-container {
  max-width: 280px;
  margin: auto;
  overflow: hidden;
  position: relative; }
  .contributor-profile .profile-picture-container:before {
    content: '';
    display: block;
    padding-top: 100%; }
  .contributor-profile .profile-picture-container img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0; }
@media screen and (min-width: 768px) {
  .contributor-profile .commission-display h3 {
    padding: 10px 10px 10px 65px; }
  .contributor-profile .text-container {
    overflow: auto; }
  .contributor-profile .profile-picture-container {
    max-width: none;
    float: right;
    width: calc(50% - 20px); }
    .contributor-profile .profile-picture-container img {
      width: 100%; }
    .css-debug .contributor-profile .profile-picture-container {
      background-color: rgba(255, 0, 0, 0.2); }
  .contributor-profile .contributor-profile-body {
    float: left;
    width: calc(50% - 20px); }
    .css-debug .contributor-profile .contributor-profile-body {
      background-color: rgba(255, 0, 0, 0.2); }
  .contributor-profile .contributor-profile-sidebar {
    float: right;
    width: calc(50% - 20px); }
    .css-debug .contributor-profile .contributor-profile-sidebar {
      background-color: rgba(255, 0, 0, 0.2); } }

body {
  background: #363636; }

footer {
  background: #1a1a1a;
  color: white;
  padding: 40px 20px 20px; }
  footer .footer-nav {
    padding: 0;
    margin: 0;
    list-style-type: none; }
    footer .footer-nav li {
      font-size: 14px;
      line-height: 20px; }
    footer .footer-nav a {
      color: white; }
      footer .footer-nav a:hover {
        color: #dd0000; }
  footer .footer-col:nth-child(3n) {
    margin-right: 0; }
  footer .colophon {
    clear: both; }
  footer p {
    font-size: 13px;
    line-height: 17px; }
  @media screen and (min-width: 768px) {
    footer .footer-col {
      float: left;
      width: 30%;
      margin-right: 5%; } }

.main-content {
  overflow: auto;
  position: relative; }
  .main-content .container {
    padding: 0 10px; }

.container {
  margin: 0 auto;
  overflow: auto; }
  .container.max-width {
    max-width: 960px; }

.text-container {
  max-width: 700px;
  margin: 0 auto;
  padding: 30px;
  background: white;
  box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.5); }
  .text-container.text-inverted {
    color: white;
    background: transparent;
    box-shadow: none; }
  .text-container.back-button-enabled {
    margin-bottom: 80px; }
  .text-container img {
    max-width: 100%;
    display: block;
    margin: auto; }
  @media screen and (min-width: 768px) {
    .text-container {
      margin: 0 auto 80px; } }

.characters-section {
  background: black;
  overflow: auto; }

.banner-link {
  display: inline-block;
  margin: 0 15px 30px; }
  .banner-link img {
    max-width: 100%; }
  .banner-link:hover {
    opacity: .8; }

.latest-character {
  max-width: 900px;
  margin: 50px auto 0;
  padding: 10px;
  text-align: center; }
  .css-debug .latest-character {
    background-color: rgba(255, 0, 0, 0.2); }
  .latest-character .challenger-banner {
    display: block;
    margin-bottom: 50px; }
    .latest-character .challenger-banner:hover {
      opacity: .8; }
    .latest-character .challenger-banner img {
      width: 100%; }
  .latest-character .latest-video {
    border: 6px solid #00aeef; }

#character-list {
  overflow: auto; }

.character-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  padding: 0;
  margin: 0;
  overflow: auto;
  max-width: 960px;
  width: 225px;
  padding: 0 20px;
  margin: 0 auto 100px; }
  .character-list li {
    display: inline-block; }
  .css-debug .character-list {
    background-color: rgba(255, 0, 0, 0.2); }
  .character-list li {
    float: left;
    width: 225px;
    height: 225px;
    margin-right: 20px;
    margin-bottom: 20px;
    font-size: 0;
    overflow: visible; }
    .character-list li a {
      display: block;
      background: gray;
      height: 100%;
      position: relative;
      overflow: visible; }
      .character-list li a:hover:after {
        content: '';
        display: block;
        position: absolute;
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
        border: 6px solid #333333;
        z-index: 1; }
      .character-list li a .update-flag {
        position: absolute;
        width: 68px;
        height: 27px;
        box-sizing: border-box;
        background-color: #ae0502;
        background-image: url(../images/update-flag.png);
        background-position: center;
        border: 1px solid #8c0301;
        top: 0;
        left: -5px;
        z-index: 2; }
        .character-list li a .update-flag:after {
          content: '';
          position: absolute;
          width: 2px;
          height: 0px;
          border-top: 3px solid white;
          border-left: 3px solid transparent;
          border-bottom: 0;
          border-right: 0;
          bottom: -4px;
          left: -1px; }
      .character-list li a .live-flag {
        position: absolute;
        width: 85px;
        height: 59px;
        background: url(../images/live-flag.png);
        background-size: 85px 59px;
        top: -5px;
        right: -10px;
        z-index: 2; }
  @media screen and (min-width: 510px) and (max-width: 754px) {
    .character-list {
      width: 470px; }
      .character-list li:nth-child(2n) {
        margin-right: 0; } }
  @media screen and (min-width: 755px) and (max-width: 999px) {
    .character-list {
      width: 715px; }
      .character-list li:nth-child(3n) {
        margin-right: 0; } }
  @media screen and (min-width: 1000px) {
    .character-list {
      width: 960px; }
      .character-list li:nth-child(4n) {
        margin-right: 0; } }

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0; }

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.back-button {
  display: block;
  font-size: 0;
  width: 36px;
  height: 35px;
  margin: -36px auto 44px;
  background: url(../images/back-button.png) no-repeat center bottom; }
  .back-button:hover {
    background-position: center top; }

.custom-header {
  color: white;
  height: auto;
  max-width: 760px;
  margin: 59px auto 53px; }
  .custom-header img {
    max-width: 100%; }

/*# sourceMappingURL=main.css.map */
