html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

body {
  font-family: "Roboto", Arial;
  background: url(../assets/background.png); }

.main {
  margin: 20px auto;
  padding: 110px 20px 0;
  transition: 0.3s; }

.page-main {
  display: flex;
  flex-direction: row;
  max-width: 1320px;
  margin: 0 auto; }
  @media screen and (max-width: 950px) {
    .page-main {
      flex-direction: column; } }
  .page-main .post-container {
    display: flex;
    flex-direction: column;
    margin-right: 20px;
    line-height: 1.6;
    overflow: hidden;
    position: relative; }
    @media screen and (max-width: 950px) {
      .page-main .post-container {
        margin-right: 0px; } }
    .page-main .post-container .post-banner {
      height: 300px;
      overflow: hidden;
      border-radius: 5px 5px 0px 0px;
      overflow: hidden;
      background: #FFF; }
      @media screen and (max-width: 600px) {
        .page-main .post-container .post-banner {
          height: 200px; } }
      .page-main .post-container .post-banner .post-banner-image {
        width: calc(100% + 4px);
        height: calc(100% + 4px);
        margin-top: -2px;
        margin-left: -2px;
        opacity: 0.5;
        object-fit: cover;
        background-repeat: no-repeat;
        background-position: center center;
        filter: grayscale(100%) brightness(70%) contrast(120%) blur(2px); }
      .page-main .post-container .post-banner::after {
        content: '';
        width: 100%;
        height: 300px;
        border-radius: 5px 5px 0px 0px;
        overflow: hidden;
        position: absolute;
        top: 0;
        left: 0;
        background: linear-gradient(to right, #c9524b, #360940);
        mix-blend-mode: screen; }
        @media screen and (max-width: 600px) {
          .page-main .post-container .post-banner::after {
            height: 200px; } }
    .page-main .post-container .post-title {
      font-size: 2em;
      text-transform: uppercase;
      text-shadow: 0 0 18px rgba(0, 0, 0, 0.25);
      color: white;
      height: 200px;
      font-family: 'Bungee';
      width: calc(100% - 100px);
      text-align: center;
      padding: 50px;
      display: flex;
      justify-content: center;
      align-items: center;
      position: absolute;
      top: 0;
      left: 0; }
      @media screen and (max-width: 600px) {
        .page-main .post-container .post-title {
          height: 150px;
          width: calc(100% - 50px);
          text-align: center;
          padding: 25px;
          font-size: 1.75em; } }
      @media screen and (max-width: 400px) {
        .page-main .post-container .post-title {
          font-size: 1.4em; } }
      @media screen and (max-width: 300px) {
        .page-main .post-container .post-title {
          font-size: 1.2em; } }
      .page-main .post-container .post-title .post-title-text {
        max-width: 520px; }
    .page-main .post-container .post-details {
      display: flex;
      justify-content: space-between;
      padding: 50px;
      padding-top: 10px;
      padding-bottom: 20px;
      background: #FFF; }
      @media screen and (max-width: 600px) {
        .page-main .post-container .post-details {
          flex-direction: column;
          padding: 20px;
          padding-top: 10px;
          padding-bottom: 10px;
          font-size: 0.95em; } }
    .page-main .post-container .post-sponsor {
      width: 100%;
      font-size: 0.8em;
      display: flex;
      align-items: center;
      justify-content: flex-start;
      padding: 0px 50px;
      background: #FFF; }
      .page-main .post-container .post-sponsor span {
        margin-right: 10px; }
      @media screen and (max-width: 600px) {
        .page-main .post-container .post-sponsor {
          padding: 0px 20px; } }
    .page-main .post-container .post-content {
      padding: 50px;
      padding-top: 0px;
      margin-bottom: 20px;
      border-radius: 0px 0px 5px 5px;
      box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
      background: #FFF; }
      @media screen and (max-width: 600px) {
        .page-main .post-container .post-content {
          padding: 20px;
          padding-top: 0px;
          font-size: 0.95em; } }
      .page-main .post-container .post-content p {
        padding-top: 10px; }
      .page-main .post-container .post-content ul {
        list-style: unset;
        padding-left: 20px; }
        .page-main .post-container .post-content ul > li {
          list-style-position: outside; }
      .page-main .post-container .post-content li ul {
        list-style-type: square;
        padding-left: 60px; }
      .page-main .post-container .post-content .interview-question,
      .page-main .post-container .post-content .subheading,
      .page-main .post-container .post-content .bold {
        font-weight: bold; }
      .page-main .post-container .post-content .subheading {
        font-family: 'Alegreya Sans SC';
        font-size: 1.4em;
        display: flex;
        align-items: center; }
        .page-main .post-container .post-content .subheading .logo {
          padding-right: 8px; }
      .page-main .post-container .post-content .quote {
        font-style: italic;
        margin-left: 35px;
        font-size: 0.9em; }
      .page-main .post-container .post-content iframe.omnyfm {
        padding-top: 10px; }
      .page-main .post-container .post-content .media {
        padding-top: 10px;
        font-style: italic;
        font-size: 0.9em;
        width: 100%;
        display: flex;
        text-align: center;
        flex-direction: column;
        align-items: center; }
        .page-main .post-container .post-content .media img, .page-main .post-container .post-content .media .iframe-cont {
          max-width: 100%;
          height: auto;
          max-height: 360px;
          position: relative; }
        .page-main .post-container .post-content .media iframe {
          height: 100%;
          width: 100%;
          position: absolute;
          top: 0px;
          left: 0px; }
        @media screen and (min-width: 768px) {
          .page-main .post-container .post-content .media .iframe-cont.youtube {
            height: 360px;
            width: 640px; } }
        .page-main .post-container .post-content .media .tweet {
          width: 100%; }
          .page-main .post-container .post-content .media .tweet .twitter-tweet {
            margin: 10px auto; }
        .page-main .post-container .post-content .media .carousel {
          width: 100%; }
          .page-main .post-container .post-content .media .carousel .slides .slick-slide {
            display: flex !important;
            justify-content: center;
            align-items: center;
            outline: 0 !important;
            font-size: 40px; }
          .page-main .post-container .post-content .media .carousel .slides .slick-prev:before, .page-main .post-container .post-content .media .carousel .slides .slick-next:before {
            color: red !important; }
          .page-main .post-container .post-content .media .carousel .slides[data-builtin=true] {
            display: flex;
            align-items: center; }
          .page-main .post-container .post-content .media .carousel .pagination__button {
            cursor: pointer;
            font-style: normal;
            display: flex;
            justify-content: center;
            align-items: center;
            width: 40px;
            height: 40px;
            margin: 4px;
            display: flex;
            background: #EEE;
            border-radius: 5px;
            box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
            line-height: 1.6;
            transition: 0.15s;
            position: relative;
            overflow: hidden;
            font-weight: bold;
            font-size: 1.2em; }
            .page-main .post-container .post-content .media .carousel .pagination__button:hover {
              box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
              margin-top: 6px;
              margin-bottom: 2px; }
            .page-main .post-container .post-content .media .carousel .pagination__button.pagination__button_nocap {
              flex-shrink: 0;
              width: 20px; }
            .page-main .post-container .post-content .media .carousel .pagination__button.slick-disabled {
              cursor: not-allowed;
              background: #ccc;
              color: #fff; }
          .page-main .post-container .post-content .media .carousel .controls {
            display: flex;
            width: 100%; }
            .page-main .post-container .post-content .media .carousel .controls .captions {
              flex: 1;
              max-width: calc(100% - 100px);
              padding: 10px;
              margin-top: 2px; }
              .page-main .post-container .post-content .media .carousel .controls .captions .caption {
                outline: 0 !important; }
            .page-main .post-container .post-content .media .carousel .controls .pagination {
              display: flex;
              margin-top: 2px; }
      .page-main .post-container .post-content .teamlist {
        margin-left: 35px;
        font-size: 0.9em; }
      .page-main .post-container .post-content .post-footer {
        padding-top: 10px;
        font-style: italic; }
      .page-main .post-container .post-content .converted-time {
        border-bottom: 1px dotted black;
        cursor: help; }
  .page-main .post-related {
    width: 250px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    text-align: center; }
    @media screen and (max-width: 950px) {
      .page-main .post-related {
        flex-direction: row;
        justify-content: space-around;
        flex-wrap: wrap;
        width: 100%; }
        .page-main .post-related .post-image {
          height: 125px !important; } }
    @media screen and (max-width: 600px) {
      .page-main .post-related {
        padding-left: 15px;
        padding-right: 15px;
        width: calc(100% - 30px); } }
    .page-main .post-related h1 {
      margin-bottom: 6px;
      font-weight: bold;
      font-size: 1.2em; }
      @media screen and (max-width: 950px) {
        .page-main .post-related h1 {
          display: none; } }
    .page-main .post-related a {
      text-decoration: none;
      color: black; }
      @media screen and (max-width: 400px) {
        .page-main .post-related a {
          width: 100%; } }
      .page-main .post-related a .post {
        display: flex;
        flex-direction: column;
        margin-bottom: 20px;
        padding: 10px;
        background: #FFF;
        border-radius: 5px;
        box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
        line-height: 1.6;
        transition: 0.15s;
        font-size: 0.95em;
        line-height: 1.3em; }
        .page-main .post-related a .post:hover {
          box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
          margin-top: 2px;
          margin-bottom: 18px; }
        @media screen and (max-width: 950px) {
          .page-main .post-related a .post {
            width: 250px;
            margin-left: 10px;
            margin-right: 10px;
            margin-bottom: 10px; }
            .page-main .post-related a .post:hover {
              box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
              margin-top: 2px;
              margin-bottom: 8px; } }
        @media screen and (max-width: 400px) {
          .page-main .post-related a .post {
            width: calc(100% - 40px); } }
        .page-main .post-related a .post .post-image {
          flex-shrink: 0;
          width: 100%;
          height: 115px;
          margin-bottom: 8px; }
      .page-main .post-related a .plug-post,
      .page-main .post-related a .sponsor-post {
        margin-bottom: 20px;
        padding: 0;
        overflow: hidden;
        margin-left: 0;
        margin-right: 0;
        width: 100%;
        position: relative; }
        .page-main .post-related a .plug-post .post-image,
        .page-main .post-related a .sponsor-post .post-image {
          margin: 0; }
        .page-main .post-related a .plug-post .plug-image,
        .page-main .post-related a .plug-post .sponsor-image,
        .page-main .post-related a .sponsor-post .plug-image,
        .page-main .post-related a .sponsor-post .sponsor-image {
          display: block; }
          @media screen and (max-width: 950px) {
            .page-main .post-related a .plug-post .plug-image,
            .page-main .post-related a .plug-post .sponsor-image,
            .page-main .post-related a .sponsor-post .plug-image,
            .page-main .post-related a .sponsor-post .sponsor-image {
              display: none; } }
        .page-main .post-related a .plug-post .plug-image-wide,
        .page-main .post-related a .plug-post .sponsor-image-wide,
        .page-main .post-related a .sponsor-post .plug-image-wide,
        .page-main .post-related a .sponsor-post .sponsor-image-wide {
          display: none; }
          @media screen and (max-width: 950px) {
            .page-main .post-related a .plug-post .plug-image-wide,
            .page-main .post-related a .plug-post .sponsor-image-wide,
            .page-main .post-related a .sponsor-post .plug-image-wide,
            .page-main .post-related a .sponsor-post .sponsor-image-wide {
              display: block; } }
        .page-main .post-related a .plug-post .undertext,
        .page-main .post-related a .sponsor-post .undertext {
          position: absolute;
          width: 100%;
          height: 100%;
          text-align: center;
          display: flex;
          align-items: center;
          justify-content: center;
          top: 0;
          left: 0;
          color: black;
          z-index: -1; }
        @media screen and (max-width: 950px) {
          .page-main .post-related a .plug-post,
          .page-main .post-related a .sponsor-post {
            width: 100%;
            margin: 0 auto;
            margin-bottom: 10px;
            width: 100%; }
            .page-main .post-related a .plug-post:hover,
            .page-main .post-related a .sponsor-post:hover {
              margin-top: 2px;
              margin-bottom: 8px; } }
      @media screen and (max-width: 950px) {
        .page-main .post-related a.plug-link, .page-main .post-related a.sponsor-link {
          width: 100%; } }
      .page-main .post-related a.post-link-hidden {
        display: none; }

.logoheadline {
  display: flex;
  align-items: center;
  font-size: 1.2em;
  font-weight: 600;
  margin-top: 1.5em; }
  .logoheadline img {
    margin-right: 8px; }
  .logoheadline.notbold {
    font-weight: normal;
    font-size: 1em; }
  .logoheadline .logo-opinion {
    border-radius: 40px;
    height: 80px;
    width: 80px; }

.tier-list-inactive {
  display: none; }

.tier-list-controller {
  display: flex;
  align-items: center;
  justify-content: space-around; }
  .tier-list-controller .tier-list-button {
    height: 40px;
    max-width: 200px;
    color: #222222;
    width: 100%;
    margin: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
    opacity: 0.6;
    transition: 0.4s;
    box-shadow: 0 3px 0 rgba(0, 0, 0, 0.3); }
    .tier-list-controller .tier-list-button:hover, .tier-list-controller .tier-list-button.tier-list-button-active {
      opacity: 1;
      box-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
      margin-top: 12px;
      margin-bottom: 8px; }
    .tier-list-controller .tier-list-button.tier-list-button-blue {
      background: #7f91d3; }
    .tier-list-controller .tier-list-button.tier-list-button-red {
      background: #d37e7e; }
    .tier-list-controller .tier-list-button.tier-list-button-green {
      background: #89d37f; }
    .tier-list-controller .tier-list-button.tier-list-button-orange {
      background: #d3ae7f; }
    .tier-list-controller .tier-list-button.tier-list-button-purple {
      background: #ae82d0; }
    .tier-list-controller .tier-list-button.tier-list-button-yellow {
      background: #d3cc7f; }

.tier-title-cont {
  background: url("/assets/tier/tier-line.png");
  width: calc(100% - 40px);
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  margin-top: 10px;
  background-size: 100% 100% !important; }
  .tier-list-red .tier-title-cont {
    background: url("/assets/tier/tier-line-red.png"); }
  .tier-list-blue .tier-title-cont {
    background: url("/assets/tier/tier-line-blue.png"); }
  .tier-list-orange .tier-title-cont {
    background: url("/assets/tier/tier-line-orange.png"); }
  .tier-list-green .tier-title-cont {
    background: url("/assets/tier/tier-line-green.png"); }
  .tier-list-purple .tier-title-cont {
    background: url("/assets/tier/tier-line-purple.png"); }
  .tier-list-yellow .tier-title-cont {
    background: url("/assets/tier/tier-line-yellow.png"); }
  .tier-title-cont .tier-title {
    color: #222222;
    background: white;
    padding-left: 20px;
    padding-right: 20px;
    font-family: 'Bowlby One SC', cursive;
    font-size: 26px;
    height: 20px;
    display: flex;
    align-items: center; }

.tier-cont {
  display: flex;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap; }
  .tier-cont .tier-team-wrapper {
    height: 120px;
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #222;
    border-radius: 10px;
    flex-direction: column;
    margin: 10px;
    position: relative;
    overflow: hidden; }
    .tier-cont .tier-team-wrapper.empty {
      opacity: 0; }
    .tier-cont .tier-team-wrapper .tier-team-bg {
      opacity: 0.25;
      position: absolute;
      top: -10px;
      left: 0;
      width: 100%;
      height: calc(100% + 20px);
      background-size: cover;
      background-position: center; }
    .tier-cont .tier-team-wrapper .logo {
      z-index: 1; }
    .tier-cont .tier-team-wrapper .tier-team-name {
      z-index: 1; }
    .tier-cont .tier-team-wrapper .tier-change {
      position: absolute;
      top: 2px;
      right: 2px;
      height: 20px;
      width: 20px;
      color: white;
      border-radius: 10px;
      display: flex;
      align-items: center;
      justify-content: center;
      z-index: 2; }
      .tier-cont .tier-team-wrapper .tier-change .fas {
        margin-left: 1px; }
    .tier-cont .tier-team-wrapper .tier-league {
      position: absolute;
      top: 2px;
      left: 2px;
      height: 20px;
      width: 20px;
      display: flex;
      align-items: center;
      justify-content: center;
      z-index: 2; }
      .tier-cont .tier-team-wrapper .tier-league img {
        height: 20px;
        width: 20px;
        cursor: help; }
    .tier-cont .tier-team-wrapper .tier-change-up {
      background: #19c459; }
    .tier-cont .tier-team-wrapper .tier-change-down {
      background: #ff492d; }
    .tier-cont .tier-team-wrapper .tier-change-debut {
      background: #d8d833;
      font-size: 0.7em; }

.post-feature {
  height: 300px;
  color: white;
  margin: 0 auto;
  padding: 0px;
  max-width: 1060px;
  border-radius: 5px;
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
  transition: 0.15s;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  margin-bottom: 20px;
  text-align: center; }
  .post-feature:hover {
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 18px;
    margin-top: 2px; }
  @media screen and (max-width: 768px) {
    .post-feature {
      box-shadow: none;
      border-radius: 0px;
      margin: 0px;
      height: 220px; }
      .post-feature:hover {
        box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
        margin: 0px; }
      .post-feature .post-title {
        font-size: 1.8em !important; }
      .post-feature .slick-dots {
        bottom: 10px !important; } }
  .post-feature .carousel {
    height: 100%; }
    .post-feature .carousel .feature-slides {
      height: 100%; }
      .post-feature .carousel .feature-slides .slick-list {
        padding: 0px;
        height: 100%; }
        .post-feature .carousel .feature-slides .slick-list .slick-track {
          height: 100%; }
          .post-feature .carousel .feature-slides .slick-list .slick-track .slick-slide {
            height: 100%;
            background-size: cover;
            background-position: center center; }
            .post-feature .carousel .feature-slides .slick-list .slick-track .slick-slide .feature-link {
              height: calc(100% - 40px);
              display: flex;
              align-items: center;
              justify-content: center;
              padding: 20px 50px;
              line-height: 1.2;
              flex-direction: column;
              background: rgba(50, 50, 50, 0.5);
              text-shadow: 2px 2px #323232;
              color: white;
              text-decoration: none; }
              .post-feature .carousel .feature-slides .slick-list .slick-track .slick-slide .feature-link .post-title {
                font-size: 2.5em; }
      .post-feature .carousel .feature-slides .slick-dots {
        bottom: 15px; }
        .post-feature .carousel .feature-slides .slick-dots li button:before {
          color: white; }
        .post-feature .carousel .feature-slides .slick-dots li.slick-active button:before {
          color: white; }

.rankings {
  width: 100%;
  margin-top: 16px;
  margin-bottom: 16px; }
  .rankings .headers {
    font-weight: bold;
    background: #d9d9d9 !important; }
  .rankings tr:nth-child(even) {
    background: #EEE; }
  .rankings tr td {
    vertical-align: middle;
    height: 100%;
    padding-top: 3px;
    padding-bottom: 3px; }
  .rankings tr .right {
    text-align: right; }
  .rankings tr .left {
    text-align: left; }
  .rankings tr .middle {
    text-align: center; }
  .rankings tr .tiny {
    width: 25px; }
  .rankings tr .flex {
    display: flex;
    align-items: center; }
    .rankings tr .flex * {
      padding-left: 4px;
      padding-right: 4px; }
  .rankings tr .fas.fa-arrow-down {
    color: #F7977A; }
  .rankings tr .fas.fa-arrow-up {
    color: #82CA9D; }
  @media screen and (max-width: 768px) {
    .rankings tr .unimportant {
      display: none; } }
  @media screen and (max-width: 400px) {
    .rankings tr .unimportant-2 {
      display: none; } }

#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

#cssmenu:after,
#cssmenu > ul:after {
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

#cssmenu #menu-button {
  display: none;
  height: 100%; }
  #cssmenu #menu-button .menu-icon {
    width: 24px;
    text-align: center;
    padding-bottom: 2px; }

#cssmenu > ul > li {
  float: left; }

#cssmenu > ul > li.socials {
  display: flex;
  height: 30px; }

#cssmenu > ul > li.socials a {
  padding: 11px 4px;
  font-size: 1.5em;
  font-weight: normal; }

#cssmenu > ul > li > ul > li > ul > li {
  overflow: hidden; }

#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center; }

#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none; }

#cssmenu.align-center ul ul {
  text-align: left; }

#cssmenu.align-right > ul > li {
  float: right; }

#cssmenu > ul > li > a {
  padding: 17px;
  font-size: 16px;
  letter-spacing: 1px;
  text-decoration: none;
  color: #dddddd;
  font-weight: 700;
  text-transform: uppercase; }

#cssmenu > ul > li > ul > li > ul > li > a > img {
  height: 60px;
  position: absolute;
  right: 4px;
  top: 0px;
  padding-top: 4px;
  opacity: 0.8; }

#cssmenu > ul > li:hover > a {
  color: #ffffff; }

#cssmenu > ul > li.has-sub > a {
  padding-right: 30px; }

#cssmenu > ul > li.has-sub > a:after {
  position: absolute;
  top: 22px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #dddddd;
  content: ''; }

#cssmenu > ul > li.has-sub > a:before {
  position: absolute;
  top: 19px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #dddddd;
  content: '';
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease; }

#cssmenu ul ul {
  position: absolute;
  left: -9999px; }

#cssmenu.align-right ul ul {
  text-align: right; }

#cssmenu ul ul li {
  min-height: 0px;
  max-height: 0px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease; }

#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0; }

#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%; }

#cssmenu ul ul li a {
  border-bottom: 1px solid rgba(150, 150, 150, 0.15);
  padding: 11px 15px;
  width: 170px;
  font-size: 16px;
  text-decoration: none;
  color: #dddddd;
  font-weight: 400;
  background: #333333; }

#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last-item > a {
  border-bottom: 0; }

#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  color: #ffffff; }

#cssmenu ul ul li.has-sub > a:after {
  position: absolute;
  top: 16px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #dddddd;
  content: ''; }

#cssmenu.align-right ul ul li.has-sub > a:after {
  right: auto;
  left: 11px; }

#cssmenu ul ul li.has-sub > a:before {
  position: absolute;
  top: 13px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #dddddd;
  content: '';
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease; }

#cssmenu.align-right ul ul li.has-sub > a:before {
  right: auto;
  left: 14px; }

@media screen and (min-width: 768px) {
  #cssmenu > ul > li.has-sub:hover > a:before {
    top: 23px;
    height: 0; }

  #cssmenu li:hover > ul {
    left: auto; }

  #cssmenu.align-right li:hover > ul {
    left: auto;
    right: 0; }

  #cssmenu li:hover > ul > li {
    min-height: 35px;
    max-height: 70px; }

  #cssmenu ul ul > li.has-sub:hover > a:before {
    top: 17px;
    height: 0; } }
@media screen and (max-width: 768px) {
  #cssmenu {
    width: calc(100% - 40px); }

  #cssmenu ul {
    width: 100%;
    display: none; }

  #cssmenu.align-center > ul {
    text-align: left; }

  #cssmenu ul li {
    width: 100%;
    border-top: 1px solid rgba(120, 120, 120, 0.2); }

  #cssmenu > ul > li.socials {
    align-items: center;
    justify-content: center;
    height: auto; }

  #cssmenu > ul > li.socials a {
    text-align: center; }

  #cssmenu ul ul li,
  #cssmenu li:hover > ul > li {
    height: auto;
    max-height: 9999px; }

  #cssmenu ul li a,
  #cssmenu ul ul li a {
    width: 100%;
    border-bottom: 0; }

  #cssmenu > ul > li {
    float: none; }

  #cssmenu ul ul li a {
    padding-left: 25px; }

  #cssmenu ul ul ul li a {
    padding-left: 35px; }

  #cssmenu ul ul li a {
    color: #dddddd;
    background: none; }

  #cssmenu ul ul li:hover > a,
  #cssmenu ul ul li.active > a {
    color: #ffffff; }

  #cssmenu ul ul,
  #cssmenu ul ul ul,
  #cssmenu.align-right ul ul {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left; }

  #cssmenu > ul > li.has-sub > a:after,
  #cssmenu > ul > li.has-sub > a:before,
  #cssmenu ul ul > li.has-sub > a:after,
  #cssmenu ul ul > li.has-sub > a:before {
    display: none; }

  #cssmenu #menu-button {
    display: flex;
    align-items: center;
    color: #dddddd;
    cursor: pointer;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700; }

  #menu-button .menu-icon:before {
    font-family: 'Font Awesome\ 5 Free';
    content: "\f0c9"; }

  #menu-button.menu-opened .menu-icon:before {
    font-family: 'Font Awesome\ 5 Free';
    content: "\f00d"; }

  #cssmenu .submenu-button {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.2);
    height: 50px;
    width: 50px;
    cursor: pointer;
    color: #dddddd;
    display: flex;
    align-items: center;
    justify-content: center; }

  #cssmenu .submenu-button.submenu-opened {
    background: #262626; }

  #cssmenu ul ul .submenu-button {
    height: 38px;
    width: 38px; }

  #cssmenu ul ul .submenu-button:after {
    top: 15px;
    right: 13px; }

  #cssmenu .submenu-button.submenu-opened:after {
    background: #ffffff; }

  #cssmenu .submenu-button:before {
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    content: "\f067"; }

  #cssmenu .submenu-button.submenu-opened:before {
    font-family: 'Font Awesome\ 5 Free';
    content: "\f068"; } }
header {
  height: 110px;
  background: #3e3e3e;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transition: 0.3s;
  z-index: 200; }
  header nav {
    display: flex;
    flex-direction: row;
    max-width: 1060px;
    margin: 0 auto;
    align-items: flex-end;
    height: 100%;
    padding-left: 20px;
    padding-right: 20px;
    transition: 0.3s;
    width: calc(100% - 40px); }
    header nav .main-logo {
      height: 90px;
      padding: 10px;
      padding-right: 16px;
      transition: 0.3s; }
    header nav > ul > li > a {
      padding-bottom: 25px !important;
      transition: 0.3s; }

.header-fixed {
  height: 65px; }
  .header-fixed nav .main-logo {
    height: 45px; }
  .header-fixed nav > ul > li > a {
    padding-bottom: 17px !important; }

@media screen and (max-width: 820px) {
  .main {
    padding: 65px 20px 0 !important; }

  header {
    height: 65px; }
    header nav {
      align-items: center; }
    header nav .main-logo {
      height: 45px; }
    header nav > ul > li > a {
      padding-bottom: 17px !important; }
    header .main {
      padding: 65px 20px 0 !important; } }
@media screen and (max-width: 768px) {
  .main {
    padding: 45px 0px 0 !important;
    border-radius: 0px; }

  nav {
    justify-content: space-between; }

  #menu-list {
    position: fixed !important;
    margin-left: -20px !important;
    top: 64px;
    background: #333333;
    overflow-y: auto;
    max-height: calc(100% - 65px); } }
@media screen and (max-width: 600px) {
  .main {
    padding: 45px 0px 0 !important;
    border-radius: 0px; } }
.posts {
  display: flex;
  flex-direction: column;
  max-width: 1060px;
  margin: 0 auto; }
  @media screen and (max-width: 820px) {
    .posts {
      font-size: 0.9em; } }
  @media screen and (max-width: 768px) {
    .posts {
      font-size: 0.8em;
      padding: 10px;
      padding-top: 15px; } }
  @media screen and (max-width: 400px) {
    .posts {
      font-size: 0.7em; } }
  .posts .post-link-special {
    width: 100%;
    margin-bottom: 20px; }
    .posts .post-link-special .post {
      padding: 0px !important;
      width: 100%;
      position: relative; }
      .posts .post-link-special .post .undertext {
        position: absolute;
        width: 100%;
        height: 100%;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        top: 0;
        left: 0;
        color: black;
        z-index: -1; }
      @media screen and (max-width: 768px) {
        .posts .post-link-special .post {
          width: 100%; } }
  .posts .post-link {
    text-decoration: none;
    color: black;
    margin-bottom: 20px;
    transition: 0.15s; }
    @media screen and (max-width: 600px) {
      .posts .post-link {
        margin-bottom: 10px; } }
    .posts .post-link:hover {
      margin-bottom: 18px; }
      @media screen and (max-width: 600px) {
        .posts .post-link:hover {
          margin-bottom: 9px; } }
    .posts .post-link .post {
      display: flex;
      padding: 20px;
      background: #FFF;
      border-radius: 5px;
      box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
      line-height: 1.6;
      transition: 0.15s;
      position: relative;
      overflow: hidden; }
      @media screen and (max-width: 768px) {
        .posts .post-link .post {
          padding: 15px; } }
      @media screen and (max-width: 400px) {
        .posts .post-link .post {
          padding: 10px; } }
      .posts .post-link .post:hover {
        box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
        margin-top: 2px; }
      .posts .post-link .post .post-boximage {
        height: 100px;
        width: 200px; }
        @media screen and (max-width: 950px) {
          .posts .post-link .post .post-boximage {
            display: none; } }
      .posts .post-link .post .post-boximage-square {
        display: none;
        height: 100px;
        width: 100px; }
        @media screen and (max-width: 950px) {
          .posts .post-link .post .post-boximage-square {
            display: block; } }
        @media screen and (max-width: 768px) {
          .posts .post-link .post .post-boximage-square {
            height: 50px;
            width: 50px; } }
      .posts .post-link .post .post-summary-cont {
        margin-left: 16px;
        width: 100%;
        z-index: 2; }
        @media screen and (max-width: 600px) {
          .posts .post-link .post .post-summary-cont {
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            align-items: center; } }
        .posts .post-link .post .post-summary-cont .post-title {
          font-weight: 600;
          font-size: 1.2em; }
        .posts .post-link .post .post-summary-cont .post-details {
          font-style: italic;
          font-size: 0.8em;
          display: flex;
          justify-content: space-between; }
          .posts .post-link .post .post-summary-cont .post-details .post-separator {
            padding-left: 4px;
            padding-right: 4px; }
          .posts .post-link .post .post-summary-cont .post-details .post-detaillinks {
            display: flex; }
            @media screen and (max-width: 600px) {
              .posts .post-link .post .post-summary-cont .post-details .post-detaillinks {
                display: none; } }
          @media screen and (max-width: 600px) {
            .posts .post-link .post .post-summary-cont .post-details .post-date {
              width: 65px;
              text-align: right; } }
          @media screen and (max-width: 400px) {
            .posts .post-link .post .post-summary-cont .post-details .post-date {
              font-size: 1.1em;
              width: 60px; } }
        .posts .post-link .post .post-summary-cont .post-entry-cont {
          display: flex; }
          @media screen and (max-width: 768px) {
            .posts .post-link .post .post-summary-cont .post-entry-cont .post-entry {
              display: none; } }
          @media screen and (max-width: 768px) {
            .posts .post-link .post .post-summary-cont .post-entry-cont.empty {
              display: none; } }
          .posts .post-link .post .post-summary-cont .post-entry-cont .post-sponsor {
            width: 80px;
            flex-shrink: 0;
            flex-grow: 0;
            font-size: 0.8em;
            margin-left: 15px;
            display: flex;
            align-items: center;
            justify-content: flex-end;
            flex-direction: column; }
            @media screen and (max-width: 768px) {
              .posts .post-link .post .post-summary-cont .post-entry-cont .post-sponsor {
                flex-direction: row;
                justify-content: flex-end;
                width: 100%;
                margin-left: 0px; }
                .posts .post-link .post .post-summary-cont .post-entry-cont .post-sponsor span {
                  margin-right: 10px; } }
            @media screen and (max-width: 600px) {
              .posts .post-link .post .post-summary-cont .post-entry-cont .post-sponsor {
                flex-direction: column;
                justify-content: flex-end;
                width: 60px;
                font-size: 0.7em;
                margin-left: 15px; }
                .posts .post-link .post .post-summary-cont .post-entry-cont .post-sponsor img {
                  height: 30px;
                  width: 60px; }
                .posts .post-link .post .post-summary-cont .post-entry-cont .post-sponsor span {
                  margin-right: 0px; } }
      .posts .post-link .post .post-character {
        position: absolute;
        height: 120%;
        top: 8px;
        right: 8px;
        opacity: 0.2; }
        .posts .post-link .post .post-character.guest {
          height: calc(100% - 16px); }
        .posts .post-link .post .post-character img {
          height: 100%;
          max-height: 200px; }

.pagination {
  text-align: center;
  justify-content: center;
  display: flex;
  margin: 0 auto; }
  .pagination a {
    margin: 2px;
    margin-bottom: 4px;
    text-decoration: none;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    color: black;
    height: 42px;
    width: 42px;
    background: #FFF;
    border-radius: 5px;
    box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
    line-height: 1.6;
    transition: 0.15s;
    position: relative;
    overflow: hidden; }
    .pagination a:hover {
      box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
      margin-top: 6px;
      margin-bottom: 0px; }
  .pagination .active {
    font-weight: bold;
    background-color: #f2f2f2; }

.autopage-title {
  width: 100%;
  text-align: center;
  font-size: 1.6em;
  max-width: 1060px;
  font-weight: bold;
  margin: 0 auto;
  padding-bottom: 0.5em; }
  @media screen and (max-width: 768px) {
    .autopage-title {
      padding-top: 0.5em; } }

.post-author {
  padding: 30px;
  background: #FFF;
  margin-bottom: 5px;
  border-radius: 5px;
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
  display: flex; }
  .post-author a {
    color: #333; }
  @media screen and (max-width: 820px) {
    .post-author {
      margin-bottom: 15px; } }
  @media screen and (max-width: 600px) {
    .post-author {
      padding: 20px;
      font-size: 0.95em; } }
  @media screen and (max-width: 400px) {
    .post-author {
      font-size: 0.85em; } }
  .post-author .author-image {
    width: 110px;
    height: 110px;
    flex-shrink: 0;
    flex-grow: 0;
    margin-right: 30px; }
    .post-author .author-image.author-image-human {
      border-radius: 55px; }
      @media screen and (max-width: 600px) {
        .post-author .author-image.author-image-human {
          border-radius: 35px;
          margin-right: 20px; } }
      @media screen and (max-width: 400px) {
        .post-author .author-image.author-image-human {
          border-radius: 25px;
          margin-right: 10px; } }
    @media screen and (max-width: 600px) {
      .post-author .author-image {
        width: 70px;
        height: 70px; } }
    @media screen and (max-width: 400px) {
      .post-author .author-image {
        width: 50px;
        height: 50px; } }
  .post-author .author-name {
    font-weight: bold;
    font-size: 1.2em; }
  .post-author .author-role {
    font-style: italic;
    margin-top: -5px; }
  .post-author .author-description {
    font-size: 0.9em; }
    @media screen and (max-width: 600px) {
      .post-author .author-description {
        display: none; } }

.single-page-cont {
  display: flex;
  flex-direction: column;
  max-width: 1060px;
  margin: 0 auto; }
  .single-page-cont .switch-button-cont {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap; }
    .single-page-cont .switch-button-cont .switch-button {
      margin: 6px;
      margin-bottom: 10px;
      text-decoration: none;
      flex: 0 0 auto;
      display: flex;
      align-items: center;
      justify-content: center;
      line-height: 0.5em;
      color: black;
      height: 42px;
      width: 42px;
      background: #FFF;
      border-radius: 5px;
      box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
      line-height: 1em;
      font-size: 0.9em;
      transition: 0.15s;
      position: relative;
      overflow: hidden;
      cursor: pointer; }
      .single-page-cont .switch-button-cont .switch-button:hover {
        box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
        margin-top: 6px;
        margin-bottom: 6px; }
  .single-page-cont .heading-cont {
    font-weight: bold;
    font-size: 1.2em;
    text-align: center;
    margin-top: 8px;
    margin-bottom: 8px;
    position: relative; }
    .single-page-cont .heading-cont .heading {
      display: none;
      position: absolute;
      top: 0px;
      left: 0px;
      width: 100%; }
    .single-page-cont .heading-cont .heading-placeholder {
      display: block; }
  .single-page-cont .graph-cont {
    display: flex;
    justify-content: space-around; }
    @media screen and (max-width: 768px) {
      .single-page-cont .graph-cont {
        flex-direction: column;
        justify-content: center;
        align-items: center; } }
    .single-page-cont .graph-cont .graph {
      padding: 16px;
      margin: 6px;
      text-decoration: none;
      flex: 0 0 auto;
      display: flex;
      align-items: center;
      justify-content: center;
      line-height: 0.5em;
      color: black;
      background: #FFF;
      border-radius: 5px;
      box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
      line-height: 1em;
      font-size: 1em;
      transition: 0.15s;
      position: relative;
      overflow: hidden;
      position: relative; }
      @media screen and (max-width: 400px) {
        .single-page-cont .graph-cont .graph {
          width: calc(100% - 64px) !important;
          font-size: 0.9em; } }
      .single-page-cont .graph-cont .graph .graph-actual {
        position: absolute;
        top: 0px;
        left: 0px;
        display: none;
        padding: 16px;
        height: calc(100% - 32px);
        width: calc(100% - 32px); }
        .single-page-cont .graph-cont .graph .graph-actual table {
          width: 100%; }
          .single-page-cont .graph-cont .graph .graph-actual table th {
            font-weight: bold;
            padding-bottom: 4px; }
          .single-page-cont .graph-cont .graph .graph-actual table td, .single-page-cont .graph-cont .graph .graph-actual table th {
            text-align: center;
            vertical-align: middle; }
            .single-page-cont .graph-cont .graph .graph-actual table td .logo-small, .single-page-cont .graph-cont .graph .graph-actual table th .logo-small {
              padding-top: 4px;
              padding-bottom: 4px; }
    .single-page-cont .graph-cont .graph-teams {
      width: 300px;
      height: 542px; }
    .single-page-cont .graph-cont .graph-maps {
      width: 300px;
      height: 300px; }
  .single-page-cont.single-page-cont-tiers {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center; }
    .single-page-cont.single-page-cont-tiers #accordion {
      width: 100%; }
    .single-page-cont.single-page-cont-tiers .post-container {
      margin-right: 0px; }
      .single-page-cont.single-page-cont-tiers .post-container .post-content {
        border-radius: 5px; }
        .single-page-cont.single-page-cont-tiers .post-container .post-content > h1 {
          width: 100%;
          font-size: 1.6em;
          text-align: center;
          font-weight: bold;
          padding-top: 20px; }
    .single-page-cont.single-page-cont-tiers > a {
      width: 40%;
      max-width: 280px;
      min-width: 120px;
      height: 180px;
      padding: 8px;
      text-decoration: none;
      color: black; }
      @media screen and (max-width: 600px) {
        .single-page-cont.single-page-cont-tiers > a {
          font-size: 0.9em; } }
      .single-page-cont.single-page-cont-tiers > a .tier-button {
        height: calc(100% - 10px);
        width: calc(100% - 10px);
        display: flex;
        flex-direction: column;
        padding: 5px;
        background: transparent;
        border-radius: 5px;
        box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
        line-height: 1.6;
        transition: 0.15s;
        position: relative;
        overflow: hidden;
        cursor: pointer;
        margin-bottom: 3px;
        text-align: center;
        align-items: center;
        justify-content: center; }
        .single-page-cont.single-page-cont-tiers > a .tier-button:not(.disable):hover {
          box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
          margin-top: 2px;
          margin-bottom: 1px; }
        .single-page-cont.single-page-cont-tiers > a .tier-button.disable {
          filter: grayscale(100%);
          cursor: default; }
          .single-page-cont.single-page-cont-tiers > a .tier-button.disable span {
            color: #555; }
          .single-page-cont.single-page-cont-tiers > a .tier-button.disable img {
            opacity: 0.3; }
        .single-page-cont.single-page-cont-tiers > a .tier-button .button-background {
          background-size: cover;
          position: absolute;
          top: -10px;
          left: -10px;
          height: calc(100% + 20px);
          width: calc(100% + 20px);
          filter: blur(1.5px) saturate(60%) opacity(0.5);
          -webkit-filter: blur(1.5px) saturate(60%) opacity(0.5);
          z-index: -10; }
        .single-page-cont.single-page-cont-tiers > a .tier-button .game-title {
          margin-top: 6px;
          margin-bottom: 4px;
          font-weight: bold;
          font-size: 1.2em;
          line-height: 1.2em; }
        .single-page-cont.single-page-cont-tiers > a .tier-button .latest-date {
          font-style: italic;
          font-size: 0.8em;
          line-height: 1.2em; }

.quiz {
  height: calc(100vh - 100px);
  max-height: 600px;
  min-height: 450px;
  width: calc(100% - 40px);
  display: flex;
  flex-direction: column;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 20px;
  color: white;
  text-align: center; }
  .quiz .progress {
    flex-shrink: 0;
    height: 20px;
    width: calc(100% - 20px);
    position: relative;
    background: #3e3e3e;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    padding: 10px;
    box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.3); }
    .quiz .progress .actual-progress {
      display: block;
      height: 100%;
      border-top-right-radius: 8px;
      border-bottom-right-radius: 8px;
      border-top-left-radius: 20px;
      border-bottom-left-radius: 20px;
      background-color: #c64944;
      box-shadow: inset 0 2px 9px rgba(255, 255, 255, 0.3), inset 0 -2px 6px rgba(0, 0, 0, 0.4);
      position: relative;
      overflow: hidden; }
    .quiz .progress .text-progress {
      width: 100%;
      position: absolute;
      height: 100%;
      top: -1px;
      left: 0;
      display: flex;
      align-items: center;
      justify-content: center; }
  .quiz .question {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 1.8em;
    height: 100px;
    flex-shrink: 0;
    color: #3e3e3e; }
    @media screen and (max-width: 950px) {
      .quiz .question {
        font-size: 1.7em; } }
    @media screen and (max-width: 820px) {
      .quiz .question {
        font-size: 1.6em; } }
    @media screen and (max-width: 768px) {
      .quiz .question {
        font-size: 1.5em; } }
    @media screen and (max-width: 600px) {
      .quiz .question {
        font-size: 1.4em; } }
    @media screen and (max-width: 400px) {
      .quiz .question {
        font-size: 1.2em; } }
    @media screen and (max-width: 300px) {
      .quiz .question {
        font-size: 1em; } }
  .quiz .answers {
    height: 100%;
    width: 100%;
    flex-grow: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around; }
    @media screen and (max-width: 600px) {
      .quiz .answers {
        flex-direction: column;
        justify-content: space-around;
        align-items: center; } }
    .quiz .answers .answer-box {
      width: 45%;
      height: 45%;
      border: 2px solid #3e3e3e;
      cursor: pointer;
      color: #3e3e3e;
      background: url("https://picsum.photos/200/300");
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      display: flex;
      text-align: center;
      align-items: center;
      justify-content: center;
      overflow: hidden; }
      .quiz .answers .answer-box p {
        font-size: 1.6em;
        line-height: 1.2em;
        transition: all 0.3s ease-in-out 0.1s;
        transform: scale(1);
        text-transform: uppercase;
        padding: 0px 10px;
        height: 100%;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        background: rgba(255, 255, 255, 0.7); }
      .quiz .answers .answer-box:hover p {
        transform: scale(1.2); }
      @media screen and (max-width: 950px) {
        .quiz .answers .answer-box {
          font-size: 1.5em; } }
      @media screen and (max-width: 820px) {
        .quiz .answers .answer-box {
          font-size: 1.4em; } }
      @media screen and (max-width: 768px) {
        .quiz .answers .answer-box {
          font-size: 1.3em; } }
      @media screen and (max-width: 600px) {
        .quiz .answers .answer-box {
          width: calc(100% - 4px);
          height: 20%;
          font-size: 1.2em; } }
      @media screen and (max-width: 400px) {
        .quiz .answers .answer-box {
          font-size: 1em; } }

.main {
  position: relative; }
  .main .masked {
    -webkit-clip-path: url(#myClip);
    clip-path: url(#myClip); }
  .main .single-page-cont.single-page-cont-tcg {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center; }
    .main .single-page-cont.single-page-cont-tcg .tcg-preview {
      max-width: 20vw;
      cursor: pointer; }
    .main .single-page-cont.single-page-cont-tcg a {
      width: 120px;
      padding: 8px;
      text-decoration: none;
      color: black; }
      .main .single-page-cont.single-page-cont-tcg a .tcg-button {
        display: flex;
        padding: 20px;
        background: #FFF;
        border-radius: 5px;
        box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
        line-height: 1.6;
        transition: 0.15s;
        position: relative;
        overflow: hidden;
        cursor: pointer;
        margin-bottom: 3px;
        text-align: center;
        align-items: center;
        justify-content: center; }
        .main .single-page-cont.single-page-cont-tcg a .tcg-button:hover {
          box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
          margin-top: 2px;
          margin-bottom: 1px; }
        .main .single-page-cont.single-page-cont-tcg a .tcg-button.disable {
          filter: grayscale(100%); }
          .main .single-page-cont.single-page-cont-tcg a .tcg-button.disable img {
            opacity: 0.3; }
  .main .cardDisplay {
    position: fixed;
    width: 100vw;
    height: calc(100vh - 65px);
    top: 65px;
    left: 0px;
    background: rgba(0, 0, 0, 0.6);
    color: white;
    display: none;
    align-items: center;
    justify-content: center; }
    .main .cardDisplay .carousel {
      width: calc(100% - 100px); }
      .main .cardDisplay .carousel .slick-slide {
        outline: none; }
        .main .cardDisplay .carousel .slick-slide .tcg-large {
          max-height: 100%;
          max-width: 100%;
          padding: 8px;
          text-align: center; }

.page-main-d3 {
  flex-direction: row !important; }
  .page-main-d3 .single-page-cont-d3 {
    padding: 0;
    margin: 0 auto;
    background-image: url("/assets/d3-bg.png");
    border-radius: 5px 5px;
    box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
    width: 100%;
    min-height: calc(100vh - 200px); }
    @media screen and (max-width: 820px) {
      .page-main-d3 .single-page-cont-d3 {
        min-height: calc(100vh - 145px); } }
    .page-main-d3 .single-page-cont-d3 #d3-cont {
      overflow: hidden;
      width: 100%;
      height: 100%;
      padding: 0;
      margin: 0; }
      .page-main-d3 .single-page-cont-d3 #d3-cont .node {
        cursor: pointer; }
        .page-main-d3 .single-page-cont-d3 #d3-cont .node circle {
          fill: #fff;
          stroke: steelblue;
          stroke-width: 1.5px; }
        .page-main-d3 .single-page-cont-d3 #d3-cont .node text {
          font: 26px 'Roboto Condensed'; }
      .page-main-d3 .single-page-cont-d3 #d3-cont .link {
        fill: none;
        stroke-width: 8px; }
      .page-main-d3 .single-page-cont-d3 #d3-cont svg {
        width: 100%;
        height: 100%;
        display: block;
        margin: 0 auto;
        cursor: grab; }
        .page-main-d3 .single-page-cont-d3 #d3-cont svg foreignObject {
          pointer-events: none; }
        .page-main-d3 .single-page-cont-d3 #d3-cont svg div,
        .page-main-d3 .single-page-cont-d3 #d3-cont svg table {
          width: 100%;
          height: 100%; }
        .page-main-d3 .single-page-cont-d3 #d3-cont svg text {
          font-size: 1.2em; }
        .page-main-d3 .single-page-cont-d3 #d3-cont svg img.highlighted {
          border: 5px solid black !important;
          margin: 0px; }
        .page-main-d3 .single-page-cont-d3 #d3-cont svg span.highlighted {
          border: 5px solid black !important;
          border-radius: 20px;
          padding: 10px; }
        .page-main-d3 .single-page-cont-d3 #d3-cont svg rect.highlighted {
          stroke: black !important; }
        .page-main-d3 .single-page-cont-d3 #d3-cont svg path.highlighted {
          stroke: black !important; }
      .page-main-d3 .single-page-cont-d3 #d3-cont .teamlogo-cont {
        margin-top: 50px;
        height: calc(100% - 60px) !important;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        z-index: 20; }
        .page-main-d3 .single-page-cont-d3 #d3-cont .teamlogo-cont span {
          font: 50px Roboto;
          text-align: center; }
        .page-main-d3 .single-page-cont-d3 #d3-cont .teamlogo-cont img,
        .page-main-d3 .single-page-cont-d3 #d3-cont .teamlogo-cont div.fakeimg {
          flex-shrink: 0;
          flex-grow: 0;
          height: 60px;
          width: 60px;
          padding: 10px;
          border-radius: 20px;
          margin: 5px;
          z-index: 30;
          pointer-events: all;
          cursor: default;
          position: relative; }

.d3-title {
  width: 100%;
  text-align: center;
  font-size: 1.6em;
  max-width: 1060px;
  font-weight: bold;
  margin: 0 auto;
  margin-bottom: 0.5em; }
  @media screen and (max-width: 768px) {
    .d3-title {
      margin-top: 0.5em; } }

.single-page-cont-events {
  color: #7f8c97; }
  .single-page-cont-events .events {
    padding: 2rem;
    padding-top: 0px; }
    .single-page-cont-events .events ul {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
      grid-gap: 1rem; }
      .single-page-cont-events .events ul li {
        border: 1px solid #E2E2E2;
        border-radius: .5rem;
        background: white; }
        .single-page-cont-events .events ul li figure {
          max-height: 160px;
          overflow: hidden;
          border-top-left-radius: .5rem;
          border-top-right-radius: .5rem;
          position: relative; }
          .single-page-cont-events .events ul li figure > img {
            width: 100%;
            filter: blur(2px);
            -webkit-filter: blur(2px); }
          .single-page-cont-events .events ul li figure figcaption {
            position: absolute;
            bottom: 0;
            background-color: rgba(62, 62, 62, 0.6);
            width: 100%;
            height: 100%;
            display: flex;
            flex-direction: column;
            justify-content: flex-start;
            align-items: center; }
            .single-page-cont-events .events ul li figure figcaption img {
              max-height: 80px;
              max-width: 80px;
              padding-top: 10px; }
            .single-page-cont-events .events ul li figure figcaption h3 {
              color: white;
              padding: .75rem;
              font-size: 1.25rem;
              text-align: center; }
        .single-page-cont-events .events ul li p {
          font-size: 1em;
          padding: 0px 10px;
          text-align: center; }
          .single-page-cont-events .events ul li p.name {
            padding: 10px 10px;
            color: #666666; }
          .single-page-cont-events .events ul li p.game {
            font-style: italics;
            font-size: 0.8em; }
        .single-page-cont-events .events ul li div.links {
          display: flex;
          flex-wrap: wrap;
          flex-direction: row;
          align-items: center;
          justify-content: center;
          padding-top: 5px;
          padding-bottom: 10px; }
          .single-page-cont-events .events ul li div.links a {
            text-decoration: none;
            flex-shrink: 1;
            max-height: 40px;
            max-width: 40px;
            padding-left: 2px;
            padding-right: 2px; }
            .single-page-cont-events .events ul li div.links a img {
              height: 100%;
              width: 100%;
              border-radius: 20px; }

.single-page-cont-photos {
  color: #7f8c97; }
  .single-page-cont-photos .albums {
    padding: 2rem;
    padding-top: 0px; }
    .single-page-cont-photos .albums ul {
      display: grid;
      grid-template-columns: repeat(auto-fit, 320px);
      grid-gap: 1rem; }
      .single-page-cont-photos .albums ul li {
        border: 1px solid #E2E2E2;
        background: white;
        cursor: pointer; }
        .single-page-cont-photos .albums ul li figure {
          max-height: 180px;
          overflow: hidden;
          position: relative;
          background: rgba(0, 0, 0, 0);
          transition: 0.4s background; }
          .single-page-cont-photos .albums ul li figure > img {
            width: 100%; }
          .single-page-cont-photos .albums ul li figure:hover {
            background: rgba(0, 0, 0, 0.5); }
          .single-page-cont-photos .albums ul li figure figcaption {
            position: absolute;
            bottom: 0;
            background-color: rgba(0, 0, 0, 0);
            background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 25%, rgba(0, 0, 0, 0) 50%);
            width: 100%;
            height: 100%;
            display: flex;
            flex-direction: column;
            justify-content: flex-start;
            align-items: center; }
            .single-page-cont-photos .albums ul li figure figcaption .count {
              position: absolute;
              top: 5px;
              right: 5px;
              height: 25px;
              width: 25px;
              display: flex;
              align-items: center;
              justify-content: center;
              background: rgba(255, 255, 255, 0.75);
              color: #3e3e3e;
              border-radius: 8px; }
            .single-page-cont-photos .albums ul li figure figcaption h3 {
              height: 2em;
              margin-top: 115px;
              color: white;
              text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
              padding: .75rem;
              font-size: 1.25rem;
              text-align: center;
              display: flex;
              align-items: center;
              justify-content: center; }
  .single-page-cont-photos .photos a {
    text-decoration: none; }
  .single-page-cont-photos .photos img {
    height: 100%; }

.posts .post-link .post-fake {
  margin-bottom: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1em !important; }
  .posts .post-link .post-fake .makepage-cont {
    width: 400px;
    display: flex;
    justify-content: space-between; }
    .posts .post-link .post-fake .makepage-cont input {
      width: 60%; }
    .posts .post-link .post-fake .makepage-cont select {
      padding: 1px;
      width: calc(60% + 4px); }
  .posts .post-link .post-fake .makepage-buttons {
    display: flex; }
    .posts .post-link .post-fake .makepage-buttons button {
      padding: 4px;
      margin: 4px;
      width: 80px;
      font-size: 0.8em;
      display: flex;
      flex-direction: column;
      align-items: center;
      cursor: pointer; }
  .posts .post-link .post-fake textarea {
    width: 100%; }
  .posts .post-link .post-fake:hover {
    margin-top: 0px !important;
    box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1) !important; }

.image-editor {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  .image-editor .thumbnail {
    max-height: 240px;
    max-width: 427px;
    margin: 10px;
    float: left; }
  .image-editor #clear {
    display: none; }
  .image-editor #result {
    border: 4px dotted #cccccc;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    float: right;
    margin: 0 auto;
    width: 100%;
    text-align: center; }
  .image-editor .cropit-preview {
    background-color: #f8f8f8;
    background-size: cover;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin-top: 7px; }
    .image-editor .cropit-preview.cropit-preview-1 {
      width: 950px;
      height: 400px; }
    .image-editor .cropit-preview.cropit-preview-2 {
      width: 200px;
      height: 100px; }
    .image-editor .cropit-preview.cropit-preview-3 {
      width: 100px;
      height: 100px; }
    .image-editor .cropit-preview.cropit-preview-4 {
      width: 900px;
      height: 470px; }
  .image-editor .cropit-preview-image-container {
    cursor: move; }
  .image-editor .image-size-label {
    margin-top: 10px; }
  .image-editor input, .image-editor .export {
    display: block; }
  .image-editor button {
    margin-top: 10px; }
  .image-editor .cropit-image-zoom-input {
    width: 50%; }

.error {
  width: calc(100% - 40px);
  height: calc(100vh - 40px);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 20px; }
  .error .main-logo {
    padding-bottom: 20px;
    max-width: 340px;
    width: 100%; }
  .error h1 {
    font-size: 2em;
    font-weight: bold;
    padding-bottom: 20px; }
  .error p {
    padding-bottom: 20px;
    max-width: 500px;
    width: 100%; }
  .error a {
    text-decoration: none; }
  .error .button {
    margin: 2px;
    margin-bottom: 4px;
    padding-left: 10px;
    padding-right: 10px;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    color: black;
    height: 42px;
    background: #FFF;
    border-radius: 5px;
    box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
    line-height: 1.6;
    transition: 0.15s;
    position: relative;
    overflow: hidden; }
  .error .button:hover {
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    margin-top: 6px;
    margin-bottom: 0px; }
