/* ==================================================================================================== */
/* COLORS
/* ==================================================================================================== */
/* ==================================================================================================== */
/* SHADOWS
/* ==================================================================================================== */
/* ==================================================================================================== */
/* SHADOWS
/* ==================================================================================================== */
/* ==================================================================================================== */
/* ANIMATION
/* ==================================================================================================== */
/* ==================================================================================================== */
/* RESPONSIVE
/* ==================================================================================================== */
.oc-device-test {
  position: fixed;
  bottom: 16px;
  right: 16px;
  background-color: rgb(60, 60, 64);
  color: white;
  z-index: 10000;
  padding: 8px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12); }
  .oc-device-test:after {
    content: "phone portrait"; }

@media (min-width: 600px) {
  .oc-device-test:after {
    content: "phone landscape"; } }

@media (min-width: 840px) {
  .oc-device-test:after {
    content: "tablet portrait"; } }

@media (min-width: 960px) {
  .oc-device-test:after {
    content: "tablet landscape"; } }

@media (min-width: 1280px) {
  .oc-device-test:after {
    content: "desktop small"; } }

@media (min-width: 1440px) {
  .oc-device-test:after {
    content: "desktop medium"; } }

@media (min-width: 1600px) {
  .oc-device-test:after {
    content: "desktop large"; } }

/* ==================================================================================================== */
/* UNSELECTABLE
/* ==================================================================================================== */
/* ==================================================================================================== */
/* QUALITY
/* ==================================================================================================== */
html,
body {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.87); }

html,
html.md-default-theme {
  height: 100%;
  background-color: rgb(24, 24, 26); }

body,
body.md-default-theme {
  height: 100%;
  margin: 0;
  background-color: rgb(24, 24, 26); }

body * {
  box-sizing: border-box; }

a {
  outline: none;
  color: rgb(252, 67, 10);
  text-decoration: none; }

h1 {
  font-size: 56px;
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: -.02em;
  margin-bottom: 24px; }

h2 {
  font-size: 45px;
  font-weight: 400;
  line-height: 48px;
  margin-bottom: 24px; }

h3 {
  font-size: 34px;
  font-weight: 400;
  line-height: 40px;
  margin-bottom: 24px; }

h4 {
  font-weight: 400;
  line-height: 32px;
  -moz-osx-font-smoothing: grayscale; }

h5 {
  font-size: 20px;
  letter-spacing: .02em; }

h6 {
  font-size: 16px;
  letter-spacing: .04em; }

.nvtooltip {
  background: rgb(84, 84, 89);
  border: 0;
  border-radius: 2px;
  color: rgba(255, 255, 255, 0.7);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12); }
  .nvtooltip table td {
    padding: 2px 8px 2px 0; }
    .nvtooltip table td.value {
      font-weight: normal; }

.nvd3.nv-pie path {
  stroke: rgba(0, 0, 0, 0.12); }

.nvd3.nv-pie .hover path {
  fill-opacity: .87; }

oc-ad {
  display: block;
  width: 100%;
  text-align: center; }

div.oc-ad__disclaimer {
  text-align: center;
  font-size: 12px;
  padding-top: 2px;
  line-height: 14px;
  color: rgba(255, 255, 255, 0.6); }

oc-ad-card {
  display: block;
  background-color: rgb(36, 36, 38);
  margin-top: 16px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12); }

.oc-ad-card__sub-title {
  background-color: rgb(48, 48, 51);
  padding: 16px;
  color: white; }
  .oc-ad-card__sub-title .fa {
    color: rgba(255, 255, 255, 0.54);
    margin-right: 8px;
    margin-top: -1px; }

.oc-ad-card__ad-container {
  padding: 16px;
  text-align: center; }

oc-content {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 1440px; }

.btn {
  background: 0 0;
  border: none;
  border-radius: 2px;
  color: white;
  position: relative;
  height: 36px;
  min-width: 36px;
  padding: 0 8px;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  overflow: hidden;
  outline: 0;
  cursor: pointer;
  text-align: center;
  line-height: 36px;
  transition-delay: 0s;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  transition-property: background, color; }
  .btn[disabled] {
    color: rgba(255, 255, 255, 0.3); }
  .btn .fa {
    font-size: 18px;
    vertical-align: middle; }
  .btn.btn--personal {
    color: rgba(0, 0, 0, 0.87);
    background-color: rgb(0, 174, 255); }
    .btn.btn--personal[disabled] {
      background-color: rgba(0, 174, 255, .26); }
  .btn.btn--accent {
    background-color: rgb(252, 67, 10); }
  .btn.btn--primary:hover {
    background-color: rgb(60, 60, 64); }

.oc-divider {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  margin: 24px 0;
  position: relative;
  /*
    &:after {
        content: "";
        position: absolute;
        left: 0;
        top: -4px;
        height: 4px;
        width: 125px;
        background-color: #f3311f;
    }
    */ }

.oc-header {
  position: relative; }
  .oc-header__title {
    font-size: 20px;
    color: white; }
  .oc-header__actions {
    margin-top: 16px; }
    .oc-header__actions a {
      margin-left: 8px;
      display: inline-block;
      vertical-align: middle; }
      .oc-header__actions a:first-child {
        margin: 0; }
    .oc-header__actions .fa {
      font-size: 24px;
      vertical-align: middle; }

@media (min-width: 600px) {
  .oc-header__actions {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0;
    margin: 0;
    z-index: 1; } }

.oc-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(36, 36, 38, .85);
  z-index: 100; }
  .oc-modal__wrapper {
    background-color: rgb(24, 24, 26);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2); }
  .oc-modal__content {
    height: calc(100% - 48px); }
  .oc-modal__toolbar {
    height: 48px;
    text-align: right;
    padding: 0 8px; }
    .oc-modal__toolbar .fa {
      font-size: 24px;
      line-height: 48px;
      color: rgb(252, 67, 10); }

.oc-countdown-timer {
  font-size: 32px;
  color: white;
  line-height: 1em;
  display: inline-block;
  position: relative; }
  .oc-countdown-timer > div {
    display: inline-block;
    vertical-align: middle; }
    .oc-countdown-timer > div > span {
      display: block;
      text-align: center; }
    .oc-countdown-timer > div > label {
      display: block;
      font-size: 10px;
      margin-top: 4px;
      text-align: center;
      line-height: 1em;
      text-transform: uppercase;
      color: rgba(255, 255, 255, 0.7); }
  .oc-countdown-timer > span {
    display: inline-block;
    margin: 0 8px 16px 8px;
    vertical-align: middle; }
  .oc-countdown-timer__tip {
    position: absolute;
    bottom: -32px;
    left: 50%;
    -webkit-transform: translateX(-50%) scale(0);
            transform: translateX(-50%) scale(0);
    font-size: 12px;
    padding: 8px;
    background: rgb(96, 96, 102);
    border-radius: 2px;
    line-height: 1;
    z-index: 1;
    white-space: nowrap;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    transition-delay: 0s;
    transition-duration: 0.2s;
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-duration: 0.1s; }
  .oc-countdown-timer:hover .oc-countdown-timer__tip {
    -webkit-transform: translateX(-50%) scale(1);
            transform: translateX(-50%) scale(1); }

.oc-dropdown {
  position: relative;
  max-width: 360px; }
  .oc-dropdown__toggle {
    vertical-align: middle;
    background-color: rgb(36, 36, 38);
    padding: 8px 16px 8px 40px;
    display: block;
    color: rgba(255, 255, 255, 0.7);
    cursor: pointer;
    position: relative;
    box-sizing: border-box;
    transition-delay: 0s;
    transition-duration: 0.2s;
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
    transition-property: background-color; }
    .oc-dropdown__toggle i.fa {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      right: 16px;
      font-size: 14px;
      color: rgb(0, 174, 255); }
  .oc-dropdown__panel {
    background-color: rgb(36, 36, 38);
    color: rgba(255, 255, 255, 0.54);
    max-height: 180px;
    overflow: auto;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12); }
  .oc-dropdown__item {
    padding: 8px 16px;
    cursor: pointer; }
    .oc-dropdown__item.is-selected .oc-dropdown__item__bullet {
      background-color: rgb(0, 174, 255); }
    .oc-dropdown__item__bullet {
      display: inline-block;
      width: 8px;
      height: 8px;
      background-color: rgba(255, 255, 255, 0.7);
      border-radius: 100%;
      margin-right: 16px; }

oc-explainer-card {
  display: block;
  background-color: rgb(36, 36, 38);
  margin: 0 4px 24px 4px;
  opacity: 1;
  transition-delay: 0s;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  transition-property: opacity;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12); }
  oc-explainer-card:hover {
    opacity: 1; }
  oc-explainer-card .oc-game-card {
    border-bottom: 0; }
    oc-explainer-card .oc-game-card__supporting-text {
      display: none; }
    oc-explainer-card .oc-game-card__title {
      margin: 0; }

.oc-explainer-card__wrapper {
  position: relative; }

.oc-explainer-card__content {
  margin: 0 24px 48px 24px;
  padding-top: 24px;
  padding-bottom: 24px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px; }
  .oc-explainer-card__content .center {
    text-align: center; }
  .oc-explainer-card__content .headline {
    color: white;
    font-size: 20px; }

oc-game-card {
  position: relative;
  display: block;
  padding-top: 46%;
  width: 100%;
  border-bottom: 4px solid rgb(60, 60, 64);
  overflow: hidden;
  transition-delay: 0s;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  transition-property: border-color; }
  oc-game-card:hover {
    border-color: rgb(120, 120, 128); }
  oc-game-card > a {
    display: block;
    color: white; }
  oc-game-card img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.oc-game-card__mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, transparent 0%, transparent 25%, #000 90%, #000 100%); }

.oc-game-card__content {
  position: absolute;
  bottom: 16px;
  left: 16px;
  right: 16px; }

.oc-game-card__title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5em;
  letter-spacing: .025em;
  margin: 0 0 8px 0; }

.oc-game-card__supporting-text {
  color: rgba(255, 255, 255, 0.7); }
  .oc-game-card__supporting-text i {
    margin-right: 8px; }

.oc-game-card__score {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 8px; }
  .oc-game-card__score img {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    -webkit-transform: none !important;
            transform: none !important;
    width: 70px !important;
    height: auto !important;
    margin-right: 8px; }

.oc-game-card .oc-score-orb {
  width: 42px;
  height: 42px; }
  .oc-game-card .oc-score-orb__score {
    width: 32px;
    line-height: 32px;
    font-size: 14px; }
  .oc-game-card .oc-score-orb.is-personal {
    position: absolute;
    top: 0;
    left: 64px; }

.oc-game-card.oc-game-card--compact {
  height: 336px;
  padding-top: 0; }
  .oc-game-card.oc-game-card--compact img {
    left: 50%;
    top: 50%;
    width: auto;
    height: auto;
    -webkit-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%); }

@media (max-width: 767px) {
  oc-game-card {
    background-size: cover;
    background-position: center;
    height: auto;
    padding: 16px;
    border: 0; }
    oc-game-card img {
      display: none; }
  .oc-game-card.oc-game-card--compact {
    height: auto;
    padding-top: 16px; }
  .oc-game-card__mask {
    background: rgba(36, 36, 38, .85); }
  .oc-game-card__content {
    padding: 0;
    position: relative;
    width: 100%;
    left: auto;
    right: auto;
    bottom: auto; }
  .oc-game-card .oc-score-orb {
    margin: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0; }
    .oc-game-card .oc-score-orb.is-personal {
      top: 50%; }
  .oc-game-card__meta:nth-child(2) {
    margin-left: 64px; }
  .oc-game-card__meta:nth-child(3) {
    margin-left: 128px; }
  .oc-game-card .game-card__content {
    padding: 0;
    position: relative;
    height: 77px;
    width: 100%; }
    .oc-game-card .game-card__content .game-card__inner-wrapper {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      padding-left: 60px; }
    .oc-game-card .game-card__content .score-graph {
      position: absolute;
      left: 0;
      top: 50%;
      margin: 0;
      -webkit-transform: translateY(-50%) scale(0.857);
              transform: translateY(-50%) scale(0.857); }
    .oc-game-card .game-card__content .game-card__meta-data {
      font-size: 12px; }
  .oc-game-card.game-card--has-personal .game-card__inner-wrapper {
    padding-left: 120px; }
  .oc-game-card.game-card--has-personal .oc-score-graph--personal {
    left: 56px; } }

.oc-game-card--mobile {
  background-size: cover;
  background-position: center;
  height: auto;
  padding: 16px;
  border: 0; }
  .oc-game-card--mobile .oc-score-orb {
    margin: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0; }
    .oc-game-card--mobile .oc-score-orb.is-personal {
      top: 50%; }
  .oc-game-card--mobile img {
    display: none; }
  .oc-game-card--mobile .oc-game-card.oc-game-card--compact {
    height: auto;
    padding-top: 16px; }
  .oc-game-card--mobile .oc-game-card__mask {
    background: rgba(36, 36, 38, .85); }
  .oc-game-card--mobile .oc-game-card__content {
    padding: 0;
    position: relative;
    width: 100%;
    left: auto;
    right: auto;
    bottom: auto; }
  .oc-game-card--mobile .oc-game-card__meta:nth-child(2) {
    margin-left: 64px; }
  .oc-game-card--mobile .oc-game-card__meta:nth-child(3) {
    margin-left: 128px; }

.oc-game-card--mobile.oc-game-card .game-card__content {
  padding: 0;
  position: relative;
  height: 77px;
  width: 100%; }
  .oc-game-card--mobile.oc-game-card .game-card__content .game-card__inner-wrapper {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    padding-left: 60px; }
  .oc-game-card--mobile.oc-game-card .game-card__content .score-graph {
    position: absolute;
    left: 0;
    top: 50%;
    margin: 0;
    -webkit-transform: translateY(-50%) scale(0.857);
            transform: translateY(-50%) scale(0.857); }
  .oc-game-card--mobile.oc-game-card .game-card__content .game-card__meta-data {
    font-size: 12px; }

.oc-game-card--mobile.oc-game-card.game-card--has-personal .game-card__inner-wrapper {
  padding-left: 120px; }

.oc-game-card--mobile.oc-game-card.game-card--has-personal .oc-score-graph--personal {
  left: 56px; }

.oc-graph-distribution__graph-container {
  height: 72px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }
  .oc-graph-distribution__graph-container > div {
    box-sizing: border-box;
    padding: 0 1px;
    display: inline-block;
    vertical-align: bottom;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
    .oc-graph-distribution__graph-container > div > div {
      background-color: rgb(84, 84, 89);
      height: 100%;
      box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
      position: relative; }
      .oc-graph-distribution__graph-container > div > div:hover .oc-graph-distribution__tip {
        display: block; }

.oc-graph-distribution__tip {
  position: absolute;
  top: -36px;
  left: 50%;
  display: none;
  text-align: center;
  background: rgb(96, 96, 102);
  padding: 4px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
  z-index: 1;
  border-radius: 2px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12); }
  .oc-graph-distribution__tip:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: transparent;
    border-top-color: rgb(96, 96, 102);
    border-width: 4px;
    margin-left: -4px; }

.oc-graph-stacked-distribution__graph-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .oc-graph-stacked-distribution__graph-container > div {
    position: relative;
    display: inline-block;
    padding: 0 4px; }

.oc-graph-stacked-distribution__bar {
  background-color: #fff;
  height: 24px; }
  .oc-graph-stacked-distribution__bar:hover .oc-graph-stacked-distribution__tip {
    display: block; }

.oc-graph-stacked-distribution__tip {
  position: absolute;
  top: -36px;
  left: 50%;
  display: none;
  text-align: center;
  background: rgb(96, 96, 102);
  padding: 4px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
  z-index: 1;
  border-radius: 2px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12); }
  .oc-graph-stacked-distribution__tip:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: transparent;
    border-top-color: rgb(96, 96, 102);
    border-width: 4px;
    margin-left: -4px; }

.oc-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-left: -16px; }
  .oc-grid.oc-grid--outer {
    margin: 0 16px 16px 0; }
  .oc-grid__cell {
    padding: 16px 0 0 16px;
    width: 100%; }
  .oc-grid--no-gutter {
    margin: 0; }
    .oc-grid--no-gutter .oc-grid__cell {
      padding: 0; }
  @media (max-width: 767px) {
    .oc-grid__cell--1-col-xs {
      width: 8.33333%; }
    .oc-grid__cell--2-col-xs {
      width: 16.66667%; }
    .oc-grid__cell--3-col-xs {
      width: 25%; }
    .oc-grid__cell--4-col-xs {
      width: 33.33333%; }
    .oc-grid__cell--5-col-xs {
      width: 41.66667%; }
    .oc-grid__cell--6-col-xs {
      width: 50%; }
    .oc-grid__cell--7-col-xs {
      width: 58.33333%; }
    .oc-grid__cell--8-col-xs {
      width: 66.66667%; }
    .oc-grid__cell--9-col-xs {
      width: 75%; }
    .oc-grid__cell--10-col-xs {
      width: 83.33333%; }
    .oc-grid__cell--11-col-xs {
      width: 91.66667%; }
    .oc-grid__cell--15-col-xs {
      width: 20%; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .oc-grid__cell--1-col-s {
      width: 8.33333%; }
    .oc-grid__cell--2-col-s {
      width: 16.66667%; }
    .oc-grid__cell--3-col-s {
      width: 25%; }
    .oc-grid__cell--4-col-s {
      width: 33.33333%; }
    .oc-grid__cell--5-col-s {
      width: 41.66667%; }
    .oc-grid__cell--6-col-s {
      width: 50%; }
    .oc-grid__cell--7-col-s {
      width: 58.33333%; }
    .oc-grid__cell--8-col-s {
      width: 66.66667%; }
    .oc-grid__cell--9-col-s {
      width: 75%; }
    .oc-grid__cell--10-col-s {
      width: 83.33333%; }
    .oc-grid__cell--11-col-s {
      width: 91.66667%; }
    .oc-grid__cell--15-col-s {
      width: 20%; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .oc-grid__cell--1-col-m {
      width: 8.33333%; }
    .oc-grid__cell--2-col-m {
      width: 16.66667%; }
    .oc-grid__cell--3-col-m {
      width: 25%; }
    .oc-grid__cell--4-col-m {
      width: 33.33333%; }
    .oc-grid__cell--5-col-m {
      width: 41.66667%; }
    .oc-grid__cell--6-col-m {
      width: 50%; }
    .oc-grid__cell--7-col-m {
      width: 58.33333%; }
    .oc-grid__cell--8-col-m {
      width: 66.66667%; }
    .oc-grid__cell--9-col-m {
      width: 75%; }
    .oc-grid__cell--10-col-m {
      width: 83.33333%; }
    .oc-grid__cell--11-col-m {
      width: 91.66667%; }
    .oc-grid__cell--15-col-m {
      width: 20%; } }
  @media (min-width: 1200px) and (max-width: 1599px) {
    .oc-grid__cell--1-col-l {
      width: 8.33333%; }
    .oc-grid__cell--2-col-l {
      width: 16.66667%; }
    .oc-grid__cell--3-col-l {
      width: 25%; }
    .oc-grid__cell--4-col-l {
      width: 33.33333%; }
    .oc-grid__cell--5-col-l {
      width: 41.66667%; }
    .oc-grid__cell--6-col-l {
      width: 50%; }
    .oc-grid__cell--7-col-l {
      width: 58.33333%; }
    .oc-grid__cell--8-col-l {
      width: 66.66667%; }
    .oc-grid__cell--9-col-l {
      width: 75%; }
    .oc-grid__cell--10-col-l {
      width: 83.33333%; }
    .oc-grid__cell--11-col-l {
      width: 91.66667%; }
    .oc-grid__cell--15-col-l {
      width: 20%; } }
  @media (min-width: 1600px) {
    .oc-grid__cell--1-col-xl {
      width: 8.33333%; }
    .oc-grid__cell--2-col-xl {
      width: 16.66667%; }
    .oc-grid__cell--3-col-xl {
      width: 25%; }
    .oc-grid__cell--4-col-xl {
      width: 33.33333%; }
    .oc-grid__cell--5-col-xl {
      width: 41.66667%; }
    .oc-grid__cell--6-col-xl {
      width: 50%; }
    .oc-grid__cell--7-col-xl {
      width: 58.33333%; }
    .oc-grid__cell--8-col-xl {
      width: 66.66667%; }
    .oc-grid__cell--9-col-xl {
      width: 75%; }
    .oc-grid__cell--10-col-xl {
      width: 83.33333%; }
    .oc-grid__cell--11-col-xl {
      width: 91.66667%; }
    .oc-grid__cell--15-col-xl {
      width: 20%; } }

.oc-drawer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: fixed;
  top: 0;
  bottom: 0;
  width: 320px;
  background-color: rgb(36, 36, 38);
  z-index: 1001;
  box-sizing: border-box;
  transition-delay: 0s;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12); }
  .oc-drawer.oc-drawer--east {
    right: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    border-left: 4px solid rgb(120, 120, 128); }
  .oc-drawer.oc-drawer--west {
    left: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    border-right: 4px solid rgb(120, 120, 128); }
  .oc-drawer.is-active {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  .oc-drawer__header {
    padding: 64px 32px 32px 32px;
    background-color: rgb(36, 36, 38);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12); }
  .oc-drawer__title {
    margin: 0 0 16px 0;
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    color: white; }
  .oc-drawer__supporting-text {
    color: rgba(255, 255, 255, 0.7); }
  .oc-drawer__close {
    position: absolute;
    top: 20px;
    color: white;
    font-size: 24px; }
    .oc-drawer--east .oc-drawer__close {
      right: 32px; }
    .oc-drawer--west .oc-drawer__close {
      left: 32px; }
  .oc-drawer__content-wrapper {
    overflow: auto;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
  .oc-drawer__content {
    padding: 32px; }

oc-layout {
  display: block; }

.oc-logo {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 1;
  left: 53px;
  transition-delay: 0s;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  transition-property: opacity; }
  .oc-logo img {
    vertical-align: middle; }
  .oc-layout.search-active .oc-logo {
    opacity: 0; }

.oc-layout {
  min-height: 100%;
  padding: 0 0 240px 0;
  position: relative; }
  .oc-layout__footer, .oc-layout__header {
    padding: 0 32px;
    background-color: rgb(24, 24, 26);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 64px;
    width: 100%;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12); }
  .oc-layout__footer {
    border-top: 4px solid rgb(252, 67, 10);
    position: absolute;
    bottom: 0;
    left: 0;
    color: rgba(255, 255, 255, 0.7);
    padding: 8px 16px 16px 16px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .oc-layout__footer nav {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-ordinal-group: 0;
          -ms-flex-order: -1;
              order: -1;
      margin-bottom: 8px; }
      .oc-layout__footer nav a {
        display: inline-block;
        margin: 0;
        width: 50%;
        padding: 8px 0;
        font-size: 16px; }
        .oc-layout__footer nav a:first-child {
          margin-left: 0; }
  .oc-layout__header {
    top: 0;
    left: 0;
    position: fixed;
    z-index: 100;
    transition-delay: 0s;
    transition-duration: 0.2s;
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
    transition-property: background, box-shadow; }
    @media (max-width: 767px) {
      .oc-layout__header {
        padding: 0 16px;
        top: -1px; } }
    .oc-layout__header nav {
      display: none; }
      .oc-layout__header nav a {
        color: white;
        text-transform: uppercase;
        font-size: 12px;
        position: relative;
        display: inline-block; }
        .oc-layout__header nav a span {
          display: inline-block;
          height: 64px;
          padding: 23px 16px 0 16px; }
        .oc-layout__header nav a:after {
          content: "";
          display: block;
          position: relative;
          bottom: 0;
          width: 0;
          height: 4px;
          background-color: rgb(252, 67, 10);
          margin: -4px auto 0 auto;
          transition-delay: 0s;
          transition-duration: 0.2s;
          transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
          transition-property: width; }
        .oc-layout__header nav a:hover:after {
          width: 100%; }
  .oc-layout__mobile-nav-toggle {
    font-size: 24px;
    color: white;
    margin-right: 16px;
    display: inline-block; }
  .oc-layout__settings {
    font-size: 24px; }
    .oc-layout__settings a {
      display: inline-block;
      color: white;
      margin-right: 16px; }
  .oc-layout__settings a {
    margin: 0; }
    .oc-layout__settings a.is-active {
      color: rgb(0, 174, 255); }
  .oc-layout__user {
    display: none; }
    .oc-layout__user a {
      margin-right: 8px;
      color: white;
      position: relative; }
      .oc-layout__user a .fa {
        font-size: 24px;
        line-height: 1em; }
      .oc-layout__user a .oc-badge {
        position: absolute;
        bottom: -10px;
        right: -7px;
        background: rgb(252, 67, 10);
        font-size: 10px;
        padding: 0 2px;
        line-height: 14px;
        border-radius: 2px; }
    .oc-layout__user .btn {
      margin: 0 0 0 8px;
      vertical-align: middle; }
    .oc-layout__user.oc-layout__user--logged-in .btn {
      margin: 0 8px 0 0; }
  .oc-layout__spacer {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  .oc-layout.at-top .oc-layout__header {
    background: transparent;
    box-shadow: none; }
  .oc-layout__mobile-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .oc-layout__mobile-nav nav {
      padding: 64px 32px 32px 32px; }
      .oc-layout__mobile-nav nav a {
        display: block;
        color: white;
        padding: 8px 0; }
        .oc-layout__mobile-nav nav a .fa {
          margin-right: 8px; }
        .oc-layout__mobile-nav nav a.oc-layout__login {
          display: inline-block;
          margin-right: 8px; }
        .oc-layout__mobile-nav nav a.btn--personal {
          display: inline-block;
          padding: 0 8px; }
      .oc-layout__mobile-nav nav button {
        margin-left: 8px; }

@media (min-width: 600px) {
  .oc-logo {
    left: 68px; }
    .oc-layout.search-active .oc-logo {
      opacity: 1; } }

@media (min-width: 840px) {
  .oc-logo {
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: none;
            transform: none; }
  .oc-layout {
    padding-bottom: 184px; } }

@media (min-width: 1280px) {
  .oc-layout {
    padding-bottom: 144px; }
    .oc-layout__header nav {
      margin-left: 64px;
      display: block; }
    .oc-layout__user {
      display: block; }
    .oc-layout__mobile-nav-toggle {
      display: none; }
    .oc-layout__mobile-nav {
      display: none; }
    .oc-layout__footer nav {
      -webkit-box-ordinal-group: initial;
          -ms-flex-order: initial;
              order: initial; } }

@media (min-width: 1440px) {
  .oc-layout {
    padding-bottom: 72px; }
    .oc-layout__footer nav a {
      width: auto;
      margin-left: 16px; } }

oc-obfuscator {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(36, 36, 38, .9);
  z-index: 1000;
  display: none; }
  oc-obfuscator.is-active {
    display: block; }

.oc-search {
  margin-right: 16px; }
  .oc-search * {
    vertical-align: middle; }
  .oc-search a {
    color: rgba(255, 255, 255, 0.7); }
  .oc-search .fa {
    font-size: 24px;
    margin-right: 8px; }
  .oc-search__container {
    position: relative;
    display: inline-block;
    width: 0;
    transition-delay: 0s;
    transition-duration: 0.2s;
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
    transition-property: width; }
    .oc-search__container input {
      outline: 0;
      background: transparent;
      border: 0;
      border-bottom: 1px solid rgba(255, 255, 255, 0.12);
      width: 100%;
      color: rgba(255, 255, 255, 0.7);
      padding: 4px 0;
      font-size: 14px; }
      .oc-search__container input::-webkit-input-placeholder {
        color: rgba(255, 255, 255, 0.54); }
      .oc-search__container input:-moz-placeholder {
        color: rgba(255, 255, 255, 0.54); }
      .oc-search__container input::-moz-placeholder {
        color: rgba(255, 255, 255, 0.54); }
      .oc-search__container input:-ms-input-placeholder {
        color: rgba(255, 255, 255, 0.54); }
  .oc-search__results {
    position: absolute;
    top: 24px;
    left: 0;
    right: 0;
    background-color: rgb(24, 24, 26);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12); }
  .oc-search__result {
    display: block;
    padding: 4px 8px; }
    .oc-search__result:hover, .oc-search__result.is-active {
      background-color: rgba(255, 255, 255, 0.12); }
  .oc-search__header {
    font-weight: bold;
    color: white;
    padding: 8px 8px 4px 8px;
    margin-top: 8px;
    border-top: 1px solid rgba(255, 255, 255, 0.12); }
  .oc-search.is-active .oc-search__container {
    width: 200px; }

@media (min-width: 840px) {
  .oc-search__container {
    width: 240px; } }

@media (min-width: 1280px) {
  .oc-search__container {
    width: 240px; } }

.oc-facebook-notification {
  padding: 16px 8px 16px 72px;
  position: relative;
  background: rgb(36, 36, 38);
  box-shadow: 0 9px 46px 8px rgba(0, 0, 0, 0.14), 0 11px 15px -7px rgba(0, 0, 0, 0.12), 0 24px 38px 3px rgba(0, 0, 0, 0.2);
  transition-delay: 0s;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center; }
  .oc-facebook-notification.ng-leave.ng-leave-active, .oc-facebook-notification.ng-enter {
    opacity: 0;
    -webkit-transform: translateX(125%);
            transform: translateX(125%); }
  .oc-facebook-notification.ng-enter.ng-enter-active {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  .oc-facebook-notification.oc-facebook-notification__no-icon {
    padding: 16px 8px 16px 8px;
    min-width: 280px; }
  .oc-facebook-notification__title {
    margin-bottom: 8px;
    padding-right: 36px;
    font-weight: bold;
    color: white; }
  .oc-facebook-notification__content {
    max-width: 340px; }
  .oc-facebook-notification__content p {
    font-size: 11px;
    text-align: center;
    line-height: 12px;
    margin: 4px 0 12px 0; }
  .oc-facebook-notification__icon {
    background: rgb(60, 60, 64);
    position: absolute;
    top: 12px;
    left: 12px;
    border-radius: 100%;
    height: 48px;
    width: 48px;
    color: rgba(255, 255, 255, 0.7); }
    .oc-facebook-notification__icon i {
      font-size: 24px;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translateX(-50%) translateY(-50%);
              transform: translateX(-50%) translateY(-50%); }
  .oc-facebook-notification__close {
    color: rgb(0, 174, 255);
    position: absolute;
    top: 12px;
    right: 12px;
    font-size: 24px; }

@media (min-width: 1440px) {
  .oc-facebook-notification.oc-facebook-notification__no-icon {
    padding: 16px 8px 16px 8px;
    min-width: 380px; } }

.oc-googlePlus-notification {
  padding: 16px 8px 16px 72px;
  position: relative;
  background: rgb(36, 36, 38);
  box-shadow: 0 9px 46px 8px rgba(0, 0, 0, 0.14), 0 11px 15px -7px rgba(0, 0, 0, 0.12), 0 24px 38px 3px rgba(0, 0, 0, 0.2);
  transition-delay: 0s;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center; }
  .oc-googlePlus-notification.ng-leave.ng-leave-active, .oc-googlePlus-notification.ng-enter {
    opacity: 0;
    -webkit-transform: translateX(125%);
            transform: translateX(125%); }
  .oc-googlePlus-notification.ng-enter.ng-enter-active {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  .oc-googlePlus-notification.oc-googlePlus-notification__no-icon {
    padding: 16px 8px 16px 8px;
    min-width: 280px; }
  .oc-googlePlus-notification__title {
    margin-bottom: 8px;
    padding-right: 36px;
    font-weight: bold;
    color: white; }
  .oc-googlePlus-notification__content {
    max-width: 340px; }
  .oc-googlePlus-notification__content > div {
    text-align: center; }
  .oc-googlePlus-notification__content p {
    font-size: 11px;
    text-align: center;
    line-height: 12px;
    margin: 4px 0 12px 0; }
  .oc-googlePlus-notification__icon {
    background: rgb(60, 60, 64);
    position: absolute;
    top: 12px;
    left: 12px;
    border-radius: 100%;
    height: 48px;
    width: 48px;
    color: rgba(255, 255, 255, 0.7); }
    .oc-googlePlus-notification__icon i {
      font-size: 24px;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translateX(-50%) translateY(-50%);
              transform: translateX(-50%) translateY(-50%); }
  .oc-googlePlus-notification__close {
    color: rgb(0, 174, 255);
    position: absolute;
    top: 12px;
    right: 12px;
    font-size: 24px; }

@media (min-width: 1440px) {
  .oc-googlePlus-notification.oc-googlePlus-notification__no-icon {
    padding: 16px 8px 16px 8px;
    min-width: 380px; } }

.oc-notification {
  padding: 16px 8px 16px 72px;
  position: relative;
  background: rgb(36, 36, 38);
  box-shadow: 0 9px 46px 8px rgba(0, 0, 0, 0.14), 0 11px 15px -7px rgba(0, 0, 0, 0.12), 0 24px 38px 3px rgba(0, 0, 0, 0.2);
  transition-delay: 0s;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center; }
  .oc-notification.ng-leave.ng-leave-active, .oc-notification.ng-enter {
    opacity: 0;
    -webkit-transform: translateX(125%);
            transform: translateX(125%); }
  .oc-notification.ng-enter.ng-enter-active {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  .oc-notification.oc-notification__no-icon {
    padding: 16px 8px 16px 8px; }
  .oc-notification__title {
    margin-bottom: 8px;
    padding-right: 36px;
    font-weight: bold;
    color: white; }
  .oc-notification__icon {
    background: rgb(60, 60, 64);
    position: absolute;
    top: 12px;
    left: 12px;
    border-radius: 100%;
    height: 48px;
    width: 48px;
    color: rgba(255, 255, 255, 0.7); }
    .oc-notification__icon i {
      font-size: 24px;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translateX(-50%) translateY(-50%);
              transform: translateX(-50%) translateY(-50%); }
  .oc-notification__close {
    color: rgb(0, 174, 255);
    position: absolute;
    top: 8px;
    right: 12px;
    font-size: 24px; }

.oc-notification-area {
  position: fixed;
  bottom: 8px;
  right: 8px;
  z-index: 100;
  max-width: 304px; }

@media (min-width: 1440px) {
  .oc-notification-area {
    position: fixed;
    bottom: 16px;
    right: 16px;
    z-index: 100;
    max-width: 424px; } }

oc-patreon-notification {
  display: block;
  padding: 16px 8px 16px 8px;
  position: relative;
  background: rgb(36, 36, 38);
  box-shadow: 0 9px 46px 8px rgba(0, 0, 0, 0.14), 0 11px 15px -7px rgba(0, 0, 0, 0.12), 0 24px 38px 3px rgba(0, 0, 0, 0.2);
  transition-delay: 0s;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center; }
  oc-patreon-notification.ng-leave.ng-leave-active, oc-patreon-notification.ng-enter {
    opacity: 0;
    -webkit-transform: translateX(125%);
            transform: translateX(125%); }
  oc-patreon-notification.ng-enter.ng-enter-active {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); }

.oc-patreon-notification__title {
  margin-bottom: 8px;
  padding-right: 36px;
  font-weight: bold;
  color: white; }

.oc-patreon-notification__content p {
  margin: 16px 0; }

.oc-patreon-notification__close {
  color: rgb(0, 174, 255);
  position: absolute;
  top: 12px;
  right: 12px;
  font-size: 24px; }

.oc-patreon-notification__progress-bar {
  margin-top: 8px;
  background: rgb(60, 60, 64); }

.oc-patreon-notification__progress {
  background: rgb(252, 67, 10);
  height: 8px; }

@media (min-width: 1440px) {
  oc-patreon-notification {
    padding: 16px 8px 16px 8px;
    min-width: 380px; } }

oc-review-card {
  display: block;
  background-color: rgb(36, 36, 38);
  margin-top: 16px;
  opacity: .5;
  transition-delay: 0s;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  transition-property: opacity;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12); }

@-webkit-keyframes pulse {
  0% {
    box-shadow: none; }
  50% {
    box-shadow: 0 0 20px 5px rgb(252, 67, 10); }
  100% {
    box-shadow: none; } }

@keyframes pulse {
  0% {
    box-shadow: none; }
  50% {
    box-shadow: 0 0 20px 5px rgb(252, 67, 10); }
  100% {
    box-shadow: none; } }
  oc-review-card.pulse {
    -webkit-animation-name: pulse;
            animation-name: pulse;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite; }
  oc-review-card:hover {
    opacity: 1; }
  oc-review-card .oc-game-card {
    border-bottom: 0; }
    oc-review-card .oc-game-card__supporting-text {
      display: none; }
    oc-review-card .oc-game-card__title {
      margin: 0; }
  oc-review-card.oc-review-card--outlet-selected {
    opacity: 1; }
    oc-review-card.oc-review-card--outlet-selected .oc-review-card__sub-title {
      border-bottom: 1px solid rgb(120, 120, 128); }
    oc-review-card.oc-review-card--outlet-selected .oc-review-card__progress-container {
      display: block; }
  oc-review-card.is-weak .oc-review-card__progress {
    background: rgb(128, 176, 106); }
  oc-review-card.is-fair .oc-review-card__progress {
    background: rgb(74, 161, 206); }
  oc-review-card.is-strong .oc-review-card__progress {
    background: rgb(158, 0, 180); }
  oc-review-card.is-mighty .oc-review-card__progress {
    background: rgb(252, 67, 10); }
  oc-review-card.is-personal.is-personal .oc-review-card__progress {
    background: rgb(120, 120, 128); }
  oc-review-card.is-personal .oc-review-card__score {
    display: none; }
  oc-review-card.is-personal .oc-review-card__content {
    margin-bottom: 24px; }
  oc-review-card.oc-review-card--high-score .oc-review-card__score {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); }
  oc-review-card.oc-review-card--low-score .oc-review-card__score {
    -webkit-transform: translateY(-100%) translateX(100%);
            transform: translateY(-100%) translateX(100%); }

.oc-review-card__wrapper {
  position: relative; }

.oc-review-card__title {
  color: white;
  margin: 24px 24px 4px 24px;
  font-size: 20px; }
  .oc-review-card__title a {
    color: white; }

.oc-review-card__chips {
  position: absolute;
  top: 32px;
  right: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.oc-review-card__outlet {
  margin-left: 8px; }
  .oc-review-card__outlet:first-child {
    margin-left: 0; }
  .oc-review-card__outlet > a {
    display: block;
    border-radius: 100%;
    height: 48px;
    width: 48px;
    background-position: center;
    background-size: cover;
    border: 4px solid rgb(36, 36, 38);
    background-color: rgb(36, 36, 38); }

.oc-review-card__author-chip {
  display: block;
  border-radius: 100%;
  height: 48px;
  width: 48px;
  background-position: center;
  background-size: cover;
  border: 4px solid rgb(36, 36, 38);
  background-color: rgb(36, 36, 38);
  margin-right: 8px; }
  .oc-review-card__author-chip:last-child {
    margin-right: 0; }

.oc-review-card__recommended {
  margin: 4px 24px 0 24px;
  color: rgba(255, 255, 255, 0.7); }
  .oc-review-card__recommended i {
    vertical-align: middle; }

.oc-review-card__sub-title {
  background-color: rgb(48, 48, 51);
  padding: 16px;
  color: white; }
  .oc-review-card__sub-title .fa {
    color: rgba(255, 255, 255, 0.54);
    margin-right: 8px;
    margin-top: -1px; }

.oc-review-card__author {
  margin: 0 24px 4px 24px;
  font-style: italic; }

.oc-review-card__score-detail {
  margin: 0 24px;
  color: rgba(255, 255, 255, 0.7); }
  .oc-review-card__score-detail .oc-score-format {
    display: inline-block; }
    .oc-review-card__score-detail .oc-score-format .fa {
      margin-left: 4px; }
      .oc-review-card__score-detail .oc-score-format .fa:first-child {
        margin: 0; }

.oc-review-card__content {
  margin: 24px  24px 48px 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding-top: 24px;
  color: rgba(255, 255, 255, 0.54);
  font-size: 13px; }

.oc-review-card__video-container {
  position: relative; }

.oc-review-card__progress-container {
  background-color: rgb(60, 60, 64);
  display: none; }

.oc-review-card__progress {
  position: relative;
  height: 8px; }

.oc-review-card__score {
  padding: 4px 8px;
  color: white;
  position: absolute;
  top: 0;
  right: 0;
  background-color: rgb(12, 12, 13);
  -webkit-transform: translateY(-100%) translateX(50%);
          transform: translateY(-100%) translateX(50%);
  font-size: 10px; }

.oc-review-card__action {
  background-color: rgb(12, 12, 13);
  text-transform: uppercase;
  text-align: center;
  line-height: 1;
  letter-spacing: .15em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .oc-review-card__action a {
    color: white;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 16px;
    display: block; }
    .oc-review-card__action a:first-child {
      border-right: 1px solid rgba(255, 255, 255, 0.12); }
    .oc-review-card__action a:first-child:last-child {
      border: 0; }

.oc-review-card__ribbon {
  position: absolute;
  top: 92px;
  right: -8px;
  padding: 0 16px;
  background: rgb(255, 99, 51);
  text-transform: uppercase; }
  .oc-review-card__ribbon:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    right: 0;
    bottom: -8px;
    border-width: 8px 8px 0 0;
    border-color: rgb(252, 67, 10) transparent transparent transparent; }

.oc-review-summary {
  position: relative;
  margin-bottom: 24px; }
  .oc-review-summary:last-child {
    margin-bottom: 0; }
  .oc-review-summary a {
    color: rgba(255, 255, 255, 0.7); }
  .oc-review-summary__outlet {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 100%;
    height: 48px;
    width: 48px;
    background-position: center;
    background-size: cover;
    border: 4px solid rgb(36, 36, 38);
    background-color: rgb(36, 36, 38); }
  .oc-review-summary__header {
    color: white;
    padding: 4px 0 0 56px; }
  .oc-review-summary__subheader {
    padding: 0 0 4px 56px; }
  .oc-review-summary__content {
    max-height: 80px;
    margin-top: 8px;
    overflow: hidden;
    position: relative; }
    .oc-review-summary__content:after {
      content: "";
      position: absolute;
      height: 1.5em;
      background-color: #300;
      top: 60px;
      left: 0;
      right: 0;
      /* FF3.6-15 */
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, rgba(36, 36, 38, 0) 0%, rgb(36, 36, 38) 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
  .oc-review-summary .oc-score-format {
    display: inline-block; }

.oc-score-distribution__graph-container {
  height: 72px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }
  .oc-score-distribution__graph-container > div {
    box-sizing: border-box;
    padding: 0 1px;
    display: inline-block;
    vertical-align: bottom;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
    .oc-score-distribution__graph-container > div > div {
      background-color: rgb(84, 84, 89);
      height: 100%;
      box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
      position: relative; }
      .oc-score-distribution__graph-container > div > div:hover .oc-score-distribution__tip {
        display: block; }

.oc-score-distribution__context {
  margin-top: 8px;
  text-align: center; }

.oc-score-distribution__tip {
  position: absolute;
  top: -36px;
  left: 50%;
  display: none;
  text-align: center;
  background: rgb(96, 96, 102);
  padding: 4px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 58px;
  z-index: 1;
  border-radius: 2px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12); }
  .oc-score-distribution__tip:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: transparent;
    border-top-color: rgb(96, 96, 102);
    border-width: 4px;
    margin-left: -4px; }

.oc-score-distribution.is-weak .is-active {
  background: rgb(128, 176, 106); }

.oc-score-distribution.is-fair .is-active {
  background: rgb(74, 161, 206); }

.oc-score-distribution.is-strong .is-active {
  background: rgb(158, 0, 180); }

.oc-score-distribution.is-mighty .is-active {
  background: rgb(252, 67, 10); }

.oc-score-distribution.is-personal.is-personal .is-active {
  background: rgb(120, 120, 128); }

oc-score-orb {
  display: inline-block; }

.oc-score-orb {
  position: relative;
  width: 100px;
  height: 100px;
  background-color: rgb(24, 24, 26);
  border-radius: 100%; }
  .oc-score-orb__color-container {
    position: absolute;
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px;
    border-radius: 100%;
    overflow: hidden; }
  .oc-score-orb__score {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 78px;
    -webkit-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
    text-align: center;
    z-index: 3;
    line-height: 78px;
    background-color: rgb(24, 24, 26);
    border-radius: 100%;
    color: white;
    font-size: 32px; }
  .oc-score-orb__svg {
    position: relative;
    height: 100%; }
    .oc-score-orb__svg path {
      fill: transparent; }
      .oc-score-orb__svg path.oc-score-orb__mask {
        fill: rgb(24, 24, 26); }
  .oc-score-orb__color {
    height: 100%; }
  .oc-score-orb.is-weak .oc-score-orb__color {
    background: rgb(128, 176, 106); }
  .oc-score-orb.is-fair .oc-score-orb__color {
    background: rgb(74, 161, 206); }
  .oc-score-orb.is-strong .oc-score-orb__color {
    background: rgb(158, 0, 180); }
  .oc-score-orb.is-mighty .oc-score-orb__color {
    background: rgb(252, 67, 10); }
  .oc-score-orb.is-personal.is-personal .oc-score-orb__color {
    background: rgb(120, 120, 128); }

.oc-screenshot-modal .oc-modal__content {
  overflow: hidden; }
  .oc-screenshot-modal .oc-modal__content img {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 100%; }

.oc-tabs__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: rgb(36, 36, 38);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12); }
  .oc-tabs__header a {
    display: inline-block;
    padding: 0 16px;
    color: rgba(255, 255, 255, 0.7);
    margin: 8px 0;
    line-height: 32px;
    text-transform: uppercase; }
    .oc-tabs__header a:first-child {
      margin-left: 16px; }
    .oc-tabs__header a.is-active {
      color: white;
      background-color: rgb(24, 24, 26);
      border-radius: 16px; }

.oc-tabs--hide-header .oc-tabs__header {
  display: none; }

@media (min-width: 600px) {
  .oc-tabs__header a {
    padding: 0 24px; } }

@media (min-width: 840px) {
  .oc-tabs__header a:first-child {
    margin-left: 32px; } }

.oc-youtube-banner {
  display: block;
  padding-top: 56.2%;
  position: relative;
  overflow: hidden; }
  .oc-youtube-banner .fa {
    position: absolute;
    color: white;
    font-size: 64px;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%); }
  .oc-youtube-banner img {
    width: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }

.oc-youtube-modal .oc-modal__content iframe {
  width: 100%;
  height: 100%; }

.oc-author oc-review-card {
  opacity: 1; }

oc-component-author {
  display: block; }
  oc-component-author .oc-review-card__ribbon {
    top: 32px; }
  oc-component-author .oc-review-card__chips {
    top: -16px; }
  oc-component-author .oc-review-card__title {
    margin-top: 8px;
    margin-bottom: 8px; }
  oc-component-author .oc-review-card__author {
    display: none; }
  oc-component-author .oc-review-card__sub-title {
    background: transparent;
    border: 0 !important;
    padding: 16px 24px 0 24px; }
    oc-component-author .oc-review-card__sub-title .fa {
      display: none; }
  oc-component-author .oc-review-card .oc-game-card--mobile .oc-score-orb {
    display: none; }
  oc-component-author .oc-review-card .oc-game-card--mobile .oc-game-card__meta:nth-child(2), oc-component-author .oc-review-card .oc-game-card--mobile .oc-game-card__meta:nth-child(3) {
    margin: 0; }

.oc-author-info {
  position: relative;
  background-position: center;
  background-size: cover;
  padding: 80px 16px 64px 16px; }
  .oc-author-info__mask {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(36, 36, 38, .85); }
  .oc-author-info__content-wrapper {
    position: relative;
    z-index: 1;
    width: 100%; }
    .oc-author-info__content-wrapper h1 {
      text-transform: uppercase;
      margin: 0;
      font-weight: bold;
      letter-spacing: 0.025em;
      font-size: 44px;
      line-height: 40px;
      color: white;
      position: relative; }
  .oc-author-info .xbox-live {
    width: 18px;
    height: 14px;
    background-image: url("/assets/css/resources/images/xbox-live.png");
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block; }
  .oc-author-info .psn {
    width: 18px;
    height: 14px;
    background-image: url("/assets/css/resources/images/psn.png");
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block; }
  .oc-author-info .nn {
    width: 18px;
    height: 14px;
    background-image: url("/assets/css/resources/images/nn.png");
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block; }
  .oc-author-info__title {
    margin-bottom: 24px; }
  .oc-author-info__outlets {
    margin-top: 16px;
    font-size: 16px;
    line-height: 1em; }
  .oc-author-info__outlet {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5em;
    letter-spacing: .025em;
    text-transform: none;
    display: inline-block;
    vertical-align: top;
    margin-right: 16px; }
    .oc-author-info__outlet:last-child {
      margin: 0; }
    .oc-author-info__outlet > a > div {
      height: 24px;
      width: 24px;
      display: inline-block;
      margin-right: 4px;
      background-size: cover;
      background-position: center;
      border-radius: 100%;
      vertical-align: middle;
      margin-top: -3px; }
  .oc-author-info__logo {
    width: 288px;
    height: 288px;
    background-size: cover;
    background-position: center;
    border-radius: 100%;
    border: 2px solid rgb(84, 84, 89);
    overflow: hidden;
    background-color: rgb(252, 67, 10);
    margin-bottom: 24px; }
    .oc-author-info__logo.has-image {
      background-color: rgb(84, 84, 89); }
    .oc-author-info__logo .fa {
      width: 100%;
      text-align: center;
      margin-top: 20px;
      color: rgba(0, 0, 0, 0.54);
      font-size: 288px; }
  .oc-author-info__claim {
    display: none;
    position: absolute;
    bottom: 32px;
    right: 32px;
    width: 304px;
    background: rgb(48, 48, 51);
    padding: 16px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12); }
  .oc-author-info__bio {
    margin-bottom: 24px; }
  .oc-author-info__contact {
    margin-bottom: 8px; }
    .oc-author-info__contact > div {
      margin-top: 8px; }
      .oc-author-info__contact > div:first-child {
        margin-top: 0; }
    .oc-author-info__contact i {
      vertical-align: middle; }
  .oc-author-info__favorites {
    margin-bottom: 8px; }
    .oc-author-info__favorites ul {
      margin: 8px 0 0 0;
      color: rgba(255, 255, 255, 0.54); }
  .oc-author-info__stats > div {
    margin-top: 8px; }
    .oc-author-info__stats > div:first-child {
      margin-top: 0; }

@media (min-width: 840px) {
  .oc-author-info__content-wrapper {
    margin-left: 8%;
    margin-right: 8%;
    width: auto;
    overflow: auto;
    min-height: 144px; }
  .oc-author-info__personal-col {
    position: relative;
    padding-left: 176px; }
  .oc-author-info__contact {
    margin-top: -8px;
    margin-bottom: 24px;
    overflow: auto; }
    .oc-author-info__contact > div {
      float: left;
      width: 50%; }
      .oc-author-info__contact > div:first-child {
        margin-top: 8px; }
  .oc-author-info__logo {
    position: absolute;
    top: 0;
    left: 0;
    width: 144px;
    height: 144px;
    margin: 0; }
    .oc-author-info__logo .fa {
      font-size: 144px;
      margin-top: 10px; }
  .oc-author-info__stats-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 176px; }
    .oc-author-info__stats-col > div {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; } }

@media (min-width: 1280px) {
  .oc-author-info {
    padding: 96px 32px 64px 32px; }
    .oc-author-info__content-wrapper {
      margin-left: 8%;
      margin-right: 8%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      min-height: 176px; }
    .oc-author-info__personal-col {
      padding-left: 208px;
      padding-right: 32px;
      -webkit-box-flex: .66;
          -ms-flex: .66;
              flex: .66; }
    .oc-author-info__stats-col {
      -webkit-box-flex: .33;
          -ms-flex: .33;
              flex: .33;
      display: block;
      padding-left: 32px; }
    .oc-author-info__logo {
      width: 176px;
      height: 176px; }
      .oc-author-info__logo .fa {
        font-size: 176px;
        margin-top: 15px; }
    .oc-author-info__claim {
      display: block; } }

@media (min-width: 1440px) {
  .oc-author-info {
    padding: 112px 48px 64px 48px; }
    .oc-author-info__content-wrapper {
      min-height: 208px; }
    .oc-author-info__personal-col {
      padding-left: 240px; }
    .oc-author-info__logo {
      width: 208px;
      height: 208px; }
      .oc-author-info__logo .fa {
        font-size: 208px;
        margin-top: 20px; } }

@media (min-width: 1600px) {
  .oc-author-info {
    padding: 128px 64px 64px 64px; }
    .oc-author-info__content-wrapper {
      min-height: 240px; }
    .oc-author-info__personal-col {
      padding-left: 272px; }
    .oc-author-info__logo {
      width: 240px;
      height: 240px; }
      .oc-author-info__logo .fa {
        font-size: 240px; } }

.oc-blog .oc-grid.oc-grid--outer {
  margin: 0; }

.oc-blog .oc-blog-item > div:first-child {
  height: 192px;
  background-size: cover;
  background-position: center;
  margin: -16px 0 0 -16px; }

.oc-blog .oc-blog-item__content {
  max-width: 720px;
  box-sizing: border-box;
  padding: 0 16px; }

.oc-blog .oc-grid__cell:nth-child(odd) .oc-blog-item__content {
  float: right; }

.oc-blog__masthead {
  height: 400px;
  background-size: cover;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2); }

.oc-blog__masthead__mask {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(36, 36, 38, .85); }

.oc-blog__masthead__content {
  position: relative;
  top: 50%;
  text-align: center;
  width: 70%;
  max-width: 1440px;
  margin: 0 auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }

.oc-blog__masthead__header {
  font-size: 32px;
  color: white;
  font-weight: 900;
  line-height: 1;
  letter-spacing: .02em;
  margin: 0 0 32px 0;
  text-transform: uppercase; }

.oc-blog__masthead__supporting-text {
  color: rgba(255, 255, 255, 0.7);
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: .02em; }

@media (min-width: 1280px) {
  .oc-blog__masthead {
    background-position: center -108px; } }

@media (min-width: 1280px) {
  .oc-blog__masthead {
    background-position: center -132px; } }

.oc-blog-post__masthead {
  height: 400px;
  background-size: cover;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 64px;
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2); }

.oc-blog-post__masthead__mask {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(36, 36, 38, .85); }

.oc-blog-post__masthead__date {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  font-style: italic;
  margin-top: 4px; }

.oc-blog-post__masthead__content {
  position: relative;
  top: 50%;
  text-align: center;
  width: 70%;
  max-width: 1440px;
  margin: 0 auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }

.oc-blog-post__masthead__header {
  font-size: 32px;
  color: white;
  font-weight: 900;
  line-height: 1;
  letter-spacing: .02em;
  margin: 0 0 32px 0;
  text-transform: uppercase; }

.oc-blog-post__masthead__supporting-text {
  color: rgba(255, 255, 255, 0.7);
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: .02em; }

.oc-blog-post__content {
  width: 80%;
  max-width: 650px;
  margin: 0 auto 32px auto;
  color: white; }
  .oc-blog-post__content img {
    display: block;
    margin: 0 auto 16px auto; }

.oc-browse {
  margin-top: 124px; }
  .oc-browse__header {
    padding-top: 64px;
    background-color: rgb(24, 24, 26);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 7; }
  .oc-browse__filter {
    display: none; }
    .oc-browse__filter.is-active {
      display: block;
      margin-top: 16px; }
  .oc-browse__sort-bar {
    background-color: rgb(48, 48, 51);
    padding: 16px;
    border-bottom: 4px solid rgb(252, 67, 10);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12); }
    .oc-browse__sort-bar .oc-spacer {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
    .oc-browse__sort-bar i {
      vertical-align: middle;
      color: rgb(0, 174, 255); }
    .oc-browse__sort-bar > i {
      font-size: 24px;
      line-height: 32px; }
    .oc-browse__sort-bar > .oc-sort {
      text-transform: uppercase;
      padding: 0 12px;
      cursor: pointer;
      height: 32px;
      line-height: 32px;
      border-radius: 16px;
      vertical-align: middle; }
      .oc-browse__sort-bar > .oc-sort.is-active {
        background-color: rgb(24, 24, 26); }
      .oc-browse__sort-bar > .oc-sort i {
        margin-left: 8px; }
  .oc-browse__pager {
    margin: 32px 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .oc-browse__pager > div {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      vertical-align: middle; }
      .oc-browse__pager > div a {
        color: white; }
      .oc-browse__pager > div i {
        font-size: 24px;
        vertical-align: middle;
        margin-right: 8px; }
  .oc-browse__next {
    text-align: right; }
    .oc-browse__next i {
      margin-right: 0;
      margin-left: 8px; }
  .oc-browse__filter-toggle span {
    color: rgba(255, 255, 255, 0.7); }
  .oc-browse__filter-toggle i {
    font-size: 24px;
    margin-right: 8px; }
  .oc-browse__obfuscator {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 5;
    background-color: rgba(36, 36, 38, .9); }

.oc-filter {
  margin-top: 16px; }
  .oc-filter:first-child {
    margin-top: 0; }
  .oc-filter__header {
    vertical-align: middle;
    margin-bottom: 8px; }
    .oc-filter__header i {
      vertical-align: middle;
      font-size: 22px;
      margin-right: 8px; }

.oc-filter-dropdown {
  position: relative;
  max-width: 360px; }
  .oc-filter-dropdown__toggle {
    vertical-align: middle;
    background-color: rgb(36, 36, 38);
    padding: 8px 16px 8px 40px;
    display: block;
    color: rgba(255, 255, 255, 0.7);
    cursor: pointer;
    position: relative;
    box-sizing: border-box;
    transition-delay: 0s;
    transition-duration: 0.2s;
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
    transition-property: background-color; }
    .oc-filter-dropdown__toggle i {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      right: 16px; }
  .oc-filter-dropdown__panel {
    background-color: rgb(36, 36, 38);
    color: rgba(255, 255, 255, 0.54);
    max-height: 180px;
    overflow: auto;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12); }
  .oc-filter-dropdown__item {
    padding: 8px 16px;
    cursor: pointer; }
    .oc-filter-dropdown__item.is-selected .oc-filter-dropdown__item__bullet {
      background-color: rgb(0, 174, 255); }
    .oc-filter-dropdown__item__bullet {
      display: inline-block;
      width: 8px;
      height: 8px;
      background-color: rgba(255, 255, 255, 0.7);
      border-radius: 100%;
      margin-right: 16px; }

@media (min-width: 600px) {
  .oc-browse__sort-bar > i {
    display: none; }
  .oc-browse__sort-bar > div {
    padding: 0 24px; } }

@media (min-width: 840px) {
  .oc-browse {
    margin-top: 166px; }
    .oc-browse__filter {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 16px 0; }
    .oc-browse__filter-toggle {
      display: none; }
  .oc-filter {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-left: 16px;
    margin-top: 0; }
    .oc-filter:first-child {
      margin-left: 0; } }

@media (min-width: 960px) {
  .oc-browse__sort-bar {
    padding: 16px; }
  .oc-filter {
    margin-left: 32px; }
  .oc-filter-dropdown__panel {
    max-height: 360px; } }

@media (min-width: 1280px) {
  .oc-browse__sort-bar {
    padding: 16px 32px; } }

.oc-cal__releases.multi-release-offset > div.oc-cal__release {
  bottom: 36px; }

.oc-cal__releases.single-release-offset > div.oc-cal__release {
  bottom: 24px; }

.oc-cal__releases.multi-release-offset > div.oc-cal__release--buttons {
  bottom: 36px; }

.oc-cal__ics {
  text-align: center; }
  .oc-cal__ics p {
    margin: 0; }
  .oc-cal__ics p:first-child {
    margin-top: 16px; }
  .oc-cal__ics strong {
    font-size: 18px; }
  .oc-cal__ics > div {
    margin-top: 16px; }

.oc-cal__week {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px; }

.oc-cal__day {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 1px;
  margin-right: 1px; }
  .oc-cal__day-container {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .oc-cal__day--day-card {
    background-color: #303033;
    max-width: 180px;
    margin-left: auto;
    margin-right: auto;
    position: relative; }
  .oc-cal__day--day-card-today {
    outline: 2px solid #4aa1ce;
    background-color: rgba(74, 161, 206, 0.22); }
  .oc-cal__day-events {
    position: absolute;
    padding-top: 14px;
    border-top: 1px solid #fc430a;
    border-bottom: 1px solid #fc430a; }
    .oc-cal__day-events.middle {
      left: -1px;
      bottom: 4px;
      right: -1px; }
    .oc-cal__day-events.start {
      left: 0;
      bottom: 4px;
      right: -20px;
      border-left: 1px solid #fc430a; }
    .oc-cal__day-events.end {
      left: -20px;
      bottom: 4px;
      right: 0;
      border-right: 1px solid #fc430a; }
    .oc-cal__day-events-tagline {
      position: absolute;
      z-index: 999;
      overflow: visible;
      white-space: nowrap;
      bottom: 1px;
      left: 4px;
      font-size: 12px;
      line-height: 12px; }
  .oc-cal__day--day-card:before {
    content: "";
    display: block;
    padding-top: 133.33%; }
  .oc-cal__day .day-card-content {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    color: white;
    font-size: 12px;
    line-height: 12px; }
    .oc-cal__day .day-card-content span {
      display: none;
      font-size: 9px;
      vertical-align: text-top; }
    .oc-cal__day .day-card-content img {
      width: 100%; }
  .oc-cal__day .day-card-content__number {
    position: absolute;
    top: 2px;
    left: 2px;
    text-shadow: 1px 1px 2px black;
    z-index: 99; }

.oc-cal__month {
  text-align: center; }
  .oc-cal__month .month-header {
    font-size: 24px;
    margin-bottom: 16px; }

.oc-cal__release {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  transition-delay: 0s;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  transition-property: opacity; }
  .oc-cal__release--buttons {
    z-index: 999;
    line-height: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 4px;
    pointer-events: none; }
    .oc-cal__release--buttons div {
      margin-right: 4px;
      height: 8px;
      width: 8px;
      border-radius: 100%;
      background-color: rgba(255, 255, 255, 0.7);
      display: inline-block;
      z-index: 99; }
      .oc-cal__release--buttons div.is-active {
        background-color: #fc430a; }
      .oc-cal__release--buttons div.extra-margin {
        margin-left: 4px; }
  .oc-cal__release-info {
    color: white;
    text-shadow: 1px 1px 2px black;
    position: absolute;
    bottom: 12px;
    left: 0;
    right: 0;
    visibility: hidden; }

.oc-cal__release.is-active {
  opacity: 1; }

.oc-cal__container {
  margin: 0 8px 0 8px;
  max-width: 1400px; }

.oc-cal__experiment-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 8px; }
  .oc-cal__experiment-actions .oc-experiment-button button {
    min-width: 150px;
    max-width: 250px;
    background-color: #242426;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    text-align: center;
    padding: 8px;
    font-size: 14px;
    color: white;
    height: auto;
    margin: 8px 4px 0 4px;
    cursor: pointer;
    transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1); }
    .oc-cal__experiment-actions .oc-experiment-button button i {
      margin-right: 8px; }
  .oc-cal__experiment-actions .oc-experiment-button button:hover {
    background-color: #38393c;
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2); }
  .oc-cal__experiment-actions .oc-experiment-button .oc-tweet-button {
    border: 1px solid #1da1f2; }
    .oc-cal__experiment-actions .oc-experiment-button .oc-tweet-button i {
      color: #1da1f2; }
  .oc-cal__experiment-actions .oc-experiment-button .oc-facebook-button {
    border: 1px solid #3b5998; }
    .oc-cal__experiment-actions .oc-experiment-button .oc-facebook-button i {
      color: #ffffff; }

@media (min-width: 840px) {
  .oc-cal__day .day-card-content {
    font-size: 18px;
    line-height: 18px; }
    .oc-cal__day .day-card-content span {
      display: initial; }
  .oc-cal__day .day-card-content__number {
    left: 4px; }
  .oc-cal__day-events {
    padding-top: 18px; }
    .oc-cal__day-events-tagline {
      line-height: 16px;
      font-size: 16px;
      left: 12px;
      bottom: 1px; }
  .oc-cal__month .month-header {
    font-size: 48px;
    margin-bottom: 28px; }
  .oc-cal__release-info {
    visibility: visible;
    font-size: 12px; } }

@media (min-width: 1280px) {
  .oc-cal__day .day-card-content {
    font-size: 30px;
    line-height: 30px; }
    .oc-cal__day .day-card-content span {
      display: initial;
      font-size: 14px; }
  .oc-cal__day--day-card-today {
    outline: 4px solid #4aa1ce; }
  .oc-cal__day .day-card-content__number {
    left: 8px; }
  .oc-cal__day-events {
    padding-top: 22px; }
    .oc-cal__day-events-tagline {
      line-height: 20px;
      font-size: 18px;
      left: 16px;
      bottom: 2px; }
  .oc-cal__month .month-header {
    font-size: 64px;
    margin-bottom: 36px; }
  .oc-cal__release-info {
    visibility: visible;
    font-size: 18px;
    bottom: 10px; } }

@media (min-width: 1440px) {
  .oc-cal__container {
    margin-left: auto;
    margin-right: auto; } }

.oc-contact__masthead {
  height: 400px;
  background-size: cover;
  margin-bottom: 64px;
  position: relative;
  background-repeat: no-repeat;
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2); }

.oc-contact__masthead__mask {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(36, 36, 38, .85); }

.oc-contact__masthead__content {
  position: relative;
  top: 50%;
  text-align: center;
  width: 70%;
  max-width: 1440px;
  margin: 0 auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }

.oc-contact__masthead__header {
  font-size: 32px;
  color: white;
  font-weight: 900;
  line-height: 1;
  letter-spacing: .02em;
  margin: 0 0 32px 0;
  text-transform: uppercase; }

.oc-contact__masthead__supporting-text {
  color: rgba(255, 255, 255, 0.7);
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: .02em; }

.oc-contact__content {
  width: 80%;
  margin: 64px auto 64px auto;
  max-width: 1440px;
  color: rgba(255, 255, 255, 0.7); }

.oc-faq-qa__question {
  color: white;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: .02em;
  margin-bottom: 16px;
  cursor: pointer;
  position: relative;
  padding-left: 32px; }
  .oc-faq-qa__question:after {
    content: "";
    position: absolute;
    top: 2px;
    left: 0;
    height: 14px;
    width: 14px;
    border-radius: 100%;
    border: 2px solid rgb(252, 67, 10); }

.oc-faq-qa__answer {
  display: none;
  margin-bottom: 16px; }

.oc-faq-qa.is-active .oc-faq-qa__question:after {
  background-color: rgb(252, 67, 10); }

.oc-faq-qa.is-active .oc-faq-qa__answer {
  display: block; }

.oc-faq .oc-divider {
  margin: 32px 0; }

.oc-faq__masthead {
  height: 400px;
  background-size: cover;
  margin-bottom: 64px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2); }

.oc-faq__masthead__mask {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(36, 36, 38, .85); }

.oc-faq__masthead__content {
  position: relative;
  top: 50%;
  text-align: center;
  width: 70%;
  max-width: 1440px;
  margin: 0 auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }

.oc-faq__masthead__header {
  font-size: 32px;
  color: white;
  font-weight: 900;
  line-height: 1;
  letter-spacing: .02em;
  margin: 0 0 32px 0;
  text-transform: uppercase; }

.oc-faq__masthead__supporting-text {
  color: rgba(255, 255, 255, 0.7);
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: .02em; }

.oc-faq__question-container {
  width: 80%;
  margin: 0 auto;
  max-width: 1440px;
  padding-bottom: 64px;
  color: rgba(255, 255, 255, 0.7); }

.oc-faq__header {
  color: white;
  font-size: 24px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: .02em;
  margin: 32px 0;
  text-transform: uppercase; }

.oc-faq .oc-outlet-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.oc-faq .oc-outlet-faq {
  position: relative;
  background-color: #242426;
  padding: 4px;
  margin: 0 4px 12px 4px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  cursor: pointer;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 250px;
  max-width: 250px; }

.oc-faq .oc-outlet-faq > img {
  border-radius: 100%;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-right: 8px;
  margin-top: -2px;
  margin-bottom: 0;
  display: inline; }

@media (min-width: 960px) {
  .oc-faq__masthead {
    background-position: center -86px; } }

@media (min-width: 1280px) {
  .oc-faq__masthead {
    background-position: center -108px; } }

@media (min-width: 1280px) {
  .oc-faq__masthead {
    background-position: center -132px; } }

.oc-contributor-reviews {
  margin: 48px 16px; }
  @media (max-width: 767px) {
    .oc-contributor-reviews {
      margin: 48px 0; } }
  .oc-contributor-reviews .oc-header {
    margin: 0 20px; }
    .oc-contributor-reviews .oc-header__actions a {
      color: rgba(255, 255, 255, 0.7); }
      .oc-contributor-reviews .oc-header__actions a.is-active {
        color: rgb(252, 67, 10); }
  .oc-contributor-reviews__platform-filter {
    display: block;
    margin-top: 16px;
    vertical-align: middle;
    width: 208px; }
  .oc-contributor-reviews oc-review-card,
  .oc-contributor-reviews oc-ad-card {
    margin: 0 4px 24px 4px;
    opacity: 1; }
    .oc-contributor-reviews oc-review-card .oc-review-card__progress-container,
    .oc-contributor-reviews oc-ad-card .oc-review-card__progress-container {
      display: block; }
  .oc-contributor-reviews__hyped {
    margin: 0 0 8px 0;
    display: block;
    width: 100%;
    padding: 16px;
    height: 64px;
    box-sizing: border-box;
    background-color: rgb(36, 36, 38);
    border: 1px solid rgb(60, 60, 64);
    outline: none;
    cursor: pointer;
    color: rgba(255, 255, 255, 0.7);
    font-size: 24px;
    text-align: left;
    transition-delay: 0s;
    transition-duration: 0.2s;
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
    transition-property: box-shadow, background-color, color;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12); }
    .oc-contributor-reviews__hyped .fa {
      margin-right: 8px;
      transition-delay: 0s;
      transition-duration: 0.2s;
      transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
      transition-property: color; }
    .oc-contributor-reviews__hyped:hover {
      color: white;
      background-color: rgb(60, 60, 64);
      box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2); }
    .oc-contributor-reviews__hyped.is-active .fa {
      color: rgb(0, 174, 255); }

@media (max-width: 767px) {
  .oc-review-list .deckgrid[deckgrid]::before {
    content: '1 .oc-grid__cell.oc-grid__cell--12-col-xs'; } }

@media (min-width: 768px) and (max-width: 991px) {
  .oc-review-list .deckgrid[deckgrid]::before {
    content: '1 .oc-grid__cell.oc-grid__cell--12-col-s'; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .oc-review-list .deckgrid[deckgrid]::before {
    content: '1 .oc-grid__cell.oc-grid__cell--12-col-m'; } }

@media (min-width: 1200px) and (max-width: 1599px) {
  .oc-review-list .deckgrid[deckgrid]::before {
    content: '2 .oc-grid__cell.oc-grid__cell--6-col-l'; } }

@media (min-width: 1600px) {
  .oc-review-list .deckgrid[deckgrid]::before {
    content: '3 .oc-grid__cell.oc-grid__cell--4-col-xl'; } }

@media (min-width: 600px) {
  .oc-review-list__platform-filter {
    display: inline-block;
    margin-top: 0;
    margin-left: 24px; } }

.oc-description-modal .oc-modal__wrapper {
  max-height: 90%;
  width: 90%;
  max-width: 600px; }

.oc-description-modal .oc-modal__content {
  padding: 0 24px 24px 24px;
  overflow: auto;
  white-space: pre-line;
  height: calc(100% - 48px);
  max-height: calc(90vh - 48px); }

.oc-game-info {
  position: relative;
  background-position: center;
  background-size: cover;
  padding: 80px 16px 16px 16px; }
  .oc-game-info__mask {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(36, 36, 38, .85); }
  .oc-game-info__score-hover {
    cursor: pointer; }
  .oc-game-info__content-wrapper {
    position: relative;
    z-index: 1;
    width: 100%;
    margin: 0 auto; }
    .oc-game-info__content-wrapper h1 {
      text-transform: uppercase;
      margin-top: 0;
      font-weight: bold;
      letter-spacing: 0.025em;
      font-size: 40px;
      line-height: 40px;
      margin-bottom: 24px;
      color: white; }
    .oc-game-info__content-wrapper .oc-score-orb {
      width: 72px;
      height: 72px; }
      .oc-game-info__content-wrapper .oc-score-orb__score {
        width: 56px;
        line-height: 56px;
        font-size: 24px; }
  .oc-game-info__score-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .oc-game-info__tier {
    margin-right: 8px;
    width: 150px; }
  .oc-game-info__scores {
    margin-bottom: 24px; }
    .oc-game-info__scores > .oc-score-orb {
      display: inline-block; }
      .oc-game-info__scores > .oc-score-orb.is-personal {
        margin-left: 24px; }
    .oc-game-info__scores .oc-game-info__score-row {
      margin-top: 24px; }
      .oc-game-info__scores .oc-game-info__score-row:first-child {
        margin: 0; }
      .oc-game-info__scores .oc-game-info__score-row .oc-score-distribution {
        margin-top: 11px; }
  .oc-game-info__embargo-title {
    margin-top: 16px;
    margin-bottom: 8px;
    font-size: 24px; }
  .oc-game-info__meta-container {
    line-height: 22px; }
  .oc-game-info__meta-data {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
    .oc-game-info__meta-data > div {
      margin-top: 8px; }
      .oc-game-info__meta-data > div:first-child {
        margin: 0; }
      .oc-game-info__meta-data > div .fa {
        margin-right: 8px;
        font-size: 20px;
        color: rgba(255, 255, 255, 0.3); }
      .oc-game-info__meta-data > div .fa.fa-question {
        margin-right: 2px;
        margin-top: 1px; }
      .oc-game-info__meta-data > div .fa.fa-hourglass-o {
        margin-right: 0;
        margin-top: 1px; }
  .oc-game-info__score-data > div {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
  .oc-game-info__score-data .oc-score-orb {
    width: 36px;
    height: 36px;
    vertical-align: middle; }
    .oc-game-info__score-data .oc-score-orb__score {
      width: 24px;
      height: 24px;
      line-height: 24px;
      font-size: 12px; }
  .oc-game-info__meta-release {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
  .oc-game-info__release {
    margin-top: 8px;
    white-space: nowrap; }
    .oc-game-info__release:nth-child(2) {
      margin: 0; }
  .oc-game-info__rating {
    margin: 16px 0; }
    .oc-game-info__rating--large {
      display: none; }
  .oc-game-info__release-date {
    display: inline-block;
    margin-left: 8px;
    vertical-align: middle; }
  .oc-game-info__release-platform {
    display: inline-block;
    background-image: url("/assets/css/resources/images/platform-sprite.png");
    background-repeat: no-repeat;
    vertical-align: middle;
    opacity: .3; }
    .oc-game-info__release-platform.oc-platform-6 {
      background-position: -15px -18px;
      width: 26px;
      height: 21px;
      margin-top: -1px; }
    .oc-game-info__release-platform.oc-platform-7 {
      background-position: -18px -74px;
      height: 20px;
      width: 20px; }
    .oc-game-info__release-platform.oc-platform-26 {
      background-position: 0 -188px;
      height: 16px;
      width: 56px; }
    .oc-game-info__release-platform.oc-platform-27 {
      background-position: -15px -130px;
      height: 21px;
      width: 27px;
      margin-top: -1px; }
    .oc-game-info__release-platform.oc-platform-33 {
      background-position: -5px -241px;
      height: 21px;
      width: 46px;
      margin-top: 0; }
    .oc-game-info__release-platform.oc-platform-36 {
      background-position: -12px -291px;
      height: 33px;
      width: 33px;
      margin-top: 0; }
    .oc-game-info__release-platform.oc-platform-29 {
      background-position: -8px -411px;
      height: 21px;
      width: 42px;
      margin-top: 0; }
    .oc-game-info__release-platform.oc-platform-30 {
      background-position: -8px -353px;
      height: 21px;
      width: 42px;
      margin-top: 0; }
    .oc-game-info__release-platform.oc-platform-31 {
      background-position: -8px -467px;
      height: 21px;
      width: 42px;
      margin-top: 0; }
    .oc-game-info__release-platform.oc-platform-32 {
      background-position: -13px -517px;
      height: 30px;
      width: 30px;
      margin-top: 0; }
  .oc-game-info__trailer {
    margin-top: 24px; }
    .oc-game-info__trailer a {
      display: block;
      padding-top: 56.2%;
      position: relative;
      overflow: hidden; }
    .oc-game-info__trailer img {
      position: absolute;
      width: 100%;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
    .oc-game-info__trailer .fa {
      position: absolute;
      color: white;
      font-size: 64px;
      text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
      top: 50%;
      left: 50%;
      -webkit-transform: translateX(-50%) translateY(-50%);
              transform: translateX(-50%) translateY(-50%); }
  .oc-game-info__screenshots {
    overflow: auto;
    margin-top: 8px; }
    .oc-game-info__screenshots > a {
      display: block;
      float: left;
      margin-top: 8px;
      height: 64px;
      overflow: hidden;
      position: relative;
      vertical-align: middle; }
      .oc-game-info__screenshots > a:first-child {
        margin-top: 0; }
      .oc-game-info__screenshots > a img {
        position: absolute;
        width: 100%;
        height: auto;
        vertical-align: middle;
        display: block;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); }
    .oc-game-info__screenshots.oc-game-info__screenshots--count-1 a, .oc-game-info__screenshots.oc-game-info__screenshots--count-2 a {
      width: 100%; }
    .oc-game-info__screenshots.oc-game-info__screenshots--count-3 a:nth-child(1) {
      width: calc(50% - 4px);
      margin-right: 4px; }
    .oc-game-info__screenshots.oc-game-info__screenshots--count-3 a:nth-child(2) {
      width: calc(50% - 4px);
      margin-left: 4px;
      margin-top: 0; }
    .oc-game-info__screenshots.oc-game-info__screenshots--count-3 a:nth-child(3) {
      width: 100%; }
  .oc-game-info__experiment-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .oc-game-info__experiment-actions .oc-hype-button {
      margin: 0 4px 0 4px; }
      .oc-game-info__experiment-actions .oc-hype-button .oc-review-list__hyped {
        min-width: 150px;
        border: 1px solid #d322df;
        box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
        background-color: #242426;
        text-align: center;
        padding: 8px;
        font-size: 14px;
        color: white;
        height: auto;
        margin: 8px 0 0 0; }
        .oc-game-info__experiment-actions .oc-hype-button .oc-review-list__hyped.is-active .fa {
          color: #d322df; }
      .oc-game-info__experiment-actions .oc-hype-button .oc-review-list__hyped:hover {
        background-color: #38393c;
        box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2); }
    .oc-game-info__experiment-actions .oc-experiment-button {
      margin: 0 4px 0 4px; }
      .oc-game-info__experiment-actions .oc-experiment-button button {
        min-width: 150px;
        background-color: #242426;
        box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
        text-align: center;
        padding: 8px;
        font-size: 14px;
        color: white;
        height: auto;
        margin-top: 8px;
        cursor: pointer;
        transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1); }
        .oc-game-info__experiment-actions .oc-experiment-button button i {
          margin-right: 8px; }
      .oc-game-info__experiment-actions .oc-experiment-button button:hover {
        background-color: #38393c;
        box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2); }
      .oc-game-info__experiment-actions .oc-experiment-button .oc-tweet-button {
        border: 1px solid #1da1f2; }
        .oc-game-info__experiment-actions .oc-experiment-button .oc-tweet-button i {
          color: #1da1f2; }
      .oc-game-info__experiment-actions .oc-experiment-button .oc-facebook-button {
        border: 1px solid #3b5998; }
        .oc-game-info__experiment-actions .oc-experiment-button .oc-facebook-button i {
          color: #ffffff; }
  .oc-game-info__affiliates {
    margin-top: 8px;
    display: -webkit-flex;
    /* Safari */
    -webkit-flex-wrap: wrap;
    /* Safari 6.1+ */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: -4px;
    margin-right: -4px; }
    .oc-game-info__affiliates-header {
      color: rgba(255, 255, 255, 0.87);
      font-size: 18px;
      text-align: center; }
    .oc-game-info__affiliates .oc-affiliate {
      width: 50%;
      padding: 4px; }
      .oc-game-info__affiliates .oc-affiliate > a {
        height: 64px;
        width: 100%;
        display: block;
        box-sizing: border-box;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 70%;
        background-color: rgb(36, 36, 38);
        border: 1px solid rgb(60, 60, 64);
        outline: none;
        transition-delay: 0s;
        transition-duration: 0.2s;
        transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
        transition-property: box-shadow, background-color;
        box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12); }
        .oc-game-info__affiliates .oc-affiliate > a:hover {
          background-color: rgb(60, 60, 64);
          box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2); }
        .oc-game-info__affiliates .oc-affiliate > a.oc-affiliate--amazon {
          background-image: url("/assets/css/resources/images/amazon-logo.png"); }
        .oc-game-info__affiliates .oc-affiliate > a.oc-affiliate--game-stop {
          background-size: 65%;
          background-image: url("/assets/css/resources/images/game-stop-logo.png"); }
        .oc-game-info__affiliates .oc-affiliate > a.oc-affiliate--gmg {
          background-size: 60%;
          background-image: url("/assets/css/resources/images/gmg-logo.png"); }
        .oc-game-info__affiliates .oc-affiliate > a.oc-affiliate--humble-bundle {
          background-size: 80%;
          background-image: url("/assets/css/resources/images/humble-bundle.png"); }
        .oc-game-info__affiliates .oc-affiliate > a.oc-affiliate--best-buy {
          background-size: 60%;
          background-image: url("/assets/css/resources/images/best-buy.png"); }
        .oc-game-info__affiliates .oc-affiliate > a.oc-affiliate--gamesplanet {
          background-size: 95%;
          background-image: url("/assets/css/resources/images/gamesplanet.png"); }
  .oc-game-info__affiliates-bgroup {
    margin: 8px auto;
    max-width: 425px; }
    .oc-game-info__affiliates-bgroup-wrapper > div {
      margin-top: 8px; }
      .oc-game-info__affiliates-bgroup-wrapper > div span {
        font-size: 20px;
        text-align: center;
        display: block;
        margin-bottom: 8px; }
    .oc-game-info__affiliates-bgroup .oc-affiliate-container {
      width: 100%;
      background-color: rgb(36, 36, 38);
      border: 1px solid rgb(60, 60, 64);
      outline: none;
      transition-delay: 0s;
      transition-duration: 0.2s;
      transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
      transition-property: box-shadow, background-color;
      box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12); }
    .oc-game-info__affiliates-bgroup .oc-affiliate {
      display: inline-block;
      width: 118px;
      height: 32px;
      margin: 2px 0;
      box-sizing: border-box;
      background-repeat: no-repeat;
      background-position: center;
      background-size: 70%; }
      .oc-game-info__affiliates-bgroup .oc-affiliate-price {
        font-size: 20px; }
      .oc-game-info__affiliates-bgroup .oc-affiliate-row {
        padding: 8px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -ms-flex-pack: distribute;
            justify-content: space-around; }
        .oc-game-info__affiliates-bgroup .oc-affiliate-row-divider {
          border-top: 1px solid rgba(255, 255, 255, 0.12);
          margin: 1px 30px;
          padding-left: 8px;
          padding-right: 8px;
          position: relative; }
      .oc-game-info__affiliates-bgroup .oc-affiliate.oc-affiliate--amazon {
        background-image: url("/assets/css/resources/images/amazon-logo.png");
        background-size: 110%; }
      .oc-game-info__affiliates-bgroup .oc-affiliate.oc-affiliate--game-stop {
        background-size: 90%;
        background-image: url("/assets/css/resources/images/game-stop-logo.png"); }
      .oc-game-info__affiliates-bgroup .oc-affiliate.oc-affiliate--gmg {
        background-size: 90%;
        background-position-y: 6px;
        background-image: url("/assets/css/resources/images/gmg-logo.png"); }
      .oc-game-info__affiliates-bgroup .oc-affiliate.oc-affiliate--humble-bundle {
        background-size: 90%;
        background-position-y: 6px;
        background-image: url("/assets/css/resources/images/humble-bundle.png"); }
      .oc-game-info__affiliates-bgroup .oc-affiliate.oc-affiliate--best-buy {
        background-size: 90%;
        background-position-y: 6px;
        background-image: url("/assets/css/resources/images/best-buy.png"); }

.oc-divider.oc-affiliate-divider {
  display: block !important; }

@media (min-width: 600px) {
  .oc-game-info__content-wrapper h1 {
    font-size: 44px; }
  .oc-game-info__meta-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .oc-game-info__meta-release .oc-divider {
    display: none; }
  .oc-game-info__score-data .oc-divider {
    display: none; }
  .oc-game-info__scores .oc-game-info__score-row .oc-score-distribution {
    margin-top: -36px; }
  .oc-game-info__score-container {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
  .oc-game-info__score-block {
    padding-left: 16px;
    margin: 0;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial; } }

@media (min-width: 840px) {
  .oc-game-info__content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .oc-game-info__info {
    -webkit-box-flex: .6;
        -ms-flex: .6;
            flex: .6;
    padding-left: 24px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .oc-game-info__media {
    -webkit-box-flex: .4;
        -ms-flex: .4;
            flex: .4;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
    .oc-game-info__media .oc-divider {
      display: none; }
  .oc-game-info__trailer {
    margin-top: 0; }
  .oc-game-info__rating {
    position: absolute;
    bottom: 16px;
    right: 16px;
    margin: 0; }
    .oc-game-info__rating--mini {
      display: none; }
    .oc-game-info__rating--large {
      display: block; } }

@media (min-width: 1280px) {
  .oc-game-info {
    padding: 96px 32px 32px 32px; }
    .oc-game-info__content-wrapper {
      width: 84%; }
    .oc-game-info__info {
      padding-left: 32px; }
    .oc-game-info__affiliates-bgroup .oc-affiliate {
      width: 132px;
      height: 36px; } }

@media (min-width: 1440px) {
  .oc-game-info {
    padding: 112px 48px 48px 48px; }
    .oc-game-info__content-wrapper {
      width: 76%; }
    .oc-game-info__info {
      padding-left: 48px; } }

@media (min-width: 1600px) {
  .oc-game-info {
    padding: 128px 64px 64px 64px; }
    .oc-game-info__content-wrapper {
      width: 68%; }
    .oc-game-info__info {
      padding-left: 80px; } }

.oc-game__content {
  position: relative; }

.oc-game__share-buttons {
  padding: 0px;
  background-color: rgb(36, 36, 38);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.oc-share {
  padding: 4px 8px;
  background-color: #545459;
  color: rgba(255, 255, 255, 0.7);
  display: inline-block;
  margin-left: 8px;
  position: relative; }
  .oc-share:first-child {
    margin-left: 0; }
  .oc-share .fa {
    vertical-align: middle;
    font-size: 19px;
    margin-top: -1px; }
  .oc-share--twitter .fa {
    color: #00ACEE; }
  .oc-share--facebook .fa {
    color: #6d84b4; }
  .oc-share--opencritic {
    display: none; }
    .oc-share--opencritic .fa {
      color: rgb(252, 67, 10); }
    .oc-share--opencritic .fa.fa-edit {
      color: #0dc57a; }
  .oc-share__embed-window {
    position: absolute;
    display: none;
    background: #545459;
    right: 0;
    top: -162px;
    padding: 16px;
    width: 272px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12); }
    .oc-share__embed-window__toggles {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .is-active .oc-share__embed-window {
      display: block; }
    .oc-share__embed-window textarea {
      background: rgba(0, 0, 0, 0.3);
      color: rgba(255, 255, 255, 0.7);
      display: block;
      width: 100%;
      overflow: hidden;
      border: 0;
      outline: 0;
      margin-bottom: 16px;
      height: 78px;
      padding: 8px;
      resize: none; }
    .oc-share__embed-window a {
      color: rgba(255, 255, 255, 0.7);
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
      .oc-share__embed-window a .fa {
        color: rgb(252, 67, 10); }
  .oc-share__export-window {
    position: absolute;
    display: none;
    background: #545459;
    right: 0;
    top: -255px;
    padding: 16px;
    width: 272px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12); }
    .oc-share__export-window__toggles {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .oc-share__export-window__sorts {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .oc-share__export-window__sorts i {
        font-size: 24px;
        margin-left: 36px;
        margin-top: 4px; }
      .oc-share__export-window__sorts i.fa.unselected {
        color: rgba(255, 255, 255, 0.7); }
    .is-export-active .oc-share__export-window {
      display: block; }
    .oc-share__export-window textarea {
      background: rgba(0, 0, 0, 0.3);
      color: rgba(255, 255, 255, 0.7);
      display: block;
      width: 100%;
      overflow: hidden;
      border: 0;
      outline: 0;
      margin-bottom: 16px;
      height: 78px;
      padding: 8px;
      resize: none; }
    .oc-share__export-window a {
      color: rgba(255, 255, 255, 0.7);
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
      .oc-share__export-window a .fa {
        color: rgb(252, 67, 10); }
    .oc-share__export-window p {
      color: rgba(255, 255, 255, 0.7);
      margin: 4px 0 0; }
      .oc-share__export-window p strong {
        color: white; }

@media (min-width: 840px) {
  .oc-game__share-buttons {
    padding: 0;
    background: none;
    position: absolute;
    right: 32px;
    top: 10px;
    z-index: 1; }
  .oc-share--opencritic {
    display: inline-block; } }

.deckgrid[deckgrid]::before {
  /* Specifies that the grid should have a maximum of 4 columns. Each column will have the classes 'column' and 'column-1-4' */
  content: '2 .oc-grid__cell.oc-grid__cell--6-col-s';
  font-size: 0;
  /* See https://github.com/akoenig/angular-deckgrid/issues/14#issuecomment-35728861 */
  visibility: hidden; }

@media (max-width: 767px) {
  .deckgrid[deckgrid]::before {
    content: '1 .oc-grid__cell.oc-grid__cell--12-col-xs'; } }

@media (min-width: 768px) and (max-width: 991px) {
  .deckgrid[deckgrid]::before {
    content: '2 .oc-grid__cell.oc-grid__cell--6-col-s'; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .deckgrid[deckgrid]::before {
    content: '2 .oc-grid__cell.oc-grid__cell--6-col-m'; } }

@media (min-width: 1200px) and (max-width: 1599px) {
  .deckgrid[deckgrid]::before {
    content: '3 .oc-grid__cell.oc-grid__cell--4-col-l'; } }

@media (min-width: 1600px) {
  .deckgrid[deckgrid]::before {
    content: '4 .oc-grid__cell.oc-grid__cell--3-col-xl'; } }

.oc-media-card {
  background-color: rgb(36, 36, 38);
  margin: 16px 4px 0 4px;
  position: relative;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12); }
  .oc-media-card__title {
    color: white;
    margin: 24px 24px 4px 24px;
    font-size: 20px;
    line-height: 20px;
    height: 40px; }
  .oc-media-card__sub-title {
    background-color: rgb(48, 48, 51);
    padding: 16px;
    color: white;
    border-bottom: 1px solid rgb(252, 67, 10); }
    .oc-media-card__sub-title .fa {
      color: rgba(255, 255, 255, 0.54);
      margin-right: 8px;
      margin-top: -1px; }
  .oc-media-card__outlet {
    position: absolute;
    top: 32px;
    right: 32px; }
    .oc-media-card__outlet > div {
      border-radius: 100%;
      height: 48px;
      width: 48px;
      background-position: center;
      background-size: cover;
      border: 4px solid rgb(36, 36, 38);
      background-color: rgb(36, 36, 38);
      text-align: center; }
      .oc-media-card__outlet > div .fa {
        line-height: 40px;
        color: rgb(252, 67, 10); }
  .oc-media-card__content {
    margin-top: 24px; }
  .oc-media-card__image {
    display: block;
    padding-top: 56.2%;
    position: relative;
    overflow: hidden; }
    .oc-media-card__image .fa {
      position: absolute;
      color: white;
      font-size: 64px;
      text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
      top: 50%;
      left: 50%;
      -webkit-transform: translateX(-50%) translateY(-50%);
              transform: translateX(-50%) translateY(-50%); }
    .oc-media-card__image img {
      width: 100%;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }

.oc-media-list {
  margin: 48px 16px; }
  .oc-media-list .oc-header {
    margin: 0 24px; }
    .oc-media-list .oc-header__actions a {
      color: rgba(255, 255, 255, 0.7); }
      .oc-media-list .oc-header__actions a.is-active {
        color: rgb(252, 67, 10); }
  .oc-media-list .oc-media-card {
    margin: 0 4px 24px 4px; }

.oc-review-list {
  margin: 16px 16px; }
  @media (max-width: 767px) {
    .oc-review-list {
      margin: 16px 0; } }
  .oc-review-list .oc-header {
    margin: 0 20px; }
    .oc-review-list .oc-header__actions a {
      color: rgba(255, 255, 255, 0.7); }
      .oc-review-list .oc-header__actions a.is-active {
        color: rgb(252, 67, 10); }
  .oc-review-list__platform-filter {
    display: block;
    margin-top: 16px;
    vertical-align: middle;
    width: 208px; }
  .oc-review-list oc-review-card,
  .oc-review-list oc-ad-card {
    margin: 0 4px 24px 4px; }
  .oc-review-list__hyped {
    margin: 0 0 8px 0;
    display: block;
    width: 100%;
    padding: 16px;
    height: 64px;
    box-sizing: border-box;
    background-color: rgb(36, 36, 38);
    border: 1px solid rgb(60, 60, 64);
    outline: none;
    cursor: pointer;
    color: rgba(255, 255, 255, 0.7);
    font-size: 24px;
    text-align: left;
    transition-delay: 0s;
    transition-duration: 0.2s;
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
    transition-property: box-shadow, background-color, color;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12); }
    .oc-review-list__hyped .fa {
      margin-right: 8px;
      transition-delay: 0s;
      transition-duration: 0.2s;
      transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
      transition-property: color; }
    .oc-review-list__hyped:hover {
      color: white;
      background-color: rgb(60, 60, 64);
      box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2); }
    .oc-review-list__hyped.is-active .fa {
      color: rgb(0, 174, 255); }

@media (max-width: 767px) {
  .oc-review-list .deckgrid[deckgrid]::before {
    content: '1 .oc-grid__cell.oc-grid__cell--12-col-xs'; } }

@media (min-width: 768px) and (max-width: 991px) {
  .oc-review-list .deckgrid[deckgrid]::before {
    content: '1 .oc-grid__cell.oc-grid__cell--12-col-s'; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .oc-review-list .deckgrid[deckgrid]::before {
    content: '1 .oc-grid__cell.oc-grid__cell--12-col-m'; } }

@media (min-width: 1200px) and (max-width: 1599px) {
  .oc-review-list .deckgrid[deckgrid]::before {
    content: '2 .oc-grid__cell.oc-grid__cell--6-col-l'; } }

@media (min-width: 1600px) {
  .oc-review-list .deckgrid[deckgrid]::before {
    content: '3 .oc-grid__cell.oc-grid__cell--4-col-xl'; } }

@media (min-width: 600px) {
  .oc-review-list__platform-filter {
    display: inline-block;
    margin-top: 0;
    margin-left: 24px; } }

.oc-breakdown-item {
  position: relative;
  cursor: pointer; }
  .oc-breakdown-item__content h2 {
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: .02em;
    margin: 16px 24px 4px 24px;
    padding-bottom: 4px;
    color: #fff;
    display: inline-block; }
  .oc-breakdown-item__content > .fa {
    vertical-align: middle;
    position: absolute;
    top: 18px;
    right: 92px;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.7); }
  .oc-breakdown-item__score {
    position: absolute;
    right: 24px;
    top: 16px;
    color: rgba(255, 255, 255, 0.7); }
  .oc-breakdown-item__score-format {
    display: none;
    position: absolute;
    top: 16px;
    right: 118px;
    color: rgba(255, 255, 255, 0.7); }
    .oc-breakdown-item__score-format .fa {
      margin-left: 4px; }
  .oc-breakdown-item__progress-container {
    background-color: rgb(60, 60, 64);
    margin: 0 24px; }
  .oc-breakdown-item__progress {
    position: relative;
    height: 8px; }
  .oc-breakdown-item.is-weak .oc-breakdown-item__progress {
    background: rgb(128, 176, 106); }
  .oc-breakdown-item.is-fair .oc-breakdown-item__progress {
    background: rgb(74, 161, 206); }
  .oc-breakdown-item.is-strong .oc-breakdown-item__progress {
    background: rgb(158, 0, 180); }
  .oc-breakdown-item.is-mighty .oc-breakdown-item__progress {
    background: rgb(252, 67, 10); }
  .oc-breakdown-item.is-personal.is-personal .oc-breakdown-item__progress {
    background: rgb(120, 120, 128); }

@media (min-width: 600px) {
  .oc-breakdown-item__score-format {
    display: block; } }

.oc-score-breakdown-card {
  background-color: rgb(36, 36, 38);
  margin: 16px 4px 0 4px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12); }
  .oc-score-breakdown-card__sub-title {
    background-color: rgb(48, 48, 51);
    padding: 16px;
    color: white; }
  .oc-score-breakdown-card__content {
    padding: 0 0 24px 0; }
    .oc-score-breakdown-card__content p {
      margin: 24px 24px 16px 24px; }
  .oc-score-breakdown-card__toggle {
    background-color: rgb(12, 12, 13);
    padding: 16px 0;
    text-transform: uppercase;
    text-align: center;
    line-height: 1;
    letter-spacing: .15em;
    display: block;
    color: white; }
  .oc-score-breakdown-card__expand {
    display: block; }
  .oc-score-breakdown-card__collapse {
    display: none; }
  .oc-score-breakdown-card__header {
    margin: 0;
    padding: 16px 24px 0;
    color: white;
    font-size: 20px;
    display: none; }
  .oc-score-breakdown-card__divider {
    margin: 24px 16px 0 !important;
    visibility: hidden; }
  .oc-score-breakdown-card .oc-breakdown-item {
    display: none; }

.oc-score-breakdown-card.is-active .oc-breakdown-item {
  display: block; }

.oc-score-breakdown-card.is-active .oc-score-breakdown-card__header {
  display: block; }

.oc-score-breakdown-card.is-active .oc-score-breakdown-card__expand {
  display: none; }

.oc-score-breakdown-card.is-active .oc-score-breakdown-card__collapse {
  display: block; }

@media (min-width: 840px) {
  .oc-score-breakdown-card__toggle {
    display: none !important; }
  .oc-score-breakdown-card .oc-breakdown-item {
    display: block; }
  .oc-score-breakdown-card__header {
    display: block; }
  .oc-score-breakdown-card__divider {
    visibility: visible; } }

.oc-stream-card {
  background-color: rgb(36, 36, 38);
  margin: 16px 4px 0 4px;
  position: relative;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12); }
  .oc-stream-card__title {
    color: white;
    margin: 24px 24px 4px 24px;
    font-size: 20px;
    line-height: 20px; }
  .oc-stream-card__sub-title {
    background-color: rgb(48, 48, 51);
    padding: 16px;
    color: white;
    border-bottom: 1px solid rgb(252, 67, 10); }
    .oc-stream-card__sub-title .fa {
      color: rgba(255, 255, 255, 0.54);
      margin-right: 8px;
      margin-top: -1px; }
  .oc-stream-card__content {
    margin-top: 24px; }
  .oc-stream-card__image {
    display: block;
    padding-top: 56.2%;
    position: relative;
    overflow: hidden; }
    .oc-stream-card__image .fa {
      position: absolute;
      color: white;
      font-size: 64px;
      text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
      top: 50%;
      left: 50%;
      -webkit-transform: translateX(-50%) translateY(-50%);
              transform: translateX(-50%) translateY(-50%); }
    .oc-stream-card__image img {
      width: 100%;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }

.oc-stream-list {
  margin: 48px 16px; }
  @media (max-width: 767px) {
    .oc-stream-list {
      margin: 48px 0; } }
  .oc-stream-list .oc-header {
    margin: 0 24px; }
  .oc-stream-list .oc-stream-card {
    margin: 0 4px 24px 4px; }

.oc-score-summary__header.facebook {
  background-color: #ea3e9e; }

.oc-score-summary__body.facebook {
  padding: 16px; }

.oc-guess-the-score__guess {
  font-size: 18px;
  margin-bottom: 16px; }
  .oc-guess-the-score__guess span {
    text-transform: capitalize; }

.oc-guess-the-score__legend {
  margin-top: -21px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.oc-guess-the-score .oc-guess-the-score__tier {
  height: 8px; }
  .oc-guess-the-score .oc-guess-the-score__tier.is-weak {
    background: rgb(128, 176, 106); }
  .oc-guess-the-score .oc-guess-the-score__tier.is-fair {
    background: rgb(74, 161, 206); }
  .oc-guess-the-score .oc-guess-the-score__tier.is-strong {
    background: rgb(158, 0, 180); }
  .oc-guess-the-score .oc-guess-the-score__tier.is-mighty {
    background: rgb(252, 67, 10); }
  .oc-guess-the-score .oc-guess-the-score__tier.is-personal.is-personal .self {
    background: rgb(120, 120, 128); }
  .oc-guess-the-score .oc-guess-the-score__tier.is-weak {
    -webkit-box-flex: .4;
        -ms-flex: .4;
            flex: .4; }
  .oc-guess-the-score .oc-guess-the-score__tier.is-fair {
    -webkit-box-flex: .1;
        -ms-flex: .1;
            flex: .1; }
  .oc-guess-the-score .oc-guess-the-score__tier.is-strong {
    -webkit-box-flex: .2;
        -ms-flex: .2;
            flex: .2; }
  .oc-guess-the-score .oc-guess-the-score__tier.is-mighty {
    -webkit-box-flex: .3;
        -ms-flex: .3;
            flex: .3; }

.oc-guess-the-score__action {
  margin-top: 24px;
  text-align: right; }
  .oc-guess-the-score__action button {
    background: transparent;
    padding: 6px;
    text-transform: uppercase;
    border-radius: 3px;
    color: rgba(255, 255, 255, 0.7);
    display: inline-block;
    margin-left: 4px;
    position: relative;
    border: 0;
    cursor: pointer;
    outline: none;
    transition-delay: 0s;
    transition-duration: 0.2s;
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
    transition-property: background; }
    .oc-guess-the-score__action button:hover {
      background-color: rgb(60, 60, 64); }

.oc-guess-the-score__block {
  color: rgba(255, 255, 255, 0.54);
  background: rgba(0, 0, 0, 0.12);
  padding: 24px;
  font-size: 18px;
  text-align: center; }

.oc-guess-the-score__average {
  font-size: 18px;
  margin-top: 16px;
  color: rgba(255, 255, 255, 0.7); }
  .oc-guess-the-score__average span {
    text-transform: capitalize; }
    .oc-guess-the-score__average span.is-weak {
      color: rgb(128, 176, 106); }
    .oc-guess-the-score__average span.is-fair {
      color: rgb(74, 161, 206); }
    .oc-guess-the-score__average span.is-strong {
      color: rgb(158, 0, 180); }
    .oc-guess-the-score__average span.is-mighty {
      color: rgb(252, 67, 10); }
    .oc-guess-the-score__average span.is-personal.is-personal .self {
      color: rgb(120, 120, 128); }

.oc-guess-the-score__success {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .oc-guess-the-score__success > div {
    text-align: center;
    margin-right: 8px; }
    .oc-guess-the-score__success > div .fa {
      color: rgb(0, 174, 255);
      font-size: 27px; }
  .oc-guess-the-score__success p {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin: 0;
    display: block;
    font-size: 18px;
    color: white; }

.oc-guess-the-score rzslider .rz-pointer {
  outline: none;
  background: rgb(108, 108, 115); }

.oc-guess-the-score rzslider .rz-pointer:after,
.oc-guess-the-score rzslider .rz-pointer.rz-active:after {
  background: rgba(255, 255, 255, 0.7); }

.oc-guess-the-score rzslider .rz-bar,
.oc-guess-the-score rzslider .rz-bar.rz-selection {
  background: transparent; }

.oc-guess-the-score rzslider .rz-bubble {
  color: white; }

.oc-guess-the-score rzslider .rz-bubble.rz-limit {
  color: rgba(255, 255, 255, 0.7); }

.oc-guess-the-score.is-weak .rz-pointer {
  background: rgb(128, 176, 106); }

.oc-guess-the-score.is-fair .rz-pointer {
  background: rgb(74, 161, 206); }

.oc-guess-the-score.is-strong .rz-pointer {
  background: rgb(158, 0, 180); }

.oc-guess-the-score.is-mighty .rz-pointer {
  background: rgb(252, 67, 10); }

.oc-guess-the-score.is-personal.is-personal .rz-pointer {
  background: rgb(120, 120, 128); }

.oc-guess-the-score .oc-graph-distribution__graph-container {
  height: 144px;
  margin-top: 24px;
  margin-bottom: 20px; }
  .oc-guess-the-score .oc-graph-distribution__graph-container > div {
    min-height: 2px; }
  .oc-guess-the-score .oc-graph-distribution__graph-container .oc-graph-distribution__bar {
    min-height: 2px; }
    .oc-guess-the-score .oc-graph-distribution__graph-container .oc-graph-distribution__bar.is-weak {
      background: rgb(128, 176, 106); }
    .oc-guess-the-score .oc-graph-distribution__graph-container .oc-graph-distribution__bar.is-fair {
      background: rgb(74, 161, 206); }
    .oc-guess-the-score .oc-graph-distribution__graph-container .oc-graph-distribution__bar.is-strong {
      background: rgb(158, 0, 180); }
    .oc-guess-the-score .oc-graph-distribution__graph-container .oc-graph-distribution__bar.is-mighty {
      background: rgb(252, 67, 10); }
    .oc-guess-the-score .oc-graph-distribution__graph-container .oc-graph-distribution__bar.is-personal.is-personal .self {
      background: rgb(120, 120, 128); }
    .oc-guess-the-score .oc-graph-distribution__graph-container .oc-graph-distribution__bar .oc-graph-distribution__tip {
      display: block;
      background: transparent;
      box-shadow: none;
      top: auto;
      font-size: 10px;
      bottom: -20px;
      padding: 0; }
      .oc-guess-the-score .oc-graph-distribution__graph-container .oc-graph-distribution__bar .oc-graph-distribution__tip:after {
        display: none; }

.oc-game-summary-media-submission {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding-top: 24px; }
  .oc-game-summary-media-submission:first-child {
    border: 0;
    padding-top: 0; }
  .oc-game-summary-media-submission__content {
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 16px; }
  .oc-game-summary-media-submission__error {
    margin-top: 8px; }
  .oc-game-summary-media-submission__success {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .oc-game-summary-media-submission__success > div {
      text-align: center;
      margin-right: 8px; }
      .oc-game-summary-media-submission__success > div .fa {
        color: rgb(0, 174, 255);
        font-size: 48px; }
    .oc-game-summary-media-submission__success p {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      margin: 0;
      margin-bottom: 8px;
      color: rgba(255, 255, 255, 0.7); }
      .oc-game-summary-media-submission__success p span {
        display: block;
        margin-bottom: 4px;
        font-size: 18px;
        color: white; }
  .oc-game-summary-media-submission__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .oc-game-summary-media-submission__actions input {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      margin-right: 4px;
      background: transparent;
      border: 0;
      border-bottom: 1px solid rgb(0, 174, 255);
      outline: 0;
      color: white;
      font-size: 16px;
      line-height: 24px;
      padding: 2px 2px 1px 2px;
      color: rgba(255, 255, 255, 0.7); }
    .oc-game-summary-media-submission__actions button {
      background: transparent;
      padding: 6px;
      text-transform: uppercase;
      border-radius: 3px;
      color: rgba(255, 255, 255, 0.7);
      display: inline-block;
      margin-left: 4px;
      position: relative;
      border: 0;
      cursor: pointer;
      outline: none;
      transition-delay: 0s;
      transition-duration: 0.2s;
      transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
      transition-property: background; }
      .oc-game-summary-media-submission__actions button:hover {
        background-color: rgb(60, 60, 64); }
      .oc-game-summary-media-submission__actions button .fa {
        vertical-align: middle;
        color: rgb(0, 174, 255);
        margin-right: 4px;
        font-size: 16px; }

.oc-media-summary {
  position: relative;
  margin-bottom: 24px; }
  .oc-media-summary:last-child {
    margin-bottom: 0; }
  .oc-media-summary .oc-youtube-banner {
    padding: 0;
    position: inherit; }
    .oc-media-summary .oc-youtube-banner .fa {
      position: relative;
      top: auto;
      left: auto;
      -webkit-transform: none;
              transform: none;
      font-size: 48px;
      text-shadow: none; }
  .oc-media-summary__icon {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    color: rgba(255, 255, 255, 0.7) !important;
    font-size: 48px !important; }
  .oc-media-summary__header {
    color: white;
    padding: 4px 0 0 64px; }
  .oc-media-summary__subheader {
    color: rgba(255, 255, 255, 0.7);
    padding: 4px 0 0 64px; }

.oc-score-summary {
  background-color: rgb(36, 36, 38);
  margin: 0 4px 0 4px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }
  .oc-score-summary__ad-container {
    margin-top: 32px;
    text-align: center; }
  .oc-score-summary--no-reviews .oc-score-summary__title {
    margin-left: 0; }
  .oc-score-summary__header {
    position: relative;
    height: 96px;
    background-color: #fc430a;
    padding: 16px;
    color: white;
    line-height: 64px;
    font-size: 32px;
    text-align: center; }
    .oc-score-summary__header span {
      background-color: rgba(48, 48, 51, .7);
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      display: block;
      padding: 16px; }
  .oc-score-summary__tier {
    position: relative; }
    .oc-score-summary__tier:last-child {
      margin-bottom: 0; }
    .oc-score-summary__tier .oc-divider {
      margin-top: 16px;
      margin-bottom: 8px; }
  .oc-score-summary__title {
    font-size: 24px;
    text-transform: capitalize;
    margin: 0 -16px 16px -16px;
    padding-left: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
    .oc-score-summary__title img {
      width: 80px;
      margin-right: 8px; }
    .oc-score-summary__title > div > div {
      margin-top: 8px;
      font-size: 16px;
      color: rgba(255, 255, 255, 0.54); }
    .oc-score-summary__title.is-unscored {
      padding-left: 104px; }
  .oc-score-summary__count {
    font-size: 24px;
    line-height: 40px;
    width: 40px;
    text-align: center;
    position: absolute;
    text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3), 1px -1px 0 rgba(0, 0, 0, 0.3), -1px 1px 0 rgba(0, 0, 0, 0.3), 1px 1px 0 rgba(0, 0, 0, 0.3); }
  .oc-score-summary__content {
    padding: 16px 16px 0 16px; }
  .oc-score-summary__outlet {
    display: inline-block;
    border-radius: 100%;
    height: 32px;
    width: 32px;
    background-position: center;
    background-size: cover;
    margin: 0 8px 8px 0;
    cursor: pointer; }

.oc-component-game-summary .oc-grid__cell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.oc-summary-column {
  background-color: rgb(36, 36, 38);
  margin: 0 4px 0 4px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .oc-summary-column--guess-the-score .oc-summary-column__header {
    position: relative;
    height: 96px;
    background-color: #33c1fc; }
    .oc-summary-column--guess-the-score .oc-summary-column__header span {
      background-color: rgba(48, 48, 51, .7);
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      display: block;
      padding: 16px; }
  .oc-summary-column--reviews .oc-summary-column__header {
    position: relative;
    height: 96px;
    background-color: #4aa1ce; }
    .oc-summary-column--reviews .oc-summary-column__header span {
      background-color: rgba(48, 48, 51, .7);
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      display: block;
      padding: 16px; }
  .oc-summary-column--media .oc-summary-column__header {
    position: relative;
    height: 96px;
    background-color: #80b06a; }
    .oc-summary-column--media .oc-summary-column__header span {
      background-color: rgba(48, 48, 51, .7);
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      display: block;
      padding: 16px; }
  .oc-summary-column--twitch .oc-summary-column__header {
    background-color: #453762; }
    .oc-summary-column--twitch .oc-summary-column__header .fa {
      vertical-align: middle;
      margin-right: 8px; }
  .oc-summary-column__header {
    background-color: rgb(48, 48, 51);
    padding: 16px;
    color: white;
    line-height: 64px;
    font-size: 32px;
    text-align: center; }
  .oc-summary-column__content {
    padding: 16px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
  .oc-summary-column__title {
    color: white;
    font-size: 24px;
    line-height: 40px;
    text-transform: capitalize;
    margin-bottom: 16px; }
  .oc-summary-column__footer {
    background-color: rgb(12, 12, 13);
    padding: 16px;
    text-transform: uppercase;
    text-align: center;
    line-height: 1;
    letter-spacing: .15em; }
    .oc-summary-column__footer a {
      color: white; }

.oc-twitch-summary {
  margin-bottom: 24px; }
  .oc-twitch-summary a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .oc-twitch-summary:last-child {
    margin-bottom: 0; }
  .oc-twitch-summary__image {
    width: 80px;
    margin-right: 8px; }
  .oc-twitch-summary__content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
  .oc-twitch-summary__header {
    color: white;
    margin-bottom: 4px; }
  .oc-twitch-summary__subheader {
    color: rgba(255, 255, 255, 0.7); }

.oc-word-cloud {
  background-color: rgb(36, 36, 38);
  margin: 16px 4px 0 4px;
  transition-delay: 0s;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  transition-property: opacity;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12); }
  .oc-word-cloud__title {
    background-color: rgb(48, 48, 51);
    padding: 16px;
    color: white; }

oc-home oc-ad {
  margin: 16px 0; }

.oc-home__daily {
  margin: 32px 16px 16px 16px;
  background: rgb(36, 36, 38);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12); }
  @media (min-width: 840px) {
    .oc-home__daily {
      margin: 32px 16px 0 16px; } }
  .oc-home__daily a {
    display: block;
    padding: 8px 32px 8px 8px;
    color: rgba(255, 255, 255, 0.7);
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.12); }
    .oc-home__daily a:first-child {
      border: 0; }
    .oc-home__daily a i {
      position: absolute;
      right: 8px;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
    .oc-home__daily a:hover {
      background: rgb(60, 60, 64); }

.oc-home__card-row__title {
  font-size: 20px;
  color: white;
  position: relative;
  padding: 0 16px;
  margin: 32px 0 16px 0;
  line-height: 1em; }
  .oc-home__card-row__title a {
    position: absolute;
    right: 16px;
    padding: 16px 32px;
    color: rgba(255, 255, 255, 0.7);
    border: 1px solid rgb(48, 48, 51);
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    text-decoration: none;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 1em;
    transition-delay: 0s;
    transition-duration: 0.2s;
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
    transition-property: background, color; }
    .oc-home__card-row__title a .fa {
      display: none; }
    @media (max-width: 767px) {
      .oc-home__card-row__title a {
        padding: 8px;
        width: 42px;
        text-align: center; }
        .oc-home__card-row__title a .fa {
          display: inline-block;
          font-size: 24px; }
        .oc-home__card-row__title a span {
          display: none; } }
    .oc-home__card-row__title a:hover {
      color: white;
      background-color: rgb(36, 36, 38); }

@media (min-width: 600px) {
  .oc-home__card-row .flex-gt-xs-33 {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 33%;
            flex: 1 1 33%;
    -webkit-flex: 1 1 33%; } }

.oc-home__upcoming .oc-game-card__score {
  display: none; }

.oc-home__hall-of-fame .oc-game-card__score img {
  display: none; }

@media (min-width: 1280px) {
  .oc-home__daily {
    display: block; } }

.oc-jumbotron {
  position: relative;
  border-bottom: 1px solid rgb(36, 36, 38);
  background-color: rgb(48, 48, 51);
  height: 672px; }
  .oc-jumbotron__mask {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(36, 36, 38, .85);
    z-index: 2; }
  .oc-jumbotron__background {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-position: center;
    background-size: cover;
    z-index: 1; }
  .oc-jumbotron__button-container {
    position: absolute;
    z-index: 4;
    bottom: 8px;
    left: 0;
    right: 0;
    text-align: center; }
    .oc-jumbotron__button-container > div {
      margin-left: 32px;
      height: 16px;
      width: 16px;
      border-radius: 100%;
      background-color: rgba(255, 255, 255, 0.7);
      display: inline-block;
      cursor: pointer; }
      .oc-jumbotron__button-container > div:first-child {
        margin-left: 0; }
      .oc-jumbotron__button-container > div.is-active {
        background-color: rgb(252, 67, 10); }
  .oc-jumbotron__inner-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    visibility: hidden;
    opacity: 0;
    padding: 0 8px 0 8px;
    transition-delay: 0s;
    transition-duration: 0.2s;
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
    transition-property: opacity; }
    .oc-jumbotron__inner-wrapper.is-active {
      opacity: 1; }
  .oc-jumbotron__content {
    width: 100%;
    max-width: 1440px;
    color: white;
    position: relative;
    z-index: 3;
    top: 80px;
    margin: 0 auto; }
    .oc-jumbotron__content .oc-divider {
      margin: 16px 0; }
  .oc-jumbotron__content-type {
    color: rgba(255, 255, 255, 0.3);
    text-transform: uppercase;
    letter-spacing: 1em; }
  .oc-jumbotron__title {
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 16px; }
    .oc-jumbotron__title.oc-jumbotron__title--long {
      font-size: 40px; }
  .oc-jumbotron__tag {
    padding: 8px 24px;
    background-color: rgb(252, 67, 10);
    display: inline-block; }
    .oc-jumbotron__tag .fa {
      vertical-align: middle;
      font-size: 20px;
      color: rgba(255, 255, 255, 0.7);
      margin-right: 8px; }
  .oc-jumbotron__supporting-text {
    margin-top: 16px;
    text-transform: uppercase;
    position: relative;
    padding-left: 48px; }
    .oc-jumbotron__supporting-text .fa {
      color: rgba(255, 255, 255, 0.3);
      width: 48px;
      vertical-align: middle;
      position: absolute;
      top: 0;
      left: 0;
      font-size: 20px; }
  .oc-jumbotron__divider {
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    margin: 24px 0;
    /*
        &:after {
            content: "";
            position: absolute;
            left: 0;
            top: -4px;
            height: 4px;
            width: 125px;
            background-color: $color-accent;
        }
        */ }
  .oc-jumbotron__description {
    color: rgba(255, 255, 255, 0.7); }
  .oc-jumbotron__actions {
    margin-top: 16px; }
  .oc-jumbotron__ad {
    position: absolute;
    bottom: 18px;
    right: 16px;
    height: 298px;
    width: 332px;
    background: rgb(36, 36, 38);
    display: block;
    z-index: 20; }
    .oc-jumbotron__ad-close {
      width: 14px;
      height: 14px;
      position: absolute;
      right: 0; }
    .oc-jumbotron__ad oc-ad {
      padding-top: 8px; }
  .oc-jumbotron__button {
    background-color: #202124;
    border: 1px solid #38393c;
    text-transform: uppercase;
    color: white;
    padding: 16px;
    text-align: center;
    display: inline-block;
    box-sizing: border-box;
    margin-left: 8px;
    text-decoration: none;
    transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    outline: none;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12); }
    .oc-jumbotron__button:first-child {
      margin-left: 0; }
    .oc-jumbotron__button:hover, .oc-jumbotron__button:focus {
      background-color: #38393c;
      box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2); }
  .oc-jumbotron__release-platform {
    display: inline-block;
    background-image: url("/assets/css/resources/images/platform-sprite.png");
    background-repeat: no-repeat;
    vertical-align: middle;
    opacity: .3;
    margin: -14px 16px 0 0; }
    .oc-jumbotron__release-platform.oc-platform-6 {
      background-position: -15px -18px;
      width: 26px;
      height: 21px; }
    .oc-jumbotron__release-platform.oc-platform-7 {
      background-position: -18px -74px;
      height: 20px;
      width: 20px; }
    .oc-jumbotron__release-platform.oc-platform-26 {
      background-position: 0 -188px;
      height: 16px;
      width: 56px; }
    .oc-jumbotron__release-platform.oc-platform-27 {
      background-position: -15px -130px;
      height: 21px;
      width: 27px; }
    .oc-jumbotron__release-platform.oc-platform-27 {
      background-position: -15px -130px;
      height: 21px;
      width: 27px; }
    .oc-jumbotron__release-platform.oc-platform-32 {
      background-position: -13px -517px;
      height: 30px;
      width: 30px;
      margin-top: 0; }

@media (min-width: 600px) {
  .oc-jumbotron__inner-wrapper {
    left: 0;
    right: 0; }
  .oc-jumbotron__content {
    padding-right: 16%;
    padding-left: 16px;
    top: 88px; } }

@media (min-width: 840px) {
  .oc-jumbotron__content {
    padding-right: 24%;
    top: 96px; } }

@media (min-width: 960px) {
  .oc-jumbotron__content {
    padding-right: 32%;
    top: 104px; }
    .oc-jumbotron__content .oc-divider {
      margin: 32px 0; }
  .oc-jumbotron__button {
    width: 192px; } }

@media (min-width: 1280px) {
  .oc-jumbotron__content {
    top: 112px; } }

@media (min-width: 1440px) {
  .oc-jumbotron__content {
    top: 120px; } }

.oc-outlet-info__graph-container .oc-graph-distribution__bar.is-weak {
  background: rgb(128, 176, 106); }

.oc-outlet-info__graph-container .oc-graph-distribution__bar.is-fair {
  background: rgb(74, 161, 206); }

.oc-outlet-info__graph-container .oc-graph-distribution__bar.is-strong {
  background: rgb(158, 0, 180); }

.oc-outlet-info__graph-container .oc-graph-distribution__bar.is-mighty {
  background: rgb(252, 67, 10); }

.oc-outlet-info__graph-container .oc-graph-distribution__bar.is-personal.is-personal .self {
  background: rgb(120, 120, 128); }

.oc-outlet-info__graph-container .oc-graph-stacked-distribution__bar.is-weak {
  background: rgb(128, 176, 106); }

.oc-outlet-info__graph-container .oc-graph-stacked-distribution__bar.is-fair {
  background: rgb(74, 161, 206); }

.oc-outlet-info__graph-container .oc-graph-stacked-distribution__bar.is-strong {
  background: rgb(158, 0, 180); }

.oc-outlet-info__graph-container .oc-graph-stacked-distribution__bar.is-mighty {
  background: rgb(252, 67, 10); }

.oc-outlet-info__graph-container .oc-graph-stacked-distribution__bar.is-personal.is-personal .self {
  background: rgb(120, 120, 128); }

.oc-outlet oc-review-card {
  opacity: 1; }

.oc-outlet .oc-review-card__chips {
  top: -24px; }

.oc-outlet .oc-review-card__ribbon {
  top: 32px; }

.oc-outlet .oc-review-card__title {
  display: none; }

.oc-outlet .oc-review-card__author {
  padding-top: 24px; }

.oc-outlet .oc-review-card__sub-title {
  background: transparent;
  border: 0 !important;
  padding: 16px 24px 0 24px; }
  .oc-outlet .oc-review-card__sub-title .fa {
    display: none; }

.oc-outlet .oc-review-card__author {
  padding-top: 8px; }

.oc-outlet .oc-review-card__action a:first-child {
  display: none; }

.oc-outlet .oc-review-card__action a:first-child:last-child {
  display: block; }

.oc-outlet .oc-review-card .oc-game-card--mobile .oc-score-orb {
  display: none; }

.oc-outlet .oc-review-card .oc-game-card--mobile .oc-game-card__meta:nth-child(2), .oc-outlet .oc-review-card .oc-game-card--mobile .oc-game-card__meta:nth-child(3) {
  margin: 0; }

.oc-outlet-info {
  position: relative;
  background-position: center;
  background-size: cover;
  padding: 80px 16px 64px 16px; }
  .oc-outlet-info__mask {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(36, 36, 38, .85); }
  .oc-outlet-info__content-wrapper {
    position: relative;
    z-index: 1;
    width: 100%; }
    .oc-outlet-info__content-wrapper h1 {
      text-transform: uppercase;
      margin-top: 0;
      font-weight: bold;
      letter-spacing: 0.025em;
      font-size: 44px;
      line-height: 40px;
      margin-bottom: 24px;
      color: white;
      position: relative;
      padding-left: 56px; }
  .oc-outlet-info__meta-container {
    line-height: 22px; }
  .oc-outlet-info__meta-data {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-top: 8px; }
    .oc-outlet-info__meta-data:first-child {
      margin-top: 0; }
    .oc-outlet-info__meta-data > div {
      margin-top: 8px;
      vertical-align: middle; }
      .oc-outlet-info__meta-data > div:first-child {
        margin: 0; }
      .oc-outlet-info__meta-data > div .fa {
        margin-right: 8px;
        font-size: 20px;
        color: rgba(255, 255, 255, 0.3);
        vertical-align: middle; }
  .oc-outlet-info__logo {
    width: 48px;
    height: 48px;
    background-size: cover;
    background-position: center;
    border-radius: 100%;
    border: 2px solid rgb(84, 84, 89);
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }

@media (min-width: 600px) {
  .oc-outlet-info__meta-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .oc-outlet-info__meta-data {
    margin-top: 0; } }

@media (min-width: 840px) {
  .oc-outlet-info__content-wrapper {
    width: 60%;
    margin-left: 8%; } }

@media (min-width: 1280px) {
  .oc-outlet-info {
    padding: 96px 32px 64px 32px; }
    .oc-outlet-info__content-wrapper {
      width: 50%;
      margin-left: 16%; } }

@media (min-width: 1440px) {
  .oc-outlet-info {
    padding: 112px 48px 64px 48px; }
    .oc-outlet-info__content-wrapper {
      width: 46%; } }

@media (min-width: 1600px) {
  .oc-outlet-info {
    padding: 128px 64px 64px 64px; }
    .oc-outlet-info__content-wrapper {
      width: 41%; } }

.oc-privacy {
  width: 80%;
  margin: 64px auto 64px auto;
  max-width: 1440px;
  color: rgba(255, 255, 255, 0.7); }

oc-guess-card {
  display: block;
  position: relative; }
  oc-guess-card oc-game-card {
    border: 0; }
  oc-guess-card oc-score-orb {
    z-index: 2; }

.oc-guess-card__guess {
  position: absolute;
  padding: 4px;
  font-size: 10px;
  line-height: 20px;
  color: white;
  background-color: rgb(24, 24, 26);
  border-radius: 100%;
  left: 34px;
  top: -6px;
  width: 28px;
  height: 28px;
  text-align: center;
  z-index: 1; }
  .is-weak .oc-guess-card__guess {
    top: 5px;
    left: 111px; }
  .is-fair .oc-guess-card__guess {
    top: 10px;
    left: 111px; }
  .is-strong .oc-guess-card__guess {
    top: 14px;
    left: 111px; }
  .is-mighty .oc-guess-card__guess {
    top: 17px;
    left: 111px; }

.oc-guess-card__accuracy-container {
  background-color: rgb(60, 60, 64); }

.oc-guess-card__accuracy {
  position: relative;
  background-color: rgb(120, 120, 128);
  height: 8px; }
  .oc-guess-card__accuracy > div {
    background: rgb(36, 36, 38);
    padding: 4px;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: translateX(50%) translateY(-100%);
            transform: translateX(50%) translateY(-100%); }

@media (max-width: 767px) {
  oc-guess-card .oc-game-card__meta:nth-child(2) {
    margin-left: 72px; }
  .oc-guess-card__guess {
    top: calc(50% - 27px);
    left: 34px; }
    .is-weak .oc-guess-card__guess {
      top: calc(50% - 27px);
      left: 34px; }
    .is-fair .oc-guess-card__guess {
      top: calc(50% - 27px);
      left: 34px; }
    .is-strong .oc-guess-card__guess {
      top: calc(50% - 27px);
      left: 34px; }
    .oc-guess-card__guess .is-mighty {
      top: calc(50% - 27px);
      left: 34px; } }

oc-component-profile {
  display: block;
  margin-top: 64px; }
  oc-component-profile .oc-component-profile__header {
    background-color: rgb(60, 60, 64);
    margin-bottom: 24px; }
    oc-component-profile .oc-component-profile__header > div {
      padding: 16px; }
  oc-component-profile .oc-component-profile__sidebar {
    padding: 16px; }
  oc-component-profile .oc-component-profile__content {
    padding: 16px; }
  oc-component-profile .oc-component-profile__username {
    font-size: 24px;
    color: white; }
    oc-component-profile .oc-component-profile__username a {
      display: block;
      color: rgb(0, 174, 255);
      font-size: 14px;
      margin-top: 8px; }
  oc-component-profile .oc-section {
    margin: 8px 0;
    padding: 0 16px; }
    oc-component-profile .oc-section .oc-section__label {
      font-size: 24px; }
  oc-component-profile .oc-stat {
    text-align: center;
    padding: 0 8px; }
    oc-component-profile .oc-stat:first-child {
      padding-left: 0; }
    oc-component-profile .oc-stat:last-child {
      padding-right: 0; }
    oc-component-profile .oc-stat__stat {
      font-size: 24px;
      margin-bottom: 8px;
      color: white; }
    oc-component-profile .oc-stat__label {
      text-transform: uppercase; }

oc-card {
  display: block;
  background-color: rgb(60, 60, 64);
  padding: 16px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12); }

*[oc-layout],
*[oc-layout="row"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }

*[oc-layout="column"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

*[oc-content] {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto; }

*[oc-flex],
*[oc-flex="100"] {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%; }

*[oc-flex="50"] {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%; }

*[oc-flex="33"] {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 33%;
          flex: 1 1 33%; }

*[oc-flex="25"] {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 25%;
          flex: 1 1 25%; }

*[oc-flex="20"] {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 20%;
          flex: 1 1 20%; }

*[oc-align="center"] {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.oc-terms-of-use {
  width: 80%;
  margin: 64px auto 64px auto;
  max-width: 1440px;
  color: rgba(255, 255, 255, 0.7); }

.oc-login-modal .oc-modal__wrapper {
  width: 90%; }

.oc-login-modal .oc-modal__content {
  padding: 8px 16px 24px 16px; }

.oc-login-modal__title {
  text-align: center;
  font-size: 32px; }

.oc-login-modal__email-list {
  text-align: center;
  margin-bottom: 16px; }
  .oc-login-modal__email-list a {
    color: rgba(255, 255, 255, 0.54); }
  .oc-login-modal__email-list a > i {
    color: #fc430a; }

.oc-login-modal__source {
  padding: 16px;
  border: 0;
  color: white;
  cursor: pointer;
  display: block;
  width: 100%;
  outline: none;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12); }
  .oc-login-modal__source .fa {
    vertical-align: middle;
    font-size: 16px; }
  .oc-login-modal__source--steam {
    background-color: rgb(36, 36, 38); }
  .oc-login-modal__source--twitch {
    background-color: #6441A5; }
  .oc-login-modal__source--facebook {
    background-color: #3b5998; }
  .oc-login-modal__source--google {
    background-color: #db4437; }

.oc-login-modal__disclaimer {
  color: rgba(255, 255, 255, 0.54);
  text-align: center; }

.oc-login-modal__source-divider {
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
  position: relative;
  margin: 24px 0 8px 0; }
  .oc-login-modal__source-divider:before, .oc-login-modal__source-divider:after {
    content: '';
    height: 1px;
    width: 40%;
    background: rgba(255, 255, 255, 0.12);
    position: absolute;
    top: 50%; }
  .oc-login-modal__source-divider:before {
    left: 0; }
  .oc-login-modal__source-divider:after {
    right: 0; }

@media (min-width: 840px) {
  .oc-login-modal .oc-modal__wrapper {
    width: 528px; } }

.oc-outlet-item {
  position: relative;
  background-color: rgb(36, 36, 38);
  cursor: pointer;
  padding: 16px;
  margin: 0 4px 24px 4px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12); }
  .oc-outlet-item img {
    border-radius: 100%;
    width: 32px;
    height: 32px;
    vertical-align: middle;
    margin-right: 8px; }
  .oc-outlet-item__check {
    vertical-align: middle;
    position: absolute;
    top: 32px;
    right: 16px;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px); }
    .oc-outlet-item__check > span {
      color: rgb(0, 174, 255);
      position: relative;
      display: inline-block;
      width: 20px;
      height: 20px;
      border: 2px solid rgba(255, 255, 255, 0.12);
      border-radius: 0;
      overflow: hidden;
      z-index: 1;
      position: relative; }
      .oc-outlet-item__check > span:before {
        position: absolute;
        content: "";
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
        display: block;
        margin-top: -4px;
        margin-left: 6px;
        width: 0;
        height: 0;
        color: rgb(0, 174, 255);
        box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0 inset;
        -webkit-animation: oc-checkbox-off 0.3s forwards;
                animation: oc-checkbox-off 0.3s forwards; }
    .oc-outlet-item__check.is-active > span {
      border-color: rgb(0, 174, 255); }
    .oc-outlet-item__check.is-active > span:before {
      color: rgb(0, 174, 255);
      box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
      -webkit-animation: oc-checkbox-on 0.3s forwards;
              animation: oc-checkbox-on 0.3s forwards; }

@-webkit-keyframes oc-checkbox-on {
  0% {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px; }
  50% {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px 2px 0 11px; }
  100% {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px; } }

@keyframes oc-checkbox-on {
  0% {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px; }
  50% {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px 2px 0 11px; }
  100% {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px; } }

@-webkit-keyframes oc-checkbox-off {
  0% {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px, 0 0 0 0 inset; }
  25% {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px, 0 0 0 0 inset; }
  50% {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    margin-top: -4px;
    margin-left: 6px;
    width: 0;
    height: 0;
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px, 0 0 0 0 inset; }
  51% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    margin-top: -2px;
    margin-left: -2px;
    width: 20px;
    height: 20px;
    box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0px 0 0 10px inset; }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    margin-top: -2px;
    margin-left: -2px;
    width: 20px;
    height: 20px;
    box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0px 0 0 0 inset; } }

@keyframes oc-checkbox-off {
  0% {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px, 0 0 0 0 inset; }
  25% {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px, 0 0 0 0 inset; }
  50% {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    margin-top: -4px;
    margin-left: 6px;
    width: 0;
    height: 0;
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px, 0 0 0 0 inset; }
  51% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    margin-top: -2px;
    margin-left: -2px;
    width: 20px;
    height: 20px;
    box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0px 0 0 10px inset; }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    margin-top: -2px;
    margin-left: -2px;
    width: 20px;
    height: 20px;
    box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0px 0 0 0 inset; } }

.oc-outlet-manager {
  margin: 0 32px 16px 32px; }
  .oc-outlet-manager__jumbotron {
    background-image: url(http://c.opencritic.com/images/misc/collage_full.jpg);
    background-position: center;
    background-size: cover;
    position: relative;
    height: 224px;
    margin: 0 -32px 32px -32px; }
    .oc-outlet-manager__jumbotron > div {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: rgba(36, 36, 38, .85); }
  .oc-outlet-manager__actions {
    margin: 0 0 64px 0;
    max-width: 640px; }
    .oc-outlet-manager__actions input {
      margin-right: 4px;
      background: transparent;
      border: 0;
      border-bottom: 1px solid rgb(0, 174, 255);
      outline: 0;
      font-size: 16px;
      line-height: 24px;
      padding: 2px 2px 1px 2px;
      color: rgba(255, 255, 255, 0.7);
      width: 100%; }
  .oc-outlet-manager__public {
    margin-top: 8px;
    cursor: pointer; }
    .oc-outlet-manager__public i {
      color: rgb(0, 174, 255);
      font-size: 24px;
      vertical-align: middle;
      width: 21px;
      text-align: left; }
  .oc-outlet-manager__user-save {
    margin-top: 8px;
    text-align: right; }
  .oc-outlet-manager .oc-header {
    margin-bottom: 16px; }
    .oc-outlet-manager .oc-header__subtitle {
      font-size: 14px;
      color: rgba(255, 255, 255, 0.7); }
    .oc-outlet-manager .oc-header .btn {
      padding: 16px 32px;
      color: rgba(255, 255, 255, 0.7);
      border: 1px solid rgb(48, 48, 51);
      text-decoration: none;
      font-size: 14px;
      text-transform: uppercase;
      line-height: 1em;
      height: auto;
      transition-delay: 0s;
      transition-duration: 0.2s;
      transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
      transition-property: background, color; }
      .oc-outlet-manager .oc-header .btn:hover {
        color: white;
        background-color: rgb(36, 36, 38); }
