@import url("https://fonts.googleapis.com/css2?family=Forum&family=Raleway:wght@300;400&display=swap");
@font-face {
  font-display: block;
  font-family: "Pacifica-W00-Condensed";
  src: url("//static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/e50a5bb1-8246-4412-8c27-4a18ba89a0fd.eot?#iefix");
  src: url("//static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/e50a5bb1-8246-4412-8c27-4a18ba89a0fd.eot?#iefix") format("eot"), url("//static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/6849614c-986c-45b1-a1a7-39c891759bb9.woff") format("woff"), url("//static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/8ccb835c-4668-432d-8d1d-099b48aafe4e.ttf") format("truetype"), url("//static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/028040ec-b956-41d8-a07d-b4d3466b8ed8.svg#028040ec-b956-41d8-a07d-b4d3466b8ed8") format("svg"); }
body * {
  font-family: "Raleway", 'sans-serif' !important; }

body {
  padding-top: 225px; }

#header {
  width: 100%;
  padding-bottom: 30px;
  position: fixed;
  background: #fff;
  z-index: 99999;
  top: 0px; }
  #header .inner {
    padding: 17px 35px; }
  #header .logo {
    display: block;
    margin: 0 auto;
    width: 600px;
    margin-top: 30px; }
  #header #userLoginInset {
    float: right; }
    #header #userLoginInset > div,
    #header #userLoginInset > #signInLink {
      display: inline-block;
      padding: 0 18px;
      height: 45px;
      line-height: 45px;
      color: #222;
      font-size: 18px;
      border-right: 1px solid #c23b35; }
      #header #userLoginInset > div:last-of-type,
      #header #userLoginInset > #signInLink:last-of-type {
        border-right: 0; }
      #header #userLoginInset > div *,
      #header #userLoginInset > #signInLink * {
        color: #222;
        font-size: 18px; }
      #header #userLoginInset > div a:hover,
      #header #userLoginInset > #signInLink a:hover {
        color: #ad2e24;
        text-decoration: underline; }
    #header #userLoginInset .welcome {
      font-size: 18px;
      color: #213f7c;
      display: none; }
  #header .header-top {
    height: 110px; }
  #header .header-bottom {
    height: 45px;
    margin-top: 40px; }
    #header .header-bottom .inner {
      padding: 0 35px;
      width: 1200px;
      margin: 0 auto; }
    #header .header-bottom #mainMenu {
      text-align: center;
      float: left; }
      #header .header-bottom #mainMenu #mainMenuLinks li {
        display: inline-block;
        height: 45px;
        line-height: 45px;
        border-right: 1px solid #c23b35; }
        #header .header-bottom #mainMenu #mainMenuLinks li:last-of-type {
          border-right: 0; }
        #header .header-bottom #mainMenu #mainMenuLinks li a {
          color: #222;
          font-size: 18px;
          padding: 0 18px;
          height: 45px;
          line-height: 45px; }
          #header .header-bottom #mainMenu #mainMenuLinks li a:hover {
            text-decoration: underline;
            color: #ad2e24; }
        #header .header-bottom #mainMenu #mainMenuLinks li:hover {
          color: #ad2e24; }

#homePageContainer {
  min-height: 200px; }
  #homePageContainer #banner {
    background-image: url(../../graphics/crafted/crafted-hero.webp);
    height: 676px;
    position: relative;
    background-position: center center;
    background-size: cover; }
    #homePageContainer #banner .overlay {
      width: 100%;
      height: 676px;
      position: absolute;
      top: 0;
      left: 0;
      background: rgba(63, 63, 64, 0.8);
      padding: 0; }
    #homePageContainer #banner > div {
      margin: 0 auto;
      text-align: center;
      padding-top: 260px;
      position: relative;
      z-index: 99; }
      #homePageContainer #banner > div a {
        background: #c23b35;
        display: inline-block;
        padding: 0 10px;
        line-height: 60px;
        width: 175px;
        text-transform: uppercase;
        text-align: center;
        color: #fff;
        font-size: 22px;
        font-weight: bold;
        font-family: "Pacifica-W00-Condensed" !important;
        margin-bottom: 40px; }
        #homePageContainer #banner > div a:hover {
          background: black; }

#switchboardRow {
  width: 1200px;
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 40px; }
  #switchboardRow .componentRow {
    width: 100%; }
    #switchboardRow .componentRow .size_3 {
      width: 100%; }

#footer {
  background: #2f2f30; }
  #footer * {
    font-family: "Forum", 'serif' !important; }
  #footer .inner {
    padding: 45px 35px;
    width: 1200px;
    margin: 0 auto; }
  #footer .footerMenu {
    width: 30%;
    display: inline-block;
    vertical-align: top;
    line-height: 1.5;
    font-size: 14px;
    color: #fff;
    margin-right: 3%; }
    #footer .footerMenu h4 {
      color: #fff;
      margin-bottom: 1em;
      font-size: 28px; }
    #footer .footerMenu h5 {
      color: #fff;
      font-size: 24px;
      font-weight: bold; }
    #footer .footerMenu a {
      color: #fff;
      font-size: 22px; }
    #footer .footerMenu p {
      color: #fff;
      font-size: 22px; }
    #footer .footerMenu .smaller {
      font-size: 14px; }
  #footer a, #footer .copyright {
    color: #fff; }
  #footer .clear {
    height: 25px; }
  #footer .poweredBy {
    float: right;
    margin-top: -30px; }

#pageContainer {
  max-width: 1200px;
  margin: 0 auto;
  padding: 35px 0; }

#leagueListingsContainer .sport > i,
#leagueListingsContainer .sport > svg {
  font-size: 20px; }

#sportPageOuter .sportTitle {
  display: none; }

div.componentRow {
  width: 100%; }
  div.componentRow div.component.size_3 {
    width: 100%; }
  div.componentRow div.component.size_2 {
    width: 66%; }
  div.componentRow div.component.size_1 {
    width: 33%; }

.social {
  display: block;
  text-align: center;
  margin: 20px auto; }
  .social a {
    color: #000 !important;
    font-size: 26px; }
  .social i {
    color: #000 !important;
    font-size: 26px; }
  .social .socialLink {
    display: inline-block;
    width: 20px;
    background: #fff;
    border-radius: 100px;
    padding: 14px 19px;
    text-align: center;
    margin-right: 10px; }
