/*
  Theme Name: Modern White
  Theme URI: Modern White
  Description: Modern minimalistic theme
  Version: 1.0
  Author: Carlos Pacheco

  License: MIT
  License URI: https://opensource.org/licenses/mit-license.php
*/

@import url("https://fonts.googleapis.com/css?family=Biryani|Montserrat:400,700|Overpass");

@font-face {
  font-family: "Broncos";
  src: url("fonts/webfonts/nflbronc-webfont.woff2");
  src: url("fonts/webfonts/nflbronc-webfont.woff");
}

@font-face {
  font-family: "Cardinals";
  src: url("fonts/webfonts/rosario-bold-webfont.woff2");
  src: url("fonts/webfonts/rosario-bold-webfont.woff");
}

@font-face {
  font-family: "Chiefs";
  src: url("fonts/webfonts/nfl_chiefs-webfont.woff2");
  src: url("fonts/webfonts/nfl_chiefs-webfont.woff");
}

@font-face {
  font-family: "Cowboys";
  src: url("fonts/webfonts/cowboys_2.0-webfont.woff2");
  src: url("fonts/webfonts/cowboys_2.0-webfont.woff");
}

@font-face {
  font-family: "Falcons";
  src: url("fonts/webfonts2/falconsfont-webfont.woff2");
  src: url("fonts/webfonts2/falconsfont-webfont.woff");
}

@font-face {
  font-family: "Gamecocks";
  src: url("fonts/webfonts/fette___-webfont.woff2");
  src: url("fonts/webfonts/fette___-webfont.woff");
}

@font-face {
  font-family: "Giants";
  src: url("fonts/webfonts/jersey_m54-webfont.woff2");
  src: url("fonts/webfonts/jersey_m54-webfont.woff");
}

@font-face {
  font-family: "Jets";
  src: url("fonts/webfonts/nfl_jets-webfont.woff2");
  src: url("fonts/webfonts/nfl_jets-webfont.woff");
}

@font-face {
  font-family: "Panthers";
  src: url("fonts/webfonts2/lubalin_graph_bold-webfont.woff2");
  src: url("fonts/webfonts2/lubalin_graph_bold-webfont.woff");
}

@font-face {
  font-family: "Saints";
  src: url("fonts/webfonts/solemnit-webfont.woff2");
  src: url("fonts/webfonts/solemnit-webfont.woff");
}

@font-face {
  font-family: "Texans";
  src: url("fonts/webfonts/cowboys_2.0-webfont.woff2");
  src: url("fonts/webfonts/cowboys_2.0-webfont.woff");
}

@font-face {
  font-family: "Tigers";
  src: url("fonts/webfonts/ncaa_clemson_paw_hammer-webfont.woff2");
  src: url("fonts/webfonts/ncaa_clemson_paw_hammer-webfont.woff");
}

@font-face {
  font-family: "Seahawks";
  src: url("fonts/webfonts/MkLatinoPlain.ttf");
  src: url("fonts/webfonts/MkLatinoPlain.ttf");
}

/* global box-sizing */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

*:after,
*:before {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body {
  font-family: "Biryani", sans-serif;
  font-size: 18px;
  line-height: 1.421em;
  margin: 30px 0 0;
  background: url("https://i.imgur.com/wafnrBe.png");
  background-repeat: repeat;
  background-size: contain;
  background-position: center center;
}

p {
  font-weight: 500;
  color: #21282c;
}

p.lead {
  font-family: "Biryani", sans-serif;
  font-size: 1.42em;
  font-weight: 300;
  line-height: 1.5em;
}

p.small {
  font-family: "Biryani", sans-serif;
  font-size: 0.684em;
  font-weight: 500;
}

h1,
h2,
h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 0.928em;
}

h1.display {
  font-weight: 300;
  font-size: 3.105em;
}

footer {
  background: #9da9af;
  clear: both;
}

footer p {
  padding: 5px 0;
  margin: 0 5px;
  color: #0d1011;
}

main {
  flex: 1;
}

/*------------------------------------*\
    100
\*------------------------------------*/
@media only screen and (min-width: 100px) {

  #demo {
    text-align: center;
    font-weight: bold;
    font-size: 50px;
    color: #013369;
    line-height: 3rem;
  }

  #dem {
    text-align: center;
    font-weight: bold;
    font-size: 50px;
    color: #d50a0a;
    line-height: 3.5rem;
  }

  header {
    width: 100%;
    position: fixed;
    top: 0;
    margin: 0;
    background: #fff;
    -webkit-box-shadow: -1px 3px 9px 0px rgba(24, 24, 24, 0.28);
    box-shadow: -1px 3px 9px 0px rgba(24, 24, 24, 0.28);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -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;
    padding: 0px 0;
    z-index: 999;
  }

  header .menu-icon {
    width: 30px;
    height: 30px;
    background: #fff;
    cursor: pointer;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50px;
  }

  header .menu-icon .bar {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 4px;
    width: 25px;
    background: #0d1011;
    -webkit-box-shadow: -1px 3px 9px 0px rgba(24, 24, 24, 0.28);
    box-shadow: -1px 3px 9px 0px rgba(24, 24, 24, 0.28);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  header .menu-icon .bar:before,
  header .menu-icon .bar:after {
    content: "";
    width: 25px;
    height: 4px;
    background: #0d1011;
    -webkit-box-shadow: -1px 3px 9px 0px rgba(24, 24, 24, 0.28);
    box-shadow: -1px 3px 9px 0px rgba(24, 24, 24, 0.28);
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0%) rotate(0deg);
    -ms-transform: translate(-50%, 0%) rotate(0deg);
    transform: translate(-50%, 0%) rotate(0deg);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    top: 8px;
  }

  header .menu-icon .menu-icon.active .bar:after,
  header .menu-icon.active .menu-icon .bar:after {
    content: "";
    width: 25px;
    height: 4px;
    background: #0d1011;
    -webkit-box-shadow: -1px 3px 9px 0px rgba(24, 24, 24, 0.28);
    box-shadow: -1px 3px 9px 0px rgba(24, 24, 24, 0.28);
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0%) rotate(0deg);
    -ms-transform: translate(-50%, 0%) rotate(0deg);
    transform: translate(-50%, 0%) rotate(0deg);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    top: 8px;
  }

  header .menu-icon .bar:after {
    top: -8px;
  }

  header .menu-icon.active .bar {
    width: 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  header .menu-icon.active .bar:before {
    top: 50%;
    left: 50%;
    background: #0d1011;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: translate(-50%, 0%) rotate(45deg);
    -ms-transform: translate(-50%, 0%) rotate(45deg);
    transform: translate(-50%, 0%) rotate(45deg);
  }

  header .menu-icon.active .menu-icon .bar:after {
    top: 50%;
    left: 50%;
    background: #0d1011;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: translate(-50%, 0%) rotate(45deg);
    -ms-transform: translate(-50%, 0%) rotate(45deg);
    transform: translate(-50%, 0%) rotate(45deg);
  }

  header .menu-icon .menu-icon.active .bar:after {
    top: 50%;
    left: 50%;
    background: #0d1011;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: translate(-50%, 0%) rotate(45deg);
    -ms-transform: translate(-50%, 0%) rotate(45deg);
    transform: translate(-50%, 0%) rotate(45deg);
  }

  header .menu-icon.active .bar:after {
    top: 50%;
    left: 50%;
    background: #0d1011;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: translate(-50%, 0%) rotate(45deg);
    -ms-transform: translate(-50%, 0%) rotate(45deg);
    transform: translate(-50%, 0%) rotate(45deg);
    -webkit-transform: translate(-50%, 0%) rotate(-45deg);
    -ms-transform: translate(-50%, 0%) rotate(-45deg);
    transform: translate(-50%, 0%) rotate(-45deg);
  }

  header .mainLogo {
    width: 85px;
  }

  header a {
    color: #0d1011;
  }

  .clear {
    clear: both;
  }

  section.post,
  section.section {
    margin-top: 110px;
    padding: 0 10px;
  }

  .sidebar {
    width: 100%;
    background: #e2e7e9;
    display: none;
    margin-top: 15px 20px 125px 10px;
  }

  .sidebarChamp {
    width: 100%;
    background: #e2e7e9;
    display: none;
    margin-top: 15px 20px 125px 10px;
  }

  .cardArea {
    margin-top: 0px;
    margin-bottom: 50px;
  }

  .cardContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .cardContainer.post {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .draftContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .draftContainer.post {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .rank1 {
    display: block;
    margin: 10px;
    width: calc(410px - 20px);
    -webkit-box-shadow: -1px 3px 9px 0px rgba(24, 24, 24, 0.28);
    box-shadow: -1px 3px 9px 0px rgba(24, 24, 24, 0.28);
    padding: 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .rank1 img {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
  }



  /*---------------- Nav ----------------*/
  .nav {
    position: fixed;
    z-index: 990;
    background: #fff;
    height: 100vh;
    padding-top: 80px;
    top: 0%;
    left: -100%;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-box-shadow: 0 4px 8px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0 4px 8px 0px rgba(0, 0, 0, 0.2);
  }

  .nav ul {
    list-style: none;
    padding: 0;
  }

  .nav ul li {
    padding: 9px 20px;
    font-size: 18px;
    font-weight: 600;
    font-family: "Biryani", sans-serif;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .nav ul li:hover {
    background: #e2e7e9;
  }

  .nav ul li a {
    color: #0d1011;
    text-decoration: none;
  }

  .nav ul li a.active {
    background: #c5ced3;
  }

  .nav.active {
    left: 0px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  /*------------- Carousel --------------*/
  .carousel {
    height: 600px;
    width: 100%;
    position: relative;
    margin-top: 86px;
    z-index: 0;
  }

  .carousel .arrowContainer {
    position: absolute;
    top: 0px;
    right: 0;
    background: #fff;
    opacity: 0.5;
    z-index: 97;
    cursor: pointer;
  }

  .carousel .arrowContainer i {
    padding: 20px;
  }

  .carousel .post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    width: 100%;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-box-shadow: 0 4px 8px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0 4px 8px 0px rgba(0, 0, 0, 0.2);
    position: absolute;
    z-index: 0;
    opacity: 0;
  }

  .carousel .post.active {
    width: 100%;
    height: 100%;
    opacity: 1;
    z-index: 2;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .carousel .post .postDetail {
    width: 100%;
    text-align: left;
    background: #fff;
    -webkit-box-shadow: -1px 3px 9px 0px rgba(24, 24, 24, 0.28);
    box-shadow: -1px 3px 9px 0px rgba(24, 24, 24, 0.28);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    z-index: 2;
    padding: 20px;
  }

  .carousel .post .postDetail a {
    display: inline-block;
    margin: 0 0 10px 0;
    text-decoration: none;
    border: 1px solid #0d1011;
    border-radius: 10px;
    padding: 8px 30px;
    color: #0d1011;
    font-weight: 700;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .carousel .post .postDetail a:hover {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: #d50a0a;
    color: #fff;
    font-weight: 300;
  }

  .carousel .post .postImage {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center right;
    height: 100%;
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    z-index: 1;
    background: #e2e7e9;
  }

  /*--------------- Card ----------------*/
  .card {
    width: 100%;
    margin: 35px 0;
    position: relative;
    background: #f9fafb;
    -webkit-box-shadow: 0 4px 8px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0 4px 8px 0px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    min-height: 204px;
  }

  .card:after {
    content: "\f44e";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 1.42em;
    color: #9b0007;
  }

  .card:hover {
    -webkit-box-shadow: 0px 30px 18px -8px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 30px 18px -8px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .card:hover:after {
    color: #0d1011;
  }

  .card#history:after {
    content: "\f558";
  }

  .card#prestige:after {
    content: "\f091";
  }

  .card .cardBody {
    padding: 10px;
  }

  .card .cardBody a {
    display: inline-block;
    margin: 0 0 10px 0;
    text-decoration: none;
    border: 1px solid #0d1011;
    border-radius: 10px;
    padding: 8px 30px;
    color: #0d1011;
    font-weight: 700;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .card .cardBody a:hover,
  .card .cardBody a:active,
  .card .cardBody a:focus {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: #d50a0a;
    color: #fff;
    font-weight: 300;
  }

  .card .cardBody p {
    height: 80px;
  }

  .timer {
    width: 100%;
    margin: 35px 0;
    position: relative;
    background: #f9fafb;
    -webkit-box-shadow: 0 4px 8px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0 4px 8px 0px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    min-height: 204px;
  }

  .timer:hover {
    -webkit-box-shadow: 0px 30px 18px -8px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 30px 18px -8px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .timer .timerBody {
    padding: 10px;
  }

  /*------------- Feature ---------------*/
  .feature {
    width: 100%;
    height: 300px;
    margin: 10px 0;
    background: transparent;
  }

  .feature .left {
    width: 100%;
    height: 100%;
    background: transparent;
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .feature .left .lead {
    margin: 0;
  }

  .feature .left a {
    display: inline-block;
    margin: 0 0 10px 0;
    text-decoration: none;
    border: 1px solid #0d1011;
    border-radius: 10px;
    padding: 8px 30px;
    color: #0d1011;
    font-weight: 700;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .feature .left a:hover {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: #0d1011;
    color: #fff;
    font-weight: 300;
  }

  .feature .right {
    float: left;
    width: 50%;
    height: 100%;
    background: url("/wp-content/uploads/2018/09/4649896750001_5081574487001_5081559002001-vs.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    display: none;
  }

  /*------------- Bannner ---------------*/
  .banner {
    height: 300px;
    background: url("https://nflops.blob.core.windows.net/cachenflops-lb/7/f/1/7/4/7/7f1747992ad63bdfdb97fbf2547f14620aaa5d38.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 15px;
  }

  .banner .overlay {
    width: 100%;
    height: 100%;
    background: rgba(0, 61, 107, 0.75);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .banner a {
    display: inline-block;
    margin: 0 0 10px 0;
    text-decoration: none;
    border: 1px solid #0d1011;
    border-radius: 10px;
    padding: 8px 30px;
    color: #0d1011;
    font-weight: 700;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: #fff;
    color: #013369;
    border-color: #fff;
  }

  .banner a:hover,
  .banner a:active,
  .banner a:focus {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: #0d1011;
    color: #fff;
    font-weight: 300;
    background: #d50a0a;
    border-color: #d50a0a;
  }

  /*---------- Flex Container -----------*/
  .flexContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -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: nowrap;
    flex-wrap: nowrap;
    height: 100vh;
  }

  .flexContainer .fof {
    font-size: 33vw;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    margin: 0;
  }

  .flexContainer h1,
  .flexContainer h2,
  .flexContainer h3 {
    margin-bottom: 5px;
  }

  .flexContainer p {
    padding: 0 10px;
    text-align: center;
  }

  .flexContainer a {
    display: inline-block;
    margin: 0 0 10px 0;
    text-decoration: none;
    border: 1px solid #0d1011;
    border-radius: 10px;
    padding: 8px 30px;
    color: #0d1011;
    font-weight: 700;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .flexContainer a:hover {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: #0d1011;
    color: #fff;
    font-weight: 300;
  }

  /*------------ Long Card --------------*/
  .longCard {
    -webkit-box-shadow: -1px 3px 9px 0px rgba(24, 24, 24, 0.28);
    box-shadow: -1px 3px 9px 0px rgba(24, 24, 24, 0.28);
    width: 355px;
    margin: 20px 10px;
  }

  .longCard .top {
    height: 250px;
    position: relative;
    overflow: hidden;
  }

  .longCard .top .overlay {
    height: 100%;
    width: 100%;
  }

  .longCard .top:after {
    content: "";
    height: 200px;
    width: 110%;
    background: #f9fafb;
    position: absolute;
    bottom: -150px;
    -webkit-transform: translateX(-35px) rotate(15deg);
    -ms-transform: translateX(-35px) rotate(15deg);
    transform: translateX(-35px) rotate(15deg);
  }

  .longCard .bottom {
    background: #f9fafb;
    padding: 10px;
    height: 225px;
    position: relative;
  }

  .longCard .bottom p {
    margin-top: -15px;
    margin-bottom: 0;
  }

  .longCard .bottom h1,
  .longCard .bottom h2,
  .longCard .bottom h3 {
    margin: 0;
  }

  .longCard .bottom a {
    position: absolute;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 70%;
    display: inline-block;
    margin: 0 0 10px 0;
    text-decoration: none;
    border: 1px solid #0d1011;
    border-radius: 10px;
    padding: 8px 30px;
    color: #0d1011;
    font-weight: 700;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .longCard .bottom a:hover {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: #0d1011;
    color: #fff;
    font-weight: 300;
  }

  .longCard#chab .top {
    background: url("../Images/chandler.png");
    background-position: top center;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .longCard#chab .overlay {
    background: -webkit-gradient(linear,
        left bottom,
        left top,
        from(#F05133),
        to(#f3f5f6));
    background: -webkit-linear-gradient(bottom, #F05133, #f3f5f6);
    background: -o-linear-gradient(bottom, #F05133, #f3f5f6);
    background: linear-gradient(to top, #F05133, #f3f5f6);
    opacity: 0.75;
  }

  .longCard#chrb .top {
    background: url("../Images/chris.png");
    background-position: top center;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .longCard#chrb .overlay {
    background: -webkit-gradient(linear,
        left bottom,
        left top,
        from(#d01422),
        to(#f3f5f6));
    background: -webkit-linear-gradient(bottom, #d01422, #f3f5f6);
    background: -o-linear-gradient(bottom, #d01422, #f3f5f6);
    background: linear-gradient(to top, #d01422, #f3f5f6);
    opacity: 0.75;
  }

  .longCard#hayd .top {
    background: url("../Images/hayden.png");
    background-position: top center;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .longCard#hayd .overlay {
    background: -webkit-gradient(linear,
        left bottom,
        left top,
        from(#413a00),
        to(#f3f5f6));
    background: -webkit-linear-gradient(bottom, #413a00, #f3f5f6);
    background: -o-linear-gradient(bottom, #413a00, #f3f5f6);
    background: linear-gradient(to top, #413a00, #f3f5f6);
    opacity: 0.75;
  }

  .longCard#heat .top {
    background: url("../Images/heather.png");
    background-position: top center;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .longCard#heat .overlay {
    background: -webkit-gradient(linear,
        left bottom,
        left top,
        from(#c98b27),
        to(#f3f5f6));
    background: -webkit-linear-gradient(bottom, #c98b27, #f3f5f6);
    background: -o-linear-gradient(bottom, #c98b27, #f3f5f6);
    background: linear-gradient(to top, #c98b27, #f3f5f6);
    opacity: 0.75;
  }

  .longCard#jaso .top {
    background: url("../Images/jason.png");
    background-position: top center;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .longCard#jaso .overlay {
    background: -webkit-gradient(linear,
        left bottom,
        left top,
        from(#c98b27),
        to(#f3f5f6));
    background: -webkit-linear-gradient(bottom, #c98b27, #f3f5f6);
    background: -o-linear-gradient(bottom, #c98b27, #f3f5f6);
    background: linear-gradient(to top, #c98b27, #f3f5f6);
    opacity: 0.75;
  }

  .longCard#jay .top {
    background: url("../Images/jay.png");
    background-position: top center;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .longCard#jay .overlay {
    background: -webkit-gradient(linear,
        left bottom,
        left top,
        from(#63ddff),
        to(#f3f5f6));
    background: -webkit-linear-gradient(bottom, #63ddff, #f3f5f6);
    background: -o-linear-gradient(bottom, #63ddff, #f3f5f6);
    background: linear-gradient(to top, #63ddff, #f3f5f6);
    opacity: 0.75;
  }

  .longCard#jenna .top {
    background: url("../Images/jenna.png");
    background-position: top center;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .longCard#jenna .overlay {
    background: -webkit-gradient(linear,
        left bottom,
        left top,
        from(#f66733),
        to(#f3f5f6));
    background: -webkit-linear-gradient(bottom, #f66733, #f3f5f6);
    background: -o-linear-gradient(bottom, #f66733, #f3f5f6);
    background: linear-gradient(to top, #f66733, #f3f5f6);
    opacity: 0.75;
  }

  .longCard#gar .top {
    background: url("../Images/garrett.png");
    background-position: top center;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .longCard#gar .overlay {
    background: -webkit-gradient(linear,
        left bottom,
        left top,
        from(#000000),
        to(#f3f5f6));
    background: -webkit-linear-gradient(bottom, #000000, #f3f5f6);
    background: -o-linear-gradient(bottom, #000000, #f3f5f6);
    background: linear-gradient(to top, #000000, #f3f5f6);
    opacity: 0.75;
  }

  .longCard#kev .top {
    background: url("../Images/kevin.png");
    background-position: top center;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .longCard#kev .overlay {
    background: -webkit-gradient(linear,
        left bottom,
        left top,
        from(#731804),
        to(#f3f5f6));
    background: -webkit-linear-gradient(bottom, #731804, #f3f5f6);
    background: -o-linear-gradient(bottom, #731804, #f3f5f6);
    background: linear-gradient(to top, #731804, #f3f5f6);
    opacity: 0.75;
  }

  .longCard#lexi .top {
    background: url("../Images/lexi.jpeg");
    background-position: top center;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .longCard#lexi .overlay {
    background: -webkit-gradient(linear,
        left bottom,
        left top,
        from(#002244),
        to(#f3f5f6));
    background: -webkit-linear-gradient(bottom, #002244, #f3f5f6);
    background: -o-linear-gradient(bottom, #002244, #f3f5f6);
    background: linear-gradient(to top, #002244, #f3f5f6);
    opacity: 0.75;
  }

  .longCard#krist .top {
    background: url("../Images/krista.png");
    background-position: top center;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .longCard#krist .overlay {
    background: -webkit-gradient(linear,
        left bottom,
        left top,
        from(#47784d),
        to(#f3f5f6));
    background: -webkit-linear-gradient(bottom, #47784d, #f3f5f6);
    background: -o-linear-gradient(bottom, #47784d, #f3f5f6);
    background: linear-gradient(to top, #47784d, #f3f5f6);
    opacity: 0.75;
  }

  .longCard#ridg .top {
    background: url("../Images/ridge.png");
    background-position: top center;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .longCard#ridg .overlay {
    background: -webkit-gradient(linear,
        left bottom,
        left top,
        from(#FF1F1F),
        to(#f3f5f6));
    background: -webkit-linear-gradient(bottom, #FF1F1F, #f3f5f6);
    background: -o-linear-gradient(bottom, #FF1F1F, #f3f5f6);
    background: linear-gradient(to top, #FF1F1F, #f3f5f6);
    opacity: 0.75;
  }

  .longCard#sams .top {
    background: url("../Images/sam.png");
    background-position: top center;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .longCard#sams .overlay {
    background: -webkit-gradient(linear,
        left bottom,
        left top,
        from(#D02030),
        to(#f3f5f6));
    background: -webkit-linear-gradient(bottom, #D02030, #f3f5f6);
    background: -o-linear-gradient(bottom, #D02030, #f3f5f6);
    background: linear-gradient(to top, #D02030, #f3f5f6);
    opacity: 0.75;
  }

  .longCard#scot .top {
    background: url("../Images/scott.jpg");
    background-position: top center;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .longCard#scot .overlay {
    background: -webkit-gradient(linear,
        left bottom,
        left top,
        from(#046a38),
        to(#f3f5f6));
    background: -webkit-linear-gradient(bottom, #046a38, #f3f5f6);
    background: -o-linear-gradient(bottom, #046a38, #f3f5f6);
    background: linear-gradient(to top, #046a38, #f3f5f6);
    opacity: 0.75;
  }

  .longCard#skul .top {
    background: url("../Images/skully.png");
    background-position: top center;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .longCard#skul .overlay {
    background: -webkit-gradient(linear,
        left bottom,
        left top,
        from(#aea387),
        to(#f3f5f6));
    background: -webkit-linear-gradient(bottom, #aea387, #f3f5f6);
    background: -o-linear-gradient(bottom, #aea387, #f3f5f6);
    background: linear-gradient(to top, #aea387, #f3f5f6);
    opacity: 0.75;
  }

  .longCard#spen .top {
    background: url("../Images/spencer.png");
    background-position: top center;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .longCard#spen .overlay {
    background: -webkit-gradient(linear,
        left bottom,
        left top,
        from(#21B5CB),
        to(#f3f5f6));
    background: -webkit-linear-gradient(bottom, #21B5CB, #f3f5f6);
    background: -o-linear-gradient(bottom, #21B5CB, #f3f5f6);
    background: linear-gradient(to top, #21B5CB, #f3f5f6);
    opacity: 0.75;
  }

  /*---------------- Box ----------------*/
  .box {
    height: 100%;
    max-width: 100%;
    margin: 0 10px;
    position: relative;
    padding: 10px 5px;
    border: 1px solid #f3f5f6;
    border-left-width: 5px;
    border-left-color: #f9fafb;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .box:hover {
    border-left-color: #9b0007;
  }

  .box h2 {
    margin: 0;
    padding-right: 10px;
    border-right: 1px solid #0d1011;
  }

  .box img {
    min-width: 70px;
    width: 18%;
    max-width: 150px;
    height: 150px;
    margin: 0;
    padding: 0;
    margin: 0 10px 0 10px;
  }

  .box p {
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
    font-weight: 700;
    font-size: 24px;
  }

  /*-------- Profile Container ----------*/
  .profileContainer {
    padding: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .profileContainer .profileCard {
    background: #e2e7e9;
    -webkit-box-shadow: -1px 3px 9px 0px rgba(24, 24, 24, 0.28);
    box-shadow: -1px 3px 9px 0px rgba(24, 24, 24, 0.28);
    width: 100%;
    margin-top: 90px;
  }

  .profileContainer .profileCard .top {
    background: url("https://storage.googleapis.com/afs-prod/media/media:cfd0814908164440b0d223011a60b0fb/800.jpeg");
    background-size: cover;
    background-repeat: norepeat;
    background-position: 50% 80%;
    background-color: #0d1011;
    background-blend-mode: soft-light;
    width: 100%;
    text-align: center;
    position: relative;
  }

  .profileContainer .profileCard .top h1,
  .profileContainer .profileCard .top h2,
  .profileContainer .profileCard .top h3 {
    padding: 120px 0 80px 0;
    margin: 0px 10px;
    font-size: 56px;
  }

  .profileContainer .profileCard .top img {
    min-width: 120px;
    width: 220px;
    position: absolute;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 0;
  }

  .profileContainer .profileCard .bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .profileContainer .profileCard .bottom .stat {
    text-align: center;
    /* width: calc(50% - 12px); */
    width: 100%;
    padding: 5px;
    margin: 10px;
    background: #fff;
    -webkit-box-shadow: 0 4px 8px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0 4px 8px 0px rgba(0, 0, 0, 0.2);
  }

  .profileContainer .profileCard .bottom .stat h1,
  .profileContainer .profileCard .bottom .stat h2,
  .profileContainer .profileCard .bottom .stat h3 {
    margin: 0px;
    padding: 20px 0;
  }

  .profileContainer .profileCard .bottom .stat hr {
    width: 30%;
  }

  .profileContainer .profileCard .bottom .stat h3 {
    margin: 0;
    padding: 20px 0;
  }

  .profileContainer .profileCard#chab .top {
    background: url(http://gamecocksonlinefb.io-media.com/media/venueview/images/NE_FullStadium.jpg);
    background-size: cover;
    background-repeat: norepeat;
    background-position: 90% 40%;
    background-blend-mode: soft-light;
    background-color: #571C20;
    color: #F05133;
  }

  .profileContainer .profileCard#chrb .top {
    background: url(https://www.stadiumsofprofootball.com/wp-content/uploads/2016/07/bank16_top.jpg);
    background-size: cover;
    background-repeat: norepeat;
    background-position: 90% 40%;
    background-blend-mode: soft-light;
    background-color: #d01422;
    color: #fff;
  }

  .profileContainer .profileCard#hayd .top {
    background-color: #413a00;
    color: #fff;
  }

  .profileContainer .profileCard#heat .top {
    background: url(https://www.stadiumsofprofootball.com/wp-content/uploads/2016/07/sports16_bottom.jpg);
    background-size: cover;
    background-repeat: norepeat;
    background-position: 90% 40%;
    background-blend-mode: soft-light;
    background-color: #c98b27;
    color: #fff;
  }

  .profileContainer .profileCard#jaso .top {
    background: url(https://www.stadiumsofprofootball.com/wp-content/uploads/2016/07/nrg16_top.jpg);
    background-size: cover;
    background-repeat: norepeat;
    background-position: 90% 60%;
    background-blend-mode: soft-light;
    background-color: #c98b27;
    color: #fff;
  }

  .profileContainer .profileCard#jay .top {
    background: url(https://www.delawarenorth.com/~/media/delawarenorth/images/microsites/carolina%20panther%20football/carolinapanthers_fieldview_t1.jpg?h=350&la=en&w=804);
    background-size: cover;
    background-repeat: norepeat;
    background-position: 90% 40%;
    background-blend-mode: soft-light;
    background-color: #006e8c;
    color: #fff;
  }

  .profileContainer .profileCard#jenna .top {
    background: url(https://clemsontigers.com/wp-content/uploads/2018/07/death_valley.jpg);
    background-size: cover;
    background-repeat: norepeat;
    background-position: 90% 40%;
    background-blend-mode: soft-light;
    background-color: #f66733;
    color: #000000;
  }

  .profileContainer .profileCard#gar .top {
    background: url(https://www.stadiumsofprofootball.com/wp-content/uploads/2016/07/att16_top.jpg);
    background-size: cover;
    background-repeat: norepeat;
    background-position: 90% 40%;
    background-blend-mode: soft-light;
    background-color: #C09E45;
    color: #000000;
  }

  .profileContainer .profileCard#kev .top {
    background: url(https://www.stadiumsofprofootball.com/wp-content/uploads/2016/07/arrow16_top.jpg);
    background-size: cover;
    background-repeat: norepeat;
    background-position: 90% 40%;
    background-blend-mode: soft-light;
    background-color: #731804;
    color: #fff;
  }

  .profileContainer .profileCard#lexi .top {
    background: url(https://www.stadiumsofprofootball.com/wp-content/uploads/2016/07/century18950.jpg);
    background-size: cover;
    background-repeat: norepeat;
    background-position: 90% 35%;
    background-blend-mode: soft-light;
    background-color: #002244;
    color: #A5ACAF;
  }

  .profileContainer .profileCard#krist .top {
    background: url(https://www.stadiumsofprofootball.com/wp-content/uploads/2016/07/bank16_top.jpg);
    background-size: cover;
    background-repeat: norepeat;
    background-position: 90% 40%;
    background-blend-mode: soft-light;
    background-color: #47784d;
    color: #fff;
  }

  .profileContainer .profileCard#ridg .top {
    background: url(https://static01.nyt.com/images/2011/12/23/sports/jp-stadium/jp-stadium-jumbo.jpg);
    background-size: cover;
    background-repeat: norepeat;
    background-position: 90% 30%;
    background-blend-mode: soft-light;
    background-color: #FF1F1F;
    color: #000000;
  }

  .profileContainer .profileCard#sams .top {
    background: url(https://thespun.com/wp-content/uploads/2019/04/GettyImages-879742732-775x465.jpg);
    background-size: cover;
    background-repeat: norepeat;
    background-position: 1% 90%;
    background-blend-mode: soft-light;
    background-color: #b6b6b6;
    color: #d02030;
  }

  .profileContainer .profileCard#scot .top {
    background: url(https://phildanmatt.weebly.com/uploads/6/6/2/3/6623029/5063122_orig.jpg);
    background-size: cover;
    background-repeat: norepeat;
    background-position: 90% 75%;
    background-blend-mode: soft-light;
    background-color: #046a38;
    color: #fff;
  }

  .profileContainer .profileCard#skul .top {
    background: url(https://www.stadiumsofprofootball.com/wp-content/uploads/2016/08/giants16_top.jpg);
    background-size: cover;
    background-repeat: norepeat;
    background-position: 90% 70%;
    background-blend-mode: soft-light;
    background-color: #aea387;
    color: #fff;
  }

  .profileContainer .profileCard#spen .top {
    background: url(https://www.stadiumsofprofootball.com/wp-content/uploads/2016/07/metlifegiants2012955.jpg);
    background-size: cover;
    background-repeat: norepeat;
    background-position: 10% 90%;
    background-blend-mode: soft-light;
    background-color: #21B5CB;
    color: #000000;
  }

  .profileContainer .profileCard#chab .top h1 {
    font-size: 22px !important;
    font-family: "Gamecocks";
  }

  .profileContainer .profileCard#chrb .top h1 {
    font-size: 50px !important;
    font-family: "Panthers";
  }

  .profileContainer .profileCard#gar .top h1 {
    font-size: 50px !important;
    font-family: "Cowboys";
  }

  .profileContainer .profileCard#hayd .top h1 {
    font-size: 45px !important;
    font-family: "Falcons";
  }

  .profileContainer .profileCard#heat .top h1 {
    font-family: "Broncos";
    font-size: 56px !important;
  }

  .profileContainer .profileCard#jaso .top h1 {
    font-size: 56px !important;
  }

  .profileContainer .profileCard#jay .top h1 {
    font-family: "Panthers";
    font-size: 50px !important;
  }

  .profileContainer .profileCard#jenna .top h1 {
    font-family: "Tigers";
    font-size: 56px !important;
  }

  .profileContainer .profileCard#kev .top h1 {
    font-family: "Chiefs";
    font-size: 50px !important;
  }

  .profileContainer .profileCard#krist .top h1 {
    font-family: "Panthers";
    font-size: 40px !important;
  }

  .profileContainer .profileCard#lexi .top h1 {
    font-family: "Seahawks";
    font-size: 56px !important;
  }

  .profileContainer .profileCard#ridg .top h1 {
    font-family: "Jets";
    font-size: 25px !important;
  }

  .profileContainer .profileCard#sams .top h1 {
    font-family: "Cardinals";
    font-size: 50px !important;
  }

  .profileContainer .profileCard#scot .top h1 {
    font-family: "Jets";
    font-size: 40px !important;
  }

  .profileContainer .profileCard#skul .top h1 {
    font-family: "Giants";
    font-size: 65px !important;
  }

  .profileContainer .profileCard#spen .top h1 {
    font-family: "Giants";
    font-size: 60px !important;
  }

  /*------------ Stat Card --------------*/
  .statCard {
    width: 355px;
    margin: 30px 10px;
    padding: 0 5px 10px 5px;
    -webkit-box-shadow: -1px 3px 9px 0px rgba(24, 24, 24, 0.28);
    box-shadow: -1px 3px 9px 0px rgba(24, 24, 24, 0.28);
    background: #fff;
    position: relative;
    z-index: 1;
  }

  .statCard img {
    width: 100px;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 1;
  }

  .statCard .top {
    height: 155px;
    position: relative;
    border-bottom: 2px solid #0d1011;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    padding: 0 5px;
  }

  .statCard .top h1,
  .statCard .top h2,
  .statCard .top h3 {
    padding: 0;
    margin: 0;
  }

  .statCard .top h2 {
    position: absolute;
    bottom: -24px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 0 10px;
  }

  .statCard h5 {
    padding-bottom: 0;
    margin: 25px 0 10px 0;
    color: #9da9af;
    text-align: center;
  }

  .statCard ul {
    margin: 0;
    list-style: none;
    padding: 0 0 0 85px;
  }

  .statCard ul li {
    margin: 2.5px 0;
  }

  .statCard ul li .num {
    font-weight: 700;
    margin-left: 10px;
  }

  /*------------ Hall Card ---------------*/
  .hallCard {
    width: 355px;
    margin: 30px 10px;
    padding: 0 5px 10px 5px;
    -webkit-box-shadow: -1px 3px 9px 0px rgba(24, 24, 24, 0.28);
    box-shadow: -1px 3px 9px 0px rgba(24, 24, 24, 0.28);
    position: relative;
    z-index: 1;
    background: linear-gradient(225deg,
        #fad25a,
        #eec64f,
        #e1ba43,
        #d4af37,
        #c7a42b,
        #bb981d,
        #ae8d0b);
    background-size: 300% 300%;
    box-sizing: border-box;
    display: table;
    height: 10vh;
    position: relative;
    -webkit-animation: Rainbow 7s ease infinite;
    -moz-animation: Rainbow 7s ease infinite;
    animation: Rainbow 7s ease infinite;
  }

  @-webkit-keyframes Rainbow {
    0% {
      background-position: 94% 0%;
    }

    50% {
      background-position: 7% 100%;
    }

    100% {
      background-position: 94% 0%;
    }
  }

  .hallCard img {
    width: 125px;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 1;
  }

  .hallCard .top {
    height: 155px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    padding: 0 5px;
  }

  .hallCard .top h1,
  .hallCard .top h2,
  .hallCard .top h3 {
    padding: 0;
    margin: 0;
  }

  .hallCard .top h2 {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: relative;
    z-index: 0;
    background: linear-gradient(transparent 100%);
    background-size: 100% 100%;
    box-sizing: border-box;
    display: table;
    height: 0vh;
    position: absolute;
    -webkit-animation: Rainbow 7s ease infinite;
    -moz-animation: Rainbow 7s ease infinite;
    animation: Rainbow 7s ease infinite;
    padding: 0 10px;
  }

  .hallCard h5 {
    padding-bottom: 0;
    font-weight: 1000;
    margin: 20px 0 0px 0;
    color: #0d1011;
    text-align: center;
  }

  .hallCard ul {
    margin: 0;
    list-style: none;
    padding: 0 0 0 45px;
  }

  .hallCard ul li {
    margin: 2.5px 0;
  }

  .hallCard ul li .num {
    font-weight: 700;
    margin-left: 10px;
  }

  /*------------ Draft Card --------------*/
  .draftCard {
    width: 355px;
    margin: 30px 10px;
    padding: 0 5px 10px 5px;
    -webkit-box-shadow: -1px 3px 9px 0px rgba(24, 24, 24, 0.28);
    box-shadow: -1px 3px 9px 0px rgba(24, 24, 24, 0.28);
    background: #fff;
    position: relative;
    z-index: 1;
  }

  .draftCard img {
    width: 100px;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 1;
  }

  .draftCard .top {
    height: 155px;
    position: relative;
    border-bottom: 2px solid #0d1011;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    padding: 0 5px;
  }

  .draftCard .top h1,
  .draftCard .top h2,
  .draftCard .top h3 {
    padding: 0;
    margin: 0;
  }

  .draftCard .top h2 {
    position: absolute;
    bottom: -24px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 0 10px;
  }

  .draftCard h5 {
    padding-bottom: 0;
    margin: 25px 0 10px 0;
    color: #9da9af;
    text-align: center;
  }

  .draftCard ul {
    margin: 0;
    list-style: none;
    padding: 100 0 0 85px;
  }

  .draftCard ul li {
    margin: 2.5px 0;
  }

  .draftCard ul li .num {
    font-weight: 700;
    margin-left: 10px;
  }

  /*------------ News Card --------------*/
  .newsCard {
    width: 410px;
    -webkit-box-shadow: -1px 3px 9px 0px rgba(24, 24, 24, 0.28);
    box-shadow: -1px 3px 9px 0px rgba(24, 24, 24, 0.28);
    margin: 15px;
    background: #fff;
  }

  .newsCard a {
    width: 100%;
    overflow: hidden;
    text-decoration: none;
    position: relative;
  }

  .newsCard a>img {
    width: 100%;
    height: auto;
  }

  .newsCard a>.category {
    color: #0d1011;
    font-weight: 700;
    position: absolute;
    top: -16px;
    left: 0;
    background: #d5002e;
    padding: 5px 25px;
    font-size: 1.3em;
  }

  .newsCard .bottom {
    background: #fff;
    padding: 10px;
    margin-top: -10px;
  }

  .newsCard .bottom h2 {
    margin: 0;
    padding: 0;
  }

  .newsCard .bottom h2 a {
    color: #0d1011;
  }

  /*------------ Keepers --------------*/
  .keeperContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .keeperCard {
    width: 355px;
    margin: 20px 10px;
  }

  .keeperCard .top {
    overflow: hidden;
    text-align: center;
  }

  .keeperCard .top img {
    margin: 0 0 -10px 0;
    padding: 0;
  }

  .keeperCard .bottom {
    border: 2px solid #0d1011;
    background: #f9fafb;
    -webkit-box-shadow: -1px 3px 9px 0px rgba(24, 24, 24, 0.28);
    box-shadow: -1px 3px 9px 0px rgba(24, 24, 24, 0.28);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .keeperCard .bottom:hover {
    -webkit-transform: scale(1.01);
    -ms-transform: scale(1.01);
    transform: scale(1.01);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-box-shadow: 0px 30px 18px -8px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 30px 18px -8px rgba(0, 0, 0, 0.1);
  }

  .keeperCard .bottom .header {
    width: 100%;
    border-bottom: 2px solid #0d1011;
    height: 70px;
    clear: both;
  }

  .keeperCard .bottom .header .teamLogo {
    width: 70px;
    height: 100%;
    display: inline-block;
    position: relative;
  }

  .keeperCard .bottom .header .teamLogo img {
    width: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .keeperCard .bottom .header .teamName {
    display: inline-block;
    width: calc(100% - 70px);
    float: right;
    height: 71px;
    margin-top: -1px;
    border-left: 2px solid #0d1011;
    padding-left: 20px;
  }

  .keeperCard .bottom h2 {
    margin: 0;
    padding: 20px 0 0 0;
    text-align: center;
  }

  .keeperCard .bottom p {
    margin: 0;
    padding-bottom: 20px;
    text-align: center;
    color: #9b0007;
  }

  /*------------ Ranking --------------*/
  .leader {
    -webkit-box-shadow: -1px 3px 9px 0px rgba(24, 24, 24, 0.28);
    box-shadow: -1px 3px 9px 0px rgba(24, 24, 24, 0.28);
    width: calc(100% - 55px);
    max-width: calc(500px - 40px);
    height: 125px;
    background: #fff;
    position: relative;
    margin: 10px 20px;
    display: inline-block;
  }

  .leader h2 {
    width: calc(100% - 50px);
    position: absolute;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0;
    text-align: center;
  }

  .leader p {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 100%;
    margin: 0;
    padding: 5px;
    text-align: center;
    width: 50px;
    background: #fff;
    border: 1px solid #0d1011;
    font-size: 1.5rem;
  }

  .leader#up img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 100%;
  }

  .leader#down img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 0;
  }

  .ranking {
    position: relative;
    -webkit-box-shadow: -1px 3px 9px 0px rgba(24, 24, 24, 0.28);
    box-shadow: -1px 3px 9px 0px rgba(24, 24, 24, 0.28);
    background: #fff;
    width: calc(100% - 30px);
    max-width: calc(520px - 30px);
    margin: 30px 15px;
  }

  .ranking .rank {
    width: calc(100% - 50px);
  }

  .ranking .rank .num {
    position: relative;
    width: 150px;
    height: 120px;
    opacity: 1;
    margin: 0;
  }

  .ranking .rank .num .huge {
    font-size: 200px;
    margin: 0;
    padding: 0;
    color: #00619a;
    opacity: 0.4;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
  }

  .ranking .rank>h1,
  .ranking .rank>h2,
  .ranking .rank>h3 {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 10px;
    margin: 0;
    padding: 0;
    font-size: 1.7em;
    max-width: 300px;
    text-align: left;
    z-index: 3;
  }

  .ranking .rank .overlay {
    width: calc(100% - 50px);
    height: 100%;
    overflow: hidden;
    position: relative;
    position: absolute;
  }

  .ranking .rank .overlay img {
    height: 200px;
    width: auto;
    z-index: 2;
    opacity: 0.2;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    display: inline;
    right: 0%;
    margin: 10px;
    padding: 0;
  }

  .ranking>.change {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    width: 50px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #c5ced3;
    background: -webkit-linear-gradient(to bottom, #c5ced3, #f9fafb);
    /* Chrome 10-25, Safari 5.1-6 */
    background: -webkit-gradient(linear,
        left top,
        left bottom,
        from(#c5ced3),
        to(#f9fafb));
    background: -webkit-linear-gradient(top, #c5ced3, #f9fafb);
    background: -o-linear-gradient(top, #c5ced3, #f9fafb);
    background: linear-gradient(to bottom, #c5ced3, #f9fafb);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  }

  .ranking>.change h6 {
    position: absolute;
    top: 5px;
    margin: 0;
    font-size: 11px;
    font-weight: 700;
    border-bottom: 1px solid #0d1011;
  }

  .ranking>.change h3 {
    margin: 0;
  }

  .ranking>.change.up {
    background: #00653a;
    background: -webkit-linear-gradient(to bottom, #00653a, #9da9af);
    /* Chrome 10-25, Safari 5.1-6 */
    background: -webkit-gradient(linear,
        left top,
        left bottom,
        from(#00653a),
        to(#9da9af));
    background: -webkit-linear-gradient(top, #00653a, #9da9af);
    background: -o-linear-gradient(top, #00653a, #9da9af);
    background: linear-gradient(to bottom, #00653a, #9da9af);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color: #fff;
  }

  .ranking>.change.up h6 {
    border-color: #fff;
  }

  .ranking>.change.down {
    background: #e03a3e;
    background: -webkit-linear-gradient(to bottom, #e03a3e, #c5ced3);
    background: -webkit-gradient(linear,
        left top,
        left bottom,
        from(#e03a3e),
        to(#c5ced3));
    background: -webkit-linear-gradient(top, #e03a3e, #c5ced3);
    background: -o-linear-gradient(top, #e03a3e, #c5ced3);
    background: linear-gradient(to bottom, #e03a3e, #c5ced3);
    color: #0d1011;
  }

  /*------------ PW Template --------------*/
  .pwRank {
    display: block;
    margin: 10px;
    width: calc(550px - 20px);
    -webkit-box-shadow: -1px 3px 9px 0px rgba(24, 24, 24, 0.28);
    box-shadow: -1px 3px 9px 0px rgba(24, 24, 24, 0.28);
    padding: 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .pwRank img {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
  }

  .pwRank:hover {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: scale(1.01);
    -ms-transform: scale(1.01);
    transform: scale(1.01);
  }

  /*------------ Accordion --------------*/
  .accordion {
    width: calc(100% - 20px);
    border-bottom: 1px solid #fff;
    margin: 10px;
  }

  .accordion .accordion_header {
    width: 100%;
    background: -webkit-gradient(linear,
        right top,
        left top,
        from(#00619a),
        to(#003d6b));
    background: -webkit-linear-gradient(right, #00619a, #003d6b);
    background: -o-linear-gradient(right, #00619a, #003d6b);
    background: linear-gradient(to left, #00619a, #003d6b);
    padding: 10px;
  }

  .accordion .accordion_header button {
    color: #fff;
    background: none;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    cursor: pointer;
  }

  .accordion .accordion_header button:focus {
    outline: none;
  }

  .accordion .accordion_header button img {
    width: 5em;
    margin: 0;
  }

  .accordion .accordion_header button h3 {
    padding: 10px;
    margin: 0 10px;
    font-size: 2.2em;
  }

  .accordion .accordion_header button .grade {
    font-size: 5.3em;
    margin: 0;
    color: #fff;
    border: none;
  }

  .accordion .accordion_header button #more {
    text-align: center;
    padding: 10px 0 0 0;
    margin: 0;
    color: #fff;
    border-top: 1px solid #fff;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%;
  }

  .accordion .accordion_body {
    padding: 10px 20px;
    background: -webkit-gradient(linear,
        left bottom,
        left top,
        from(#ece9e6),
        to(#ffffff));
    background: -webkit-linear-gradient(bottom, #ece9e6, #ffffff);
    background: -o-linear-gradient(bottom, #ece9e6, #ffffff);
    background: linear-gradient(to top, #ece9e6, #ffffff);
    display: none;
  }

  .accordion.open {
    -webkit-box-shadow: 0 4px 8px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0 4px 8px 0px rgba(0, 0, 0, 0.2);
  }

  .accordion.open .accordion_body {
    display: block;
  }

  .recordCard {
    -webkit-box-shadow: -1px 3px 9px 0px rgba(24, 24, 24, 0.28);
    box-shadow: -1px 3px 9px 0px rgba(24, 24, 24, 0.28);
    background: #fff;
    margin: 10px;
    width: calc(100% - 20px);
    max-width: calc(400px - 20px);
  }

  .recordCard .top {
    height: 230px;
    background: #0d1011 url("https://www.profootballhof.com/assets/1/6/Modern_Era_Players_1920x1080.jpg");
    background-size: cover;
    background-position: center center;
    position: relative;
  }

  .recordCard .top .category {
    text-transform: uppercase;
    display: inline-block;
    padding: 5px 0 15px 0;
    outline: 2px solid #fff;
    outline-offset: -6px;
    opacity: 0.9;
  }

  .recordCard .top .category p {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: upright;
    letter-spacing: -10px;
    font-size: 14px;
  }

  .recordCard .top img {
    position: absolute;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 100%;
    width: 100px;
  }

  .recordCard .middle {
    padding: 25px 10px 0 10px;
  }

  .recordCard .middle h3 {
    font-weight: 300;
  }

  .recordCard .bottom {
    text-align: center;
    border-top: 2px solid #0d1011;
    margin: 0;
    padding: 2.5px;
  }

  .recordCard .bottom h4 {
    margin: 0;
  }

  .recordCard.Season .category {
    background: #00619a;
  }

  .recordCard.Season .category p {
    color: #fff;
  }

  .recordCard.Season .bottom {
    background: #00619a;
    color: #fff;
  }

  .recordCard.Playoff .category {
    background: #d5002e;
  }

  .recordCard.Playoff .category p {
    color: #fff;
  }

  .recordCard.Playoff .bottom {
    background: #d5002e;
    color: #fff;
  }

  .recordCard.Career .category {
    background: #b4975a;
  }

  .recordCard.Career .category p {
    color: #fff;
  }

  .recordCard.Career .bottom {
    background: #b4975a;
    color: #0d1011;
  }

  .prestige {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin-top: 1em;
    margin-bottom: 1em;
    border: none;
    text-align: center;
  }

  .prestige .row-1 {
    background: #003d6b !important;
    color: #fff;
    font-size: 1.42em;
  }

  .prestige .row-1 td {
    padding: 20px 0;
    border-bottom: 1px solid #003d6b;
  }

  .prestige .row-1:hover {
    background: #003d6b !important;
    transform: none;
  }

  .prestige tr:hover {
    background: #d5002e !important;
    color: #fff;
    font-weight: 700;
    box-shadow: #9b0007 -1px 1px, #9b0007 -2px 2px, #9b0007 -3px 3px,
      #9b0007 -4px 4px, #9b0007 -5px 5px, #9b0007 -6px 6px;
    transform: translate3d(6px, -6px, 0);
    transition-delay: 0s;
    transition-duration: 0.4s;
    transition-property: all;
    transition-timing-function: line;
  }

  .prestige tr:nth-of-type(odd) {
    background: #e2e7e9;
  }

  .prestige tr:nth-of-type(even) {
    background: #fff;
  }

  .prestige tr td {
    padding: 5px 0;
    width: 33%;
  }

  .profileContainer .profileCard#chab .stat:hover {
    background: #571C20;
    color: #F05133;
  }

  .profileContainer .profileCard#chab label:hover {
    background: #571C20;
    color: #F05133;
    cursor: pointer;
  }

  .profileContainer .profileCard#chab input:checked+label {
    background: #571C20;
    color: #fff;
  }

  .profileContainer .profileCard#chrb .stat:hover {
    background: #d01422;
    color: #ffffff;
  }

  .profileContainer .profileCard#chrb label:hover {
    background: #d01422;
    color: #fff;
    cursor: pointer;
  }

  .profileContainer .profileCard#chrb input:checked+label {
    background: #b5b5b5;
    color: #000000;
  }

  .profileContainer .profileCard#hayd .stat:hover {
    background-color: #fb8763;
    color: #413a00;
  }

  .profileContainer .profileCard#hayd label:hover {
    background: #413a00;
    color: #fff;
    cursor: pointer;
  }

  .profileContainer .profileCard#hayd input:checked+label {
    background: #413a00;
    color: #fff;
  }

  .profileContainer .profileCard#heat .stat:hover {
    background-color: #c7c7c7;
    color: #c98b27;
  }

  .profileContainer .profileCard#heat label:hover {
    background-color: #c7c7c7;
    color: #c98b27;
    cursor: pointer;
  }

  .profileContainer .profileCard#heat input:checked+label {
    background-color: #c98b27;
    color: #c7c7c7;
  }

  .profileContainer .profileCard#jaso .stat:hover {
    background-color: #c98b27;
    color: #000000;
  }

  .profileContainer .profileCard#jaso label:hover {
    background-color: #c98b27;
    color: #fff;
    cursor: pointer;
  }

  .profileContainer .profileCard#jaso input:checked+label {
    background-color: #000000;
    color: #fff;
  }

  .profileContainer .profileCard#jay .stat:hover {
    background-color: #006e8c;
    color: #63ddff;
  }

  .profileContainer .profileCard#jay label:hover {
    background: #63ddff;
    color: #000000;
    cursor: pointer;
  }

  .profileContainer .profileCard#jay input:checked+label {
    background: #006e8c;
    color: #fff;
  }

  .profileContainer .profileCard#jenna .stat:hover {
    background-color: #522d80;
    color: #fff;
  }

  .profileContainer .profileCard#jenna label:hover {
    background-color: #522d80;
    color: #fff;
    cursor: pointer;
  }

  .profileContainer .profileCard#jenna input:checked+label {
    background-color: #f66733;
    color: #522d80;
  }

  .profileContainer .profileCard#gar .stat:hover {
    background-color: #000000;
    color: #C09E45;
  }

  .profileContainer .profileCard#gar label:hover {
    background: #000000;
    color: #fff;
    cursor: pointer;
  }

  .profileContainer .profileCard#gar input:checked+label {
    background: #000000;
    color: #C09E45;
  }

  .profileContainer .profileCard#kev .stat:hover {
    background-color: #0b33bd;
    color: #000000;
  }

  .profileContainer .profileCard#kev label:hover {
    background-color: #0b33bd;
    color: #000000;
    cursor: pointer;
  }

  .profileContainer .profileCard#kev input:checked+label {
    background-color: #e31837;
    color: #fff;
  }

  .profileContainer .profileCard#lexi .stat:hover {
    background-color: #002244;
    color: #69BE28;
  }

  .profileContainer .profileCard#lexi label:hover {
    background-color: #002244;
    color: #69BE28;
    cursor: pointer;
  }

  .profileContainer .profileCard#lexi input:checked+label {
    background-color: #002244;
    color: #69BE28;
  }

  .profileContainer .profileCard#krist .stat:hover {
    background-color: #cecece;
    color: #47784d;
  }

  .profileContainer .profileCard#krist label:hover {
    background: #47784d;
    color: #fff;
    cursor: pointer;
  }

  .profileContainer .profileCard#krist input:checked+label {
    background: #cecece;
    color: #47784d;
  }

  .profileContainer .profileCard#ridg .stat:hover {
    background-color: #000000;
    color: #FF1F1F;
  }

  .profileContainer .profileCard#ridg label:hover {
    background-color: #000000;
    color: #fff;
    cursor: pointer;
  }

  .profileContainer .profileCard#ridg input:checked+label {
    background-color: #000000;
    color: #FF1F1F;
  }

  .profileContainer .profileCard#sams .stat:hover {
    background-color: #000000;
    color: #d02030;
  }

  .profileContainer .profileCard#sams label:hover {
    background-color: #000000;
    color: #d02030;
    cursor: pointer;
  }

  .profileContainer .profileCard#sams input:checked+label {
    background-color: #000000;
    color: #B6B6B6;
  }

  .profileContainer .profileCard#scot .stat:hover {
    background-color: #27251f;
    color: #fff;
  }

  .profileContainer .profileCard#scot label:hover {
    background-color: #27251f;
    color: #fff;
    cursor: pointer;
  }

  .profileContainer .profileCard#scot input:checked+label {
    background-color: #046a38;
    color: #fff;
  }

  .profileContainer .profileCard#skul .stat:hover {
    background-color: #aea387;
    color: #a5acaf;
  }

  .profileContainer .profileCard#skul label:hover {
    background-color: #676151;
    color: #a5acaf;
    cursor: pointer;
  }

  .profileContainer .profileCard#skul input:checked+label {
    background-color: #676151;
    color: #fff;
  }

  .profileContainer .profileCard#spen .stat:hover {
    background-color: #21B5CB;
    color: #000000;
  }

  .profileContainer .profileCard#spen label:hover {
    background-color: #000000;
    color: #fff;
    cursor: pointer;
  }

  .profileContainer .profileCard#spen input:checked+label {
    background-color: #000000;
    color: #21B5CB;
  }

  .content {
    text-align: center;
  }

  .content>div {
    display: none;
    padding: 20px 25px 5px;
  }

  input {
    display: none;
  }

  label {
    display: inline-block;
    padding: 10px 10px;
    font-weight: 600;
    text-align: center;
    border-left: 1px hidden white;
    border-right: 1px hidden white;
    border-top: 1px hidden white;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  }

  label:hover {
    background: #0085ca;
    color: #fff;
    cursor: pointer;
  }

  input:checked+label {
    background: #bfc0bf;
    color: #000000;
  }

  #tab1:checked~.content #content1,
  #tab2:checked~.content #content2,
  #tab3:checked~.content #content3,
  #tab4:checked~.content #content4 {
    display: block;
  }

  @media screen and (max-width: 400px) {
    label {
      padding: 15px 10px;
    }
  }
}

/*------------------------------------*\
    700
\*------------------------------------*/
@media only screen and (min-width: 768px) {
  header {
    width: 100%;
    position: fixed;
    top: 0px;
    margin: 0;
    background: #fff;
    -webkit-box-shadow: -1px 3px 9px 0px rgba(24, 24, 24, 0.28);
    box-shadow: -1px 3px 9px 0px rgba(24, 24, 24, 0.28);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -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;
    padding: 0px 0;
    z-index: 999;
  }

  header .menu-icon {
    width: 30px;
    height: 30px;
    background: #fff;
    cursor: pointer;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50px;
  }

  header .menu-icon .bar {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 4px;
    width: 25px;
    background: #0d1011;
    -webkit-box-shadow: -1px 3px 9px 0px rgba(24, 24, 24, 0.28);
    box-shadow: -1px 3px 9px 0px rgba(24, 24, 24, 0.28);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  header .menu-icon .bar:before,
  header .menu-icon .bar:after {
    content: "";
    width: 25px;
    height: 4px;
    background: #0d1011;
    -webkit-box-shadow: -1px 3px 9px 0px rgba(24, 24, 24, 0.28);
    box-shadow: -1px 3px 9px 0px rgba(24, 24, 24, 0.28);
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0%) rotate(0deg);
    -ms-transform: translate(-50%, 0%) rotate(0deg);
    transform: translate(-50%, 0%) rotate(0deg);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    top: 8px;
  }

  header .menu-icon .menu-icon.active .bar:after,
  header .menu-icon.active .menu-icon .bar:after {
    content: "";
    width: 25px;
    height: 4px;
    background: #0d1011;
    -webkit-box-shadow: -1px 3px 9px 0px rgba(24, 24, 24, 0.28);
    box-shadow: -1px 3px 9px 0px rgba(24, 24, 24, 0.28);
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0%) rotate(0deg);
    -ms-transform: translate(-50%, 0%) rotate(0deg);
    transform: translate(-50%, 0%) rotate(0deg);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    top: 8px;
  }

  header .menu-icon .bar:after {
    top: -8px;
  }

  header .menu-icon.active .bar {
    width: 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  header .menu-icon.active .bar:before {
    top: 50%;
    left: 50%;
    background: #0d1011;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: translate(-50%, 0%) rotate(45deg);
    -ms-transform: translate(-50%, 0%) rotate(45deg);
    transform: translate(-50%, 0%) rotate(45deg);
  }

  header .menu-icon.active .menu-icon .bar:after {
    top: 50%;
    left: 50%;
    background: #0d1011;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: translate(-50%, 0%) rotate(45deg);
    -ms-transform: translate(-50%, 0%) rotate(45deg);
    transform: translate(-50%, 0%) rotate(45deg);
  }

  header .menu-icon .menu-icon.active .bar:after {
    top: 50%;
    left: 50%;
    background: #0d1011;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: translate(-50%, 0%) rotate(45deg);
    -ms-transform: translate(-50%, 0%) rotate(45deg);
    transform: translate(-50%, 0%) rotate(45deg);
  }

  header .menu-icon.active .bar:after {
    top: 50%;
    left: 50%;
    background: #0d1011;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: translate(-50%, 0%) rotate(45deg);
    -ms-transform: translate(-50%, 0%) rotate(45deg);
    transform: translate(-50%, 0%) rotate(45deg);
    -webkit-transform: translate(-50%, 0%) rotate(-45deg);
    -ms-transform: translate(-50%, 0%) rotate(-45deg);
    transform: translate(-50%, 0%) rotate(-45deg);
  }

  header .mainLogo {
    width: 85px;
  }

  header a {
    color: #0d1011;
  }

  .cardContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: inline-grid;
    grid-template-columns: auto auto auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .cardContainer.post {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .draftContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: inline-grid;
    grid-template-columns: auto auto auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .draftContainer.post {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .recContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .recContainer.post {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .recordCard {
    -webkit-box-shadow: -1px 3px 9px 0px rgba(24, 24, 24, 0.28);
    box-shadow: -1px 3px 9px 0px rgba(24, 24, 24, 0.28);
    background: #fff;
    margin: 10px;
    width: calc(100% - 20px);
    max-width: calc(369px - 20px);
  }

  .pwRank {
    display: block;
    margin: 10px;
    width: calc(365px - 20px);
    -webkit-box-shadow: -1px 3px 9px 0px rgba(24, 24, 24, 0.28);
    box-shadow: -1px 3px 9px 0px rgba(24, 24, 24, 0.28);
    padding: 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .pwRank img {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
  }

  .pwRank:hover {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: scale(1.01);
    -ms-transform: scale(1.01);
    transform: scale(1.01);
  }

  .longCard {
    -webkit-box-shadow: -1px 3px 9px 0px rgba(24, 24, 24, 0.28);
    box-shadow: -1px 3px 9px 0px rgba(24, 24, 24, 0.28);
    width: 355px;
    margin: 20px 10px;
  }

  .statCard {
    width: 340px;
    margin: 30px 10px;
    padding: 0 5px 10px 5px;
    -webkit-box-shadow: -1px 3px 9px 0px rgba(24, 24, 24, 0.28);
    box-shadow: -1px 3px 9px 0px rgba(24, 24, 24, 0.28);
    background: #fff;
    position: relative;
    z-index: 1;
  }

  .hallCard {
    width: 340px;
    margin: 30px 10px;
    padding: 0 5px 10px 5px;
    -webkit-box-shadow: -1px 3px 9px 0px rgba(24, 24, 24, 0.28);
    box-shadow: -1px 3px 9px 0px rgba(24, 24, 24, 0.28);
    position: relative;
    z-index: 1;
    background: linear-gradient(225deg,
        #fad25a,
        #eec64f,
        #e1ba43,
        #d4af37,
        #c7a42b,
        #bb981d,
        #ae8d0b);
    background-size: 300% 300%;
    box-sizing: border-box;
    display: table;
    height: 10vh;
    position: relative;
    -webkit-animation: Rainbow 7s ease infinite;
    -moz-animation: Rainbow 7s ease infinite;
    animation: Rainbow 7s ease infinite;
  }

  .rank1 {
    display: block;
    margin: 10px;
    width: calc(514px - 20px);
    -webkit-box-shadow: -1px 3px 9px 0px rgba(24, 24, 24, 0.28);
    box-shadow: -1px 3px 9px 0px rgba(24, 24, 24, 0.28);
    padding: 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .rank1 img {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
  }

  .rank1:hover {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: scale(1.01);
    -ms-transform: scale(1.01);
    transform: scale(1.01);
  }

  /*-------- Nav --------*/
  .nav {
    position: fixed;
    z-index: 990;
    background: #fff;
    height: 100vh;
    padding-top: 80px;
    top: 0%;
    left: -100%;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-box-shadow: 0 4px 8px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0 4px 8px 0px rgba(0, 0, 0, 0.2);
  }

  .nav ul {
    list-style: none;
    padding: 0;
  }

  .nav ul li {
    padding: 9px 20px;
    font-size: 18px;
    font-weight: 600;
    font-family: "Biryani", sans-serif;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .nav ul li:hover {
    background: #e2e7e9;
  }

  .nav ul li a {
    color: #0d1011;
    text-decoration: none;
  }

  .nav ul li a.active {
    background: #c5ced3;
  }

  .nav.active {
    left: 0px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  /*-------- Profile Container ----------*/
  .profileContainer .profileCard .bottom .stat {
    width: calc(50% - 30px) !important;
  }

  /*-------- Article ----------*/
  .article {
    padding: 50px 10px 0 10px;
  }

  .article .postIMG {
    width: auto;
    height: 400px;
    overflow: hidden;
    position: relative;
  }

  .article .postIMG img {
    width: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  /*------------ Accordion --------------*/
  .accordion .accordion_header button {
    color: #fff;
    background: none;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    cursor: pointer;
  }

  .accordion .accordion_header button:focus {
    outline: none;
  }

  .accordion .accordion_header button img {
    width: 5em;
    margin: 0;
  }

  .accordion .accordion_header button h3 {
    padding: 10px;
    margin: 0 10px;
    font-size: 2.2em;
  }

  .accordion .accordion_header button .grade {
    font-size: 5.3em;
    margin: 0;
    color: #fff;
    margin-left: auto;
    border: none;
  }

  .accordion .accordion_header button #more {
    text-align: center;
    padding: 10px 0 0 0;
    margin: 0;
    color: #fff;
    border-top: 1px solid #fff;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .accordion .accordion_body {
    padding: 10px 20px;
    background: -webkit-gradient(linear,
        left bottom,
        left top,
        from(#ece9e6),
        to(#ffffff));
    background: -webkit-linear-gradient(bottom, #ece9e6, #ffffff);
    background: -o-linear-gradient(bottom, #ece9e6, #ffffff);
    background: linear-gradient(to top, #ece9e6, #ffffff);
    display: none;
  }

  .accordion.open {
    -webkit-box-shadow: 0 4px 8px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0 4px 8px 0px rgba(0, 0, 0, 0.2);
  }

  .accordion.open .accordion_body {
    display: block;
  }

  .profileContainer .profileCard#chab .stat:hover {
    background: #571C20;
    color: #F05133;
  }

  .profileContainer .profileCard#chab label:hover {
    background: #571C20;
    color: #F05133;
    cursor: pointer;
  }

  .profileContainer .profileCard#chab input:checked+label {
    background: #571C20;
    color: #fff;
  }

  .profileContainer .profileCard#chrb .stat:hover {
    background: #d01422;
    color: #000000;
  }

  .profileContainer .profileCard#chrb label:hover {
    background: #d01422;
    color: #fff;
    cursor: pointer;
  }

  .profileContainer .profileCard#chrb input:checked+label {
    background: #d01422;
    color: #000000;
  }

  .profileContainer .profileCard#hayd .stat:hover {
    background-color: #fb8763;
    color: #413a00;
  }

  .profileContainer .profileCard#hayd label:hover {
    background: #fb8763;
    color: #413a00;
    cursor: pointer;
  }

  .profileContainer .profileCard#hayd input:checked+label {
    background: #413a00;
    color: #fff;
  }

  .profileContainer .profileCard#heat .stat:hover {
    background-color: #c7c7c7;
    color: #c98b27;
  }

  .profileContainer .profileCard#heat label:hover {
    background-color: #c7c7c7;
    color: #c98b27;
    cursor: pointer;
  }

  .profileContainer .profileCard#heat input:checked+label {
    background-color: #c98b27;
    color: #c7c7c7;
  }

  .profileContainer .profileCard#jaso .stat:hover {
    background-color: #c98b27;
    color: #000000;
  }

  .profileContainer .profileCard#jaso label:hover {
    background-color: #c98b27;
    color: #fff;
    cursor: pointer;
  }

  .profileContainer .profileCard#jaso input:checked+label {
    background-color: #000000;
    color: #fff;
  }

  .profileContainer .profileCard#jay .stat:hover {
    background-color: #006e8c;
    color: #63ddff;
  }

  .profileContainer .profileCard#jay label:hover {
    background: #63ddff;
    color: #000000;
    cursor: pointer;
  }

  .profileContainer .profileCard#jay input:checked+label {
    background: #006e8c;
    color: #fff;
  }

  .profileContainer .profileCard#jenna .stat:hover {
    background-color: #522d80;
    color: #fff;
  }

  .profileContainer .profileCard#jenna label:hover {
    background-color: #522d80;
    color: #fff;
    cursor: pointer;
  }

  .profileContainer .profileCard#jenna input:checked+label {
    background-color: #f66733;
    color: #522d80;
  }

  .profileContainer .profileCard#gar .stat:hover {
    background-color: #000000;
    color: #C09E45;
  }

  .profileContainer .profileCard#gar label:hover {
    background: #000000;
    color: #fff;
    cursor: pointer;
  }

  .profileContainer .profileCard#gar input:checked+label {
    background: #000000;
    color: #C09E45;
  }

  .profileContainer .profileCard#kev .stat:hover {
    background-color: #0b33bd;
    color: #000000;
  }

  .profileContainer .profileCard#kev label:hover {
    background-color: #0b33bd;
    color: #000000;
    cursor: pointer;
  }

  .profileContainer .profileCard#kev input:checked+label {
    background-color: #e31837;
    color: #fff;
  }

  .profileContainer .profileCard#lexi .stat:hover {
    background-color: #002244;
    color: #69BE28;
  }

  .profileContainer .profileCard#lexi label:hover {
    background-color: #002244;
    color: #69BE28;
    cursor: pointer;
  }

  .profileContainer .profileCard#lexi input:checked+label {
    background-color: #002244;
    color: #69BE28;
  }

  .profileContainer .profileCard#krist .stat:hover {
    background-color: #cecece;
    color: #47784d;
  }

  .profileContainer .profileCard#krist label:hover {
    background: #47784d;
    color: #fff;
    cursor: pointer;
  }

  .profileContainer .profileCard#krist input:checked+label {
    background: #cecece;
    color: #47784d;
  }

  .profileContainer .profileCard#ridg .stat:hover {
    background-color: #000000;
    color: #FF1F1F;
  }

  .profileContainer .profileCard#ridg label:hover {
    background-color: #000000;
    color: #fff;
    cursor: pointer;
  }

  .profileContainer .profileCard#ridg input:checked+label {
    background-color: #000000;
    color: #FF1F1F;
  }

  .profileContainer .profileCard#sams .stat:hover {
    background-color: #000000;
    color: #d02030;
  }

  .profileContainer .profileCard#sams label:hover {
    background-color: #000000;
    color: #d02030;
    cursor: pointer;
  }

  .profileContainer .profileCard#sams input:checked+label {
    background-color: #000000;
    color: #B6B6B6;
  }

  .profileContainer .profileCard#scot .stat:hover {
    background-color: #27251f;
    color: #fff;
  }

  .profileContainer .profileCard#scot label:hover {
    background-color: #27251f;
    color: #fff;
    cursor: pointer;
  }

  .profileContainer .profileCard#scot input:checked+label {
    background-color: #046a38;
    color: #fff;
  }

  .profileContainer .profileCard#skul .stat:hover {
    background-color: #676151;
    color: #a5acaf;
  }

  .profileContainer .profileCard#skul label:hover {
    background-color: #676151;
    color: #a5acaf;
    cursor: pointer;
  }

  .profileContainer .profileCard#skul input:checked+label {
    background-color: #676151;
    color: #fff;
  }

  .profileContainer .profileCard#spen .stat:hover {
    background-color: #21B5CB;
    color: #000000;
  }

  .profileContainer .profileCard#spen label:hover {
    background-color: #000000;
    color: #fff;
    cursor: pointer;
  }

  .profileContainer .profileCard#spen input:checked+label {
    background-color: #000000;
    color: #21B5CB;
  }

  .content {
    text-align: center;
  }

  .content>div {
    display: none;
    padding: 20px 25px 5px;
  }

  input {
    display: none;
  }

  label {
    display: inline-block;
    padding: 10px 10px;
    font-weight: 600;
    text-align: center;
    border-left: 1px hidden white;
    border-right: 1px hidden white;
    border-top: 1px hidden white;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  }

  label:hover {
    background: #0085ca;
    color: #fff;
    cursor: pointer;
  }

  input:checked+label {
    background: #bfc0bf;
    color: #000000;
  }

  #tab1:checked~.content #content1,
  #tab2:checked~.content #content2,
  #tab3:checked~.content #content3,
  #tab4:checked~.content #content4 {
    display: block;
  }

  @media screen and (max-width: 400px) {
    label {
      padding: 15px 10px;
    }
  }
}

@media only screen and (min-width: 1024px) {

  .timer {
    width: 96.5%;
    margin: 0 20px 40px 20px;
    position: relative;
    background: #f9fafb;
    -webkit-box-shadow: 0 4px 8px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0 4px 8px 0px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    min-height: 204px;
  }

  .timer:hover {
    -webkit-box-shadow: 0px 30px 18px -8px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 30px 18px -8px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .timer .timerBody {
    padding: 10px;
  }

  header {
    width: 100%;
    position: fixed;
    top: 0;
    margin: 0;
    background: #fff;
    -webkit-box-shadow: -1px 3px 9px 0px rgba(24, 24, 24, 0.28);
    box-shadow: -1px 3px 9px 0px rgba(24, 24, 24, 0.28);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -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;
    padding: 0px 0;
    z-index: 999;
  }

  header .menu-icon {
    width: 30px;
    height: 30px;
    background: #fff;
    cursor: pointer;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50px;
  }

  header .menu-icon .bar {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 4px;
    width: 25px;
    background: #0d1011;
    -webkit-box-shadow: -1px 3px 9px 0px rgba(24, 24, 24, 0.28);
    box-shadow: -1px 3px 9px 0px rgba(24, 24, 24, 0.28);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  header .menu-icon .bar:before,
  header .menu-icon .bar:after {
    content: "";
    width: 25px;
    height: 4px;
    background: #0d1011;
    -webkit-box-shadow: -1px 3px 9px 0px rgba(24, 24, 24, 0.28);
    box-shadow: -1px 3px 9px 0px rgba(24, 24, 24, 0.28);
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0%) rotate(0deg);
    -ms-transform: translate(-50%, 0%) rotate(0deg);
    transform: translate(-50%, 0%) rotate(0deg);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    top: 8px;
  }

  header .menu-icon .menu-icon.active .bar:after,
  header .menu-icon.active .menu-icon .bar:after {
    content: "";
    width: 25px;
    height: 4px;
    background: #0d1011;
    -webkit-box-shadow: -1px 3px 9px 0px rgba(24, 24, 24, 0.28);
    box-shadow: -1px 3px 9px 0px rgba(24, 24, 24, 0.28);
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0%) rotate(0deg);
    -ms-transform: translate(-50%, 0%) rotate(0deg);
    transform: translate(-50%, 0%) rotate(0deg);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    top: 8px;
  }

  header .menu-icon .bar:after {
    top: -8px;
  }

  header .menu-icon.active .bar {
    width: 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  header .menu-icon.active .bar:before {
    top: 50%;
    left: 50%;
    background: #0d1011;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: translate(-50%, 0%) rotate(45deg);
    -ms-transform: translate(-50%, 0%) rotate(45deg);
    transform: translate(-50%, 0%) rotate(45deg);
  }

  header .menu-icon.active .menu-icon .bar:after {
    top: 50%;
    left: 50%;
    background: #0d1011;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: translate(-50%, 0%) rotate(45deg);
    -ms-transform: translate(-50%, 0%) rotate(45deg);
    transform: translate(-50%, 0%) rotate(45deg);
  }

  header .menu-icon .menu-icon.active .bar:after {
    top: 50%;
    left: 50%;
    background: #0d1011;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: translate(-50%, 0%) rotate(45deg);
    -ms-transform: translate(-50%, 0%) rotate(45deg);
    transform: translate(-50%, 0%) rotate(45deg);
  }

  header .menu-icon.active .bar:after {
    top: 50%;
    left: 50%;
    background: #0d1011;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: translate(-50%, 0%) rotate(45deg);
    -ms-transform: translate(-50%, 0%) rotate(45deg);
    transform: translate(-50%, 0%) rotate(45deg);
    -webkit-transform: translate(-50%, 0%) rotate(-45deg);
    -ms-transform: translate(-50%, 0%) rotate(-45deg);
    transform: translate(-50%, 0%) rotate(-45deg);
  }

  header .mainLogo {
    width: 85px;
  }

  header a {
    color: #0d1011;
  }

  .cardContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .cardContainer.post {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .draftContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: inline-grid;
    grid-template-columns: auto auto auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .draftContainer.post {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .recContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .recContainer.post {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .recordCard {
    -webkit-box-shadow: -1px 3px 9px 0px rgba(24, 24, 24, 0.28);
    box-shadow: -1px 3px 9px 0px rgba(24, 24, 24, 0.28);
    background: #fff;
    margin: 10px;
    width: calc(100% - 20px);
    max-width: calc(359px - 20px);
  }

  .pwRank {
    display: block;
    margin: 10px;
    width: calc(355px - 20px);
    -webkit-box-shadow: -1px 3px 9px 0px rgba(24, 24, 24, 0.28);
    box-shadow: -1px 3px 9px 0px rgba(24, 24, 24, 0.28);
    padding: 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .pwRank img {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
  }

  .pwRank:hover {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: scale(1.01);
    -ms-transform: scale(1.01);
    transform: scale(1.01);
  }

  .longCard {
    -webkit-box-shadow: -1px 3px 9px 0px rgba(24, 24, 24, 0.28);
    box-shadow: -1px 3px 9px 0px rgba(24, 24, 24, 0.28);
    width: 339px;
    margin: 20px 10px;
  }

  .draftCard {
    width: 339px;
    margin: 30px 10px;
    padding: 0 5px 10px 5px;
    -webkit-box-shadow: -1px 3px 9px 0px rgba(24, 24, 24, 0.28);
    box-shadow: -1px 3px 9px 0px rgba(24, 24, 24, 0.28);
    background: #fff;
    position: relative;
    z-index: 1;
  }

  .statCard {
    width: 339px;
    margin: 30px 10px;
    padding: 0 5px 10px 5px;
    -webkit-box-shadow: -1px 3px 9px 0px rgba(24, 24, 24, 0.28);
    box-shadow: -1px 3px 9px 0px rgba(24, 24, 24, 0.28);
    background: #fff;
    position: relative;
    z-index: 1;
  }

  .hallCard {
    width: 339px;
    margin: 30px 10px;
    padding: 0 5px 10px 5px;
    -webkit-box-shadow: -1px 3px 9px 0px rgba(24, 24, 24, 0.28);
    box-shadow: -1px 3px 9px 0px rgba(24, 24, 24, 0.28);
    position: relative;
    z-index: 1;
    background: linear-gradient(225deg,
        #fad25a,
        #eec64f,
        #e1ba43,
        #d4af37,
        #c7a42b,
        #bb981d,
        #ae8d0b);
    background-size: 300% 300%;
    box-sizing: border-box;
    display: table;
    height: 10vh;
    position: relative;
    -webkit-animation: Rainbow 7s ease infinite;
    -moz-animation: Rainbow 7s ease infinite;
    animation: Rainbow 7s ease infinite;
  }

  .rank1 {
    display: block;
    margin: 10px;
    width: calc(475px - 20px);
    -webkit-box-shadow: -1px 3px 9px 0px rgba(24, 24, 24, 0.28);
    box-shadow: -1px 3px 9px 0px rgba(24, 24, 24, 0.28);
    padding: 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .rank1 img {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0;
  }

  .rank1:hover {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: scale(1.01);
    -ms-transform: scale(1.01);
    transform: scale(1.01);
  }

  /*-------- Nav --------*/
  .nav {
    position: fixed;
    z-index: 990;
    background: #fff;
    height: 100vh;
    padding-top: 130px;
    top: 0%;
    left: -100%;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-box-shadow: 0 4px 8px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0 4px 8px 0px rgba(0, 0, 0, 0.2);
  }

  .nav ul {
    list-style: none;
    padding: 0;
  }

  .nav ul li {
    padding: 9px 20px;
    font-size: 18px;
    font-weight: 700;
    font-family: "Biryani", sans-serif;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .nav ul li:hover {
    background: #e2e7e9;
  }

  .nav ul li a {
    color: #0d1011;
    text-decoration: none;
  }

  .nav ul li a.active {
    background: #c5ced3;
  }

  .nav.active {
    left: 0px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  header .mainLogo {
    width: 130px;
  }

  .cardArea {
    margin-top: 50px;
    padding-left: 10px;
    margin-bottom: 50px;
  }

  main {
    padding: 30px;
  }

  section.post {
    margin-top: 110px;
    width: 70%;
    display: inline-block;
    padding: 0 10px;
  }

  section.section {
    margin-top: 110px;
    padding: 0 10px;
  }

  .sidebarChamp {
    float: right;
    width: calc(30% - 10px);
    background: #f9fafb;
    display: inline-block;
    padding: 15px 20px 10px 20px;
    margin-top: 150px;
    margin-right: 10px;
    margin-bottom: 15px;
    -webkit-box-shadow: -1px 3px 9px 0px rgba(24, 24, 24, 0.28);
    box-shadow: -1px 3px 9px 0px rgba(24, 24, 24, 0.28);
  }

  .sidebarChamp ul {
    padding: 0 10px;
    list-style: none;
  }

  .sidebarChamp ul li {
    border: 1px solid #0d1011;
    padding: 5px 0;
    text-align: center;
    margin-bottom: 10px;
    border-radius: 3px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
  }

  .sidebarChamp ul li a {
    color: #0d1011;
    text-decoration: none;
  }

  .sidebarChamp ul li:hover {
    background: #d50a0a;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .sidebarChamp ul li:hover a {
    color: #fff;
  }

  .sidebars {
    float: right;
    width: calc(30% - 10px);
    background: #f9fafb;
    display: inline-block;
    padding: 15px 20px 10px 20px;
    margin-top: 125px;
    margin-right: 10px;
    margin-bottom: 0px;
    -webkit-box-shadow: -1px 3px 9px 0px rgba(24, 24, 24, 0.28);
    box-shadow: -1px 3px 9px 0px rgba(24, 24, 24, 0.28);
  }

  .sidebars ul {
    padding: 0 10px;
    list-style: none;
  }

  .sidebars ul li {
    border: 1px solid #0d1011;
    padding: 5px 0;
    text-align: center;
    margin-bottom: 10px;
    border-radius: 3px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
  }

  .sidebars ul li a {
    color: #0d1011;
    text-decoration: none;
  }

  .sidebars ul li:hover {
    background: #0d1011;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .sidebars ul li:hover a {
    color: #fff;
  }

  .sidebar {
    float: right;
    width: calc(30% - 10px);
    background: #f9fafb;
    display: inline-block;
    padding: 15px 20px 10px 20px;
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 15px;
    -webkit-box-shadow: -1px 3px 9px 0px rgba(24, 24, 24, 0.28);
    box-shadow: -1px 3px 9px 0px rgba(24, 24, 24, 0.28);
  }

  .sidebar ul {
    padding: 0 10px;
    list-style: none;
  }

  .sidebar ul li {
    border: 1px solid #0d1011;
    padding: 5px 0;
    text-align: center;
    margin-bottom: 10px;
    border-radius: 3px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
  }

  .sidebar ul li a {
    color: #0d1011;
    text-decoration: none;
  }

  .sidebar ul li:hover {
    background: #d50a0a;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .sidebar ul li:hover a {
    color: #fff;
  }

  /*------------- Carousel --------------*/
  .carousel {
    margin-top: 105px;
  }

  .carousel .arrowContainer {
    top: 90.5%;
    opacity: 1;
  }

  .carousel .arrowContainer i {
    padding: 20px;
  }

  .carousel .arrowContainer i:hover {
    color: #9b0007;
  }

  .carousel .post {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .carousel .post .postDetail {
    width: 40%;
    padding: 0 25px;
    -webkit-transform: translate(150px, 0) scale(1);
    -ms-transform: translate(150px, 0) scale(1);
    transform: translate(150px, 0) scale(1);
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    z-index: 2;
  }

  .carousel .post .postDetail:hover {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-box-shadow: 0px 30px 18px -8px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 30px 18px -8px rgba(0, 0, 0, 0.1);
    -webkit-transform: translate(150px, 0) scale(1.01);
    -ms-transform: translate(150px, 0) scale(1.01);
    transform: translate(150px, 0) scale(1.01);
  }

  .carousel .post .postImage {
    width: 60%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    z-index: 1;
    background: #e2e7e9;
  }

  /*--------------- Card ----------------*/
  .card {
    float: left;
    margin: 0 10px;
    width: calc(33% - 20px);
  }

  /*------------- Feature ---------------*/
  .feature {
    height: 500px;
    margin: 10% 0;
  }

  .feature .left {
    width: 50%;
  }

  .feature .right {
    display: block;
  }

  /*-------- Profile Container ----------*/
  .profileContainer .profileCard {
    background: #fff;
  }

  .profileContainer .profileCard .top img {
    top: 50px;
    left: 200px;
    width: 25%;
    max-width: 300px;
  }

  .profileContainer .profileCard .bottom .stat {
    margin: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 33% !important;
  }

  .profileContainer .profileCard .bottom .stat:nth-child(-n + 5) {
    border-bottom: 1px solid #e2e7e9;
  }

  .profileContainer .profileCard .bottom .stat:hover {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .profileContainer .profileCard#chab .stat:hover {
    background: #571C20;
    color: #F05133;
  }

  .profileContainer .profileCard#chab label:hover {
    background: #571C20;
    color: #F05133;
    cursor: pointer;
  }

  .profileContainer .profileCard#chab input:checked+label {
    background: #571C20;
    color: #fff;
  }

  .profileContainer .profileCard#chrb .stat:hover {
    background: #b5b5b5;
    color: #000000;
  }

  .profileContainer .profileCard#chrb label:hover {
    background: #d01422;
    color: #000000;
    cursor: pointer;
  }

  .profileContainer .profileCard#chrb input:checked+label {
    background: #b5b5b5;
    color: #000000;
  }

  .profileContainer .profileCard#hayd .stat:hover {
    background-color: #fb8763;
    color: #413a00;
  }

  .profileContainer .profileCard#hayd label:hover {
    background: #fb8763;
    color: #413a00;
    cursor: pointer;
  }

  .profileContainer .profileCard#hayd input:checked+label {
    background: #413a00;
    color: #fff;
  }

  .profileContainer .profileCard#heat .stat:hover {
    background-color: #c7c7c7;
    color: #c98b27;
  }

  .profileContainer .profileCard#heat label:hover {
    background-color: #c7c7c7;
    color: #c98b27;
    cursor: pointer;
  }

  .profileContainer .profileCard#heat input:checked+label {
    background-color: #c98b27;
    color: #c7c7c7;
  }

  .profileContainer .profileCard#jaso .stat:hover {
    background-color: #c98b27;
    color: #000000;
  }

  .profileContainer .profileCard#jaso label:hover {
    background-color: #c98b27;
    color: #fff;
    cursor: pointer;
  }

  .profileContainer .profileCard#jaso input:checked+label {
    background-color: #000000;
    color: #fff;
  }

  .profileContainer .profileCard#jay .stat:hover {
    background-color: #006e8c;
    color: #63ddff;
  }

  .profileContainer .profileCard#jay label:hover {
    background: #63ddff;
    color: #000000;
    cursor: pointer;
  }

  .profileContainer .profileCard#jay input:checked+label {
    background: #006e8c;
    color: #fff;
  }

  .profileContainer .profileCard#jenna .stat:hover {
    background-color: #522d80;
    color: #fff;
  }

  .profileContainer .profileCard#jenna label:hover {
    background-color: #522d80;
    color: #fff;
    cursor: pointer;
  }

  .profileContainer .profileCard#jenna input:checked+label {
    background-color: #f66733;
    color: #522d80;
  }

  .profileContainer .profileCard#gar .stat:hover {
    background-color: #000000;
    color: #C09E45;
  }

  .profileContainer .profileCard#gar label:hover {
    background: #000000;
    color: #fff;
    cursor: pointer;
  }

  .profileContainer .profileCard#gar input:checked+label {
    background: #000000;
    color: #C09E45;
  }

  .profileContainer .profileCard#kev .stat:hover {
    background-color: #0b33bd;
    color: #fff;
  }

  .profileContainer .profileCard#kev label:hover {
    background-color: #0b33bd;
    color: #fff;
    cursor: pointer;
  }

  .profileContainer .profileCard#kev input:checked+label {
    background-color: #731804;
    color: #fff;
  }

  .profileContainer .profileCard#lexi .stat:hover {
    background-color: #002244;
    color: #69BE28;
  }

  .profileContainer .profileCard#lexi label:hover {
    background-color: #002244;
    color: #69BE28;
    cursor: pointer;
  }

  .profileContainer .profileCard#lexi input:checked+label {
    background-color: #69BE28;
    color: #002244;
  }

  .profileContainer .profileCard#krist .stat:hover {
    background-color: #cecece;
    color: #47784d;
  }

  .profileContainer .profileCard#krist label:hover {
    background: #47784d;
    color: #fff;
    cursor: pointer;
  }

  .profileContainer .profileCard#krist input:checked+label {
    background: #cecece;
    color: #47784d;
  }

  .profileContainer .profileCard#ridg .stat:hover {
    background-color: #000000;
    color: #FF1F1F;
  }

  .profileContainer .profileCard#ridg label:hover {
    background-color: #000000;
    color: #fff;
    cursor: pointer;
  }

  .profileContainer .profileCard#ridg input:checked+label {
    background-color: #000000;
    color: #FF1F1F;
  }

  .profileContainer .profileCard#sams .stat:hover {
    background-color: #000000;
    color: #d02030;
  }

  .profileContainer .profileCard#sams label:hover {
    background-color: #000000;
    color: #d02030;
    cursor: pointer;
  }

  .profileContainer .profileCard#sams input:checked+label {
    background-color: #000000;
    color: #B6B6B6;
  }

  .profileContainer .profileCard#scot .stat:hover {
    background-color: #27251f;
    color: #fff;
  }

  .profileContainer .profileCard#scot label:hover {
    background-color: #27251f;
    color: #fff;
    cursor: pointer;
  }

  .profileContainer .profileCard#scot input:checked+label {
    background-color: #046a38;
    color: #fff;
  }

  .profileContainer .profileCard#skul .stat:hover {
    background-color: #676151;
    color: #fff;
  }

  .profileContainer .profileCard#skul label:hover {
    background-color: #676151;
    color: #fff;
    cursor: pointer;
  }

  .profileContainer .profileCard#skul input:checked+label {
    background-color: #FEF6C3;
    color: #000000;
  }

  .profileContainer .profileCard#spen .stat:hover {
    background-color: #21B5CB;
    color: #000000;
  }

  .profileContainer .profileCard#spen label:hover {
    background-color: #000000;
    color: #fff;
    cursor: pointer;
  }

  .profileContainer .profileCard#spen input:checked+label {
    background-color: #000000;
    color: #21B5CB;
  }

  .profileContainer .profileCard#chab .top h1 {
    font-size: 43px !important;
    font-family: "Gamecocks";
    text-align: right;
  }

  .profileContainer .profileCard#chrb .top h1 {
    font-size: 56px !important;
    font-family: "Panthers";
    text-align: right;
  }

  .profileContainer .profileCard#gar .top h1 {
    font-size: 56px !important;
    font-family: "Cowboys";
    text-align: right;
  }

  .profileContainer .profileCard#hayd .top h1 {
    font-size: 45px !important;
    font-family: "Falcons";
    text-align: right;
  }

  .profileContainer .profileCard#heat .top h1 {
    font-family: "Broncos";
    font-size: 56px !important;
    text-align: right;
  }

  .profileContainer .profileCard#jaso .top h1 {
    font-size: 56px !important;
    text-align: right;
  }

  .profileContainer .profileCard#jay .top h1 {
    font-family: "Panthers";
    font-size: 45px !important;
    text-align: right;
  }

  .profileContainer .profileCard#jenna .top h1 {
    font-family: "Tigers";
    font-size: 56px !important;
    text-align: right;
  }

  .profileContainer .profileCard#kev .top h1 {
    font-family: "Chiefs";
    font-size: 56px !important;
    text-align: right;
  }

  .profileContainer .profileCard#krist .top h1 {
    font-family: "Panthers";
    font-size: 35px !important;
    text-align: right;
  }

  .profileContainer .profileCard#lexi .top h1 {
    font-family: "Seahawks";
    font-size: 56px !important;
    text-align: right;
  }

  .profileContainer .profileCard#ridg .top h1 {
    font-family: "Jets";
    font-size: 30px !important;
    text-align: right;
  }

  .profileContainer .profileCard#sams .top h1 {
    font-family: "Cardinals";
    font-size: 50px !important;
    text-align: right;
  }

  .profileContainer .profileCard#scot .top h1 {
    font-family: "Jets";
    font-size: 40px !important;
    text-align: right;
  }

  .profileContainer .profileCard#skul .top h1 {
    font-family: "Giants";
    font-size: 65px !important;
    text-align: right;
  }

  .profileContainer .profileCard#spen .top h1 {
    font-family: "Giants";
    font-size: 60px !important;
    text-align: right;
  }

  /*------------ News Card --------------*/
  .newsCard {
    width: calc(50% - 30px);
  }

  .content {
    text-align: center;
  }

  .content>div {
    display: none;
    padding: 20px 25px 5px;
  }

  input {
    display: none;
  }

  label {
    display: inline-block;
    padding: 10px 10px;
    font-weight: 600;
    text-align: center;
    border-left: 1px hidden white;
    border-right: 1px hidden white;
    border-top: 1px hidden white;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  }

  label:hover {
    background: #0085ca;
    color: #fff;
    cursor: pointer;
  }

  input:checked+label {
    background: #bfc0bf;
    color: #000000;
  }

  #tab1:checked~.content #content1,
  #tab2:checked~.content #content2,
  #tab3:checked~.content #content3,
  #tab4:checked~.content #content4 {
    display: block;
  }

  @media screen and (max-width: 400px) {
    label {
      padding: 15px 10px;
    }
  }

  /* Center the loader */
  #loader {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
  }

  @-webkit-keyframes spin {
    0% {
      -webkit-transform: rotate(0deg);
    }

    100% {
      -webkit-transform: rotate(360deg);
    }
  }

  @keyframes spin {
    0% {
      transform: rotate(0deg);
    }

    100% {
      transform: rotate(360deg);
    }
  }

  /* Add animation to "page content" */
  .animate-bottom {
    position: relative;
    -webkit-animation-name: animatebottom;
    -webkit-animation-duration: 1s;
    animation-name: animatebottom;
    animation-duration: 1s
  }

  @-webkit-keyframes animatebottom {
    from {
      bottom: -100px;
      opacity: 0
    }

    to {
      bottom: 0px;
      opacity: 1
    }
  }

  @keyframes animatebottom {
    from {
      bottom: -100px;
      opacity: 0
    }

    to {
      bottom: 0;
      opacity: 1
    }
  }

  #myDiv {
    display: none;
    text-align: center;
  }
}