<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@keyframes animatePromoLinks {
  from {
    background: rgba(254, 127, 30, 0); }
  to {
    background: rgba(254, 127, 30, 0.7); } }
@keyframes animatePromoLinksText {
  from {
    font-size: 22px; }
  to {
    font-size: 26px; } }
@keyframes animateNavbar {
  from {
    background: transparent; }
  to {
    background: rgba(35, 35, 35, 0.75); } }
@keyframes animateNavbarOff {
  from {
    background: rgba(35, 35, 35, 0.75); }
  to {
    background: transparent; } }
body {
  text-align: center;
  background: transparent url(../../graphics/psgv2/background-body.png) repeat top left; }

/* team builder */
body.teamBuilderV2 #mainPage {
  width: inherit; }
  body.teamBuilderV2 #mainPage #pageContainer {
    width: auto; }

body #mainPage.homepage #siteAlert {
  min-height: 180px;
  margin-top: -50px; }

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

#mainPage {
  min-height: 550px; }

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

.sportpage #pageContainer {
  width: 800px; }

#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/psgv2/icon-facebook.png) no-repeat top left; }
  .socialLinkList li.socialLink_Twitter {
    background: url(../../graphics/psgv2/icon-twitter.png) no-repeat top left; }
  .socialLinkList li.socialLink_Instagram {
    background: url(../../graphics/psgv2/icon-instagram.png) no-repeat top left; }
  .socialLinkList li.socialLink_Snapchat {
    background: url(../../graphics/psgv2/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/psgv2/background-header-stripes.png) repeat-x 0 82px;
  margin-top: 20px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999999999; }
  #header.withSportMenu {
    background-image: url(../../graphics/psgv2/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: 100px; }

#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: #fe8528;
      /* Fallback Color */
      background-image: -webkit-gradient(linear, left top, left bottom, from(#fe760f), to(#fe8528));
      /* Saf4+, Chrome */
      background-image: -webkit-linear-gradient(top, #fe760f, #fe8528);
      /* Chrome 10+, Saf5.1+, iOS 5+ */
      background-image: -moz-linear-gradient(top, #fe760f, #fe8528);
      /* FF3.6 */
      background-image: -ms-linear-gradient(top, #fe760f, #fe8528);
      /* IE10 */
      background-image: -o-linear-gradient(top, #fe760f, #fe8528);
      /* Opera 11.10+ */
      background-image: linear-gradient(top, #fe760f, #fe8528);
      filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#fe760f', EndColorStr='#fe8528'); }
    #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; }
  #mainMenu .socialEventsMenu,
  #mainMenu .perksMenu,
  #mainMenu .corporateMenu {
    position: relative;
    z-index: 999;
    width: 200px;
    text-align: left;
    border: 1px solid #888;
    border-top: 0;
    background: #fff; }
    #mainMenu .socialEventsMenu li,
    #mainMenu .perksMenu li,
    #mainMenu .corporateMenu li {
      display: block;
      border-top: 1px solid #888;
      margin: 0; }
      #mainMenu .socialEventsMenu li a,
      #mainMenu .perksMenu li a,
      #mainMenu .corporateMenu li a {
        display: block;
        padding: 4px 8px;
        border-left: 0;
        font-size: 1.1em; }
      #mainMenu .socialEventsMenu li:hover,
      #mainMenu .perksMenu li:hover,
      #mainMenu .corporateMenu li:hover {
        background: #eee; }

#userLoginInset {
  position: absolute;
  top: 0;
  right: 0;
  margin-right: 30px; }
  #userLoginInset #signInLink {
    display: inline-block;
    padding: 6px 8px 5px 8px;
    font-size: 1.2em; }
  #userLoginInset .link {
    display: inline-block;
    margin-left: 8px;
    text-align: right;
    color: #444;
    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: #444; }
    #userLoginInset .link a {
      color: #222; }

#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: #fe7f1e; }
  #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: #fe7f1e; }

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

#footerOuter {
  background: #0a342d;
  border-top: 20px solid #fe7f1e;
  margin: 20px 0 -20px 0;
  padding: 60px 0 60px 0; }
  #footerOuter #footer {
    position: relative; }
  #footerOuter a, #footerOuter p, #footerOuter #copyright {
    color: #eee; }
  #footerOuter .footerColumn {
    float: left;
    width: 200px;
    margin-right: 50px; }
    #footerOuter .footerColumn.contact {
      width: 300px;
      margin-left: 0; }
      #footerOuter .footerColumn.contact .orgName {
        font-weight: bold;
        color: #fe7f1e; }
    #footerOuter .footerColumn.rainout {
      width: 380px;
      margin-right: 0; }
    #footerOuter .footerColumn.extra {
      width: 400px; }
    #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: #fe7f1e;
      text-transform: none; }
    #footerOuter .footerColumn.menu li {
      margin-bottom: 10px;
      font-weight: bold;
      text-transform: uppercase; }
  #footerOuter #llInfo {
    position: absolute;
    bottom: -40px;
    right: 0;
    text-align: right;
    font-size: 10px; }
    #footerOuter #llInfo a {
      color: #aaa; }
  #footerOuter .copyright {
    display: inline-block; }
  #footerOuter .social {
    display: inline-block; }

#sliderOuterContainer {
  position: relative;
  height: 550px; }
  #sliderOuterContainer .slide img {
    height: 550px;
    width: 100%;
    object-fit: cover; }
  #sliderOuterContainer .flex-direction-nav {
    position: relative;
    bottom: 260px;
    z-index: 99999999999999999999999999999999999999999;
    cursor: pointer; }
  #sliderOuterContainer .flex-control-paging {
    display: none; }

#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: #fe7f1e; }

#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: #fe7f1e;
    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: #fe7f1e;
    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/psgv2/icon-facebook-white.png) no-repeat top left;
        padding-left: 20px;
        width: 350px; }
      #homePageSocial .titleBar h4.instagramTitle {
        background: transparent url(../../graphics/psgv2/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/psgv2/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: #fe8528;
      /* Fallback Color */
      background-image: -webkit-gradient(linear, left top, left bottom, from(#fe760f), to(#fe8528));
      /* Saf4+, Chrome */
      background-image: -webkit-linear-gradient(top, #fe760f, #fe8528);
      /* Chrome 10+, Saf5.1+, iOS 5+ */
      background-image: -moz-linear-gradient(top, #fe760f, #fe8528);
      /* FF3.6 */
      background-image: -ms-linear-gradient(top, #fe760f, #fe8528);
      /* IE10 */
      background-image: -o-linear-gradient(top, #fe760f, #fe8528);
      /* Opera 11.10+ */
      background-image: linear-gradient(top, #fe760f, #fe8528);
      filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#fe760f', EndColorStr='#fe8528');
      border: 1px solid #125f52;
      color: #fff;
      font-weight: bold;
      text-transform: uppercase;
      cursor: pointer; }
      #homePageSocial #newsletterSignup input.submit:hover {
        background-color: #fe7914;
        /* Fallback Color */
        background-image: -webkit-gradient(linear, left top, left bottom, from(#fe730a), to(#fe7914));
        /* Saf4+, Chrome */
        background-image: -webkit-linear-gradient(top, #fe730a, #fe7914);
        /* Chrome 10+, Saf5.1+, iOS 5+ */
        background-image: -moz-linear-gradient(top, #fe730a, #fe7914);
        /* FF3.6 */
        background-image: -ms-linear-gradient(top, #fe730a, #fe7914);
        /* IE10 */
        background-image: -o-linear-gradient(top, #fe730a, #fe7914);
        /* Opera 11.10+ */
        background-image: linear-gradient(top, #fe730a, #fe7914);
        filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#fe730a', EndColorStr='#fe7914');
        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: #fff;
  padding-top: 120px; }

#header {
  margin: 0;
  background: 0; }
  #header .inner {
    width: 960px;
    margin: 0 auto;
    position: relative;
    height: 100%;
    text-align: right;
    line-height: 68px; }
    #header .inner &gt; div {
      display: inline-block; }
  #header .header-top {
    background: #fe7f1e;
    background-position: center -450px;
    background-repeat: no-repeat;
    background-size: 100%;
    border-bottom: 4px solid #fe7f1e;
    width: 100%;
    height: 65px;
    color: #fff; }
    #header .header-top .virtual {
      text-transform: uppercase;
      border: 2px solid #fff;
      padding: 4px 8px; }
      #header .header-top .virtual:hover {
        text-decoration: none;
        border-color: #ddd;
        color: #ddd; }
    #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 li {
      margin-left: 12px;
      color: #fff; }
    #header .header-top a {
      color: #fff; }
    #header .header-top .welcome.link {
      display: none; }
  #header .header-bottom {
    height: 55px;
    width: 100%;
    position: relative;
    background-color: #fe7f1e; }
    #header .header-bottom #mainMenu {
      position: relative;
      top: -6px;
      left: 0;
      padding-left: 225px; }
      #header .header-bottom #mainMenu &gt; ul li {
        height: 30px;
        line-height: 30px; }
        #header .header-bottom #mainMenu &gt; ul li.sports {
          padding-right: 10px;
          margin-right: -5px; }
          #header .header-bottom #mainMenu &gt; ul li.sports i {
            border: solid #eee;
            border-width: 0 3px 3px 0;
            display: inline-block;
            padding: 3px;
            position: relative;
            left: -8px;
            top: -2px; }
          #header .header-bottom #mainMenu &gt; ul li.sports .down {
            transform: rotate(45deg);
            -webkit-transform: rotate(45deg); }
        #header .header-bottom #mainMenu &gt; ul li:hover {
          background: 0;
          background-color: initial !important; }
          #header .header-bottom #mainMenu &gt; ul li:hover a {
            background: 0;
            background-color: initial !important;
            color: #ccc; }
        #header .header-bottom #mainMenu &gt; ul li:last-of-type {
          background: #fff;
          color: #fe7f1e; }
          #header .header-bottom #mainMenu &gt; ul li:last-of-type:last-of-type {
            background: #fff !important; }
            #header .header-bottom #mainMenu &gt; ul li:last-of-type:last-of-type a {
              color: #fe7f1e; }
          #header .header-bottom #mainMenu &gt; ul li:last-of-type &gt; a:hover {
            color: #fe7f1e; }
        #header .header-bottom #mainMenu &gt; ul li a {
          border: 0;
          color: #fff;
          text-transform: uppercase;
          padding: 0 15px;
          font-size: 14px;
          font-family: 'Arial', sans-serif; }
      #header .header-bottom #mainMenu .allSportsMenu,
      #header .header-bottom #mainMenu .socialEventsMenu,
      #header .header-bottom #mainMenu .perksMenu,
      #header .header-bottom #mainMenu .corporateMenu {
        top: 45px;
        width: auto;
        background: #232323;
        position: absolute;
        border: 0; }
        #header .header-bottom #mainMenu .allSportsMenu li,
        #header .header-bottom #mainMenu .socialEventsMenu li,
        #header .header-bottom #mainMenu .perksMenu li,
        #header .header-bottom #mainMenu .corporateMenu li {
          height: 30px;
          line-height: 50px;
          border-top: 1px solid rgba(255, 255, 255, 0.3);
          padding-left: 20px;
          padding-right: 20px; }
          #header .header-bottom #mainMenu .allSportsMenu li:hover,
          #header .header-bottom #mainMenu .socialEventsMenu li:hover,
          #header .header-bottom #mainMenu .perksMenu li:hover,
          #header .header-bottom #mainMenu .corporateMenu li:hover {
            background: #fe7f1e; }
          #header .header-bottom #mainMenu .allSportsMenu li a,
          #header .header-bottom #mainMenu .allSportsMenu li a &gt; p,
          #header .header-bottom #mainMenu .socialEventsMenu li a,
          #header .header-bottom #mainMenu .socialEventsMenu li a &gt; p,
          #header .header-bottom #mainMenu .perksMenu li a,
          #header .header-bottom #mainMenu .perksMenu li a &gt; p,
          #header .header-bottom #mainMenu .corporateMenu li a,
          #header .header-bottom #mainMenu .corporateMenu li a &gt; p {
            color: #fff;
            line-height: 20px;
            font-size: 16px; }
            #header .header-bottom #mainMenu .allSportsMenu li a:hover,
            #header .header-bottom #mainMenu .allSportsMenu li a &gt; p:hover,
            #header .header-bottom #mainMenu .socialEventsMenu li a:hover,
            #header .header-bottom #mainMenu .socialEventsMenu li a &gt; p:hover,
            #header .header-bottom #mainMenu .perksMenu li a:hover,
            #header .header-bottom #mainMenu .perksMenu li a &gt; p:hover,
            #header .header-bottom #mainMenu .corporateMenu li a:hover,
            #header .header-bottom #mainMenu .corporateMenu li a &gt; p:hover {
              color: #fff; }
      #header .header-bottom #mainMenu .allSportsMenu {
        width: 300px; }
      #header .header-bottom #mainMenu .socialEventsMenu {
        left: 340px; }
      #header .header-bottom #mainMenu .perksMenu {
        left: 490px; }
      #header .header-bottom #mainMenu .corporateMenu {
        left: 570px; }
    #header .header-bottom #mainLogo {
      position: absolute;
      top: -55px;
      z-index: 999; }

#banner {
  height: 550px;
  position: relative;
  top: -70px;
  z-index: 0;
  background-size: cover;
  background-position: center center; }
  #banner h3 {
    color: #fff;
    font-size: 70px;
    text-transform: uppercase;
    position: relative;
    top: 250px;
    z-index: 9999999999; }

#sportBanner {
  height: 430px;
  margin-top: -55px;
  background-size: cover;
  background-position: center center; }
  #sportBanner .inner {
    max-height: 225px;
    width: 1200px;
    margin: 0 auto;
    text-align: left;
    padding-top: 330px; }
    #sportBanner .inner &gt; h3 {
      float: left;
      color: #fff;
      font-size: 50px;
      text-transform: uppercase;
      position: relative; }
    #sportBanner .inner &gt; a {
      float: right;
      background: #fe7f1e;
      text-transform: uppercase;
      font-size: 20px;
      font-weight: bold;
      text-align: center;
      line-height: 45px;
      color: #fff;
      padding: 0px 20px;
      margin-top: -14px; }
      #sportBanner .inner &gt; a:hover {
        text-decoration: none;
        color: #ccc; }

#adBanner {
  position: relative;
  width: 100%;
  height: 148px;
  margin-bottom: 20px; }
  #adBanner &gt; a {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    height: 148px;
    display: none;
    text-align: center;
    width: 100%; }
    #adBanner &gt; a img {
      width: 960px;
      height: 148px;
      object-fit: cover; }

#mainPage {
  position: relative;
  background: #fff;
  padding: 0px;
  width: 1200px;
  padding-top: 30px; }
  #mainPage #homePageTop {
    margin-bottom: 20px;
    margin-top: -150px; }
    #mainPage #homePageTop #sliderOuterContainer {
      float: none;
      display: inline-block;
      vertical-align: top;
      margin-right: 24px; }
      #mainPage #homePageTop #sliderOuterContainer #slider {
        max-height: 260px; }
        #mainPage #homePageTop #sliderOuterContainer #slider .slide img {
          width: 100%; }
    #mainPage #homePageTop #promoLinks {
      width: 100%;
      height: 300px; }
      #mainPage #homePageTop #promoLinks &gt; a {
        width: 396px;
        height: 300px;
        background-size: cover;
        border: 3px solid #fff;
        border-right: 0;
        background-position: center center;
        margin: 0;
        float: left;
        position: relative; }
        #mainPage #homePageTop #promoLinks &gt; a .overlay {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%; }
        #mainPage #homePageTop #promoLinks &gt; a:hover .overlay {
          background: rgba(254, 127, 30, 0.7);
          animation: animatePromoLinks .5s linear; }
        #mainPage #homePageTop #promoLinks &gt; a:hover h4 {
          font-size: 26px;
          animation: animatePromoLinksText .5s linear; }
        #mainPage #homePageTop #promoLinks &gt; a h4 {
          text-align: center;
          color: #fff;
          text-transform: none;
          padding: 10px;
          font-size: 16px;
          position: relative;
          font-family: 'Arial', sans-serif;
          font-size: 22px;
          text-decoration: none;
          line-height: 24px;
          margin-top: 120px; }
        #mainPage #homePageTop #promoLinks &gt; a:hover {
          text-decoration: none; }
        #mainPage #homePageTop #promoLinks &gt; a:last-of-type {
          border-right: 3px solid #fff; }
      #mainPage #homePageTop #promoLinks .events {
        background-image: url(../../graphics/psgv2/events2.jpg);
        margin-bottom: 13px;
        background-position: center -15px; }
      #mainPage #homePageTop #promoLinks .perks {
        background-image: url(../../graphics/psgv2/perks.jpg);
        background-position: center -30px; }
  #mainPage #homePageBottom {
    width: 100%;
    margin-bottom: 30px; }
    #mainPage #homePageBottom h3 {
      font-size: 24px;
      margin-top: 50px;
      margin-bottom: 25px; }
    #mainPage #homePageBottom .left {
      display: inline-block;
      width: 573px;
      margin-right: 50px;
      vertical-align: top; }
      #mainPage #homePageBottom .left &gt; div {
        box-shadow: 0px 0px 15px rgba(125, 125, 125, 0.4); }
      #mainPage #homePageBottom .left .image {
        width: 100%;
        max-height: 330px;
        background-size: cover;
        background-position: center center;
        height: 330px; }
      #mainPage #homePageBottom .left .inner {
        min-height: 100px;
        padding: 30px 20px; }
    #mainPage #homePageBottom .right {
      display: inline-block;
      width: 573px; }
      #mainPage #homePageBottom .right &gt; div {
        box-shadow: 0px 0px 15px rgba(125, 125, 125, 0.4);
        clear: both;
        height: 150px;
        margin-bottom: 20px; }
      #mainPage #homePageBottom .right .image {
        width: 100%;
        float: left;
        width: 150px;
        background-size: cover;
        background-position: center center;
        height: 150px; }
      #mainPage #homePageBottom .right .inner {
        float: right;
        width: 380px;
        height: 90px;
        padding: 30px 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: #034641;
      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: 'Arial', 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: 'Arial', 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; }

#sportMenuSection .title {
  font-size: 34px;
  margin: 15px;
  text-transform: uppercase;
  display: inline-block; }
#sportMenuSection .links {
  float: right; }
  #sportMenuSection .links .link {
    display: inline-block;
    text-align: right;
    margin: 12px 18px; }
    #sportMenuSection .links .link a {
      color: #444;
      text-transform: uppercase;
      font-size: 16px; }

#footerOuter {
  background: #e5e7ec;
  border: 0;
  margin-top: 0;
  padding-bottom: 120px; }
  #footerOuter #footer p {
    color: #333; }
  #footerOuter #footer a {
    color: #333; }
  #footerOuter #footer h4 {
    color: #333;
    margin-bottom: 20px;
    font-size: 16px;
    font-family: 'Arial', sans-serif; }
  #footerOuter #footer #mainLogo {
    max-height: 100px;
    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: #fe7f1e; }

#newsletterSignup {
  background: #293a48;
  padding: 12px 24px;
  margin-bottom: 20px;
  height: 60px;
  position: fixed;
  bottom: -20px;
  width: 100%;
  z-index: 999999999; }
  #newsletterSignup form {
    color: #fff;
    text-transform: uppercase;
    text-align: left;
    width: 980px;
    margin: 0 auto;
    margin-top: 5px; }
    #newsletterSignup form span {
      display: inline-block;
      font-size: 14px;
      text-transform: none;
      text-align: left;
      font-family: 'Arial', sans-serif;
      text-decoration: none; }
    #newsletterSignup form input[type=text] {
      background: #445360;
      border: 0;
      outline: 0;
      color: #fff;
      padding: 6px 25px;
      border-top-left-radius: 2px;
      border-bottom-left-radius: 2px;
      margin-left: 100px;
      width: 300px;
      height: 36px; }
    #newsletterSignup form input[type=submit] {
      background: #fe7f1e;
      border: 0;
      font-weight: bold;
      font-size: 14px;
      padding: 6px 25px;
      text-transform: uppercase;
      color: #fff;
      border-top-right-radius: 2px;
      border-bottom-right-radius: 2px;
      margin-left: -4px;
      cursor: pointer;
      height: 48px;
      font-family: 'Arial', sans-serif; }
      #newsletterSignup form input[type=submit]:hover {
        background: #444;
        color: #fff; }

#sportIconRow {
  display: none; }

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

.social li {
  list-style: none;
  display: inline-block; }
  .social li a {
    color: #222;
    font-size: 18px; }
    .social li a:hover {
      color: #fe7f1e; }

.weather a {
  font-size: 28px;
  color: #000;
  margin-left: 20px;
  position: relative;
  top: 5px; }
  .weather a:hover {
    color: #fe7f1e; }

#userLoginInset #signInLink {
  border: 0;
  background: 0;
  color: #fff;
  padding: 6px 18px;
  font-weight: normal;
  font-size: 12px; }
  #userLoginInset #signInLink:hover {
    background: #fe7f1e;
    text-decoration: none;
    color: #fff; }

#responsiveSportMenu {
  display: none; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Arial', sans-serif; }

#subPromo {
  text-align: center;
  margin-top: 25px;
  margin-bottom: 25px;
  line-height: 18px; }
  #subPromo p {
    color: #444;
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 28px;
    padding: 25px;
    box-shadow: 0px 0px 15px rgba(125, 125, 125, 0.4);
    max-width: 1200px; }
  #subPromo a {
    width: 240px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #fe7f1e;
    text-transform: uppercase;
    color: #fff;
    border-radius: 100px;
    display: inline-block;
    font-weight: bold;
    font-size: 16px; }
    #subPromo a:first-of-type {
      margin-right: 45px; }

#sponsors {
  width: 1200px;
  margin: 100px auto 60px; }
  #sponsors &gt; #icons {
    width: 50%;
    margin: 0 auto;
    text-align: center;
    display: inline-block;
    vertical-align: top; }
    #sponsors &gt; #icons img {
      max-width: 120px;
      vertical-align: middle;
      margin-right: 20px;
      padding: 10px; }
  #sponsors &gt; #testimonial {
    width: 49%;
    display: inline-block;
    text-align: left;
    position: relative;
    min-height: 130px; }
    #sponsors &gt; #testimonial .item {
      display: none; }
    #sponsors &gt; #testimonial #controls {
      position: absolute;
      top: 0;
      right: -20px; }
    #sponsors &gt; #testimonial .prev {
      border: solid #fe7f1e;
      border-width: 0 3px 3px 0;
      display: inline-block;
      padding: 6px;
      position: relative;
      left: -8px;
      top: -2px;
      transform: rotate(135deg);
      -webkit-transform: rotate(135deg);
      cursor: pointer; }
    #sponsors &gt; #testimonial .next {
      border: solid #fe7f1e;
      border-width: 0 3px 3px 0;
      display: inline-block;
      padding: 6px;
      position: relative;
      left: -8px;
      top: -2px;
      transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      cursor: pointer; }
    #sponsors &gt; #testimonial .fa-quote-left {
      position: absolute;
      top: -10px;
      left: -10px;
      color: #ddd;
      font-size: 24px; }
    #sponsors &gt; #testimonial .fa-quote-right {
      position: absolute;
      top: 40px;
      right: -10px;
      color: #ddd;
      font-size: 24px; }
    #sponsors &gt; #testimonial p {
      margin-left: 45px;
      font-size: 16px;
      line-height: 28px;
      color: #aaa;
      max-width: 80%; }
    #sponsors &gt; #testimonial .name {
      margin-left: 45px;
      font-size: 14px;
      font-weight: bold;
      color: #666; }
    #sponsors &gt; #testimonial .stars {
      font-size: 14px;
      color: #0062a4; }

#snapwidgetContainer {
  font-size: 24px;
  line-height: 20px;
  margin-top: 25px;
  margin-bottom: 25px; }
  #snapwidgetContainer .clear {
    margin-bottom: 15px; }
  #snapwidgetContainer .left {
    color: #888;
    font-size: 22px; }
    #snapwidgetContainer .left &gt; span {
      font-size: 16px;
      position: relative;
      top: -2px; }
  #snapwidgetContainer .right {
    font-size: 14px;
    color: #444;
    float: right;
    font-weight: bold;
    position: relative;
    top: 2px; }
  #snapwidgetContainer iframe {
    border: none;
    overflow: hidden;
    width: 100%;
    height: 244px; }

div.componentRow,
div.component.size_3 {
  width: 100% !important; }

div.component.size_2 {
  width: 65% !important; }

div.component.size_1 {
  width: 31% !important; }

.sportpage div.componentRow,
.sportpage div.component.size_3 {
  width: 100% !important; }
.sportpage div.component.size_2 {
  width: 64% !important; }
.sportpage div.component.size_1 {
  width: 30% !important; }

div.two-one,
div.one-two,
div.one-one-one {
  background: none; }
</pre></body></html>