@import url("https://fonts.googleapis.com/css2?family=Work+Sans:wght@300;400;500;700&display=swap");
body * {
  font-family: "Work Sans", 'sans-serif' !important;
  font-size: 15px; }

body {
  padding-top: 105px; }
  body a:hover {
    text-decoration: none; }

#header {
  width: 100%;
  position: fixed;
  background: #A08185;
  z-index: 99999;
  top: 0px; }
  #header .inner {
    padding: 10px 35px; }
  #header .logo {
    position: absolute;
    display: block;
    margin: 0 auto;
    width: 95px;
    display: inline-block;
    margin-left: 20px; }
    #header .logo img {
      height: 70px;
      width: auto; }
  #header #userLoginInset {
    position: absolute;
    right: 33px;
    top: -8px; }
    #header #userLoginInset > div,
    #header #userLoginInset > #signInLink {
      display: inline-block;
      padding: 0 18px;
      height: 45px;
      line-height: 45px;
      color: #fff;
      font-weight: 300; }
      #header #userLoginInset > div:last-of-type,
      #header #userLoginInset > #signInLink:last-of-type {
        border-right: 0; }
      #header #userLoginInset > div a,
      #header #userLoginInset > #signInLink a {
        font-size: 14px;
        font-weight: 300px;
        color: #fff; }
        #header #userLoginInset > div a:hover,
        #header #userLoginInset > #signInLink a:hover {
          color: #DF8582; }
    #header #userLoginInset .welcome {
      font-size: 18px;
      color: #213f7c;
      display: none; }
  #header #mainMenu {
    position: relative;
    text-align: center;
    float: right;
    margin-top: 11px; }
    #header #mainMenu .mainMenuItem {
      display: inline-block;
      position: relative; }
    #header #mainMenu #mainMenuLinks li {
      display: inline-block;
      height: 45px;
      line-height: 45px; }
      #header #mainMenu #mainMenuLinks li:last-of-type {
        border-right: 0; }
      #header #mainMenu #mainMenuLinks li a {
        color: #fff;
        text-transform: uppercase;
        font-size: 16px;
        font-weight: 700;
        padding: 0 15px;
        height: 45px;
        line-height: 45px; }
        #header #mainMenu #mainMenuLinks li a:hover {
          color: #DF8582; }
      #header #mainMenu #mainMenuLinks li .mainMenuLink.current {
        color: #d4a406; }
      #header #mainMenu #mainMenuLinks li:hover {
        color: #DF8582; }
      #header #mainMenu #mainMenuLinks li div.menuPulldown {
        position: absolute;
        width: 125px;
        text-align: left;
        padding: 0 0 10px 0;
        border: 1px solid #012d7f;
        background: #A08185;
        top: 42px; }
        #header #mainMenu #mainMenuLinks li div.menuPulldown a.notify {
          text-transform: none; }
        #header #mainMenu #mainMenuLinks li div.menuPulldown li {
          height: 35px;
          line-height: 35px; }
      #header #mainMenu #mainMenuLinks li #aboutPulldown {
        width: 150px; }
  #header .header-top {
    height: 90px; }

#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: 280px;
      position: relative;
      z-index: 99; }
      #homePageContainer #banner > div a {
        background: #DF8582;
        padding: 20px 50px;
        width: 175px;
        line-height: 50px;
        text-transform: uppercase;
        text-align: center;
        color: #fff;
        font-size: 22px;
        font-weight: bold; }
        #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: #A08185;
  width: 100%; }
  #footer .inner {
    padding: 45px 35px;
    margin: 0 auto; }
  #footer .logo {
    display: inline-block; }
    #footer .logo img {
      max-width: 200px;
      height: auto; }
  #footer .footerMenu {
    width: 30%;
    display: inline-block;
    vertical-align: top;
    line-height: 1.5;
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    margin-right: 2%; }
    #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 {
      font-size: 14px;
      color: #fff; }
    #footer .footerMenu p {
      font-size: 14px;
      font-weight: 300;
      color: #fff; }
    #footer .footerMenu .smaller {
      font-size: 14px; }
    #footer .footerMenu .contactus {
      font-size: 16px;
      font-weight: bold;
      color: #fff; }
      #footer .footerMenu .contactus p {
        padding-top: 30px;
        font-weight: 300; }
    #footer .footerMenu .social {
      display: block;
      text-align: left;
      margin: 20px auto; }
      #footer .footerMenu .social a {
        color: #fff !important;
        font-size: 26px; }
      #footer .footerMenu .social i {
        color: #fff !important;
        font-size: 26px; }
      #footer .footerMenu .social .socialLink {
        display: inline-block;
        width: 20px;
        text-align: center;
        margin-right: 15px; }
  #footer a, #footer .copyright {
    color: #fff; }
  #footer .copyright, #footer .terms {
    font-size: 14px;
    font-weight: 300; }
    #footer .copyright a, #footer .terms a {
      font-size: 14px;
      font-weight: 300; }
  #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% !important; }
  div.componentRow div.component.size_2 {
    width: 66%; }
  div.componentRow div.component.size_1 {
    width: 33%; }
