  /*! normalize.css v3.0.2 | MIT License | git.io/normalize */

  /**
   * 1. Set default font family to sans-serif.
   * 2. Prevent iOS text size adjust after orientation change, without disabling
   *    user zoom.
   */

  html {
    font-family: sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
  }

  /**
   * Remove default margin.
   */

  body {
    margin: 0;
  }

  /* HTML5 display definitions
     ========================================================================== */

  /**
   * Correct `block` display not defined for any HTML5 element in IE 8/9.
   * Correct `block` display not defined for `details` or `summary` in IE 10/11
   * and Firefox.
   * Correct `block` display not defined for `main` in IE 11.
   */

  article,
  aside,
  details,
  figcaption,
  figure,
  footer,
  header,
  hgroup,
  main,
  menu,
  nav,
  section,
  summary {
    display: block;
  }

  /**
   * 1. Correct `inline-block` display not defined in IE 8/9.
   * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
   */

  audio,
  canvas,
  progress,
  video {
    display: inline-block; /* 1 */
    vertical-align: baseline; /* 2 */
  }

  /**
   * Prevent modern browsers from displaying `audio` without controls.
   * Remove excess height in iOS 5 devices.
   */

  audio:not([controls]) {
    display: none;
    height: 0;
  }

  /**
   * Address `[hidden]` styling not present in IE 8/9/10.
   * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
   */

  [hidden],
  template {
    display: none;
  }

  /* Links
     ========================================================================== */

  /**
   * Remove the gray background color from active links in IE 10.
   */

  a {
    background-color: transparent;
  }

  /**
   * Improve readability when focused and also mouse hovered in all browsers.
   */

  a:active,
  a:hover {
    outline: 0;
  }

  /* Text-level semantics
     ========================================================================== */

  /**
   * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
   */

  abbr[title] {
    border-bottom: 1px dotted;
  }

  /**
   * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
   */

  b,
  strong {
    font-weight: bold;
  }

  /**
   * Address styling not present in Safari and Chrome.
   */

  dfn {
    font-style: italic;
  }

  /**
   * Address variable `h1` font-size and margin within `section` and `article`
   * contexts in Firefox 4+, Safari, and Chrome.
   */

  h1 {
    font-size: 2em;
    margin: 0.67em 0;
  }

  /**
   * Address styling not present in IE 8/9.
   */

  mark {
    background: #ff0;
    color: #000;
  }

  /**
   * Address inconsistent and variable font size in all browsers.
   */

  small {
    font-size: 80%;
  }

  /**
   * Prevent `sub` and `sup` affecting `line-height` in all browsers.
   */

  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }

  sup {
    top: -0.5em;
  }

  sub {
    bottom: -0.25em;
  }

  /* Embedded content
     ========================================================================== */

  /**
   * Remove border when inside `a` element in IE 8/9/10.
   */

  img {
    border: 0;
  }

  /**
   * Correct overflow not hidden in IE 9/10/11.
   */

  svg:not(:root) {
    overflow: hidden;
  }

  /* Grouping content
     ========================================================================== */

  /**
   * Address margin not present in IE 8/9 and Safari.
   */

  figure {
    margin: 1em 40px;
  }

  /**
   * Address differences between Firefox and other browsers.
   */

  hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
  }

  /**
   * Contain overflow in all browsers.
   */

  pre {
    overflow: auto;
  }

  /**
   * Address odd `em`-unit font size rendering in all browsers.
   */

  code,
  kbd,
  pre,
  samp {
    font-family: monospace, monospace;
    font-size: 1em;
  }

  /* Forms
     ========================================================================== */

  /**
   * Known limitation: by default, Chrome and Safari on OS X allow very limited
   * styling of `select`, unless a `border` property is set.
   */

  /**
   * 1. Correct color not being inherited.
   *    Known issue: affects color of disabled elements.
   * 2. Correct font properties not being inherited.
   * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
   */

  button,
  input,
  optgroup,
  select,
  textarea {
    color: inherit; /* 1 */
    font: inherit; /* 2 */
    margin: 0; /* 3 */
  }

  /**
   * Address `overflow` set to `hidden` in IE 8/9/10/11.
   */

  button {
    overflow: visible;
  }

  /**
   * Address inconsistent `text-transform` inheritance for `button` and `select`.
   * All other form control elements do not inherit `text-transform` values.
   * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
   * Correct `select` style inheritance in Firefox.
   */

  button,
  select {
    text-transform: none;
  }

  /**
   * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
   *    and `video` controls.
   * 2. Correct inability to style clickable `input` types in iOS.
   * 3. Improve usability and consistency of cursor style between image-type
   *    `input` and others.
   */

  button,
  html input[type="button"], /* 1 */
  input[type="reset"],
  input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
  }

  /**
   * Re-set default cursor for disabled elements.
   */

  button[disabled],
  html input[disabled] {
    cursor: default;
  }

  /**
   * Remove inner padding and border in Firefox 4+.
   */

  button::-moz-focus-inner,
  input::-moz-focus-inner {
    border: 0;
    padding: 0;
  }

  /**
   * Address Firefox 4+ setting `line-height` on `input` using `!important` in
   * the UA stylesheet.
   */

  input {
    line-height: normal;
  }

  /**
   * It's recommended that you don't attempt to style these elements.
   * Firefox's implementation doesn't respect box-sizing, padding, or width.
   *
   * 1. Address box sizing set to `content-box` in IE 8/9/10.
   * 2. Remove excess padding in IE 8/9/10.
   */

  input[type="checkbox"],
  input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
  }

  /**
   * Fix the cursor style for Chrome's increment/decrement buttons. For certain
   * `font-size` values of the `input`, it causes the cursor style of the
   * decrement button to change from `default` to `text`.
   */

  input[type="number"]::-webkit-inner-spin-button,
  input[type="number"]::-webkit-outer-spin-button {
    height: auto;
  }

  /**
   * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
   * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
   *    (include `-moz` to future-proof).
   */

  input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
  }

  /**
   * Remove inner padding and search cancel button in Safari and Chrome on OS X.
   * Safari (but not Chrome) clips the cancel button when the search input has
   * padding (and `textfield` appearance).
   */

  input[type="search"]::-webkit-search-cancel-button,
  input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
  }

  /**
   * Define consistent border, margin, and padding.
   */

  fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
  }

  /**
   * 1. Correct `color` not being inherited in IE 8/9/10/11.
   * 2. Remove padding so people aren't caught out if they zero out fieldsets.
   */

  legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
  }

  /**
   * Remove default vertical scrollbar in IE 8/9/10/11.
   */

  textarea {
    overflow: auto;
  }

  /**
   * Don't inherit the `font-weight` (applied by a rule above).
   * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
   */

  optgroup {
    font-weight: bold;
  }


  /******************************************************************************
  Style.css
  ******************************************************************************/
  .header{font-family:Arial, sans-serif;color:#000000;font-size:16px;font-weight:bold;}
  .subheader{font-family:Arial, sans-serif;color:#999999;font-size:13px;font-weight:bold;}
  .body{font-family:Arial, sans-serif;color:#000000;font-size:12px;font-weight:normal;}
  .bodywhite{font-family:Arial, sans-serif;color:#FFFFFF;font-size:12px;font-weight:bold;}
  .bodyred{font-family:Arial, sans-serif;color:#010101;font-size:12px;font-weight:bold;}
  .caption{font-family:Arial, sans-serif;color:#fff;font-size:10px;font-weight:bold;}
  .caption1{font-family:Arial, sans-serif;color:#666666;font-size:11px;font-weight:normal;}
  .footer{font-family:Arial, sans-serif;color:#cccccc;font-size:10px;font-weight:normal;}
  .boldred{font-weight:bold;color:#010101;}
  .B{font-family:Arial, sans-serif;font-weight:bold;font-size:11px;}
  .I{font-family:Arial, sans-serif;font-style:italic;font-size:11px;}
  a:active{ color: #000; }
  a:visited{ color: #000; }
  a:link{ color: #000; }
  a:hover{ color: #000; }
  a.nav1{font-family:Arial, sans-serif;color:#666666;font-size:11px;font-weight:normal;text-decoration:none;}
  a.nav1:hover{font-family:Arial, sans-serif;color:#010101;font-size:11px;font-weight:normal;text-decoration:none;}
  a.nav1AT{font-family:Arial, sans-serif;color:#010101;font-size:11px;font-weight:bold;text-decoration:none;}
  a.secnav1{font-family:Arial, sans-serif;color:#666666;font-size:10px;font-weight:normal;text-decoration:underline;}
  a.secnav1:hover{font-family:Arial, sans-serif;color:#010101;font-size:10px;font-weight:normal;text-decoration:underline;}
  a.secnav1AT{font-family:Arial, sans-serif;color:#010101;font-size:10px;font-weight:normal;text-decoration:underline;}
  thead{display:table-header-group;}
  tbody{display:table-row-group;}
  td{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;}
  th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;}
  tfoot{display:table-footer-group;}
  div.page{page-break-before:always;}
  textarea{font-family:Arial, sans-serif;background-color:#FFFFFF;color:#000000;font-size:11px;}
  form{margin-top:0;margin-bottom:0;}
  input{font-family:Arial, sans-serif;/*background-color:#FFFFFF;*/color:#000000;font-size:11px;}
  select{font-family:Arial, sans-serif;background-color:#FFFFFF;color:#000000;font-size:11px;}
  .button{font-family:Arial, sans-serif;font-size:10px;font-weight:bold;color:#002663;height:19px;}
  .highlight{color:#010101;font-weight:bold;font-size:11px;}
  .biginput{font-family:Arial, sans-serif;background-color:#FFFFFF;color:#000000;font-size:18px;}
  .cour{font-family:Arial, sans-serif;font-weight:bold;background-color:#FFFFFF;color:#000000;font-size:14px;}
  .AMMmain{text-decoration:none;background-color:#CCCCCC;color:#000000;font-weight:bold;font-size:12px;}
  .AMMback{background-color:#010101;}
  .AMMcur{text-decoration:none;background-color:#FFFF99;cursor:hand;color:#010101;font-weight:bold;font-size:12px;}
  .AMMcurgif{background-color:#010101;}
  .AMMgifarea{background-color:#000000;font-size:12px;}
  .AMMgiflite{background-color:#FF3333;font-size:12px;}
  .AMMlink{text-decoration:none;color:#FFFFFF;font-weight:bold;font-size:12px;}
  .AMMlite{background-color:#FFFFFF;cursor:hand;color:#000000;font-weight:bold;font-size:12px;}
  .AMMbreak{background-color:#010101;font-size:12px;}
  .AMMsub{text-decoration:none;background-color:#CCCCCC;color:#000000;font-weight:bold;font-size:11px;}
  .AMMsubcur{text-decoration:none;background-color:#FFFF99;cursor:hand;color:#000000;font-weight:bold;font-size:11px;}
  .AMMsubgifcur{background-color:#010101;font-size:11px;}
  .AMMsubback{background-color:#CCCCCC;}
  .AMMsubgifarea1{background-color:#FFFFFF;font-size:11px;}
  .AMMsubgiflite1{background-color:#FFFFFF;font-size:11px;}
  .AMMsubgifarea2{background-color:#000000;font-size:11px;}
  .AMMsubgiflite2{background-color:#FF3333;font-size:11px;}
  .AMMsublink{text-decoration:none;font-weight:bold;font-size:11px;}
  .AMMsublite{background-color:#FFFFFF;cursor:hand;color:#000000;font-weight:bold;font-size:11px;}
  .AMMsubbreak{background-color:#010101;font-size:11px;}
  .AMMmainhead{text-decoration:none;background-color:#666666;color:#FFFFFF;font-weight:bold;font-size:11px;}
  .AMMgifhead{background-color:#000000;font-size:11px;}
  .MMmain{font-family:Arial, sans-serif;text-decoration:none;background-color:#FFFFFF;font-weight:bold;font-size:11px;}
  .MMback{font-family:Arial, sans-serif;background-color:#FFFFFF;}
  .MMcur{font-family:Arial, sans-serif;text-decoration:none;background-color:#FFFFFF;cursor:hand;font-weight:bold;font-size:11px;}
  .MMcurgif{font-family:Arial, sans-serif;background-color:#FFFFFF;}
  .MMgifarea{font-family:Arial, sans-serif;background-color:#FFFFFF;font-size:11px;}
  .MMgiflite{font-family:Arial, sans-serif;background-color:#FFFFFF;font-size:11px;}
  .MMlink{font-family:Arial, sans-serif;text-decoration:none;font-weight:bold;font-size:11px;}
  .MMlite{font-family:Arial, sans-serif;background-color:#FFFFFF;cursor:hand;font-weight:bold;font-size:11px;}
  .MMbreak{font-family:Arial, sans-serif;background-color:#FFFFFF;font-size:11px;}
  .MMsub{font-family:Arial, sans-serif;text-decoration:none;background-color:#FFFFFF;font-weight:bold;font-size:11px;}
  .MMsubcur{font-family:Arial, sans-serif;text-decoration:none;background-color:#FFFFFF;cursor:hand;font-weight:bold;font-size:11px;}
  .MMsubgifcur{font-family:Arial, sans-serif;background-color:#FFFFFF;font-size:11px;}
  .MMsubback{font-family:Arial, sans-serif;background-color:#FFFFFF;}
  .MMsubgifarea1{font-family:Arial, sans-serif;background-color:#FFFFFF;font-size:11px;}
  .MMsubgiflite1{font-family:Arial, sans-serif;background-color:#FFFFFF;font-size:11px;}
  .MMsubgifarea2{font-family:Arial, sans-serif;background-color:#FFFFFF;font-size:11px;}
  .MMsubgiflite2{font-family:Arial, sans-serif;background-color:#FFFFFF;font-size:11px;}
  .MMsublink{font-family:Arial, sans-serif;text-decoration:none;font-weight:bold;font-size:11px;}
  .MMsublite{font-family:Arial, sans-serif;background-color:#FFFFFF;cursor:hand;font-weight:bold;font-size:11px;}
  .MMsubbreak{font-family:Arial, sans-serif;background-color:#FFFFFF;font-size:11px;}
  .MMmainhead{font-family:Arial, sans-serif;text-decoration:none;background-color:#FFFFFF;color:#010101;font-weight:bold;font-size:11px;}
  .MMgifhead{font-family:Arial, sans-serif;background-color:#FFFFFF;font-size:11px;}
  .greytext{font-family:Arial, sans-serif;background-color:#FFFFFF;color:#666666;font-size:11px;}
  .grey{font-family:Arial, sans-serif;background-color:#999999;font-size:11px;}
  .white{font-family:Arial, sans-serif;background-color:#FFFFFF;font-size:11px;}
  .black{font-family:Arial, sans-serif;background-color:#000000;color:#FFFFFF;font-size:11px;}
  .hdr{font-family:Arial, sans-serif;font-weight:bold;background-color:#999999;color:#FFFFFF;}
  .wlcm{font-family:Arial, sans-serif;background-color:#010101;color:#FFFFFF;}
  .subhdr{font-family:Arial, sans-serif;font-weight:bold;background-color:#010101;color:#FFFFFF;}
  .photocopy{font-family:Arial, sans-serif;font-size:10px;font-style:italic;background-color:#A6A6A6;color:#000000;}
  .articlecopy{font-family:Arial, sans-serif;font-size:10px;background-color:#FFFFFF;color:#6d6d6d;}
  .pwrlst{font-family:Arial, sans-serif;font-size:9pt;background-color:#FAEAC5;color:#010101;}
  .cellhdr{font-family:Arial, sans-serif;font-size:10pt;font-weight:bold;background-color:#E4CC91;color:#000000;}
  .athlst{font-family:Arial, sans-serif;font-size:9pt;background-color:#E4CC91;color:#000000;}
  .splst{font-family:Arial, sans-serif;font-size:9pt;background-color:#FAEAC5;color:#000000;}
  .odd{font-family:Arial, sans-serif;font-size:9pt;background-color:#ccc;}
  .even{font-family:Arial, sans-serif;font-size:9pt;background-color:#fff;}
  .red{font-family:Arial, sans-serif;font-size:9pt;background-color:#FFAAAA;color:#000000;}
  .green{font-family:Arial, sans-serif;font-size:9pt;background-color:#AACCAA;color:#000000;}
  .grey{font-family:Arial, sans-serif;font-size:9pt;background-color:#DDDDDD;color:#000000;}
  .error{font-family:Arial, sans-serif;font-size:9pt;font-weight:bold;background-color:#CCEEFF;color:#000000;}
  .inact{font-family:Arial, sans-serif;font-size:9pt;background-color:#FF9999;}
  .warn{font-family:Arial, sans-serif;font-size:9pt;background-color:#FFFF99;}
  .sm{font-family:Arial, sans-serif;font-size:10px;color:#000000;text-decoration:none;}
  .med{font-family:Arial, sans-serif;font-size:14px;color:#000000;text-decoration:none;}
  .ty{font-family:Arial, sans-serif;font-size:9px;color:#000000;text-decoration:none;}
  .tyb{font-family:Arial, sans-serif;font-size:9px;font-weight:bold;color:#000000;text-decoration:none;}
  .lgb{font-family:Arial, sans-serif;font-size:18px;font-weight:bold;color:#000000;text-decoration:none;}
  .arttitle{font-family:Arial, sans-serif;font-size:18px;font-weight:bold;color:#000000;text-decoration:none;}
  .headline{font-family:Arial, sans-serif;font-size:14px;font-weight:bold;text-decoration:none;}
  .oldheadline{font-family:Arial, sans-serif;font-size:12px;font-weight:bold;color:#000000;text-decoration:none;}
  .bioname{font-family:Arial, sans-serif;font-size:18px;font-weight:bold;color:#000000;text-decoration:none;}
  .bioposition{font-family:Arial, sans-serif;font-size:14px;font-weight:bold;color:#000000;text-decoration:none;}
  .handover{cursor:hand;font-family:Arial, sans-serif;}
  .calodd{font-family:Arial, sans-serif;font-size:9pt;background-color:#FAEAC5;}
  .caleven{font-family:Arial, sans-serif;font-size:9pt;background-color:#FFF8D2;}
  .bbback{background-repeat:no-repeat;background-image:url(/statImages/bbscoreboard.gif);background-color:#000000;}
  .tdback{background-repeat:no-repeat;background-image:url(/statImages/scoreboard-bkg.gif);background-color:#000000;}
  .scoreboard-score{font-family:Arial, sans-serif;font-size:36px;color:#FF4444;font-weight:bold;}
  .scoreboard-qtr{font-family:Arial, sans-serif;font-size:24px;color:#FF4444;font-weight:bold;}
  .scoreboard-yellow{font-family:Arial, sans-serif;font-size:12px;color:#FF4444;font-weight:bold;}
  .scoreboard-white{font-family:Arial, sans-serif;font-size:12px;color:#FFFFFF;font-weight:bold;}
  .scoreboard-qtr-score{font-family:Arial, sans-serif;font-size:12px;color:#FFFFFF;}
  .scoreboard-qtr-num{font-family:Arial, sans-serif;font-size:11px;color:#FFFFFF;font-weight:bold;}
  .team-header{font-family:Arial, sans-serif;color:#000000;font-size:16px;font-weight:bold;}
  .stat-hdr-big{font-family:Arial, sans-serif;font-size:14px;font-weight:bold;background-color:#010101;color:#FFFFFF;}
  .stat-hdr{font-family:Arial, sans-serif;font-weight:bold;background-color:#010101;color:#FFFFFF;}
  .stat-hdr-link{font-family:Arial, sans-serif;font-weight:bold;background-color:#010101;color:#FFFFFF;}
  .stat-odd{font-family:Arial, sans-serif;font-size:9pt;background-color:#FAEAC5;}
  .stat-hdr-sm{font-family:Arial, sans-serif;background-color:#010101;color:#FFFFFF;}
  .stat-even{font-family:Arial, sans-serif;font-size:9pt;background-color:#FFF8D2;}
  .stat-totals{font-family:Arial, sans-serif;font-size:9pt;background-color:#FFAAAA;color:#000000;}
  .hmblacksh{font-family:Arial, sans-serif;font-size:14px;color:#FFFFFF;font-weight:bold;background-color:#000000;}
  .hmblackso{font-family:Arial, sans-serif;font-size:12px;color:#FAEAC5;font-weight:bold;background-color:#000000;}
  .hmblacksm{font-family:Arial, sans-serif;font-size:12px;color:#FFFFFF;font-weight:bold;background-color:#000000;}
  .hmblackh{font-family:Arial, sans-serif;font-size:11px;color:#FFFFFF;font-weight:bold;}
  .hmblackw{font-family:Arial, sans-serif;font-size:11px;color:#FFFFFF;font-weight:bold;}
  .hmblackty{font-family:Arial, sans-serif;font-size:9px;color:#FFFFFF;}
  .othheadtitle{font-family:Arial,Helvetica,Verdana;font-size:14px;font-weight:bold;background-color:#010101;color:#FFFFFF;}

  /**************************************************************************
  Standard
  **************************************************************************/

  ul, ol, dl { list-style-type: none; }
  img { border: none; }
  a:link, a:hover, a:visited { text-decoration: none; font-family: Helvetica, Arial, sans-serif; }
  .left { float: left; }
  .right { float: right }
  .hidden { visibility: hidden; }
  .hide { display:none; }
  .centered { margin-left: auto; margin-right: auto; }
  .tx-centered { text-align: center; }
  .tx-left { text-align: left; }
  .tx-right { text-align: right; }
  .tx-just { text-align: justify; }
  .tx-bold { font-weight: bold; }
  .relative { position: relative; }
  .absolute { position: absolute; }
  .fixed { position: fixed; }
  .clear { clear: both; }
  .of-hidden { overflow: hidden; }
  .of-visible { overflow: visible; }
  .of-auto { overflow: auto; }
  .pointer { cursor: pointer; }
  .rounded5 { border-radius: 5px; -moz-border-radius: 5px; /* Old Firefox */}
  .rounded10 { border-radius: 10px; -moz-border-radius: 10px; /* Old Firefox */ }
  .rounded15 { border-radius: 15px; -moz-border-radius: 15px; /* Old Firefox */ }
  .tab { font-weight: bold; text-align: center; cursor: pointer; }
  .w100 { width: 100%; }

  /* shadow-setup
      {  -moz-box-shadow: 0px 0px 10px 1px #fff; 
              -webkit-box-shadow: 0px 0px 10px 1px #fff;    
              box-shadow: 0px 0px 10px 1px #fff;    
              /* For IE 8 *//*
              -ms-filter: "progid:DXImageTransform.Microsoft.Shadow
                          (Strength=1, Direction=135, Color='#000')";
              /* For IE 5.5 - 7 *//*
              filter: progid:DXImageTransform.Microsoft.Shadow
                      (Strength=1, Direction=135, Color='#000');
  } */
  /* gradient-setup
      {
     background-color: #0d3460; 
     /*background-image: url(images/fallback-gradient.png); *//*
     background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#0d3460), to(#062140));
     background-image: -webkit-linear-gradient(top, #0d3460, #062140); 
     background-image:    -moz-linear-gradient(top, #0d3460, #062140);
     background-image:     -ms-linear-gradient(top, #0d3460, #062140);
     background-image:      -o-linear-gradient(top, #0d3460, #062140);
  } */






  /**************************************************************************
  DOCUMENT
  **************************************************************************/
  body {
    font-family: Helvetica, Arial, Sans-Serif;
    color: #000000;
  }
  /**************************************************************************
  SITE TOP
  **************************************************************************/

  #site-top-leaderboard {
    width: 1000px;
    height: 90px;
    padding: 10px 0 9px;
    overflow: hidden;
  }

  /**************************************************************************
  HEADER
  **************************************************************************/

  header {
    height: 50px;
    width: 100%;
    background-color: #202020;
    border-top: 6px solid #cfb87c;
    z-index: 10001;
  }

  header.sticky {
    top: 0;
  }

  #header-placeholder {
    width: 100%;
    height: 0px;
  }

  #header-placeholder.active {
    height: 50px;
  }

  header .content {
    width: 100%;
    max-width: 1000px;
    height: 50px;
  }

  .sprite-header-logo {
    left: 10px;
    top: -4px;
    z-index: 1000;
  }

  #header-right {
    margin-right: 10px;
    margin-top: 7px;
    z-index: 1002;
  }

  .sprite-header-p12 {
    margin-right: 10px;
  }

  #header-search {
    right: 10px;
    top: 30px;
  }

  header #search {
    background-color: #cfb87c;
    border: 5px solid #202020;
    border-radius: 0 0 5px 5px;
    top: 50px;
    padding: 10px;
    right: 2px;
    z-index: 1005;
    display: none;
  }

  header #search.active {
    display: block;
  }

  #search-form input.text {
    width: 200px;
    margin-bottom: 0;
  }

  #search-form input.button {
    background-color: #000;
    border: medium none;
    border-radius: 5px;
    color: #fff;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    margin-left: 10px;
    padding: 0 5px;
  }

  body #pac12-dropdown {
    left: unset !important;
    right: 10%;
    z-index: 1000;
    top: unset !important;
  }



  /**************************************************************************
  CONTENT
  **************************************************************************/

  #inner-content {
    max-width: 1000px;
    width: 100%;
  }

  .home #inner-content,
  .sport-home #inner-content {
    max-width: unset !important;
  }

  #left-column {
    max-width: 662px;
    width: 100%;
  }

  #news_first_600 {
    position: relative;
  }
  /**************************************************************************
  ROTATOR
  **************************************************************************/

  #rotator-bg {
    background-color: #e8e6d7;
    height: 100%;
  }

  #rotator {
    width: 100%;
  }

  #rotator .contents.main {
    width: 100%;
    height: 0px;
    max-width: 1100px;
    margin: 0px auto;
    z-index: 100;
  }

  #rotator h1 {
    display: none;
  }

  #rotator .main .story {
    /*display: none;*/
    width: 100%;
    z-index: 50;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% auto;
  }


  #rotator .main .story .play {
    width: 10%;
    max-width: 60px;
    left: 48%;
    top: 46%;
    position: absolute;
    cursor: pointer;
  }

  #rotator .main .story a.story-link {
    width: 100%;
    height: 100%;
  }

  #rotator .main .story.active {
    /*display: block;*/
    z-index: 100;
  }

  #rotator .main .story a:hover {
    text-decoration: none;
  }

  #rotator .main .story .text {
    background-color: rgba(0, 0, 0, 0.7);
    bottom: 0;
    height: 52px;
    width: 100%;
    position: absolute;
  }

  #rotator .main .story .sport {

  }

  #rotator .main .story .title,
  #rotator .main .story .links {

  }

  #rotator .main .story .title {
    width: 90%;
    font-size: 24px;
    line-height: 52px;
    color: #fff;
    text-align: left;
    margin: 0 auto;
  }

  #rotator .main .story .links {
    width: 320px;
  }

  #rotator .main .story .links .rotator-sponsor {
    text-align: right;
    padding-bottom: 14px;
  }

  #rotator .main .story .links .link {
    width: 150px;
    height: 44px;
    line-height: 44px;
    background: #d9d9d9;
    color: #000;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    box-shadow: 0px 1px 2px #000;
    text-transform: uppercase;
  }

  #rotator .main .story .links .link.related {
    margin-left: 20px;
  }

  #rotator .main .story .title a {
    font-size: 24px;
    line-height: 52px;
    color: #fff;
    font-weight: bold;
  }

  #rotator .main .livenow {
    position: absolute;
    width: 340px;
    margin: 0px auto;
    left: 0px;
    right: 0px;
    top: 43%;
  }


  #rotator .arrow {
    cursor: pointer;
    z-index: 200;
    top: 50%;
  }

  #rotator .arrow.left {
    left: 5%;
  }

  #rotator .arrow.right {
    right: 5%;
  }

  #rotator .story.active .rotator-links-wrapper {
    display: block;
  }

  #rotator .story .rotator-links-wrapper {
    display: none;
    width: 1000px;
    height: 70px;
    bottom: -80px;
    right: 50px;
  }

  .rotator-links-wrapper a {
    float: none;
    clear: both;
  }

  .rotator-links-wrapper .bar {
    display: none;
  }

  #rotator .main .story .rotator-links-wrapper a {
    color: #000;
    font-size: 12px;
    font-weight: bold;
    line-height: 16px;
  }

  #rotator .main .story .rotator-links-wrapper .title {
    color: #6f6d6d;
    font-size: 14px;
    font-weight: bold;
    line-height: 17px;
    margin: 5px 0 0;
  }

  #rotator-related-links-placeholder .rotator-ad {
    bottom: -0px;
    position: absolute;
    width: 300px;
    height: 100px;
  }

  #rotator .contents.main .text,
  #rotator .contents.main .arrow,
  #rotator .contents.main .play {
    display: none;
  }


  /**************************************************************************
  ROTATOR BOTTOM
  **************************************************************************/

  #rotator-bottom {
    width: 100%;
    max-width: 1000px;
    height: 180px;
    margin-top: 10px;
  }

  #rotator-bottom-left {
    float: left;
    height: 180px;
  }

  #rotator-bottom .item {
    width: 300px;
    height: 100%
  }

  #rotator-bottom .item.last {
  }

  #sub-rotator.item {
    margin: 0 40px;
    border-left: 2px solid #e7e7e7;
    border-right: 2px solid #e7e7e7;
    width: 316px;
    z-index: 1005;
  }

  #sub-rotator .story {
    color: #000;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 24px;
    padding: 0 10px;
    width: 296px;
    cursor: pointer;
  }

  #sub-rotator .story.active {
    background-color: #cfb87c;
  }

  #sub-rotator .sub-arrow {
    display: none;
    font-size: 15px;
    left: -2px;
    line-height: 25px;
  }

  #sub-rotator .story.active .sub-arrow {
    display: block;
  } 


  #sub-rotator .title {
    float: left;
    max-width: 280px;
  }

/*
  #sub-rotator .title.truncated {
    max-width: 280px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
*/
  #sub-rotator .play {
    float: left;
    margin-left: 5px;
    position: relative;
    top: 4px;
  }

  #sub-rotator .more-headlines {
    bottom: -15px;
    left: 10px;
  }

  #sub-rotator .more-headlines a {
    color: #6f6d6d;
    font-size: 14px;
    font-weight: bold;
  }

  /**************************************************************************
  PROMOS
    **************************************************************************/
  #promo1,
  #promo2 {
    height: 0px;
  }

  #promo2 .slider-widget.content,
  #promo1 .slider-widget.content {
    max-width: 1400px;
    margin: 0 auto;
  }

  #promo2-frame,
  #promo1-frame {
    overflow: hidden;
  }

  #promo2 .arrow,
  #promo1 .arrow {
    top: 40%;
  }

  #promo2-arrow-prev,
  #promo1-arrow-prev {
    left: 10%;
  }

  #promo2-arrow-next,
  #promo1-arrow-next {
    right: 10%;
  }

  #promo1 {
    background-color: #dedad4;
    position: relative;
    height: auto;
  }

  #promo2 {
    background-color: #dedad4;
    position: relative;
    height: auto;
  }

  .promo1-image-wrapper, 
  .promo2-image-wrapper {
    max-width: 1400px;
  }

  .module-type[moduleid="promo1_600"] .fade-gray-l,
  .module-type[moduleid="promo2_600"] .fade-tan-l {
    height: 100%;
    left: 0;
    width: 25%;
    z-index: 100;
    top: 0;
  }

  .promo2-item {
    /*max-width: unset !important;*/
  }

  .module-type[moduleid="promo1_600"] .fade-gray-r,
  .module-type[moduleid="promo2_600"] .fade-tan-r {
    height: 100%;
    right: 0;
    width: 25%;
    z-index: 100;
    top: 0;
  }

  .module-type[moduleid="promo1_600"] .promo1-title,
  .module-type[moduleid="promo2_600"] .promo2-title {
    top: 10px;
    width: 100%;
  }

  .module-type[moduleid="promo1_600"] .promo1-title a,
  .module-type[moduleid="promo2_600"] .promo2-title a {
    color: #fff;
    display: block;
    float: none;
    font-family: "Helvetica Condensed Black",Arial,sans-serif;
    font-size: 36px;
    font-weight: bold;
    margin: 0 auto;
    padding-top: 20px;
    text-align: center;
    text-transform: uppercase;
    line-height: 38px;
  }

  .promo1-item img,
  .promo2-item img {
    width: 100%;
    max-width: 1400px;
  }

  /**************************************************************************
  SCHEDULE
  **************************************************************************/

  #schedule {
    width: 100%;
    max-width: 1000px;
  }

  #schedule-header {
    margin-bottom: 5px;
  }

  #schedule-header-left .title,
  #schedule-header-right .title a {
    color: #cfb87c;
  }

  select#schedule-sports {
    background-color: #e2dfdf;
    border: 1px solid #000;
    color: #000;
    font-size: 12px;
    height: 20px;
    margin-left: 25px;
    margin-top: 4px;
    padding: 0;
    width: 160px;
  }

  #schedule-sponsor {
    margin-left: 15px;
    margin-top: 3px;
  }

  #schedule-body {
    height: 200px;
    max-width: 1000px;
    width: 100%;
  }

  #schedule .arrow {
    top: 120px;
    z-index: 100;
  }

  #schedule-arrow-prev {
    left: 0px;
  }

  #schedule-arrow-next {
    right: 0px;
  }

  #schedule .frame {
    height: 200px;
    max-width: 962px;
    width: 100%;
    overflow: hidden;
  }

  #schedule .slider {
    height: 200px;
  }

  #schedule .slider .item {
    height: 190px;
    margin-right: 22px;
    width: 224px;
    padding: 10px 0 0;
    background-color: #fff;
  }

  .date-time {
    width: 100%;
  }

  #schedule .live-event .date-time {
    background-color: #000;
  }

  .date-time div.live-now {
    margin-left: 5px;
    font-size: 14px;
    font-weight: bold;
    color: #cfb87c;
  }

  .schedule-item-content {
    padding: 0 5px;
  }

  .sch_score_info,
  .score a {
    display: block;
    font-size: 24px;
    font-weight: bold;
    line-height: 26px;
    margin-top: 5px;
    text-align: center;
  }

  .schedule-item-content .top {
    height: 105px;
    margin-top: 5px;
  }

  #schedule .slider .item.last-item {
    margin-right: 0;
  }

  #schedule .schedule-item-wrapper.0-items {
    display: none;
  }

  #schedule .date, #schedule .time {
    color: #7b7b7b;
    font-family: Helvetica;
    font-size: 14px;
    font-weight: bold;
  }

  #schedule .date {
    margin-left: 5px;
  }

  #schedule .opponent {
    color: #000;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 13px;
    font-weight: bold;
    height: 20px;
  }

  #schedule .sport {
    color: #000;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 18px;
    font-weight: bold;
    height: 20px;
  }

  #schedule .location {
    color: #7b7b7b;
    font-size: 12px;
    font-weight: bold;
    height: 20px;
    margin-top: 20px;
  }

  #schedule .television {
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    font-family: Helvetica, Arial, Sans-serif;
    overflow: hidden;
    height: 24px;
    line-height: 24px;
    text-transform: uppercase;
  }

  #schedule .television-info {
    background-color: #dedad4;
  }

  #schedule span.divider {
    display: none;
  }

  .schedule_links a {
    background-color: #dedad4;
    display: block;
    font-size: 10px;
    font-weight: bold;
    height: 24px;
    line-height: 24px;
    margin-right: 8px;
    margin-top: 6px;
    text-align: center;
    text-transform: uppercase;
    width: 66px;
  }

  .schedule_links .link:last-of-type a {
    margin-right: 0px;
  }

  #schedule .recap_link {
    height: 24px;
    width: 100%;
  }

  #schedule .recap_link a {
    margin: 0;
    width: 100%;
    font-size: 12px;
  }

  #schedule-header-left .title,
  #schedule-header-right .title a {
    color: #202020;
  }

  #schedule .final {
    color: gray;
    font-size: 10px;
    font-weight: bold;
    line-height: 12px;
    text-align: center;
    text-transform: uppercase;
  }

  .sch_score_info {
    margin-top: 10px; 
  }


  /**************************************************************************
  RELATED STORIES
  **************************************************************************/

  #rs-header {
    color: #000;
    font-weight: bold;
    height: 20px;
    line-height: 20px;
  }

  #rs-content {
    height: 180px;
    overflow: hidden;
  }

  #rs-content .item {
    height: 180px;
    width: 300px;
  }

  #rs-frame {
    width: 100%;
  }

  #rs-content .universal-arrow {
    top: 55px;
  }

  #rs-content-arrow-prev {
    left: 10px;
  }

  #rs-content-arrow-next {
    right: 10px;
  }

  #rs-content .image {
    width: 300px;
    height: 135px;
    overflow: hidden;
  }

  /**************************************************************************
  UPCOMING PAC12
  **************************************************************************/

  #upcoming-pac12 {
    width: 100%;
    max-width: 940px;
    margin: 20px auto 0px;
  }

  #upcoming-pac12 .border {

  }

  #upcoming-pac12 .contents {
  }

  #upcoming-pac12 .header {
    border-bottom: 1px solid #e2dfdf;
    color: #000000;
    display: block;
    font-size: 24px;
    font-weight: bold;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: middle;
  }

  #upcoming-pac12 .header .pac12-link{
    float: left;
    color: #000000;
    vertical-align: middle;
    line-height: 66px;
  }

  #upcoming-pac12 .pac12-tv {
    margin-right: 15px;
  }

  #upcoming-pac12 .content {
    padding: 10px 0px;
    height: 80px;
    width: 100%;
  }

  #upcoming-pac12 .links {
    height: 42px;
    padding: 20px 0px;
    width: 100%;
  }

  #upcoming-pac12 .links a {
    display: inline-block;
    font-size: 16px;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 800;
    width: 300px;
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
    text-align: center;
    background: #dad4de;
  }
  #upcoming-pac12 .links a:nth-of-type(1){
    margin-right: 10px;
  } 

  #upcoming-pac12 .event {
    float: left;
    padding: 2px 1%;
    border-right: 1px solid #737373;
    position: relative;
    height: 80px;
    width: 22.5%;
  }
  #upcoming-pac12 .event:nth-of-type(4) {
    border: none;
  } 

  #upcoming-pac12 .event .title {
    font-weight: bold;
    text-transform: none;
    color: #f47321;
    font-size: 14px;
    line-height: 20px;
  }

  #upcoming-pac12 .event .date {
    font-weight: bold;
    color: #000;
    font-size: 12px;
    line-height: 15px;
    text-transform: none;
    position: absolute;
    bottom: 8px;
    left: 10px;
    font-style: italic;
  }

  #upcoming-pac12 .event .live {
    font-weight: normal;
    border: 1px solid #041e42;
    border-radius: 1px;
    display: inline-block;
    margin-left: 6px;
    line-height: 12px;
    padding: 0px 4px;
    font-size: 11px;
  }

  #upcoming-pac12 .event .network-info {
    background: url(/fls/0/site_graphics/pac12-infographic.png) no-repeat;
    width: 16px;
    height: 15px;
    display: inline-block;
    margin-left: 6px;
    cursor: pointer;
    position: relative;
    top: 3px;

  }

  #upcoming-pac12 .event .network-info-box {
    position: absolute;
    top: 42px;
    right: 10px;
    width: 160px;
    background: #fff;
    border: 1px solid #000;
    padding: 10px;
    display: none;
    z-index: 500;
  }

  #upcoming-pac12 .event .network-info-box.active {
    display: block;
  }

  #upcoming-pac12 .event .network-info-box a {
    display: block;
    font-size: 11px;
    line-height: 13px;
    color: #041e42;
  }

  #upcoming-pac12 .no-data {
    font-size: 14px;
    font-weight: bold;
    padding-top: 20px;
    text-align: center;
  }

  #right-column #upcoming-pac12 a {
    font-size: 14px;
  }

  #right-column #upcoming-pac12 .links a {
    float: left;
    font-size: 10px;
    font-weight: normal;
    margin: 0;
    width: 148px;
  }

  #right-column #upcoming-pac12 .links a:first-child {
    margin-right: 4px;
  }

  #right-column #upcoming-pac12 .links {
    height: 42px;
    padding: 20px 0px;
    width: 100%;
  }

  /**************************************************************************
  SPOTLIGHT
  **************************************************************************/

  #news_first_600-buffs_spotlight_600 {
  }

  #spotlight-item-wrapper {
    height: 180px;
    max-width: 1000px;
    width: 100%;
  }

  .spotlight-item {
    float: right;
  }

  .spotlight-image-wrapper {
    border: 1px solid #999;
    width: 298px;
    height: 158px;
    overflow: hidden;
  }

  a.spotlight-image {
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
    background-position: top center;
    background-size: 300px;
  }

  .spotlight-image-wrapper img {
    width: 298px;
  }

  .spotlight-title a,
  .spotlight-title {
    font-size: 12px;
    font-weight: bold;
    line-height: 20px;
    height: 20px;
  }

  /**************************************************************************
  DRIPPAN
  **************************************************************************/

  #site-bottom {
    background-color: #ebe9e9;
  }

  #site-bottom .content {
    max-width: 1000px;
    padding: 20px 0;
    width: 100%;
  }

  #site_bottom_600 {
    float: left;
    width: 700px;
  }

  .drippan-col {
    width: 200px;
    float: left;
    margin-right: 25px;
  }

  #dp-column-3 {
    margin-top: 15px;
  }

  .dp-subheader {
    color: #615f5f;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 3px;
  }

  .dp-col-content a {
    color: #000;
    font-size: 11px;
    font-weight: bold;
    line-height: 17px;
  }

  /**************************************************************************
  FOOTER
  **************************************************************************/

  footer {
    background-color: #202020;
    height: 82px;
    width: 100%;
  }

  #site-bottom footer .content {
    max-width: 1000px;
    width: 100%;
    padding: 0;
  }

  #footer-links {
    margin-top: 20px;
  }

  #footer-links .item,
  #footer-links .item a {
    font-family: Helvetica, Arial, Sans-serif;
    font-weight: bold;
    font-size: 12px;
    color: #fff;
  }

  #footer-links a.item {
    padding: 0 10px;
  }

  #footer-links a.item:first-of-type {
    padding-left: 0;
  }

  #footer-links a.item:last-of-type {
    padding-right: 0;
  }

  #footer-links .divider {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    height: 100%;
    line-height: 15px;
  }

  footer .bottom-icon {
    margin-top: 10px;
    margin-left: 18px;
  }

  /**************************************************************************
  RECENT ARTICLES
  **************************************************************************/

  /**************************************************************************
  RECENT VIDEOS
  **************************************************************************/

  #right-column #video {
    height: 200px;
    overflow: hidden;
    width: 300px;
  }

  #right-column #video-header {
    color: #000;
    font-weight: bold;
    height: 20px;
    line-height: 20px;
  }

  #right-column #video .content {
    height: 180px;
  }

  #right-column #video .item {
    height: 180px;
    width: 300px;
  }

  #right-column #video .play {
    left: 120px;
    top: 35px;
  }

  #right-column #video .item .image img {
    height: 135px;
    width: 300px;
  }

  #right-column #video .title {
    font-size: 12px;
    font-weight: bold;
    line-height: 14px;
    margin-top: 5px;
  }

  #right-column #video .universal-arrow {
    top: 80px;
  }


  #video-arrow-prev {
    left: 10px;
  }

  #video-arrow-next {
    right: 10px;
  }

  /**************************************************************************
  MEDIA PORTAL
  **************************************************************************/
  /*  600 media player custom styles ---------------------------*/

  .mediaportal #left-column {
    max-width: unset !important;
  }
  #mediaportal-main {
    width: 662px !important;
  }

  #mediaportal-brand h1, #mediaportal-brand h1 a{
    font-size:24px;
    color:#302F2F;
    font-family:'Helvetica', Arial, sans-serif;
    font-weight:bold;
    text-decoration:none;
  }
  #mediaportal-nav {
    background-color:#302F2F;
    color:#fff;
  }
  #mediaportal-menu li a {
    font-family:'Helvetica', Arial, sans-serif;
    background-color:#302F2F;
    color:#fff;
    font-weight:bold;
    font-size:13px;
    text-transform:uppercase;
  }
  #mediaportal-menu li a:hover, #mediaportal-menu li.active a  {
    background-color:#DAC792;
    color:#302F2F;
  }
  #mediaportal-menu-audio li a,
  #mediaportal-menu-audio li a:hover {
    font-family:'Helvetica', Arial, sans-serif;
    background-color:#DAC792;
    color:#302F2F;
    font-weight:bold;
    font-size:13px;
  }
  #mediaportal-more-head h4,
  #mediaportal-live-audio-list h4,
  #mediaportal-more-audio h4{
    font-family:'Helvetica', Arial, sans-serif;
    color:#302F2F;
    font-size:18px;
    font-weight:bold;
  }
  #mediaportal-paging input,
  #mediaportal-live-audio-list-paging input,
  #mediaportal-more-audio-list-paging input{
    color:#DAC792;
    background-color:#302F2F;
    border:none;
    font-weight:bold;
    padding:6px 18px;
  }
  #mediaportal-search .btn {padding:1px 10px; }

  #mediaportal-ads .ad-banner {
    margin-top: 20px;
  }

  #mediaportal-search {
    display: none;
  }

  #mediaportal-menu {
    float: left !important;
  }
  /*  END media player custom styles ---------------------------*/
  /**************************************************************************
  MEDIA PLAYER
  **************************************************************************/

  #GlobalArticleContainer #NeulionVidContainer {
    height: 383px;
    position: absolute;
    top: 0;
    width: 662px;
    z-index: 1002;
  }

  #rotator-wrapper #rotator #NeulionVidContainer {
    width: 1040px;
    height: 585px;
    position: absolute;
    z-index: 1002;
  }

  .article-top-center #ArticleImage #NeulionVidContainer .videoStop img {
    float: none;
    width: 19px;
  }

  #rotator #NeulionVidContainer {
    display: none;
    height: 585px;
    left: 0;
    position: absolute;
    top: 0;
    width: 1040px;
    z-index: 99;
  }


  /**************************************************************************
  LOGIN
  **************************************************************************/

/**************************************************************************
  SEARCH
**************************************************************************/
#search-page th, #search-page td{
	font-size:18px;
}


  /**************************************************************************
  RIGHT COLUMN
  **************************************************************************/

  #right-column {
    width: 300px;
    height: 800px;
  }

#right-column #upcoming-pac12 .content {
  height: auto;
  padding: 10px 0 0;
  width: 100%;
}

#right-column #upcoming-pac12 .event {
  border-bottom: 1px solid #e9e9e9;
  border-right: 0 none;
  clear: both;
  float: left;
  height: 35px;
  margin-bottom: 0;
  padding: 9px 0;
  position: relative;
  width: 100%;
}

#right-column #upcoming-pac12 .event .date {
  bottom: 10px;
  color: #000;
  font-size: 12px;
  font-weight: bold;
  left: 0;
  line-height: 15px;
  position: absolute;
  text-transform: none;
  font-style: italic;
}

#right-column #upcoming-pac12 .event .title, #upcoming-pac12 .event {
  color: #000;
  font-size: 12px;
}

#right-column #upcoming-pac12 .links {
  height: 42px;
  padding: 0 0 20px;
  width: 100%;
}

#right-column #upcoming-pac12 a {
  font-size: 14px;
}

#right-column #upcoming-pac12 .links a {
  float: left;
  font-size: 10px;
  font-weight: normal;
  margin: 0;
  width: 148px;
}

#right-column #upcoming-pac12 .links a:first-child {
  margin-right: 4px;
}


  /**************************************************************************
  EMBED PLAYER
  **************************************************************************/
#embedPlayer {
  background: #000;
  position: fixed;
  z-index: 10500;
  display: none;
  width: 724px;
  height: 434px;
  left:21%;
  top: 17%;

}
#embedPlayerFade {
  position: fixed;
  z-index: 10400;
  background: #000;
  opacity: .7;
  filter: alpha(opacity = 70);
  left: 0px;
  top: 0px;
  display: none;
  width: 100%;
  height: 100%;
}
#embedPlayer .xbutton {
  position: absolute;
  top: 0px;
  right: 0px;
  cursor: pointer;
  z-index: 10001;
}

  /**************************************************************************
  Article
  **************************************************************************/

  #GlobalArticleContainer {
      width: 100%;
      margin-left: auto;
      margin-right: auto;
      background-color: #fff;
      padding: 0 0 10px 0;
      margin-bottom: 10px;
  }

  .custom #GlobalArticleContainer {
  }

  .wide #GlobalArticleContainer {
      width: 1000px;
      padding: 40px 0 10px 0;
  }

  .default .wide #GlobalArticleContainer {
    width: 980px;
  }

  .article-title {
      color: #000;
      font-weight: normal;
      width: 100%;
      font-size: 20px;
      padding-top: 10px;
  }

  .article-title p {
    font-family: Helvetica,Arial,sans-serif;
    font-size: 20px;
    font-weight: bold;
    line-height: 22px;
  }

  .article-content, 
  .article-content p {
    font-family: Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-weight: normal;
    margin: 0 0 19px;
  }

  #article-text {
    margin-bottom: 35px;
  }

  .article-title p:first-of-type,
  .article-content p:first-of-type {
      margin-top: 0px;
  }

  .article-copyright {
      color: #aeaeae;
      font-size: 12px;
      line-height: 12px;
      margin: 10px 0px;
  }

  .article-divider {
      background-color: #aeaeae;
      opacity: .1;
      width: 100%;
      height: 2px;
      margin: 5px 0px 20px;
  }

  #caption-wrapper {
    color: #000;
    font-family: Arial,Helvetica,sans-serif;
    overflow: hidden;
    padding: 5px 0 0;
    font-size: 12px;
  }

  .photo-caption {
    font-size: 12px;
    font-weight: normal;
    overflow: hidden;
  }

  .courtesy {
    font-size: 12px;
    font-weight: normal;
    overflow: hidden;
    float: right;
  }

  #view-photo {
    right: 30px;
  }

  #captionbar a:link,
  #captionbar a:visited,
  #captionbar a:hover {
      color: #145d94;
  }

  #captionbar a:hover {
      color: #145d94;
  }

  .article-container a:link,
  .article-container a:visited
  .article-container a:hover, {
      color: #145d94;
      font-weight: bold;
  }

  #GlobalArticleContainer .play {
    background-image: url("/fls/600/site_graphics/2015/play.png");
    background-repeat: no-repeat;
    cursor: pointer;
    height: 62px;
    left: 46%;
    top: 37%;
    width: 60px;
  }

  .article-page #GlobalArticleContainer .play {

  }

  #GlobalArticleContainer .play img {
      width: 62px !important;
  }

  .article-page p {
      margin-bottom: 10px;
  }

  .article-mag,
  .article-mag {
      margin: 3px;
  }

  .article-content a:link,
  .article-content a:visited {
    color: #000;
    text-decoration: underline;
    font-weight: normal;
  }

  .article-content a:hover {
    text-decoration: none;
  }

  #GlobalArticleContainer form .button {
      background-color: #fff !important;
      border: none !important;
      font-size: 12px;
      color: #000;
      font-weight: bold;
  }

  /******************** top center ********************/

  .article-top-center #ArticleImage {
    max-width: 662px;
    overflow: hidden;
    width: 100%;
  }

  .article-top-center #ArticleImage img {
    height: auto;
    width: 662px;
  }

  .article-top-center #caption-wrapper {
    line-height: 15px;
    width: 100%;
  }

  .article-top-center .courtesy {
    overflow: hidden;
    margin-left: 15px;
  }

  .article-credit-name {
    display: block;
    margin-bottom: 15px;
  }

  .article-social {
    clear: both;
    display: block;
    float: left;
    margin-bottom: 5px;
    width: 100%;
  }

  .addthis_toolbox {
    width: 450px !important;
  }

  /******************** top left/right ********************/

  .article-top-left #ArticleImage {
      margin-right: 20px;
  }

  .article-top-right #ArticleImage {
      margin-left: 20px;
  }

  .article-top-right #ArticleImage,
  .article-top-left #ArticleImage {
      width: 300px;
      overflow: hidden;
  }

  .article-top-right #ArticleImage img,
  .article-top-left #ArticleImage img {
      width: 300px;
  }

  .article-top-right #caption-wrapper,
  .article-top-left #caption-wrapper {
    top: 169px;
    width: 300px;
    padding: 5px 0;
  }

  .article-top-right #captionbar,
  .article-top-left #captionbar {
  }

  .article-top-right .photo-caption,
  .article-top-left .photo-caption {
    font-size: 10px;
    font-weight: normal;
    line-height: 12px;
    overflow: hidden;
    width: 60%;
  }

  .article-top-right .courtesy,
  .article-top-left .courtesy {
    font-size: 10px;
    font-weight: normal;
    line-height: 12px;
    overflow: hidden;
    width: 40%;
  }

  /******************** ultra ********************/

  .article-ultrawide-multimedia #guts {
    padding-bottom: 15px;
  }

  .article-ultrawide-multimedia #GlobalArticleContainer {
    padding-top: 0px;
    max-width: 1000px;
    width: 100%;
  }

  /******************** misc. article style ********************/

  #bio-player .bio-content,
  #bio-coach .bio-content {
    padding-left: 0px !important;
    padding-right: 20px !important;
  }

  #coach-list .coach-page-title,
  #bio-player .bio-page-title,
  #bio-coach .bio-page-title {
    background-color: #202020 !important;
    color: #fff !important;
    display: none !important;
  }

  #coach-list .coach-position,
  #bio-player .bio-position,
  #bio-coach .bio-position {
    color: #202020 !important;
  }

  #bio-player .bio-name-box {
    background-color: #202020 !important;
  }

  #bio-player .bio-name-text {
    color: #fff !important; 
  }

  #bio-player .bio-name,
  #bio-player .bio-logo {
    margin: 0 !important;
  }

  #CoachBio .sm,
  #PlayerBio .sm,
  #CoachBio td {
    font-size: 14px !important;
  }

  .roster-title {
    background-color: #202020 !important;
    color: #fff !important;
  }

  #coach-list a:link,
  #coach-list a:hover,
  #coach-list a:visited,
  #roster-page a:link,
  #roster-page a:hover,
  #roster-page a:visited {
    color: #202020 !important;
  }

  #article-footer-video {
    display: none;
  }

  .article-wide-photo #article-text {
    width: 100%;
    max-width: 662px;
    float: left;
  }

  .article-transparent #GlobalArticleContainer {
    background-color: transparent;
  }

  /******************** related ********************/

  #articleRelated .header {
    font-family: "Helvetica Condensed",Arial,sans-serif;
    margin-bottom: 5px;
    text-transform: uppercase;
  }

  #articleRelated a {
    color: #999;
    font-family: Helvetica, Arial, Sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 18px;
    text-decoration: none;
  }

  #articleRelated {
    border-left: 2px solid #dad4de;
    float: right;
    margin-bottom: 20px;
    margin-left: 20px;
    width: 250px;
    padding-left: 10px;
  }

  .article-top-left #articleRelated,
  .article-top-right #articleRelated {
    clear: both;
    width: 290px;
  }

  .article-top-left #articleRelated {
    float: left;
    margin-left: 0;
    margin-right: 20px
  }

  #related-content {
    padding: 10px;
  }

  #related-content a {
    height: 24px;
    line-height: 24px;
    font-weight: bold;
    font-size: 12px;
  }

  #related-content .icon {
    height: 24px;
    width: 34px;
  }

  /**************************************************************************
  MENU
  **************************************************************************/

  #menu {
    height: 50px;
    left: 90px;
    line-height: 50px;
    position: relative;
    z-index: 101;
  }

  #menu-container {
    position:relative;
    height: 100%
  }

  #list-menu {
    /*float:left;*/
    display:block;
    visibility:hidden;
    margin: 0;
    list-style-type:none;
    padding:0;
    border:0;
    height: 100%;
  }

  #list-menu .divider {
    float:left;
    width:1px;
    height:40px;
    display:none;
  }

  #list-menu-button {
    display:none;
    height:40px;
    position:absolute;
    z-index:1;
    top: 5px;
    right: 40px;
  }

  #list-menu-button button {
    padding: 7px 10px 13px;
  }

  #list-menu-button .icon-bar {
    background-color:#fff;
    border-radius:1px 1px 1px 1px;
    box-shadow:0 1px 0 rgba(0, 0, 0, 0.25);
    display:block;
    height: 4px;
    margin-top: 3px;
    width: 29px;
  }

  #list-menu-button.show-mobile button div.icon-bar:last-child:after {
    color: #fff;
  }

  #list-menu-button button > div:last-child:after{
    /*content:"MENU";*/
    font-size:9px;
    color:#fff;
    line-height: 22px;
  }

  #list-menu li.parent {
    float:left;
    background:transparent;
    position:relative;
  }

  #list-menu li.parent.template {
    position:static;/**/
  }

  #list-menu ul {
    list-style-type:none;
    padding:0;
    margin:0;
    border:0;
  }

  #list-menu a {
    display:block;
  }

  #list-menu a:hover {
    color: #fff;
  }

  a.top-menu-link {
    color: #cfb87c;
    font-family: Helvetica;
    font-size: 14px;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
    padding: 0 11px;
    text-decoration: none;
  }

  .show-mobile a.top-menu-link {
    color: #000;
  }

  .top-menu-link:focus,
  .top-menu-link:hover {
    text-decoration:none;
  }

  li.template.menu-active a.top-menu-link {
    color: #dac793;
    text-decoration: none;
  }

  .subnav {
    display:none;
    position:absolute;
    z-index:1;
    top: 30px;
    left:0px;
    padding:0;
  }

  .subnav.template-ul {
    background: transparent url('/fls/600/site_graphics/menubg.png') repeat scroll 0% 0%;
    height: auto;
    left: -90px;
    top: 50px;
    width: 1000px !important;
    padding-bottom: 20px !important;
    min-height: 250px;
  }

  .subnav.template-ul .subnav {
    display:block;
  }

  .subnav .template {
    position: relative;
    width: 100%;
  }

  #list-menu li.parent.template.menu-active {
    background-image: url("/fls/600/site_graphics/2015/menu_arrow.png");
    background-position: center bottom;
    background-repeat: no-repeat;
  }

  #list-menu li.parent.template.menu-active .menu-arrow {
    display: block;
  }

  .menu-active .subnav {
    display:block;
  }

  .subnav li a {
    padding:0 10px;
    /*min-width:200px;*/
    height:20px;
    line-height:20px;
    color: #fff;
    font-size: 12px;
    font-family: Verdana;
    text-decoration: none;
    font-weight: bold;
  }

  .subnav li a:hover {
  }

  #list-menu .image {

  }

  #list-menu .image img {
    width: 100%;
  }

  #list-menu li.template ul.subnav .standard {
    padding: 12px 1% 0px 1.5%;
    width: 67%;
    float: left;
  }

  #list-menu li.template.sports ul.subnav .standard {
    padding: 12px 0px 0px 1.5%;
    width: 98.5%;
    float: left;
  }

  #list-menu li.template ul.subnav ul.subnav {
    position:static;
  }

  #list-menu li.template ul.subnav .sports ul.subnav {
    /*width: auto;*/
    float: none;
    position:static;
    float: left;
  }

  #list-menu li.template ul.subnav .sports .image-text {
    display: none;
  }

  #list-menu li.template ul.subnav .box-mens,
  #list-menu li.template ul.subnav .box-womens {
    width: 47%;
    float: left;
  }

  #list-menu li.template ul.subnav .box-mens {
    padding-right: 5%;
  }

  #list-menu li.template ul.subnav .menu-label {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    border-bottom: 1px solid #525252;
    text-transform: uppercase;
  }

  .box-mens .menu-label, .box-womens .menu-label {
    margin-bottom: 5px;
  }

  #list-menu .image-text .headline,
  #list-menu .image-text .teaser {
    display:none;
  }

  #list-menu .parent.sports .feature-1,
  #list-menu .parent.sports .feature-2,
  #list-menu .parent.sports .label-1,
  #list-menu .parent.sports .label-2
  {
    display:none;
  }

  #list-menu .parent .image-text {
    width: 28%;
    padding-left: .5%;
    padding-right: 2%;
    position: static;
    float: left;
    padding-top: 20px;
    z-index: 101
  }

  .ad-menu {
    position: absolute;
    right: 10px;
    top: 20px;
    width: 30%;
    z-index: 101
  }

  #list-menu .parent .image-text a {
    min-width: auto;
    padding: 0px;
  }

  #list-menu .feature-1 {
    position:absolute;
    z-index:1;
    top:36px;
    left:70%;
    display: none;
  }

  #list-menu .feature-1 .subnav li a {
    padding: 0px;
    line-height: 23px;
  }

  #list-menu .feature-1 .subnav li {
    height: 23px;
  }

  #list-menu .feature-1 .subnav li.odd,
  #list-menu .feature-1 .subnav li.even {
    background-color: transparent;
  }

  #list-menu .label-1,
  #list-menu .label-2 {
    display: none;
  }

  #list-menu .label-1 {
    display: block;
    width: 28%;
    position: absolute;
    left: 70%;
    top: 12px;
    color: #fff;
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
    line-height: 23px;
    border-bottom: 1px solid #525252;
  }

  #list-menu .feature-1 {
    display: block;
    width: 28%;
  }

  #list-menu .feature-2 {
    display: none;
  }

  #list-menu .with-sections .subnav li.first {

  }

  #list-menu .two-col {
    float: left;
    width: 50%;
  }

  #list-menu div.standard .two-col li {
    width: 95%;
  }

  ul#menu-sport-group-1 {
    width:47%;
    float:left;
    margin-left:2%;
    position:static;
  }

  ul#menu-sport-group-2 {
    width:47%;
    float:left;
    margin-left:2%;
    position:static;
  }

  #list-menu div.standard li {
    float:left;
    border-width:0px 0px 1px 0px;
    border-style:solid;
    border-color:#525252;
    width: 46%;
    background:transparent;
  }

  #list-menu ul.template-1 div.standard li {
    float: none;
  }

  #list-menu div.standard.sports li {
    width: 100%;
  }

  #list-menu div.standard li.odd {
    margin-right: 5%;
  }

  #list-menu div.standard.sports li.odd {
    margin-right: 0px;
  }

  #list-menu div.standard a,
  #list-menu div.standard a.sport {
    display:inline;
    min-width:auto;
    padding:0px;
    height:23px;
    line-height:23px;
  }

  #list-menu .subnav li.header {
    cursor: default;
  }

  #list-menu .subnav li.header a {
    color: #cfb87c;
    cursor: default;
  }

  #list-menu .with-sections a.facebook {
    background:url('/fls/600/site_graphics/menu_facebook.png') transparent no-repeat;
    width:19px;
    height:19px;
    display:block;
    float:right;
    overflow:hidden;
    padding:0;
    background-size: 19px;
    margin-right: 12px;
    margin-top: 2px;
  }

  #list-menu .with-sections a.twitter {
    background:url('/fls/600/site_graphics/menu_twitter.png') transparent no-repeat;
    width:19px;
    height:19px;
    display:block;
    float:right;
    overflow:hidden;
    padding:0;
    background-size: 19px;
    margin-right: 12px;
    margin-top: 2px;
  }

  #list-menu .facebook-placeholder,
  #list-menu .twitter-placeholder {
    display: none;
  }

  #list-menu .with-sections a.sport {
    float:left;
  }

  #list-menu .with-sections a.section {
    float:right;
    font-size: 11px;
    font-family: Arial;
    color: #cfb87c;
    font-weight: normal;
    padding-right: 12px;
  }

  #list-menu ul.template-ul ul.subnav li:hover {
    background-color: #dedad4;
  }

  #list-menu ul.template-ul ul.subnav li:hover a {
    color: #000;
  }
  /********************** Sport Section Menus +MENU *************************/

  #section-menu-wrapper {
    height: 35px;
    width: 100%;
    background-color: #cfb87c;
    border-bottom: 5px solid #202020;
  }

  #sectionmenu {
    width: 100%;
    max-width: 1000px;
  }

  #sectionmenu .header {
    background-color: #cfb87c;
    height: 35px;
    line-height: 35px;
  }

  #sectionmenu .header .content {
  }

  #sectionmenu .header .content a {
    font-size: 18px;
    line-height: 35px;
  }

  #sectionmenu-content {
    padding: 10px 0 5px;
  }

  #section-menu {
    margin: 0 0 0 20px;
  }

  #section-menu li {
    display: inline;
    margin-right: 15px;
  }

  #section-menu li a {
    font-size: 14px;
    line-height: 20px;
  }

  #section-menu li.last {
    margin-right: 0;
  }

  #sectionmenu a {
    font-family: Helvetica, Arial, Sans-serif;
    font-weight: bold;
    color: #000;
  }

  #section-menu .more {
    
  }

  #section-menu ul, 
  #section-menu :hover ul ul, 
  #section-menu :hover ul :hover ul ul, 
  #section-menu :hover ul :hover ul :hover ul ul, 
  #section-menu :hover ul :hover ul :hover ul :hover ul ul 
  {
    visibility: hidden;
    position: absolute;
    left: 0px;
    z-index: 1000;
    top: 16px;
  }

  #section-menu li.more {
    position: relative;
    display: inline-block;
  }

  #section-menu li.more ul {
    list-style: none;
    text-align: left;
    background-color: #cfb87c !important;
    width: 200px;
    border: 2px solid #000;
    padding: 5px 5px;
    margin: 0px;
  }

  #section-menu li.more ul a:link,
  #section-menu li.more ul a:link,
  #section-menu li.more ul a:hover {
    color: #000;
    display: block;     
    font-size: 12px; 
    text-decoration: none;
    text-align: left;
    line-height: 16px;
    white-space: normal;
    margin: 0 0 3px;
  }

  #section-menu li.more ul a:hover {
    color: #fff;
  }

  #section-menu li.more li {
    white-space: normal;
  }

  #section-menu li.more li.section {
    padding: 0 0 5px 0;
    display: block;
    clear: both;
  }

  #section-menu li.more li.last a {
    margin-bottom: 0;
  }

  /**************************************************************************
  ADSPACES
  **************************************************************************/

  .undermenu {
    width: 1000px;
    margin-bottom: 7px;
    margin-top: 7px;
    float: none;
  }

  .undermenu a img {
    float: none;
    margin: 0 auto;
    display: block;
  }

  .sitewide_ad {
    width: 100%;
    position: fixed center;
  }

  .adbar {
    margin: 0 auto 25px;
    width: 728px;
    overflow: hidden;
  }

  .rotator-sponsor {
    width: 90px;
    height: 25px;
    right: 60px;
    bottom: 60px;
    z-index: 100;
  }

  .player-bio #inner-content .adbar {
  display: none;
}

  /**************************************************************************
  SPRITE
  **************************************************************************/

  .sprite-footer-cu { background-image: url('/fls/600/site_graphics/2015/oem600sprite_1.png'); width: 137px; height: 62px; background-position: 0 0; }
  .sprite-footer-learfield { background-image: url('/fls/600/site_graphics/2015/oem600sprite_1.png'); width: 115px; height: 35px; background-position: -500px -100px; background-repeat: no-repeat; margin-top: 27px !important; }
  .sprite-footer-ncaa { background-image: url('/fls/600/site_graphics/2015/oem600sprite_1.png'); width: 56px; height: 62px; background-position: -244px 0; }
  .sprite-footer-nl { background-image: url('/fls/600/site_graphics/2015/oem600sprite_1.png'); width: 111px; height: 62px; background-position: -300px 0; }
  .sprite-footer-pac12 { background-image: url('/fls/600/site_graphics/2015/oem600sprite_1.png'); width: 50px; height: 62px; background-position: -411px 0; }
  .sprite-header-logo { background-image: url('/fls/600/site_graphics/2015/oem600sprite_1.png'); width: 69px; height: 51px; background-position: -461px 0; }
  .sprite-header-p12 { background-image: url('/fls/600/site_graphics/2015/oem600sprite_1.png'); width: 29px; height: 38px; background-position: -530px 0; }
  .sprite-header-search { background-image: url('/fls/600/site_graphics/2015/oem600sprite_1.png'); background-repeat: no-repeat; background-position: -325px -90px; width: 23px; height: 38px; }
  .sprite-info-icon { background-image: url('/fls/600/site_graphics/2015/oem600sprite_1.png'); width: 16px; height: 15px; background-position: -582px 0; }
  .sprite-pac12-network { background-image: url('/fls/600/site_graphics/2015/oem600sprite_1.png'); width: 70px; height: 62px; background-position: -598px 0; }
  .sprite-play-small { background-image: url('/fls/600/site_graphics/2015/oem600sprite_1.png'); width: 16px; height: 16px; background-position: -668px 0; }
  .sprite-rotator-play { background-image: url('/fls/600/site_graphics/2015/oem600sprite_1.png'); width: 60px; height: 62px; background-position: -684px 0; }
  .sprite-universal-arrow-left { background-image: url('/fls/600/site_graphics/2015/oem600sprite_1.png'); width: 30px; height: 41px; background-position: -400px -90px; }
  .sprite-universal-arrow-left-2 { background-image: url('/fls/600/site_graphics/2015/oem600sprite_1.png'); width: 15px; height: 21px; background-position: -763px 0; }
  .sprite-universal-arrow-right { background-image: url('/fls/600/site_graphics/2015/oem600sprite_1.png'); width: 30px; height: 41px; background-position: -430px -90px; }
  .sprite-universal-arrow-right-2 { background-image: url('/fls/600/site_graphics/2015/oem600sprite_1.png'); width: 15px; height: 21px; background-position: -797px 0; }

  /**************************************************************************
  MODULES
  **************************************************************************/

  .module-header {
    height: 28px;
    width: 100%;
    line-height: 28px;
    border-bottom: 1px solid #e2dfdf;
  }

  .module-header-left .title {
    font-family: Helvetica, Arial, Sans-serif;
    font-weight: bold;
    font-size: 22px;
    color: #000;
  }

  .module-header-right .title {
    font-family: Helvetica, Arial, Sans-serif;
    font-weight: bold;
    font-size: 14px;
    color: #000;
  }

  .module-sponsor {

  }

  /**************************************************************************
  MISC
  **************************************************************************/

  #fan-header-bar {
    min-height: 0px;
    max-height: 16px;
  }

  .border-1 {
    height: 1px;
    background-color: #e1e1e1;
  }

  .fade-gray-l {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RlZGFkNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMlIiBzdG9wLWNvbG9yPSIjZGVkYWQ0IiBzdG9wLW9wYWNpdHk9IjAuOTciLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(left,  rgba(222,218,212,1) 0%, rgba(222,218,212,0.97) 3%, rgba(0,0,0,0) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(222,218,212,1)), color-stop(3%,rgba(222,218,212,0.97)), color-stop(100%,rgba(0,0,0,0)));
  background: -webkit-linear-gradient(left,  rgba(222,218,212,1) 0%,rgba(222,218,212,0.97) 3%,rgba(0,0,0,0) 100%);
  background: -o-linear-gradient(left,  rgba(222,218,212,1) 0%,rgba(222,218,212,0.97) 3%,rgba(0,0,0,0) 100%);
  background: -ms-linear-gradient(left,  rgba(222,218,212,1) 0%,rgba(222,218,212,0.97) 3%,rgba(0,0,0,0) 100%);
  background: linear-gradient(to right,  rgba(222,218,212,1) 0%,rgba(222,218,212,0.97) 3%,rgba(0,0,0,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dedad4', endColorstr='#00000000',GradientType=1 );
  }


  .fade-gray-r {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk3JSIgc3RvcC1jb2xvcj0iI2RlZGFkNCIgc3RvcC1vcGFjaXR5PSIwLjk3Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZWRhZDQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(222,218,212,0.97) 97%, rgba(222,218,212,1) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0)), color-stop(97%,rgba(222,218,212,0.97)), color-stop(100%,rgba(222,218,212,1)));
  background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(222,218,212,0.97) 97%,rgba(222,218,212,1) 100%);
  background: -o-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(222,218,212,0.97) 97%,rgba(222,218,212,1) 100%);
  background: -ms-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(222,218,212,0.97) 97%,rgba(222,218,212,1) 100%);
  background: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(222,218,212,0.97) 97%,rgba(222,218,212,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#dedad4',GradientType=1 );
  }

  .fade-tan-l {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RmY2ZiZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMlIiBzdG9wLWNvbG9yPSIjZGZjZmJmIiBzdG9wLW9wYWNpdHk9IjAuOTciLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(left,  rgba(223,207,191,1) 0%, rgba(223,207,191,0.97) 3%, rgba(0,0,0,0) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(223,207,191,1)), color-stop(3%,rgba(223,207,191,0.97)), color-stop(100%,rgba(0,0,0,0)));
  background: -webkit-linear-gradient(left,  rgba(223,207,191,1) 0%,rgba(223,207,191,0.97) 3%,rgba(0,0,0,0) 100%);
  background: -o-linear-gradient(left,  rgba(223,207,191,1) 0%,rgba(223,207,191,0.97) 3%,rgba(0,0,0,0) 100%);
  background: -ms-linear-gradient(left,  rgba(223,207,191,1) 0%,rgba(223,207,191,0.97) 3%,rgba(0,0,0,0) 100%);
  background: linear-gradient(to right,  rgba(223,207,191,1) 0%,rgba(223,207,191,0.97) 3%,rgba(0,0,0,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfcfbf', endColorstr='#00000000',GradientType=1 );
  }

  .fade-tan-r {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk3JSIgc3RvcC1jb2xvcj0iI2RmY2ZiZiIgc3RvcC1vcGFjaXR5PSIwLjk3Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZmNmYmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(223,207,191,0.97) 97%, rgba(223,207,191,1) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0)), color-stop(97%,rgba(223,207,191,0.97)), color-stop(100%,rgba(223,207,191,1)));
  background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(223,207,191,0.97) 97%,rgba(223,207,191,1) 100%);
  background: -o-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(223,207,191,0.97) 97%,rgba(223,207,191,1) 100%);
  background: -ms-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(223,207,191,0.97) 97%,rgba(223,207,191,1) 100%);
  background: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(223,207,191,0.97) 97%,rgba(223,207,191,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#dfcfbf',GradientType=1 );
  }

  #site-wide .fade-r {
    height: 100%;
    right: 0;
    top: 0;
    width: 25%;
  }

  #site-wide .fade-l {
    height: 100%;
    left: 0;
    width: 25%;
    top: 0px;
  }

  .sm-zone {

  }

  .module-loading {
    visibility: hidden;
  }

  .arrow {
    z-index: 1;
  }

  #schedule-table .home td {
    font-weight: bold;
  }

  #schedule .no-data {
    float: none;
    font-size: 14px;
    font-weight: bold;
    margin: 0 auto;
    padding: 5% 10%;
    text-align: center;
    top: 0;
    width: 80%;
  }

  #schedule-table .tournament {
    display: none;
}

  .article-social .articlecopy {
    float: left;
    margin-left: 3px;
  }

  .PlayerBioArticleContent {
    font-size: 14px;
  }

  .module-type {
    margin-bottom: 25px;
  }

  #schedule-wrapper {
    background-color: #ebe9e9;
    padding: 15px 0;
    border-top: 3px solid #202020;
    border-bottom: 3px solid #202020;
  }

  .play {
    position: absolute; 
  }

  #mp-sport-label {
    margin-bottom: 10px !important;
  }

  #upcoming-pac12 .event .title,
  #upcoming-pac12 .event {
    color: #000;
  }

  #schedule-table td, 
  #schedule-table td a,
  #roster-table td, 
  #roster-table td a {
    font-size: 13px !important;
  }

  #bio-player .bio-name-box,
  #bio-player .bio-name,
  #bio-player .bio-logo {
    background-color: #000 !important;
  }

  .whiteBox {
    color: #000 !important; 
    background-color: #cfb87c !important;
  }

  #bio-player .bio-page-title {
    display: none;
  }

  #bio-related-news-header {
    border-bottom: 3px solid #ccc !important;
    font-size: 16px !important;
  }

  #bio-related-news-content span {
    display: none !important;
  }

  #bio-related-news-content a {
    font-weight: bold !important;
    line-height: 15px !important;
  }

  #bio-related-news-content .story {  border-bottom: 1px solid #ccc;
    padding: 5px 0 !important;
  }
  
  #bio-related-news {
    margin-top: 20px !important;
  }

  .bio-logo img {
    margin: 12px 10px 0 0 !important;
  }

  #inner-content {
    padding-top: 10px;
  }

  .home #inner-content,
  .sport-home #inner-content {
    padding-top: 0;
  }

  .schedule #inner-content table {
    margin-bottom: 10px;
  }

  .article-top-center .article-content a,
  .article-wide-photo .article-content a,
  .article-wide-photo-no-rail .article-content a {
    font-weight: bold;
  }

  #GlobalArticleContainer ul {
    list-style-type: initial;
  }

  #GlobalArticleContainer ul.nav,
  #GlobalArticleContainer .nav,
  #GlobalArticleContainer nav   {
    list-style-type: none;
  }

  .coach-page-title.hidden-phone.left {
    display: none !important;
  }




  #roster-grid-layout .player .image .number {
    color: #cfb87c !important;
    background-color: #202020 !important;
  }