<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  text-align: center;
  background-image: url(../../graphics/houston/background-body.png), linear-gradient(to bottom, #081926, #113450 100px, #276488 80%, #2B66AB);
  background-repeat: no-repeat, no-repeat;
  background-position: center top, top; }

body, div, p, table, input, textarea, select {
  font-family: 'Roboto', sans-serif; }

.socialLinks li {
  display: inline-block;
  margin-right: 16px; }
  .socialLinks li:last-child {
    margin-right: 0; }

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

#pageContainerOuter {
  float: left;
  width: 838px; }

#innerPageWrapper {
  border-radius: 6px;
  background: #fff;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.25); }

#pageContainer {
  padding: 20px;
  border-radius: 6px; }

#homePageInner {
  float: left;
  width: 838px; }

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

#topBar {
  position: relative;
  padding: 20px 0; }
  #topBar .joinALeague {
    display: inline-block;
    padding: 8px 20px;
    color: #fafafa;
    background-image: linear-gradient(to bottom, #2B66AB, #3072bf 35%, #265a97);
    border-radius: 18px;
    font-weight: bold;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.25);
    vertical-align: bottom; }
    #topBar .joinALeague:hover {
      color: #fff;
      text-decoration: none;
      background: #285f9f;
      box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.2); }
  #topBar .contact {
    display: inline-block;
    margin-left: 20px; }
    #topBar .contact p {
      color: #cccccc; }
    #topBar .contact a {
      color: #fff;
      font-weight: 600; }
    #topBar .contact.email {
      padding-right: 20px;
      border-right: 1px solid #22405c; }

#userLoginInset {
  position: absolute;
  top: 28px;
  right: 4px;
  text-align: right; }
  #userLoginInset &gt; div {
    display: inline-block;
    color: #cccccc;
    margin-left: 30px; }
  #userLoginInset a {
    color: #fff; }
  #userLoginInset .welcome a {
    font-weight: bold; }
  #userLoginInset #signInLink, #userLoginInset #signInLink span {
    background: transparent !important;
    display: auto;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    line-height: inherit;
    font-weight: inherit; }
  #userLoginInset #signInLink span {
    font-weight: bold; }

#headerInner {
  position: relative;
  height: 204px;
  width: 1015px;
  margin: -19px auto 0 auto;
  text-align: left;
  background: #031724;
  background: url(../../graphics/houston/background-header.png) no-repeat top left; }
  #headerInner .logo {
    position: absolute;
    top: 39px;
    left: 40px;
    height: 126px;
    z-index: 999; }
  #headerInner .socialLinks {
    position: absolute;
    top: 49px;
    left: 260px; }
    #headerInner .socialLinks a {
      opacity: 0.85;
      color: #eee;
      font-size: 18px; }
      #headerInner .socialLinks a:hover {
        opacity: 1; }
  #headerInner .tagline {
    position: absolute;
    top: 88px;
    left: 260px;
    height: 17px;
    width: 423px;
    background: url(../../graphics/houston/tagline.png) no-repeat top left;
    opacity: 0.88; }
    #headerInner .tagline span {
      display: none; }
  #headerInner .goldSponsors {
    position: absolute;
    top: 37px;
    right: 40px;
    text-align: right; }
    #headerInner .goldSponsors p {
      color: #7497bf;
      text-transform: uppercase;
      font-size: 13px;
      padding-bottom: 8px;
      font-family: 'Montserrat', sans-serif;
      text-shadow: 1px 1px rgba(0, 0, 0, 0.2); }
    #headerInner .goldSponsors li {
      display: inline-block;
      margin-left: 20px; }
    #headerInner .goldSponsors img {
      max-height: 50px;
      max-width: 70px;
      vertical-align: middle; }

#mainMenu {
  position: absolute;
  bottom: 20px;
  right: 20px;
  height: 50px;
  text-align: right;
  border-bottom-right-radius: 6px; }
  #mainMenu &gt; ul &gt; li {
    display: inline-block;
    position: relative;
    margin-top: 8px;
    height: 32px;
    padding: 5px 11px 0 12px;
    border-right: 1px solid rgba(255, 255, 255, 0.15);
    border-left: 1px solid rgba(255, 255, 255, 0.1); }
    #mainMenu &gt; ul &gt; li a {
      display: inline-block;
      text-transform: uppercase;
      padding: 5px 16px;
      font-size: 15px;
      color: #083b5d;
      font-family: 'Montserrat', sans-serif;
      text-shadow: 1px 1px rgba(0, 0, 0, 0.2); }
    #mainMenu &gt; ul &gt; li a:hover, #mainMenu &gt; ul &gt; li.active &gt; a {
      color: #fff;
      text-decoration: none; }
    #mainMenu &gt; ul &gt; li:last-child {
      border-right: 0; }
    #mainMenu &gt; ul &gt; li:first-child {
      border-left: 0; }
    #mainMenu &gt; ul &gt; li .subMenu {
      position: absolute;
      top: 38px;
      left: 0;
      background: #fff;
      border-radius: 2px;
      box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
      text-align: left;
      padding: 10px 0;
      width: 160px;
      border: 1px solid #ddd;
      z-index: 999; }
      #mainMenu &gt; ul &gt; li .subMenu li {
        padding: 0 4px;
        margin: 6px 0;
        border-left: 6px solid #fff; }
        #mainMenu &gt; ul &gt; li .subMenu li:hover {
          border-left: 6px solid #2B66AB; }
      #mainMenu &gt; ul &gt; li .subMenu a {
        color: #517DAF;
        padding: 4px 8px;
        font-size: 12px; }
        #mainMenu &gt; ul &gt; li .subMenu a:hover {
          color: #2B66AB; }

#sportMenu {
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
  background: #307CCD url(../../graphics/houston/background-sport-menu.png) no-repeat top left;
  border-bottom: 1px solid #ccc;
  padding: 20px 20px 33px 20px;
  position: relative;
  text-align: right;
  box-shadow: 0 1px 1px -0.5px rgba(0, 0, 0, 0.2);
  margin-bottom: 1px; }
  #sportMenu h2 {
    display: inline-block;
    position: absolute;
    top: 28px;
    left: 20px;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
    font-weight: normal; }
  #sportMenu a {
    display: inline-block;
    margin-left: 30px;
    padding: 7px 8px 3px 8px;
    border-bottom: 3px solid rgba(255, 255, 255, 0);
    font-weight: bold;
    font-size: 1.1em;
    color: #fff;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.2); }
    #sportMenu a:hover, #sportMenu a.current {
      text-decoration: none;
      border-bottom: 3px solid #fff; }

.sportBanner {
  margin-bottom: 20px;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.25); }
  .sportBanner, .sportBanner img {
    border-radius: 6px; }

#sidebar .themeAd {
  margin-bottom: 20px;
  border-radius: 6px;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.25); }
  #sidebar .themeAd img {
    border-radius: 6px;
    max-width: 100%; }
#sidebar .silverTitle {
  margin-top: 40px;
  color: #7497bf;
  text-transform: uppercase;
  font-size: 13px;
  text-align: center;
  font-weight: normal;
  padding-bottom: 8px;
  font-family: 'Montserrat', sans-serif;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.2); }

#footer #footerInner {
  position: relative;
  margin-bottom: 60px; }
#footer .column {
  float: left;
  width: 148px;
  margin-left: 20px;
  padding-top: 40px; }
  #footer .column:first-child {
    margin-left: 0; }
  #footer .column h3 {
    font-weight: normal;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 12px;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.2); }
  #footer .column a, #footer .column .address {
    color: #fff; }
#footer #footerAds {
  display: none; }
#footer .contact {
  width: 228px; }
  #footer .contact .socialLinks {
    padding-top: 6px; }
    #footer .contact .socialLinks li {
      margin-right: 10px; }
      #footer .contact .socialLinks li a {
        font-size: 17px; }
  #footer .contact .contactInfo {
    margin: 20px 0; }
  #footer .contact li {
    margin-bottom: 10px; }
    #footer .contact li img {
      vertical-align: middle;
      margin-right: 6px; }
#footer .menu li {
  margin-bottom: 5px; }
#footer .menu a {
  color: #cccccc; }
#footer .ad {
  width: 226px; }
  #footer .ad img {
    border-radius: 6px;
    max-width: 100%; }
  #footer .ad .themeAd {
    border-radius: 6px;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.25); }
#footer .smallPrint {
  margin-top: 40px; }
  #footer .smallPrint a, #footer .smallPrint span {
    color: #cccccc;
    font-size: 11px; }
  #footer .smallPrint .divider {
    padding: 0 20px; }
#footer .poweredBy {
  position: absolute;
  bottom: 0;
  right: 0; }
  #footer .poweredBy, #footer .poweredBy a {
    color: #cccccc;
    font-size: 11px; }

#sliderRow {
  max-height: 366px;
  margin-bottom: 20px; }
  #sliderRow #sliderOuterContainer {
    float: left;
    position: relative;
    width: 525px;
    padding: 8px;
    background: #fff;
    height: 350px;
    border-radius: 6px;
    margin-right: 20px;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.25); }
    #sliderRow #sliderOuterContainer .slide img {
      border-radius: 6px;
      box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15); }
    #sliderRow #sliderOuterContainer .flex-control-nav {
      background: transparent; }
    #sliderRow #sliderOuterContainer .flex-direction-nav li a {
      bottom: 44%;
      height: 40px;
      width: 40px;
      opacity: 0.9; }
      #sliderRow #sliderOuterContainer .flex-direction-nav li a.flex-prev {
        background: transparent url(../../houston/graphics/arrow-prev.png) no-repeat top left;
        background-size: contain;
        left: 12px; }
      #sliderRow #sliderOuterContainer .flex-direction-nav li a.flex-next {
        background: transparent url(../../houston/graphics/arrow-next.png) no-repeat top left;
        background-size: contain;
        right: 12px; }
      #sliderRow #sliderOuterContainer .flex-direction-nav li a:hover {
        opacity: 1.0; }
  #sliderRow #sliderContentArea {
    float: left;
    width: 236px;
    padding: 20px;
    border-radius: 6px;
    height: 326px;
    overflow: auto;
    background: #fff;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.25); }

#homeBannerTop, #homeBannerBottom {
  margin-bottom: 20px;
  border-radius: 6px;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.25); }
  #homeBannerTop img, #homeBannerBottom img {
    max-width: 100%; }

#switchboardRow {
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 6px;
  background: #fff;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.25); }

#socialFeeds {
  background: #15415c;
  padding: 40px 0; }
  #socialFeeds h3 {
    color: #fff;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 18px;
    padding-bottom: 40px;
    font-family: 'Montserrat', sans-serif;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.2); }
  #socialFeeds .tiktokOuter, #socialFeeds .instagramOuter {
    float: left;
    border-radius: 6px;
    background: #fff;
    min-height: 294px;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.25); }
    #socialFeeds .tiktokOuter h4, #socialFeeds .instagramOuter h4 {
      position: relative;
      padding: 10px;
      font-size: 14px;
      font-family: 'Montserrat', sans-serif;
      text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
      font-weight: normal; }
      #socialFeeds .tiktokOuter h4 a, #socialFeeds .instagramOuter h4 a {
        text-transform: uppercase; }
      #socialFeeds .tiktokOuter h4 img, #socialFeeds .instagramOuter h4 img {
        width: 20px;
        vertical-align: bottom;
        margin-right: 8px; }
      #socialFeeds .tiktokOuter h4 .hashtag, #socialFeeds .instagramOuter h4 .hashtag {
        position: absolute;
        top: 12px;
        right: 10px; }
  #socialFeeds .tiktokOuter {
    width: 420px; }
  #socialFeeds #tiktokSnapwidgetContainer {
    width: 400;
    margin: 0 0 10px 10px; }
  #socialFeeds .instagramOuter {
    width: 538px;
    margin-left: 20px; }
  #socialFeeds #snapwidgetContainer iframe {
    margin: 0 0 10px 10px; }

.sportBanner .themeAd img {
  max-width: 100%; }

.sportTitle {
  display: none; }

div#siteAlert {
  border-radius: 6px;
  margin-bottom: 20px;
  padding-top: 10px; }
  div#siteAlert.Announcement, div#siteAlert.Alert, div#siteAlert.Rainout {
    background-color: #fff;
    border: 0; }

div#userMessage {
  margin: 0 0 20px 0;
  border-radius: 6px; }
  div#userMessage.error, div#userMessage.message {
    border: 0; }
</pre></body></html>