/**********************NORMALIZE***********************/

/*! 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;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.


.custom table {
  border-collapse: collapse;
  border-spacing: 0;
}

.custom td,
.custom th {
  padding: 0;
}
 */

/**********************STANDARD***********************/

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

.custom h1, h2, h3, h4, h5, h6 { padding: 0px; margin: 0; font-family: Arial, Helvetica, Sans-Serif; }
.custom ul, ol, dl { list-style-type: none; padding: 0; margin: 0; }
.custom p { margin-top:0px; padding-top: 0px; }
a:active, a:link, a:hover, a:visited { color: #005288; text-decoration: none; }
body.custom a:active, body.custom a:link, body.custom a:hover, body.custom a:visited { text-decoration: none; }
body.default a, body.default a:link, body.default a:hover, body.default a:visited { color: #005288 !important; }
img { border: none; }
.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; }
.block { display: block; }
.inline { display: inline; }
.in-block { display: inline-block; }
.relative { position: relative; }
.absolute { position: absolute; }
.fixed { position: fixed; }
.clear { clear: both; }
.of-hidden { overflow: hidden; }
.of-visible { overflow: visible; }
.of-scroll { overflow: scroll; }
.of-auto { overflow: auto; }
.pointer { cursor: pointer; }
.hand { cursor: hand; }
.no-border { border: none; }
.no-style { list-style-type: none; }
.no-decoration { text-decoration: none}
.rounded3 { border-radius: 3px; -moz-border-radius: 3px; /* Old Firefox */}
.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 */ }
.rounded20 { border-radius: 20px; -moz-border-radius: 20px; /* Old Firefox */ }
.tab { font-weight: bold; text-align: center; cursor: pointer; }
.tx-shadow1 { text-shadow: 1px 1px 2px #000000; }
.bg-white { background-color: #fff; }
.bg-black { background-color: #000 }
.w100 { width: 100%; }
.w1000 { width: 100%; max-width: 1000px; }
.truncate { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.loading { visibility: hidden; }
.mlef20 { margin-left: 20px; }
.mrit20 { margin-right: 20px; }
.mbot20 { margin-bottom: 20px; }
.network-728 { width: 100%; max-width: 728px; }
.network-300 { width: 100%; max-width: 300px; }

/* 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, body a {
  font-family: "Roboto Condensed", sans-serif !important;
}

#main-column-wrapper {
  max-width: 1024px;
  width: 100%;
}

body.standard-page #main-content {
  margin-top: 20px;
  max-width: 1024px;
  width: 100%;
  margin-bottom: 30px;
}
/*************************************************************/
/*          HEADER        */
/*************************************************************/

header {
  width: 100%;
  background-color: #005288;
  height: auto;
}

header .header-top > div.contents {
  background-color: #9eceeb;
  height: 70px;
  width: 100%;
  max-width: 1024px;
}

header .header-bottom {
  width: 100%;
  background-color: #fff;
}

.header-logo {
  margin-top: 7px;
  margin-left: 10px;
  z-index: 1000;
}

.header-search {
  right: 0px;
  top: 20px;
}

#search-box {
  background-color: #003a69;
  border: 2px solid #d7d7d0;
  border-radius: 5px;
  bottom: -65px;
  box-shadow: 2px 2px 4px -1px #000;
  padding: 10px;
  right: 0;
  width: 230px;
  z-index: 100;
}

form#search-form {
  margin: 0px; 
}

form#search-form input {
  margin-bottom: 0px;
}

.header-search-go {
  background-color: #9eceeb;
  border: medium none;
  border-radius: 2px;
  color: #fff;
  font-weight: bold;
  margin-left: 10px;
  padding: 2px 5px;
}

#quick-links-wrapper {
  background-color: #005288;
  height: 70px;
  bottom: 0px;
  right: 0px;
}

#quick-links ul {
  padding: 0;
  margin: 0;
}

#quick-links li.item {
  float: left;
  padding: 25px 8px 0;
  list-style-type: none;
}

#quick-links li.item.search {
  padding-top: 29px;
}

.menu-bg {
  right: 215px;
  top: 1px;
}

/*************************************************************/
/*          ROTATOR          */
/*************************************************************/

#rotator {
  max-width: 1400px;
}

#rotator .arrow {
  top: 45%;
}

#rotator .arrow-white-left {
  left: 10px;
}

#rotator .arrow-white-right {
  right: 10px;
}

#rotator .contents.main .story {
  width: 100%;
  max-width: 1400px;
  top: 0;
  left: 0;
}

#rotator .contents.main .image {
  background-size: 100% auto;
  max-width: 1400px;
  width: 100%;
}

#rotator .contents.main .story .titlebar.absolute {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  height: 180px;
  left: 0;
  width: 100%;
  z-index: 1;
  display: none;
}

#rotator .contents.main .story .titlebar.relative {
  display: none;
}

#rotator .contents.main .story .title {
  width: 90%;
  margin-top: 10px;
}

#rotator .title,
a.rotator-story,
#rotator .title a {
  font-size: 40px;
  line-height: 60px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}

#rotator .controls {
  bottom: 80px;
  width: 100%;
  z-index: 1;
}

#rotator .controls > div.contents {
  width: 142px;
}

#subrotator {
  margin: 7px 10px 0;
  width: 85px;
}

#subrotator .story {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background-color: #d7d7d0;
  position: relative;
  float: left;
  margin-left: 5px;
}

#subrotator .story.first {
  margin-left: 0px;
}

#subrotator .story.active {
  background-color: #5eb0e5;
}

#rotator .contents.main .story .titlebar .related-bar {
  background-color: #333333;
  bottom: 0;
  height: 56px;
  left: 0;
  width: 100%;
}

#rotator .main.contents .related-bar > div.contents {
  color: #9eceeb;
  font-family: "Roboto",sans-serif;
  font-size: 18px;
  font-weight: 700;
  max-width: 800px;
  text-transform: uppercase;
  width: 100%;
  line-height: 56px
}

#rotator .related-bar .section-name a, 
#rotator .related-bar .divider {
  color: #fff;
  font-family: "Roboto",sans-serif;
  font-size: 16px;
  font-weight: 700;
  padding: 0 5px;
}

#rotator .main-article .play {
  cursor: pointer;
  left: 48%;
  position: absolute;
  top: 40%;
  width: 5%;
  z-index: 1;
}

#rotator .up-next-wrapper {
  width: 400px;
}

#rotator .up-next-wrapper .title {
  color: #9eceeb;
  font-size: 18px;
  font-weight: 700;
  line-height: 40px;
}

#rotator .contents.main .story .up-next-wrapper .title {
  height: 46px;
  padding-right: 5px;
  text-align: left;
  width: auto;
}

.up-next .event {
  background-color: #fff;
  height: 56px;
  padding: 0 5px;
  width: 295px;
}

#rotator .up-next .event .home-team {
  height: 56px;
  width: 45px;
}

#rotator .up-next .event .away-team {
  height: 56px;
}

#rotator .up-next .event .home-team img {
  margin-top: 7px;
  width: 55px;
}

#rotator .up-next .event .away-team img {
  max-height: 45px;
  width: auto;
  height: auto;
  max-width: 45px;
}

.up-next .date {
  font-size: 14px;
}

.next-home-or-away {
  font-size: 14px;
  line-height: 60px;
  padding: 0 5px;
}

.up-next .date {
  font-size: 14px;
  text-align: center;
  padding-right: 10px;
  line-height: 60px;
  color: #003a69;
}
/*************************************************************/
/*          ADBAR        */
/*************************************************************/

/*************************************************************/
/*          SCHEDULE         */
/*************************************************************/
#schedule {
  background-color: #9eceeb;
  padding: 30px 0;
  width: 100%;
}

#schedule > div.contents {
  width: 100%;
  max-width: 1024px;
  overflow: hidden;
  margin-bottom: 20px;
}

#schedule-body > div.content {
  margin: 0 auto;
  overflow: hidden;
  width: 984px;
  height: 116px;
}

#schedule .slider {
  position: relative;
}

#schedule .item {
  float: left;
  position: relative;
}

#schedule .item .event {
  height: auto;
  margin: 0 auto;
  width: 230px;
}

#schedule .item .event .top-bar {
  background-color: #d7d7d0;
  font-family: "Roboto",sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 25px;
  border-bottom: 1px solid #93ceeb;
  text-align: left
}

#schedule .item .event .top-bar-left {
  padding: 0 5px;
  color: #003a69;
  width: 100%;
  max-width: 145px;
}

#schedule .item .event .top-bar-right {
  background-color: #9eceeb;
  color: #003a69;
  padding: 0 5px;
}

#schedule .item .event .mid-bar {
  background-color: #fff;
  padding: 5px;
}

#schedule .item .event .mid-bar-left {
  text-align: center;
}

#schedule .item .event .mid-bar-left-top {
  color: #003a69;
  font-family: "Roboto",sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 32px;
}

#schedule .item .event .mid-bar-left-bottom {
  color: #003a69;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 16px; 
  line-height: 18px;
}

#schedule .item .event .mid-bar .divider {
  background-color: #d7d7d0;
  height: 40px;
  margin: 7px 5px;
  width: 2px;
}

#schedule .opponent-name {
  max-width: 148px;
  text-align: left;
  width: 100%;
}

#schedule .item .postgame .opponent-name {
  max-width: 110px;
}

.mid-bar-right {
  color: #000;
  font-family: "Roboto",sans-serif;
  font-weight: 700;
  height: 40px;
  line-height: 20px;
  margin-top: 7px;
  width: 100%;
  max-width: 147px;
}

#schedule .item .event .bottom-bar {
  background-color: #fff;
  height: 26px;
  width: 100%;
}

#schedule .item .event a.schedule-link {
  color: #003a69;
  font-family: "Roboto",sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 26px;
  text-transform: uppercase;
}

#schedule .item .event .bottom-bar .divider {
  height: 12px;  
  color: #003a69;
  font-family: "Roboto",sans-serif;
  font-size: 11px;
  font-weight: 900;
  line-height: 26px;
  text-transform: uppercase;
  margin: 0 5px;
  background-color: transparent;;
}

#schedule .arrow {
  top: 45px;
}

#schedule-arrow-l {
  left: 0;
}

#schedule-arrow-r {
  right: 0;
}

#schedule-bottom {
  color: #003a69;
}

#schedule-bottom a {
  font-size: 18px;
}

/*************************************************************/
/*          TABS          */
/*************************************************************/

#tabs {
  max-width: 1024px;
  width: 100%;
}

#tabs > .header {
  max-width: 1024px;
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 30px;
  color: #9eceeb; 
  margin-bottom: 20px;
  background-color: #9eceeb;
}

#tabs .tab {
  padding: 0 10px;
  background-color: #fff;
}

#tabs .tab.active {
  color: #003a69;
}

#tabs .tab.all {
  padding: 0 10px 0 0;
}

#tabs .container.main {
  margin-bottom: 20px;
}

#tabs .tab-content {
  display: none
}

#tabs .tab-content.active {
  display: inherit;
}

#tabs .item {
  height: 250px;
  width: 300px;
  margin-right: 60px;
  margin-bottom: 30px;
  background-color: #9eceeb;
  position: relative;
}

#tabs .item[index="3"],
#tabs .item[index="6"],
#tabs .item[index="9"] {
  margin-right: 0px;
}

#tabs .item[index="7"],
#tabs .item[index="8"],
#tabs .item[index="9"] {
  margin-bottom: 0px;
}

#tabs .tab-content .item .image {
  height: 169px;
  overflow: hidden;
  width: 300px;
}

#tabs .tab-content .item .image img {
  width: 300px;
}

#tabs .item .title {
  padding: 5px;
  height: 70px;
}

#tabs .item .title a {
  font-size: 22px;
  font-weight: bold;
}

#tabs .footer {
  margin-bottom: 20px;
}

#tabs .footer.mobile {
  display: none;
}

#tabs .footer a,
#tabs .footer {
  font-size: 18px;
  font-weight: bold;
  padding: 0 12px;
  text-transform: uppercase;
  color: #005288;
}

#tabs .item .play {
  background-image: url("/fls/9600/site_graphics/2016/play_sm_blue.png");
  bottom: 10px;
  cursor: pointer;
  height: 35px;
  position: absolute;
  right: 10px;
  width: 35px;
}


/*************************************************************/
/*          SOCIAL          */
/*************************************************************/

/*************************************************************/
/*          FEATURED ITEM          */
/*************************************************************/

#featured-item {
  max-width: 1400px;
  width: 100%;
}

#featured-item .item {
  float: left;
  width: 50%;
  max-width: 700px;
  height: auto;
  overflow: hidden;
}

#featured-item img {
  max-width: 700px;
  width: 100%;
}

#featured-item .text {
  bottom: 0px;
  width: 100%;
}

#featured-item .text .content {
  background-color: rgba(0, 0, 0, 0.5);
  height: auto;
  padding: 15px 0;
  width: 50%;
}

#featured-item .title {
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  line-height: 40px;
  text-transform: uppercase;
  width: 80%;
}

#featured-item .text .button {
  display: inline-block;
  padding: 5px 30px;
  background-color: #9eceeb;
  border-radius: 3px;
  margin-top: 15px;
}

#featured-item .text a {
  color: #003a69;
  font-size: 30px;
  font-weight: bold;
  line-height: 30px;
  text-transform: uppercase;
}

/*************************************************************/
/*          FEATURED ATHLETE         */
/*************************************************************/

#featured-athlete {
  width: 100%;
  max-width: 1400px;
}

#featured-athlete .item {
  background-repeat: no-repeat;
  max-width: 1400px;
  width: 100%;
}

#featured-athlete .item .text {
  height: 100%;
  margin-right: 5%;
  width: 35%;
  background-color: rgba(0,0,0,.3);
}

#featured-athlete .text.mobile {
  display: none;
}

#featured-athlete .item .text .contents {
  font-size: 16px;
  color: #fff;
  padding-top: 30%;
}

#featured-athlete .item .text .name-bar {
  background-color: #9eceeb;
  line-height: 40px;
  color: #fff;
  font-size: 30px;  
  text-transform: uppercase;
}

#featured-athlete .item .text .athlete-name {
  margin-left: 10px;
}

#featured-athlete .item .text .athlete-number {
  background-color: #003a69;
  color: #fff;
  font-size: 30px;
  line-height: 40px;
  text-align: center;
  width: 50px;
}

#featured-athlete .item .text .athlete-description {
  margin: 35px 0 35px 35px;
  width: 70%  
}

#featured-athlete .item .text .athlete-link {
  margin-left: 35px;
  width: 70%;
}

#featured-athlete .item .text .athlete-link .link,
#featured-athlete .item .text .athlete-link a.link {
  background-color: #9eceeb;
  border-radius: 3px;
  font-weight: bold;
  padding: 5px 30px;
  text-transform: uppercase;
}

/*************************************************************/
/*          SPONSOR ROW          */
/*************************************************************/

/*************************************************************/
/*          LEFT COLUMN        */
/*************************************************************/

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

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

#right-column {
  width: 100%;
  max-width: 300px;
  margin-bottom: 30px;
}

#schedule.right-column {
  padding: 5px;
  width: 290px;
}

#schedule.right-column > div.contents {
  margin-bottom: 0;
}

#schedule.right-column .item {
  margin-bottom: 10px;
}

#schedule.right-column .item .event {
  width: 290px;
}

#schedule.right-column .item .mid-bar-right {
  max-width: 210px;
}

#schedule.right-column #schedule-bottom a {
  font-size: 14px;
}

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

footer {
  background-color: #003a69;
  padding: 50px 0 70px;
  width: 100%;
}

footer .content-wrapper {
  width: 100%;
  max-width: 1024px;
}

footer .content-wrapper > .contents.right {
  width: 300px;
  text-align: center;
  font-size: 14px;
  color: #FFF;
  text-transform: uppercase;
}

footer .content-wrapper > .contents.right .title {
  margin-bottom: 10px;
}

#icon-row {
  margin-bottom: 10px;
}

#icon-row a {
  margin-left: 25px;
}

#icon-row a.footer-fb {
  margin-left: 0px;
}

#email-update .form-wrapper {
  width: 300px;
  height: 25px;
  overflow: hidden;
}

#email-update form input.text {
  background-color: #fff;
  border: 2px solid #bbb;
  border-radius: 0 !important;
  box-shadow: none;
  color: #000;
  font-family: "Roboto Condensed",sans-serif;
  font-size: 14px;
  font-weight: bold;
  margin: 0;
  padding: 1px;
  transition: none;
  width: 219px;
}

#email-update form input.button {
  background-color: #9eceeb;
  color: #003a69;
  font-family: "Roboto Condensed",sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 21px;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 75px;
}

footer .divider {
  background-color: #9eceeb;
  height: 1px;
  margin: 40px 0;
  width: 100%;
}

footer .contents.bottom a {
  margin-left: 35px;
  margin-bottom: 20px;
}

footer .contents.bottom a.footer-edu {
  margin-left: 0px;
}

footer .contents.bottom .copyright,
footer .contents.bottom .link-wrapper {
  font-size: 12px;
  color: #fff !important;
}

footer .contents.bottom .link-wrapper a {
  margin-left: 0px;
  color: #fff !important;
  font-size: 12px;
  text-decoration: none;
}

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

#drippan-wrapper {
  width: 100%;
  background-color: #333;
  padding: 30px 0 60px;
}

#drippan_9600 {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

#drippan_9600, #drippan_9600 a {
  color: #fff !important;
  font-size: 12px;
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
  text-decoration: none;
}

#drippan-module {
  float: left;
}

.drippan-col {
  margin-right: 5px;
  width: 200px;
}

.dp-subheader {
  font-size: 14px;
  font-weight: bold;
  line-height: 24px;
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
  color: #9eceeb;
}

.dp-col-content a {
  float: left;
  line-height: 14px !important;
  margin-top: 5px;
}

.copyright {
  font-family: "Roboto",sans-serif;
  font-size: 12px;
  font-weight: 700;
  margin-top: 15px;
}

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

#footer-links a {
  font-family: "Roboto",sans-serif;
  font-size: 12px;
  font-weight: 700;
}

/*************************************************************/
/*          MEDIA PORTAL          */
/*************************************************************/

body #mediaportal {
  margin: 3px auto 20px;
}

body #mediaportal #mediaportal-header {
  background: url('/fls/18200/site_graphics/mediaPortal/mediaportal_header.png') no-repeat;
}

body #mediaportal-menu li.selected {
  background: #194c8d;
}

body #mediaportal-list .channelName {
  background: #194c8d;
}

body #mediaportal-list ul.programlist li.selected {
  background: #194c8d url('/fls/18200/site_graphics/mediaPortal/rollover_slice.png') repeat-x;
  filter: 0;
}

body #mediaportal-list li .cliptype {left:54px;}
body #mediaportal-list li .cliptype.V,
body #mediaportal-list li .cliptype.X {
  background: url('/fls/18200/site_graphics/mediaPortal/video_icon.png') no-repeat;
  background-position:0 0;
}

body #mediaportal-list li .cliptype.A {
  background: url('/fls/18200/site_graphics/mediaPortal/audio_icon.png') no-repeat;
  background-position:0 0;
}

body #mediaportal .header-grad {
  background: #194c8d;
  filter: 0;
}

body #mediaportal-module-container a.accent {
  color: #194c8d;
}

body #mediaportal input.header-grad  {
  background:#194c8d !important;
  filter:none;
}

#mediaportal-search-text {
    width:220px !important;
}

/*************************************************************/
/*          NEULION VIDEO          */
/*************************************************************/

#light-box-wrapper,
#light-box {
  display: none;
}

#light-box-wrapper {
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 9998;
}

#light-box-fade {
  background-color: #000;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 10;
}

#light-box {
  position: fixed;
  top: 200px;
  width: 100%;
  height: 360px;
  z-index: 9999;
}

#light-box #NeulionVidContainer {
  height: 360px;
  margin: 0 auto !important;
  width: 600px;
  position: relative
}

#NeulionVidContainer .videoStop {
  position: absolute;
  top: 0;
  right: 0;
}

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

.adbar-wrapper {
  padding: 10px 0;
  background-color: #d7d7d0;
  width: 100%;
}

.adbar-wrapper.mid {
  margin-bottom: 20px;
}

.adbar-ad {
  width: 728px;
}

.social-feed-ad {
  width: 100%;
  max-width: 1400px;
}

.social-feed-ad img {
  width: 100%;
}

.social-feed-ad a {
  display: inline-flex;
  float: left;
}

#right-column .cube-wrapper {
  margin-bottom: 20px;
}

.under-schedule-ad {
  width: 100%;
  max-width: 720px;
}

.under-schedule-ad img {
  width: 100%;
  height: auto;
}

#under-rotator-ad-wrapper {
  width: 100%; 
  padding: 30px 0;
  background-color: #9eceeb;
}

.under-rotator-ad {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
}

/*************************************************************/
/*          FEATURE          */
/*************************************************************/

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

#menu-wrapper {
  max-width: 960px;
  width: 100%;
  height: 70px;
}

#menu-wrapper > .content {
  width: 740px;
  margin-left: 60px;
}

#menu-display {
}

#menu-container {
  background: transparent;
  position: relative;
}

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

#list-menu-button {
  display: none;
}

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

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

#list-menu li.divider {
  background-color: #fff;
  float: left;
  height: 20px;
  margin-top: 25px;
  width: 1px;
}

.menu-divider1 {
  background-color: #d5d5d5;
  height: 2px;
  width: 830px;
  margin-left: 130px;
}

.menu-divider2 {
  background-color: #d5d5d5;
  height: 3px;
  width: 900px;
  margin: 5px 0 0 60px;
}

/************************ TOP MENU LINKS ************************/ 
body.default a.top-menu-link:link,
body.default a.top-menu-link:hover,
body.default a.top-menu-link:visited,
body.default a.top-menu-link:active,
a.top-menu-link:link,
a.top-menu-link:hover,
a.top-menu-link:visited,
a.top-menu-link:active {
  color: #fff !important;
  display: block;
  font-family: "Roboto Condensed",sans-serif;
  font-size: 20px;
  line-height: 70px;
  padding: 0 20px;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
}

a.top-menu-link:hover {
  text-decoration:none;
  color: #fff;
}

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

#list-menu li.menu-active a.top-menu-link {
}

/************************ TEMPLATE-UL ************************/ 
#list-menu .template-ul .subnav .header {
  border-bottom: none;
}

#list-menu .template-ul .even,
#list-menu .template-ul .odd {
  background-color: transparent !important;
}

.template-ul li.template ul.subnav li {
  border-bottom: 1px solid #888;
}

#list-menu .template-ul .subnav li.header.first {
  border-bottom: none;
}

#menu-wrapper #list-menu .template-ul li a:link, 
#menu-wrapper #list-menu .template-ul li a:visited {
  color: #fff !important;
  font-family: 'Roboto Condensed', Sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
  padding: 3px 0;
  display: block;
  text-decoration: none;
}

#menu-wrapper #list-menu .template-ul li a:hover {
  color: #fff;
}

#list-menu ul.template-ul li.header a[href^="javascript"]:hover {
  color: #fff !important;
  cursor: default;
}

#menu-wrapper #list-menu .template-ul li.header.first a:link,
#menu-wrapper #list-menu .template-ul li.header.first a:hover,
#menu-wrapper #list-menu .template-ul li.header.first a:visited {
  font-size: 16px;
  font-weight: bold;
  height: 24px;
  line-height: 24px;
  text-transform: uppercase;
  padding: 0;
  font-family: 'Roboto Condensed', sans-serif;
}

.subnav.template-ul {
  background-color: #003a69;
  border-bottom: 1px solid #d7d7d0;
  display: none;
  font-family: "Roboto Condensed",sans-serif;
  height: auto;
  left: -58px;
  max-width: 1024px !important;
  min-height: 300px;
  padding: 10px 20px;
  position: absolute;
  width: 1024px !important;
  z-index: 1000;
}

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

.menu-label {
    color: #fff;
    float: left;
    font-family: 'Roboto Condensed', Sans-serif;
    font-size: 16px;
    font-weight: bold;
    height: 24px;
    line-height: 24px;
    text-transform: uppercase;
    width: 390px;
}

ul.template-ul li.template ul.subnav {
  padding: 0;
  margin: 0;
}

.image-text-box .headline,
.image-text-box .teaser { 
  display: none;
}

.image-text {
  width: 49%;
  height: 50px; 
  position: relative;
  float: left;
}

.image-text-box ,
.image-text-box img {
  float: right;
}

.image-text-box {
  height: 50px;
  overflow: hidden;
  float: right;
  width: 250px;
}

.ad-menu {
  width: 49%;
  height: 50px; 
  position: relative;
  float: right;
}

body.desktop .image-text, 
body.desktop .ad-menu {
  bottom: 10px;
  position: absolute;
  overflow: hidden;
}

body.desktop .image-text {
  left: 0px;
}

body.desktop .ad-menu {
  right: 0px;
}

#menu-wrapper #list-menu .template-ul li .ad-menu a:link,
#menu-wrapper #list-menu .template-ul li .ad-menu a:hover,
#menu-wrapper #list-menu .template-ul li .ad-menu a:visited {
  float: left;
  height: 50px;
  padding: 0;
  line-height: inherit;
  width: 250px;
  overflow: hidden;
}

body.desktop #list-menu ul.template-ul li.template {
  min-height: 300px;
}

#list-menu ul.template-ul li.template {
  padding-bottom: 20px;
  position: relative;
}

/************************ MENU COLUMNS ************************/ 
.feature-1,
.label-1 {
  left: 50%;
}

.feature-2,
.label-2 {
  left: 75%
}


.label-1, 
.label-2, 
.feature-1, 
.feature-2 {
  padding: 0 1%;
  position: absolute;
  width: 23%;
}

.label-1,
.label-2 {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'Roboto Condensed', Sans-serif;
  color: #fff;
  height: 24px;
  line-height: 24px;
  top: 0px;
}

.feature-1,
.feature-2 {
  top: 24px;
}

.two-col {
  float: left;
  width: 23%;
  padding: 0 1%;
}

/************************ TEMPLATE 1 / STANDARD ************************/ 

ul.template-1 .subnav {
  float: left;
  padding: 0 1% !important;
  width: 31%;
}

ul.template-1 .standard .subnav {
  margin: 10px 0 0 !important;
}

ul.template-1 .feature-1, 
ul.template-1 .label-1 {
  left: 33%;
}

ul.template-1 .feature-2, 
ul.template-1 .label-2 {
  left: 66%;
}

ul.template-1 .label-1, 
ul.template-1 .label-2 {
  top: 10px !important;
}

ul.template-1 .label-1, 
ul.template-1 .label-2, 
ul.template-1 .feature-1, 
ul.template-1 .feature-2 {
  padding: 0 1%;
  position: absolute;
  width: 31%;
}

ul.template-1 .feature-1 > .subnav,
ul.template-1 .feature-2 > .subnav {
  width: 100%;
  margin-top: 10px !important;
}

/*

ul.template-1 .label-1,
ul.template-1 .feature-1 {
  left: 220px;
}

ul.template-1 .label-2,
ul.template-1 .feature-2 {
  left: 420px;
}

*/
/************************ TEMPLATE-2 / CUSTOM STANDARD************************/ 

ul.template-2 .subnav {
  width: 180px;
  float: left;
  margin: 20px 20px 0 0;
}

/*
ul.template-2 .label-1,
ul.template-2 .feature-1 {
  left: 220px;
}

ul.template-2 .label-2,
ul.template-2 .feature-2 {
  left: 420px;
}

ul.template-2 .standard .subnav {
  margin-top: 20px !important;
}
*/

/************************ TEMPLATE-3  /  SPORT MENU ************************/

.facebook-placeholder,
.twitter-placeholder {
    height:20px;
    float:right;
    margin-left: 10px;
    margin-top: 2px;
    }

.facebook-placeholder {
    width: 10px;
}

.twitter-placeholder {
    width: 18px;
}

#list-menu .with-sections a.facebook {
    background:url(/fls/9600/site_graphics/2016/menu_facebook.png) no-repeat transparent;
    width: 10px;
    height: 20px;
    display: block;
    float: right;
    overflow: hidden;
    padding: 0;
    margin-left: 10px;
    margin-top: 4px;
}

#list-menu .with-sections a.twitter {
  background:url(/fls/9600/site_graphics/2016/menu_twitter.png) no-repeat transparent;
  width: 18px;
  height: 20px;
  display: block;
  float: right;
  overflow: hidden;
  padding: 0;
  margin-left: 10px;
  margin-top: 4px;
}

.box-mens {
  width: 48%;
  float: left;
}

.box-womens {
  width: 48%;
  float: right;
}

.box-mens .subnav,
.box-womens .subnav {
  clear: both;
}

.box-mens .subnav li,
.box-womens .subnav li {
  height: 28px;
  clear: both;
}

.box-mens .subnav li a,
.box-womens .subnav li a {
  float: left
}

.standard.sports.with-sections .section.custom,
.standard.sports.with-sections .section.roster,
.standard.sports.with-sections .section.schedule {
  float: right;
  margin-left: 30px;
}

ul.template-3 .standard.sports.with-sections .section.custom {
  margin-right: 20px;
}

ul.template-3 .image-text,
ul.template-3 .ad-menu {
  display: none;
}

ul.template-3 .feature-1,
ul.template-3 .feature-2,
ul.template-3 .label-1,
ul.template-3 .label-2 {
  display: none;
}

/************************ TEMPLATE-4 / SCHEDULE ************************/ 

ul.template-4 .box-mens,
ul.template-4 .box-womens {
  width: 180px;
  float: left;
}

ul.template-4 .box-mens {
  margin-right: 20px;
}

ul.template-4 .box-mens .subnav,
ul.template-4 .box-womens .subnav {
  width: 180px;
  clear: both;
}

ul.template-4 .box-mens .subnav li,
ul.template-4 .box-womens .subnav li {
  height: 20px;
  clear: both;
}

ul.template-4 .box-mens .subnav li a,
ul.template-4 .box-womens .subnav li a {
  float: left
}

ul.template-4 .standard a.section:link,
ul.template-4 .standard a.section:hover,
ul.template-4 .standard a.section:visited {
  color: #fff !important;
}

/*
ul.template-4 .label-1,
ul.template-4 .feature-1 {
  left: 420px;
}

ul.template-4 .label-2,
ul.template-4 .feature-2 {
  left: 620px;
}
*/
/************************ TEMPLATE-5 / STANDARD 2 COLUMN ************************/ 

/*
ul.template-5 .label-1,
ul.template-5 .feature-1 {
  left: 420px;
}

ul.template-5 .label-2,
ul.template-5 .feature-2 {
  left: 620px;
}

ul.template-5 .feature-2,
ul.template-5 .label-2 {

}
*/
/********************** Sport Section Menus +MENU *************************/

#section-menu-wrapper {
  height: 45px;
  margin: 0px auto;
  max-width: 1000px;
  width: 100%;
  z-index: 99;
}

#section-menu-sport {
  border-right: 3px solid #d7d7d0;
  float: left;
  height: 29px;
  line-height: 29px;
  margin-top: 8px;
  padding: 0 20px;
}

#section-menu-sport a {
  font-size: 24px;
  font-weight: 900;
  height: 29px;
  line-height: 29px;
  font-family: 'Roboto Condensed', Sans-serif;
  text-transform: uppercase;
  color: #003a69 !important;
}

#sectionmenu-content {
  float: left;
  height: 45px;
}

#sectionmenu-content > ul {
  display: inline-block;
  margin: 0 0 0 15px;
  padding: 0;
}

#sectionmenu-content a {
  color: #000 !important;
  font-family: "Roboto Condensed",sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 45px;
  white-space: nowrap;
}

#section-menu li {
  display: inline;
  float: left;
  margin-right: 20px;
}

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

#section-menu .more {
  
}

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

#section-menu .section.more span {
  display: none;
}

#section-menu li.more ul {
  background-color: #d8d6d7 !important;
  border: 2px solid #003a69;
  list-style: outside none none;
  padding: 5px;
  text-align: left;
  width: 200px;
  position: absolute;
  z-index: 99;
  visibility: hidden;
  margin: 0 !important;
}

#section-menu li.more ul a:link, 
#section-menu li.more ul a:link {
  color: #003a69;
  display: block;
  font-size: 16px;
  line-height: 19px;
  text-align: left;
  text-decoration: none;
  white-space: normal;
  font-weight: bold;
}

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

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

#section-menu li.more li.section {
  clear: both;
  display: block;
  float: none;
  padding: 0;
  margin: 0;
}

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

/*************************************************************/
/*          ARTICLES          */
/*************************************************************/

#GlobalArticleContainer {

}

.article-top-left #GlobalArticleContainer, 
.article-top-right #GlobalArticleContainer,
.article-multimedia #GlobalArticleContainer,
.article-top-center #GlobalArticleContainer,
.article-no-photo #GlobalArticleContainer,
.default.player-bio .wide #GlobalArticleContainer,
.default.coach-bio .wide #GlobalArticleContainer {

}

.custom #GlobalArticleContainer {
}

.wide #GlobalArticleContainer {

}

.default .wide #GlobalArticleContainer {

}

#main-content > #GlobalArticleContainer {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.article-title {
  color: #003a69;
  font-family: "Roboto Condensed",sans-serif;
  font-size: 40px;
  font-weight: bold;
  line-height: 50px;
  margin-bottom: 10px;
  overflow-wrap: break-word;
  text-transform: uppercase;
}

.article-top-center .article-title {

}

.article-title p {
  font-family:  'Roboto Condensed', sans-serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 22px;
  color: #000;
}

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

.article-container {

}

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

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

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

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

.image-caption-bar {
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 0;
  color: #fff;
  height: auto;
  padding: 0 1%;
  width: 98%;
  z-index: 1;
  line-height: 15px;
}

#caption-wrapper {
  color: #e9e9e9;
  font-family:  'Roboto Condensed', 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: #003a69;
}

#captionbar a:hover {
  color: #003a69;
}

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

#GlobalArticleContainer .play {
  background-image: url("/fls/9600/site_graphics/2016/play.png");
  background-repeat: no-repeat;
  cursor: pointer;
  height: 21%;
  left: 44%;
  top: 39%;
  width: 12%;
}

.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,
.article-content a:hover {
  color: #003a69;
  font-weight: normal;
  text-decoration: underline !important;
}

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

.article-container.relative {

}

.article-top-center .article-container,
.article-top-left .article-container,
.article-top-right .article-container,
.article-no-photo .article-container {

}

.article-icon {
  margin-right: 4px;
}

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

.article .info-text {
  background-color: #000;
  color: #fff;
  font-family:  'Roboto Condensed', sans-serif;
  font-size: 12px;
  font-weight: bold;
  padding: 0 10px;
}

#article-info-left .info {
  font-family:  'Roboto Condensed', sans-serif;
  font-size: 12px;
  font-weight: normal;
  padding: 10px 0;
}

.addthis_toolbox {
  float: right;
  margin-top: 2px;
}

.image-caption {
  font-size: 12px;
  width: 100%;
}

.image-credit {
  font-size: 12px;
  width: 100%;
}

.article-top-right .image-credit,
.article-top-left .image-credit {
  width: 90%;
  text-align: right;
}

#article-date {
  color: #000;
  font-family: "Oswald",sans-serif;
  font-size: 12px;
  height: 20px;
  line-height: 20px;
  margin-top: 2px;
}

#article-info .sponsor {
  right: 0;
  top: 2px;
}

.articlecopy.rss-icon {
}

.article-body {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  font-weight: normal;
}

#article-bottom-icons-container {
  display: none;
}

/******************** top center ********************/
.article-top-center .container-wrapper {

}

.article-top-center #left-column {
  max-width: 1024px;
  width: 100%;
}

.article-top-center .article-body {
  float: left;
  max-width: 700px;
  width: 100%;
}

.article-top-center .article-image img {
  width: 100%;
  max-width: 1024px;
}

.article-top-center .article-image {

}

.article-top-center #ArticleImage {
  margin-bottom: 5px;
}

.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;
  float: left;
}

.article-social {
  display: block;
  float: left;
  overflow: hidden;
}

.article-release-icons {
  margin-bottom: 10px;
  margin-top: 10px;
}

.article-social .articlecopy {
  float: right;
  background-color: transparent;
}

.addthis_toolbox {
}

#bio-player .bio-addthis {
  width: 380px !important;
}

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

.article-top-right .article-image-wrapper,
.article-top-left .article-image-wrapper {
  width: 100%;
  max-width: 300px;
  margin-bottom: 20px;
}

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

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

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

.article-top-right #captionbar,
.article-top-left #captionbar {
  line-height: 14px;
}

.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 .article-image-info,
.article-top-left .article-image-info {
  padding: 10px 0;
}


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

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

.article-ultrawide-multimedia #GlobalArticleContainer {

}

.article-wide-multimedia .article-containter {

}

.article-wide-multimedia .article-body-wrapper {

}

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

#related-stories {
  margin-top: 30px;
}

#related-stories .section-header {
  margin-bottom: 5px;
}

#related-stories .section-header .title {
  margin-bottom: 10px;
  border-bottom: 1px solid #d7d7d0;
  text-align: left;
  font-size: 24px;
  font-weight: bold;
}

#rs-header {
  text-transform: uppercase;
  color: #003a69;
}

#rs-header span {
  color: #003a69;
  font-family:  'Roboto Condensed', sans-serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
  text-transform: uppercase;
}

#rs-content {
  height: auto;
  width: 100%;
  max-width: 1024px;
  overflow: hidden;
  font-size: 12px;
  line-height: 13px;
  text-align: left;
}

.article-wide #rs-content {
  max-width: 1000px;
}

#rs-content .item {
  margin-right: 2%;
  width: 32%;
  float: left;
  background-color: #d7d7d0;
}

.article-wide #rs-content .item {
  width: 16%;
  margin-right: 5%;
}

#rs-content .item.last {
  margin-right: 0;
}

.related-article-image {
  overflow: hidden;
}

.related-article-image img {
  width: 100%;
}

.related-article-title {
  color: #003a69;
  font-family: "Roboto Condensed",sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 15px;
  padding: 10px 3px;
  text-transform: uppercase;
  height: 40px;
}

.related-date {
  color: #000;
  font-family: "Roboto Condensed",sans-serif;
  font-size: 12px;
  height: 20px;
  line-height: 20px;
  margin-top: 2px;
  display: none;
}

#rs-content a.item a {
  color: #000;
  font-family:  'Roboto Condensed', sans-serif;
  font-size: 12px;
  line-height: 18px;
  padding-left: 5px;
}

#related-module-wrapper {
  float: none;
}

#related-article-title {
  color: #003a69;
  font-size: 24px;
  font-weight: 700;
}

#related-content {
  border-top: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
}

#related-content .icon {
  margin-top: 4px;
}

#related-content .item {
  clear: both;
}

#related-content .item a:link,
#related-content .item a:hover,
#related-content .item a:visited,
#related-content .item a:focus {
  font-family: "Roboto Condensed",sans-serif;
  font-size: 16px;
  line-height: 35px;
  color: #000;
}

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

.article-no-photo .article-image-info,
.article-top-right .article-image-info,
.article-top-left .article-image-info {
  padding: 10px 0;
}

.article-no-photo #article-info-left .info,
.article-top-right #article-info-left .info,
.article-top-left #article-info-left .info {
  padding: 0;
}

.article-no-photo .article-title,
.article-top-left .article-title, 
.article-top-right .article-title {
  padding: 0;
}

#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: #003a69 !important;
  color: #fff !important;
}

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

#bio-player .bio-name-box {
  background-color: #003a69 !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: #003a69 !important;
  color: #fff !important;
}

table#roster-table {
  background-color: #fff !important;
}
 
#roster-table caption h4 {
  font-size: 22px !important;
  margin-bottom: 20px;
}

#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: #003a69 !important;
}

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

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

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

/*************************************************************/
/*          SPRITES          */
/*************************************************************/

.sprite { background-image: url('/fls/9600/site_graphics/2016/sprite9600.png'); background-repeat: no-repeat; display: block; }

.arrow-blue1-left { width: 16px; height: 24px; background-position: -5px -5px; }
.arrow-blue1-right { width: 16px; height: 24px; background-position: -5px -39px; }
.arrow-blue2-left { width: 21px; height: 33px; background-position: -5px -73px; }
.arrow-blue2-right { width: 22px; height: 33px; background-position: -5px -116px; }
.footer-edu { width: 229px; height: 44px; background-position: -5px -159px; }
.footer-fb { width: 18px; height: 34px; background-position: -5px -213px; }
.footer-ig { width: 31px; height: 34px; background-position: -5px -257px; }
.footer-il { width: 71px; height: 44px; background-position: -5px -301px; }
.footer-ncaa { width: 42px; height: 44px; background-position: -5px -355px; }
.footer-nl { width: 111px; height: 44px; background-position: -5px -409px; }
.footer-twt { width: 33px; height: 34px; background-position: -5px -463px; }
.header-fb { width: 12px; height: 24px; background-position: -5px -507px; }
.header-ig { width: 21px; height: 24px; background-position: -5px -541px; }
.header-logo { width: 48px; height: 57px; background-position: -5px -575px; }
.header-search { width: 17px; height: 17px; background-position: -5px -642px; }
.header-shop { width: 23px; height: 24px; background-position: -5px -669px; }
.header-tickets { width: 24px; height: 24px; background-position: -5px -703px; }
.header-twt { width: 22px; height: 24px; background-position: -5px -737px; }
.menu-bg { width: 313px; height: 68px; background-position: -5px -771px; }

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

.arrow {
  z-index: 99;
}

#roster-body .view-button td {
  border: 2px solid #003a69 !important;
}

#roster-grid-layout .player .image .number {
  background-color: #003a69 !important;
  color: #fff !important;
}

.whiteBox {
  background-color: #fff !important;
  color: #003a69 !important;
}

#bio-related-news, 
#bio-related-news-header, 
#bio-related-news-content,
#bio-related-news-content a {
  font-family: 'Roboto Condensed', sans-serif !important;
}

#PlayerBioInfo td,
#PlayerBioInfo td a,
#PlayerBioInfo a {
  font-family: "Roboto Condensed", sans-serif !important;
}


.bio-article span,
.bio-article span a,
.bio-article a {
  font-family: "Roboto Condensed",sans-serif !important;
}

#schedule-table tbody tr.tournament td,
#schedule-table tbody tr.tournament td a,
#schedule-table thead tr th {
  background: #003a69 !important;
  color: #fff !important;
}
/*
#nlplayer-logindialog,
#mediaportal5-login {
  display: none;
}

#live-events-login-links {
  display: none;
}
*/
#roster-grid-layout .player .field {
  font-size: 11px !important;
}

#roster-grid-layout .player .text, 
#roster-grid-layout .player .height {
  font-size: 11px !important;
}

#roster-grid-layout .player {

}

body.default .article.adspace-container {
  display: none !important;
}


body.tablet #section-menu-wrapper {
  min-height: 70px;
  height: auto;
}

body.tablet #section-menu-sport {
  border-right: medium none;
  padding: 0 0 0 15px;
}

body.tablet #sectionmenu-content {
  clear: both;
  float: none;
  height: auto;
}

body.tablet #quick-links-wrapper {
  bottom: -70px;
  z-index: 1;
}

body.tablet .menu-bg {
  right: 0px;
  top: 1px;
}

body.tablet footer .content-wrapper {
  max-width: inherit;
  padding: 0 1%;
  width: 98%;
}

body.tablet .article-body,
body.mobile .article-body {
  margin-left: 5px;
}

body.tablet #section-menu-wrapper {
  float: left;
  margin: inherit;
  width: 70%;
}

body.tablet #sectionmenu-content a {
  line-height: 25px;
}

body.tablet.article #left-column,
body.mobile.article #left-column {
  float: none;
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
}

body.tablet #main-column-wrapper > #right-column,
body.mobile #main-column-wrapper > #right-column {
  float: none;
  margin-left: auto;
  margin-right: auto;
}

body.tablet #sectionmenu-content a,
body.mobile #sectionmenu-content a {
  font-size: 18px;
  line-height: 24px;
}

body.tablet #section-menu-sport,
body.mobile #section-menu-sport {
  border-right: 0 none;
  height: 24px;
  line-height: 24px;
  padding: 0 10px;
}

body.tablet #sectionmenu-content,
body.mobile #sectionmenu-content {
  border-bottom: none;
  float: left;
  height: auto;
  margin-bottom: 10px;
}

body.tablet #sectionmenu-content > ul,
body.mobile #sectionmenu-content > ul {
  margin: 0 0 0 10px;
}

body.mobile #section-menu .more {
  clear: both;
}

body.mobile #quick-links-wrapper {
  display: none;
}

body.tablet #featured-athlete .item,
body.mobile #featured-athlete .item {
  background-size: 100%;
  overflow: hidden;
}

body.mobile #featured-athlete .item .text.desktop.tablet {
  display: none;
}

body.desktop #featured-athlete .text.mobile,
body.tablet #featured-athlete .text.mobile {
  display: none;
}

body.mobile #featured-athlete .text.mobile {
  display: inherit;
  float: left;
  width: 100%;
}

body.mobile #featured-athlete .item .text.mobile {
  bottom: 2px;
  display: inherit;
}

body.mobile #featured-athlete .text.mobile {
  background-color: #5eb0e5;
  padding: 10px 0;
}

body.mobile #featured-athlete .text.mobile .name-bar {
  background-color: #9eceeb;
  font-size: 20px;
  line-height: 40px;
  text-transform: uppercase;
  color: #fff;
}

body.mobile #featured-athlete .text.mobile .athlete-number {
  background-color: #003a69;
  text-align: center;
  width: 40px;
}

body.mobile #featured-athlete .text.mobile .athlete-name {
  margin-left: 10px;
}

body.mobile #featured-athlete .text.mobile .athlete-description {
  margin: 20px 0 20px 20px;
  width: 80%;
  color: #fff;
  font-size: 14px;
}

body.mobile #featured-athlete .text.mobile .athlete-link {
  width: 70%;
}

body.mobile #featured-athlete .text.mobile .athlete-link .link,
body.mobile #featured-athlete .text.mobile .athlete-link a.link {
  background-color: #9eceeb;
  border-radius: 3px;
  font-weight: bold;
  padding: 5px 30px;
  text-transform: uppercase;
}

body.mobile #rotator .contents.main .story .titlebar .related-bar {
  display: none;
}

body.tablet #rotator .related-bar .section-name a, 
body.tablet #rotator .related-bar .divider {
  padding: 0 7px;
}

body.tablet #schedule-body > div.content {
  width: 726px;
}

body.tablet #schedule > div.contents,
body.tablet #schedule-body {
  width: 100%;
  max-width: 768px;
}

body.mobile #schedule {
  padding: 20px 0;
}

body.mobile #schedule-body > div.content {
  width: 246px;
}

body.mobile #schedule-bottom a {
  font-size: 14px;
}

#schedule-table,
.dropdown-season label,
#roster-page .roster-title,
#roster-page,
#roster-grid-layout .player .player-name,
#roster-grid-layout .player .text, 
#roster-grid-layout .player .height,
#roster-grid-layout .player .player-name a,
#roster-page #coaches-list .title,
#roster-body .coach_name,
#roster-body .coach_name a,
#roster-body .coach_position,
#bio-player .bio-page-title,
#bio-player .bio-back a,
#bio-player .bio-name,
#bio-player .bio-box .bio-box-title,
#bio-player .bio-article {
  font-family: "Roboto Condensed", sans-serif !important;
}

#OneFan {
  margin: 0 auto;
  max-width: 1024px;
  width: 100%;
}

body.custom #onefan-wrapper {
  background-color: rgba(0, 0, 0, 0.4);
  margin: 0 auto;
  padding: 5px 0;
  position: absolute;
  width: 100%;
  z-index: 1;
}

body.ticketing.custom #onefan-wrapper {
  position: inherit;
  background-color: transparent;
}

body.custom #OneFan {
  color: #fff;
}

body.ticketing #OneFan {
  color: #000;
}

body.custom .onefanHeaderBar {
  font-family: "Roboto Condensed",sans-serif !important;
  font-size: 12px !important;
}

body.custom #OneFan a {
  color: #fff;
  font-family: "Roboto Condensed",sans-serif;
  font-size: 12px;
}

body.ticketing #OneFan a {
  color: #005288;
}

body.ticketing td.subhdr{
 background: #003A69;
 color: #fff;
 font-size: 16px;
}

body.ticketing a.top-menu-link:link, 
body.ticketing a.top-menu-link:hover, 
body.ticketing a.top-menu-link:visited, 
body.ticketing a.top-menu-link:active, 
body.ticketing a.top-menu-link:link, 
body.ticketing a.top-menu-link:hover, 
body.ticketing a.top-menu-link:visited, 
body.ticketing a.top-menu-link:active {
font-size:17px;
}

body.ticketing td.subhdr img{
 display: none;
}

#PlayerBioInfo td {
  font-size: 13px !important;
}

#roster-list-table th, #roster-list-table td {
  font-family: "Roboto Condensed" !important;
}

#mediaportal5-menu li.selected, #mediaportal-menu li:hover {
  background: #9eceeb none repeat scroll 0 0 !important;
  color: #fff !important;
}

#mediaportal5-events h2.title,
#mediaportal5-channel h2.title,
#mediaportal5-events div.events .detail .sportname,
#mediaportal5-brand h1 {
  color: #003a69 !important;
}

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

body.eventreg #content img {
  display:none;
}

td.white td.white img {
  display: none;
}