<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("https://fonts.googleapis.com/css?family=Exo:900i");
body {
  text-align: center;
  background: transparent url(../../graphics/jerseyv2/background-body.png) repeat top left; }

.pageWidth {
  text-align: left;
  margin: 0 auto;
  width: 980px; }

#mainPage {
  min-height: 550px; }

#pageContainer {
  float: left;
  width: 800px;
  padding: 20px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px; }

#homePageLeft {
  float: left;
  width: 840px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px; }

#sidebar {
  float: left;
  width: 120px;
  margin-left: 20px; }
  #sidebar .themeAd {
    margin-bottom: 20px; }

.socialLinkList li {
  display: inline-block;
  margin: 0 10px; }
  .socialLinkList li.socialLink_Facebook {
    background: url(../../graphics/jerseyv2/icon-facebook.png) no-repeat top left; }
  .socialLinkList li.socialLink_Twitter {
    background: url(../../graphics/jerseyv2/icon-twitter.png) no-repeat top left; }
  .socialLinkList li.socialLink_Instagram {
    background: url(../../graphics/jerseyv2/icon-instagram.png) no-repeat top left; }
  .socialLinkList li.socialLink_Snapchat {
    background: url(../../graphics/jerseyv2/icon-snapchat.png) no-repeat top left; }
  .socialLinkList li span {
    display: none; }
  .socialLinkList li a {
    display: inline-block;
    width: 28px;
    height: 28px; }

.whiteBox {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  background: #fff;
  padding: 20px; }
  .whiteBox.pageWidth {
    width: 940px; }

#header {
  background: transparent url(../../graphics/jerseyv2/background-header-stripes.png) repeat-x 0 82px;
  margin-top: 20px; }
  #header.withSportMenu {
    background-image: url(../../graphics/jerseyv2/background-header-with-sport-menu.png); }
    #header.withSportMenu #headerInner {
      height: 239px; }

#headerInner {
  position: relative;
  height: 203px; }

#mainLogo {
  position: absolute;
  top: 0;
  left: 0;
  max-height: 130px; }

#aboutMenu, #mainMenu {
  position: absolute;
  text-align: right; }
  #aboutMenu li, #mainMenu li {
    display: inline-block;
    padding: 8px; }

#aboutMenu {
  top: 88px;
  right: -8px; }
  #aboutMenu li {
    margin-left: 24px;
    font-size: 1.2em;
    line-height: 31px; }
    #aboutMenu li a:link, #aboutMenu li a:visited {
      color: #888; }
    #aboutMenu li a {
      font-family: 'Roboto',sans-serif; }

#mainMenu {
  top: 127px;
  left: 0; }
  #mainMenu li {
    padding: 3px 0;
    height: 34px;
    line-height: 35px; }
    #mainMenu li a {
      border-left: 1px solid #3b6f48;
      padding: 8px 24px;
      color: #3b6f48;
      font-weight: bold;
      font-size: 1.3em;
      text-decoration: none;
      font-family: 'Roboto',sans-serif; }
      #mainMenu li a.sports {
        text-transform: uppercase; }
    #mainMenu li:first-child a {
      border-left: 0; }
    #mainMenu li.active, #mainMenu li:hover {
      background-color: #ffbe06;
      /* Fallback Color */
      background-image: -webkit-gradient(linear, left top, left bottom, from(#ecae00), to(#ffbe06));
      /* Saf4+, Chrome */
      background-image: -webkit-linear-gradient(top, #ecae00, #ffbe06);
      /* Chrome 10+, Saf5.1+, iOS 5+ */
      background-image: -moz-linear-gradient(top, #ecae00, #ffbe06);
      /* FF3.6 */
      background-image: -ms-linear-gradient(top, #ecae00, #ffbe06);
      /* IE10 */
      background-image: -o-linear-gradient(top, #ecae00, #ffbe06);
      /* Opera 11.10+ */
      background-image: linear-gradient(top, #ecae00, #ffbe06);
      filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#ecae00', EndColorStr='#ffbe06'); }
    #mainMenu li:last-of-type a {
      padding: 8px 22px; }
  #mainMenu .allSportsMenu {
    position: relative;
    z-index: 999;
    width: 200px;
    text-align: left;
    border: 1px solid #888;
    border-top: 0;
    background: #fff; }
    #mainMenu .allSportsMenu li {
      display: block;
      border-top: 1px solid #888;
      margin: 0; }
      #mainMenu .allSportsMenu li a {
        display: block;
        padding: 4px 8px;
        border-left: 0;
        font-size: 1.1em; }
      #mainMenu .allSportsMenu li:hover {
        background: #eee; }

#userLoginInset {
  position: absolute;
  top: 0;
  right: 0; }
  #userLoginInset #signInLink {
    display: inline-block;
    padding: 6px 8px 5px 8px;
    font-size: 1.2em;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    background-color: #ffbe06;
    /* Fallback Color */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ecae00), to(#ffbe06));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(top, #ecae00, #ffbe06);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(top, #ecae00, #ffbe06);
    /* FF3.6 */
    background-image: -ms-linear-gradient(top, #ecae00, #ffbe06);
    /* IE10 */
    background-image: -o-linear-gradient(top, #ecae00, #ffbe06);
    /* Opera 11.10+ */
    background-image: linear-gradient(top, #ecae00, #ffbe06);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#ecae00', EndColorStr='#ffbe06');
    border: 1px solid #125f52;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer; }
    #userLoginInset #signInLink:hover {
      background-color: #f1b100;
      /* Fallback Color */
      background-image: -webkit-gradient(linear, left top, left bottom, from(#e7aa00), to(#f1b100));
      /* Saf4+, Chrome */
      background-image: -webkit-linear-gradient(top, #e7aa00, #f1b100);
      /* Chrome 10+, Saf5.1+, iOS 5+ */
      background-image: -moz-linear-gradient(top, #e7aa00, #f1b100);
      /* FF3.6 */
      background-image: -ms-linear-gradient(top, #e7aa00, #f1b100);
      /* IE10 */
      background-image: -o-linear-gradient(top, #e7aa00, #f1b100);
      /* Opera 11.10+ */
      background-image: linear-gradient(top, #e7aa00, #f1b100);
      filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#e7aa00', EndColorStr='#f1b100');
      text-decoration: none; }
  #userLoginInset .link {
    display: inline-block;
    margin-left: 8px;
    text-align: right;
    color: #eee;
    line-height: 1.0;
    border-right: 1px solid #eee;
    padding-right: 8px; }
    #userLoginInset .link.logout {
      padding-right: 0;
      border-right: 0; }
    #userLoginInset .link.welcome {
      display: block;
      font-size: 1.2em;
      border: 0;
      padding-right: 0;
      margin-bottom: 3px; }
      #userLoginInset .link.welcome a {
        text-transform: uppercase;
        font-weight: bold;
        font-family: 'Roboto',sans-serif;
        color: #fbb900; }
    #userLoginInset .link a {
      color: #fff; }

#header .socialLinkList {
  position: absolute;
  top: 50px;
  right: 0;
  text-align: right; }
  #header .socialLinkList li {
    margin: 0 0 0 12px; }
#header .headerSponsors {
  position: absolute;
  top: 3px;
  left: 310px; }
  #header .headerSponsors h4 {
    font-family: 'Roboto',sans-serif;
    float: left;
    width: 100px;
    text-align: right;
    margin-right: 9px;
    color: rgba(255, 255, 255, 0.85);
    text-transform: uppercase;
    line-height: 1.7;
    letter-spacing: 2px;
    padding-top: 4px;
    font-size: 11px; }
  #header .headerSponsors .ads {
    float: left;
    width: 300px; }
    #header .headerSponsors .ads .themeAd {
      text-align: left; }
    #header .headerSponsors .ads img {
      display: inline-block;
      max-height: 60px;
      border-radius: 4px;
      box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2); }

#sportMenu {
  position: absolute;
  top: 177px;
  right: 0;
  text-align: right; }
  #sportMenu h2, #sportMenu a {
    display: inline-block;
    font-size: 14px;
    line-height: 30px;
    height: 30px;
    color: #eee;
    font-family: 'Roboto',sans-serif; }
  #sportMenu a {
    margin-left: 36px; }
  #sportMenu a:hover {
    color: #fbb900; }
  #sportMenu h2 {
    background: #0a342d;
    padding: 0 18px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Roboto',sans-serif; }

#neighborhoodMenu {
  position: absolute;
  bottom: 6px;
  right: 0;
  text-align: right;
  font-size: 1.1em;
  font-family: 'Roboto',sans-serif;
  text-transform: uppercase; }
  #neighborhoodMenu label {
    color: #eee; }
  #neighborhoodMenu a {
    display: inline-block;
    margin-left: 12px;
    color: #fbb900; }

#footerBanner {
  margin: 20px auto 0 auto;
  max-width: 840px;
  padding-right: 140px; }
  #footerBanner img {
    max-width: 100%; }

#footerOuter {
  background: #0a342d;
  border-top: 20px solid #fbb900;
  margin: 20px 0 -20px 0;
  padding: 20px 0 60px 0; }
  #footerOuter #footer {
    position: relative; }
  #footerOuter a, #footerOuter p, #footerOuter #copyright {
    color: #eee; }
  #footerOuter .footerColumn {
    float: left;
    width: 170px;
    margin-left: 20px; }
    #footerOuter .footerColumn.contact {
      width: 220px;
      margin-left: 0; }
      #footerOuter .footerColumn.contact .orgName {
        font-weight: bold;
        color: #fbb900; }
    #footerOuter .footerColumn .socialLinkList {
      margin-top: 8px; }
      #footerOuter .footerColumn .socialLinkList li {
        margin: 0 12px 0 0; }
    #footerOuter .footerColumn h4 {
      text-transform: uppercase;
      font-weight: bold;
      font-family: 'Roboto',sans-serif;
      font-size: 1.2em;
      color: #fbb900; }
    #footerOuter .footerColumn.menu li {
      margin-top: 3px; }
  #footerOuter #llInfo {
    position: absolute;
    bottom: -40px;
    right: 0;
    text-align: right;
    font-size: 10px; }
    #footerOuter #llInfo a {
      color: #aaa; }
  #footerOuter #copyright {
    position: absolute;
    bottom: -40px;
    left: 0;
    font-size: 10px; }

#sliderOuterContainer {
  position: relative;
  width: 940px;
  height: 356px;
  border: 1px solid #777; }

#homePageTop #slider {
  max-height: 356px; }
#homePageTop .flex-control-paging {
  position: absolute;
  top: 8px;
  right: 20px;
  width: auto;
  background: 0; }
#homePageTop .flex-prev {
  top: 32px;
  bottom: auto; }
#homePageTop .flex-next {
  left: 38px;
  top: 32px;
  bottom: auto;
  right: auto; }
#homePageTop #sportIconRow {
  margin: 6px 0 12px 0;
  padding-bottom: 4px;
  border-bottom: 1px solid #ccc; }
  #homePageTop #sportIconRow li {
    display: inline-block;
    margin-right: 14px; }
    #homePageTop #sportIconRow li a {
      color: #999;
      height: 36px;
      text-transform: uppercase; }
      #homePageTop #sportIconRow li a span {
        display: block;
        font-size: 30px;
        float: left;
        margin-right: 4px;
        line-height: 30px; }
        #homePageTop #sportIconRow li a span.text {
          font-size: 12px;
          line-height: 12px;
          padding-top: 9px;
          max-width: 72px; }
      #homePageTop #sportIconRow li a.Volleyball span.text, #homePageTop #sportIconRow li a.FlagFootball span.text, #homePageTop #sportIconRow li a.BeachVolleyball span.text {
        padding-top: 3px; }
      #homePageTop #sportIconRow li a:hover {
        color: #0a342d; }
    #homePageTop #sportIconRow li:last-child {
      margin-right: 0; }
#homePageTop div.componentRow {
  width: auto;
  background: transparent;
  border: 0;
  margin-bottom: 0; }
  #homePageTop div.componentRow div.component {
    padding: 0; }
  #homePageTop div.componentRow.one-one-one .component {
    padding-left: 10px;
    margin-left: 10px;
    border-left: 1px solid #ccc; }
    #homePageTop div.componentRow.one-one-one .component:first-child {
      margin-left: 0;
      padding-left: 0;
      border: 0; }
  #homePageTop div.componentRow div.component.size_1 {
    width: 296px; }

#homePageTagline {
  text-align: center;
  margin: 8px 0;
  color: #eee;
  font-size: 1.3em;
  text-transform: uppercase;
  font-weight: bold;
  font-family: 'Roboto',sans-serif; }
  #homePageTagline a {
    color: #fbb900; }

#homePagePromoBox {
  vertical-align: top; }

#homePageVideo {
  display: inline-block;
  max-width: 100%; }
  #homePageVideo iframe {
    max-width: 100%; }

#homePageUpcoming {
  display: inline-block;
  width: 210px;
  height: 315px;
  margin-left: 20px;
  vertical-align: top;
  min-width: 325px; }

#homePageUpcomingLeagues, #homePageUpcomingEvents {
  width: 210px;
  height: 155px;
  text-align: center;
  margin: 0 auto; }
  #homePageUpcomingLeagues .sectionTitle, #homePageUpcomingEvents .sectionTitle {
    font-family: "PT Sans";
    color: #fff;
    background: #fbb900;
    line-height: 2.5em;
    text-align: center; }

#homePageSocial {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  background: #fff;
  margin-top: 20px;
  padding-bottom: 20px; }
  #homePageSocial .titleBar {
    background: #fbb900;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    padding: 2px 0 2px 20px; }
    #homePageSocial .titleBar h4 {
      color: #0a342d;
      float: left;
      margin-right: 20px;
      height: 24px;
      line-height: 24px;
      vertical-align: text-bottom;
      font-size: 15px;
      font-family: 'Roboto',sans-serif; }
      #homePageSocial .titleBar h4.facebookTitle {
        background: transparent url(../../graphics/jerseyv2/icon-facebook-white.png) no-repeat top left;
        padding-left: 20px;
        width: 350px; }
      #homePageSocial .titleBar h4.instagramTitle {
        background: transparent url(../../graphics/jerseyv2/icon-instagram-white.png) no-repeat top left;
        width: 336px;
        padding-left: 34px; }
  #homePageSocial .facebookContainer, #homePageSocial .instagramContainer {
    float: left;
    margin-top: 12px; }
  #homePageSocial .facebookContainer {
    width: 370px;
    margin-right: 20px;
    padding-left: 20px; }
  #homePageSocial .instagramContainer {
    width: 400px; }
    #homePageSocial .instagramContainer p {
      font-size: 1.3em;
      font-weight: bold;
      color: #0a342d; }
  #homePageSocial #newsletterSignup {
    margin: 20px 20px 0 20px;
    padding: 6px 8px 6px 44px;
    color: #fff;
    font-size: 1.2em;
    font-family: 'Roboto',sans-serif;
    text-transform: uppercase;
    background: #0a342d url(../../graphics/jerseyv2/icon-envelope-white.png) no-repeat 9px 9px;
    line-height: 23px;
    vertical-align: middle; }
    #homePageSocial #newsletterSignup input.text {
      margin-left: 12px;
      width: 220px; }
    #homePageSocial #newsletterSignup input.submit {
      color: #fff;
      font-weight: bold;
      text-transform: uppercase;
      padding: 2px 6px;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      -ms-border-radius: 3px;
      -o-border-radius: 3px;
      border-radius: 3px;
      background-color: #ffbe06;
      /* Fallback Color */
      background-image: -webkit-gradient(linear, left top, left bottom, from(#ecae00), to(#ffbe06));
      /* Saf4+, Chrome */
      background-image: -webkit-linear-gradient(top, #ecae00, #ffbe06);
      /* Chrome 10+, Saf5.1+, iOS 5+ */
      background-image: -moz-linear-gradient(top, #ecae00, #ffbe06);
      /* FF3.6 */
      background-image: -ms-linear-gradient(top, #ecae00, #ffbe06);
      /* IE10 */
      background-image: -o-linear-gradient(top, #ecae00, #ffbe06);
      /* Opera 11.10+ */
      background-image: linear-gradient(top, #ecae00, #ffbe06);
      filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#ecae00', EndColorStr='#ffbe06');
      border: 1px solid #125f52;
      color: #fff;
      font-weight: bold;
      text-transform: uppercase;
      cursor: pointer; }
      #homePageSocial #newsletterSignup input.submit:hover {
        background-color: #f1b100;
        /* Fallback Color */
        background-image: -webkit-gradient(linear, left top, left bottom, from(#e7aa00), to(#f1b100));
        /* Saf4+, Chrome */
        background-image: -webkit-linear-gradient(top, #e7aa00, #f1b100);
        /* Chrome 10+, Saf5.1+, iOS 5+ */
        background-image: -moz-linear-gradient(top, #e7aa00, #f1b100);
        /* FF3.6 */
        background-image: -ms-linear-gradient(top, #e7aa00, #f1b100);
        /* IE10 */
        background-image: -o-linear-gradient(top, #e7aa00, #f1b100);
        /* Opera 11.10+ */
        background-image: linear-gradient(top, #e7aa00, #f1b100);
        filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#e7aa00', EndColorStr='#f1b100');
        text-decoration: none; }

.sportTitle {
  display: none; }

div#siteAlert.Alert, div#siteAlert.Announcement, div#siteAlert.Rainout {
  background-color: #fff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  border: none; }

#backToPlayerPage {
  top: 0; }

div#userMessage {
  margin: 0 0 20px 0; }

/* RESTYLE */
body {
  background: #fafafa; }

#header {
  margin: 0;
  background: 0; }
  #header .inner {
    width: 960px;
    margin: 0 auto;
    position: relative;
    height: 100%; }
  #header .header-top {
    background: transparent url(../../graphics/jerseyv2/header-img.jpg);
    background-position: center -450px;
    background-repeat: no-repeat;
    background-size: 100%;
    border-bottom: 3px solid #feb501;
    width: 100%; }
    #header .header-top #userLoginInset, #header .header-top #aboutMenu {
      position: relative;
      text-align: right;
      padding-top: 15px; }
    #header .header-top #aboutMenu {
      display: none; }
    #header .header-top .social {
      position: absolute;
      bottom: 15px;
      right: 0; }
      #header .header-top .social li {
        margin-left: 12px; }
    #header .header-top .welcome.link {
      display: none; }
  #header .header-bottom {
    background: #0171b9;
    height: 120px;
    width: 100%;
    position: relative; }
    #header .header-bottom #mainMenu {
      position: relative;
      top: 0;
      left: 0;
      padding-left: 225px; }
      #header .header-bottom #mainMenu &gt; ul li {
        height: 61px;
        line-height: 61px; }
        #header .header-bottom #mainMenu &gt; ul li:hover {
          background: 0;
          background-color: initial !important;
          border-bottom: 3px solid #feb501; }
          #header .header-bottom #mainMenu &gt; ul li:hover a {
            background: 0;
            background-color: initial !important;
            color: #fff; }
        #header .header-bottom #mainMenu &gt; ul li a {
          border: 0;
          color: #89a6a4;
          text-transform: uppercase;
          padding: 0 15px;
          font-family: 'Exo', sans-serif; }
      #header .header-bottom #mainMenu .allSportsMenu {
        top: -70px;
        width: 250px;
        background: #444; }
        #header .header-bottom #mainMenu .allSportsMenu li {
          height: 50px;
          line-height: 50px; }
          #header .header-bottom #mainMenu .allSportsMenu li:hover {
            background: #feb501; }
          #header .header-bottom #mainMenu .allSportsMenu li a {
            color: #aaa;
            line-height: 50px;
            font-size: 16px; }
            #header .header-bottom #mainMenu .allSportsMenu li a:hover {
              color: #fff; }
    #header .header-bottom #mainLogo {
      position: absolute;
      top: -125px; }

#mainPage {
  position: relative;
  top: -50px;
  background: #fff;
  padding: 20px;
  width: 920px;
  border-radius: 6px;
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.2); }
  #mainPage #homePageTop {
    margin-bottom: 20px; }
    #mainPage #homePageTop #sliderOuterContainer {
      width: 560px;
      height: 260px;
      float: none;
      display: inline-block;
      border-radius: 5px;
      vertical-align: top;
      margin-right: 24px; }
      #mainPage #homePageTop #sliderOuterContainer #slider {
        max-height: 260px; }
        #mainPage #homePageTop #sliderOuterContainer #slider .slide img {
          width: 100%; }
    #mainPage #homePageTop #promoLinks {
      float: none;
      display: inline-block;
      width: 330px;
      height: 262px; }
      #mainPage #homePageTop #promoLinks &gt; a {
        width: 330px;
        height: 125px;
        background-size: cover;
        border-radius: 5px;
        background-position: center center;
        display: block; }
        #mainPage #homePageTop #promoLinks &gt; a h4 {
          color: #fff;
          text-transform: uppercase;
          padding: 10px;
          font-size: 16px;
          font-family: 'Exo', sans-serif;
          font-size: 18px;
          text-decoration: none;
          line-height: 24px; }
      #mainPage #homePageTop #promoLinks .events {
        background-image: url(../../graphics/jerseyv2/events2.jpg);
        margin-bottom: 13px;
        background-position: center -15px; }
      #mainPage #homePageTop #promoLinks .perks {
        background-image: url(../../graphics/jerseyv2/perks.jpg);
        background-position: center -30px; }
  #mainPage #sportMenuSection .title {
    font-size: 34px;
    margin: 15px;
    text-transform: uppercase;
    display: inline-block; }
  #mainPage #sportMenuSection .links {
    float: right; }
    #mainPage #sportMenuSection .links .link {
      display: inline-block;
      text-align: right;
      margin: 12px 18px; }
      #mainPage #sportMenuSection .links .link a {
        color: #444;
        text-transform: uppercase;
        font-size: 16px; }
  #mainPage #homePageBottom {
    width: 100%;
    margin-bottom: 20px; }
    #mainPage #homePageBottom #bottomPromo {
      height: 350px;
      width: 380px;
      display: inline-block;
      vertical-align: top;
      background: black;
      margin-right: 16px;
      border-radius: 5px;
      background-position: center center;
      background-size: cover; }
    #mainPage #homePageBottom .homepage-promo {
      height: 350px;
      width: 294px;
      display: inline-block;
      vertical-align: top;
      background: #0171b9;
      margin-right: 15px;
      border-radius: 5px; }
      #mainPage #homePageBottom .homepage-promo:last-of-type {
        margin-right: 0; }
      #mainPage #homePageBottom .homepage-promo h4 {
        color: #fff;
        text-transform: uppercase;
        padding: 10px;
        font-size: 16px;
        font-family: 'Exo', sans-serif;
        font-size: 18px;
        text-decoration: none;
        line-height: 24px; }
      #mainPage #homePageBottom .homepage-promo .image {
        border-radius: 5px;
        background-position: center center;
        background-size: cover;
        height: 290px;
        width: 275px;
        margin-left: 9px; }
  #mainPage #homePageVideo {
    display: inline-block;
    width: 440px;
    height: 260px;
    border-radius: 5px;
    overflow: hidden;
    background: black;
    margin-left: 20px; }
  #mainPage #homepageSponsors {
    width: 450px;
    max-width: 450px;
    display: inline-block;
    vertical-align: top; }
    #mainPage #homepageSponsors h4 {
      color: #db634c;
      text-transform: uppercase;
      margin-bottom: 20px;
      font-size: 16px;
      font-family: 'Exo', sans-serif;
      font-size: 18px;
      text-decoration: none; }
    #mainPage #homepageSponsors &gt; a {
      display: inline-block;
      max-width: 110px;
      margin-bottom: 35px;
      vertical-align: middle;
      margin-right: 20px; }
      #mainPage #homepageSponsors &gt; a img {
        width: 100%; }
    #mainPage #homepageSponsors &gt; p {
      line-height: 20px; }
  #mainPage #homePageContentContainer {
    padding-top: 15px; }
  #mainPage #homepageContent {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin-top: 25px; }
    #mainPage #homepageContent &gt; div {
      width: 100%; }
    #mainPage #homepageContent .componentRow {
      max-width: 100%;
      width: 100%;
      border: 0; }
      #mainPage #homepageContent .componentRow .component {
        width: 100%; }
    #mainPage #homepageContent .editPageLink {
      margin: 15px 0; }
  #mainPage #newsletterSignup {
    background: #0171b9;
    padding: 12px 24px;
    border-radius: 5px;
    margin-bottom: 20px; }
    #mainPage #newsletterSignup form {
      color: #fff;
      text-transform: uppercase; }
      #mainPage #newsletterSignup form span {
        display: inline-block;
        padding: 0 45px;
        font-size: 16px;
        font-weight: bold;
        font-family: 'Exo', sans-serif;
        font-size: 18px;
        text-decoration: none; }
      #mainPage #newsletterSignup form input[type=text] {
        background: #013531;
        border: 0;
        outline: 0;
        color: #fff;
        padding: 6px 25px;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
        margin-left: 60px; }
      #mainPage #newsletterSignup form input[type=submit] {
        background: #fff;
        border: 0;
        font-weight: bold;
        font-size: 14px;
        padding: 6px 25px;
        text-transform: uppercase;
        color: #0171b9;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        margin-left: -4px;
        cursor: pointer;
        font-family: 'Exo', sans-serif; }
        #mainPage #newsletterSignup form input[type=submit]:hover {
          background: #444;
          color: #fff; }

#footerOuter {
  background: 0;
  border: 0;
  margin-top: 0; }
  #footerOuter #footer p {
    color: #333; }
  #footerOuter #footer a {
    color: #333; }
  #footerOuter #footer h4 {
    color: #333;
    margin-bottom: 20px;
    font-size: 16px;
    font-family: 'Exo', sans-serif; }
  #footerOuter #footer #mainLogo {
    max-width: 200px;
    margin-bottom: 24px;
    position: relative; }
  #footerOuter #footer #footerSocialLinks {
    margin: 15px 0; }
  #footerOuter #footer #llInfo {
    float: none;
    position: relative;
    text-align: left;
    margin-top: 15px; }
  #footerOuter #footer .social {
    margin: 12px 0 15px; }
    #footerOuter #footer .social li {
      margin-right: 12px; }
      #footerOuter #footer .social li:hover {
        color: #555; }

#sportIconRow {
  display: none; }

.whiteBox.pageWidth {
  width: inherit;
  padding: 0; }

.social li {
  list-style: none;
  display: inline-block; }
  .social li a {
    color: #ccc;
    font-size: 28px; }
    .social li a:hover {
      color: #fff; }

#userLoginInset #signInLink {
  border-radius: 25px;
  border: 0;
  background: #0171b9;
  padding: 6px 18px; }

#responsiveSportMenu {
  display: none; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Exo', sans-serif; }
</pre></body></html>