 /**--------------------------------START NORMALIZE----------------------------**/
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */

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

/**
 * Correct `block` display not defined in IE 8/9.
 */

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

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */

audio,
canvas,
video {
    display: inline-block;
}

/**
 * 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.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */

[hidden],
template {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 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;
    padding: 0;
}

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

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

a {
    background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

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

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

/* ==========================================================================
   Typography
   ========================================================================== */

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

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

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

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

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

b,
strong {
    font-weight: bold;
}

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

dfn {
    font-style: italic;
}

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

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

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

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

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */

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

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * 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.
 */

img {
    border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

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

/* ==========================================================================
   Figures
   ========================================================================== */

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

figure {
    margin: 0;
}

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

/**
 * 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.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

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

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

button,
input,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 2 */
    margin: 0; /* 3 */
}

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

button,
input {
    line-height: normal;
}

/**
 * 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 Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

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;
}

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

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 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 5 and Chrome
 * on OS X.
 */

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

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

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

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

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

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}
/**--------------------------------END NORMALIZE----------------------------**/

/******************************************************************************
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;}
td{font-family:Arial, sans-serif;font-size:11px;font-weight:normal;}
th{font-family:Arial, sans-serif;font-size:11px;font-weight:normal;}
.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.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;}
.button{font-family:Arial, sans-serif;font-size:10px;font-weight:bold;color:#000;background-color:#aeaeae;height:19px;}
thead{display:table-header-group;}
tbody{display:table-row-group;}
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;}
.biginput{font-family:Arial, sans-serif;background-color:#FFFFFF;color:#000000;font-size:18px;}
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;}
.highlight{color:#010101;font-weight:bold;font-size:11px;}
.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;}
.default a:active{ color: #000; text-decoration:none;}
.default a:visited{ color: #000; text-decoration:none;}
.default a:link{ color: #000; text-decoration:none;}
.default a:hover{ color: #000; text-decoration:none;}
.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:'Roboto';font-size:12px;color:#000;}
.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
**************************************************************************/

h1, h2, h3, h4, h5, h6, p { padding: 0px; margin: 0; font-family: Arial, Helvetica, sans-serif; }
ul, ol, dl { list-style-type: none; }
img { border: none; }
.left { float: left; }
.right { float: right }
.hidden { visibility: hidden; }
.hide { display:none; }
.visible { visibility: visible; }
.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; }
a { text-decoration: none; }
a:link, a:hover, a:visited { font-family: Tahoma, Geneva, sans-serif; }
.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 }

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


/**************************************************************************
Custom.css
**************************************************************************/

body {
  width: 100%;
	background-color: #000;
	background-image: url('/fls/5100/site_graphics/rockywall_pattern.jpg'); 
	background-position: top center;
	font-family: tahoma, Geneva, sans-serif;
}

/**************************************************************************
site
**************************************************************************/
#site_wrapper {
 /* padding: 15px 0;*/
}

#site_top {
	width: 100%;
  margin: 0 auto;
}

#site_content {
	width: 100%;
  max-width: 1280px;
}

#site_content_wrapper {
  margin-top: 0px;
}

.home #site_content_wrapper,
.sport_main #site_content_wrapper {
  margin-top: 0px;
}

/**************************************************************************
header
**************************************************************************/
.adspace.header_logo_ad.last {
  width: 330px;
  margin: 0 auto;
  position: relative;
  z-index: 30;
}

.adspace.header_logo_ad.last img {
    margin-top: 12px;
}

#masthead {
    width: 100%;
    height: 168px;
    z-index: 100;
}

#masterhead_bg {
    width: 76%;
    margin: 0 auto;
}

#masthead_mobile_logo img {
    display: none; /*hide mobile logo for tablet / desktop*/
}

#masterhead_bg img {
    width: 76%;
    height: auto;
    max-height: 480px;
    margin: 0 auto;
    position: absolute;
    top: 0;
    background: #fff url('fls/5100/site_graphics/header_bg.jpg') center no-repeat;
   /* z-index: -100;
    opacity: 0.35;
    background-repeat: no-repeat;*/
}

#masthead_white_bg {
    width: 100%;
    height: 168px;
    position: absolute;
    top: 0;
    background: #fff;
    z-index: -110;
}

/**************************************************************************
content
**************************************************************************/

.home #main_content,
.sport_main #main_content,
.article_page #main_content {
  background-color: transparent;
}

#main_content {
  background-color: #fff;
  width: 100%;
}

#main_content.wide {
    width: 100%;
    max-width: 1280px;
    position: relative;
}

/**************************************************************************
misc
**************************************************************************/

#faq-page {
  padding: 10px;
}

/**************************************************************************
login
**************************************************************************/

#donate_button {
	background-color: #e6e6e6;
	height: 25px;
	width: 130px;
	color: #0000ff;
	margin-top: 10px;
}

#donate_button a {
  font-size: 12px;
  font-family: Helvetica, Geneva, sans-serif;
  font-weight: bold;
  text-align: center;
  line-height: 25px;
	width: 130px;
	text-align: center;
}

#login_box {
	width: 160px;
}

#login_box a:link,
#login_box a:hover,
#login_box a:visited {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	text-decoration: underline;
	letter-spacing: .1px;
}

#login_box input.text {
	width: 154px;
}

#login_btn {
	width: 75px;
	background-color: #00529c;
	color: #fff;
	font-family: Verdana, Geneva, sans-serif;
	border: none;
	margin-left: 42px;
	margin-bottom: 5px;
	margin-top: 3px;
}

#login_divider {
	width: 100%;
	height: 1px;
	background-color: #ccc;
	margin: 8px 0;
}

#join_now {
	width: 160px;
}

#login_box .forgot {
	font-size: 10px;
	margin-top: 5px;
}

#close_login {
	font-size: 10px;
	color: #999;
	margin-top: 5px;
	text-align: right;
}

/**************************************************************************
Content Bottom
**************************************************************************/

#content_bottom_wrapper {
	/*width: 1000px;*/
	margin-top: 25px;
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 12px;
}

#content_bottom_wrapper .title,
#affil_wrapper .title {
  font-size: 18px;
  line-height: 23px;
  margin-left: 10px;
}

#content_bottom_wrapper .divider,
#affil_wrapper .divider {
  width: 100%;
  height: 3px;
  background-color: #00529b;
  margin: 0px auto 10px;
}

/******** SCHEDULE ***********/
body.schedule a {
    color: #013088;
}

body.schedule tr.odd {
    background: transparent;
}

#schedule_wrapper {
  width: 260px;
  height: 240px;
  background-color: #fff;
  margin-right: 17px;
  padding: 5px 10px 10px;
}

.sch_content {
  height: 185px;
  overflow: hidden;
}

#schedule_wrapper a:link,
#schedule_wrapper a:visited,
#schedule_wrapper a:hover {
  color: #013088; 
}


.schedule_item {
  margin-top: 15px;
}

div.schedule_item:first-child {
  margin-top: 0px;
}

.schedule_item .date {
  font-size: 14px;
  line-height: 14px;
  margin-bottom: 5px;
}

.schedule_item .opponent {
  font-size: 16px;
  line-height: 16px;
}

#view_full {
  width: 260px;
}

#view_full a {
  margin-top: 10px;
}

#latest_video_wrapper {
	width: 380px;
	height: 240px;
	background-color: #fff;
	padding: 5px 10px 10px;
}

.latest_video_ad {
	width: 365px;
	height: 200px;
}

#lv_more {
  font-weight: bold;
  margin-top: 6px;
}

#bottom_right_titan_ad_wrapper {
	width: 280px;
	height: 260px;
	margin-left: 17px;
}

.bottom_item {
	border: 1px solid #404040;
}

#bottom_ad_wrapper {
  width: 1000px;
  height: auto;
  overflow: hidden;
  margin: 25px auto 0px;
}

/**************************************************************************
Right Column
**************************************************************************/

#affil_wrapper {
  width: 300px;
  height: 415px;
  background-color: #000;
}

#affil_top {
  height: 25px;
  width: 290px;
  padding: 5px;
  background-color: #fff;
}

#affil_body {
  height: 355px;
  width: 300px;
}

#affil_bottom {
  height: 15px;
  width: 290px;
  padding: 5px;
  background-color: #fff;
  font-size: 14px;
  font-weight: bold;
}

#affil_bottom a:link,
#affil_bottom a:visited,
#affil_bottom a:hover {
  color: #00529b;
}

.right_column_ad {
  width: 300px;
  height: 140px;
  margin-bottom: 20px;
}

.right_column_ad:first-child {
  margin-top: 20px;
}

.right_column_ad:last-child {
  margin-bottom: 0px;
}

.right_column_ad a {
  width: 300px;
  height: 140px;
  float: left;
}

/**************************************************************************
Search
**************************************************************************/

#search_wrapper {
    width: 30px;
    height: 26px;
    top: -26px;
}

#search_box {
    height: 25px;
    background-color: #0736a4;
    /*border: 1px solid #ffffff;*/
    padding: 5px;
    /*background-color: #00529b;*/
    /*border: 1px solid #ACACAC;*/
    
}

#search_input_wrap {
    height: 22px;
    padding: 3px 3px 0;
    background-color: #ACACAC;
    border: 1px solid #fff;
}

#search_submit_wrap {
    background-color: #ACACAC;
    height: 25px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

#search_input {
    border: none;
    font-size: 12px;
    height: 19px;
    line-height: 13px;
    padding: 0px;
    width: 150px;
}

#search_submit {
    background: none;
    font-weight: bold;
    font-size: 10px;
    font-weight: bold;
    color: #fff;
    border: none;
    height: 18px;
    line-height: 21px;
}

#search_box_wrapper {
    /*WM-57020
    right: 40px;
    top: 148px;
    right: 95px;
    top: 174px;*/
    right: 128px;
    top: 217px;
    z-index: 999 !important;
}

/*SEARCH RESULTS PAGE*/
body.default #site_content #main_content {
    background-color: #fff;
    width: 100%;
    position: relative;
}

a #give-now-menu-btn {
    color: #0538a5;
}
a:hover #give-now-menu-btn {
    text-decoration: underline;
}

#give-now-menu-btn {
    width: 99px;
    height: 30px;
    background: #fff;
    text-align: center;
    line-height: 29px;
    font-family: 'Roboto Slab';
    font-weight: 400;
    display: inline-block;
    margin-top: 8px;
    margin-left: 15px;
    webkit-box-shadow: 1px 1px 2px #051b54;
    -moz-box-shadow: 1px 1px 2px #051b54;
    box-shadow: 1px 1px 2px #051b54;
}
/**************************************************************************
Article
**************************************************************************/

#GlobalArticleContainer {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    background-color: transparent;
    position: relative;
    z-index: 500;
}

.wide #GlobalArticleContainer {
    width: 100%;
    /*max-width: 1280px;*/
}

#GlobalArticleContainer form {
    display: none;
}

#GlobalArticleContainer ul {
    margin: 0;
    font-family: 'Roboto';
    font-size: 16px;
}

#GlobalArticleContainer p img {
    width: auto;
    height: auto;
}

#share-realease-wrapper {
    position: relative;
    margin-top: 5px;
}

#article_title {
    width: 98%;
    margin: 0 auto;
    font-size: 38px;
    font-weight: 400;
    text-transform: uppercase;
    color: #0736a4;
    float: none;
}

#article_body {
   width: 100%;
   max-width: 800px;
   margin: 0 auto;
   margin-top: 20px;
   padding: 30px;
   background: #fff;
   box-shadow: 0px 1px 2px 2px #b5b5b5;
}

#article_body li {
    list-style-type: disc;
}

#article_release {
    min-width: 280px;
}

.article_text {
    margin-top: 15px;
    padding: 0px 9px;
}

.article_title p:first-of-type,
.article_content p:first-of-type {
    margin-top: 0px;
}

.article_content p {
    font-family: 'Roboto';
    font-size: 16px;
    font-weight: 300;
    padding-bottom: 20px;
    color: #000;
}

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

#captionbar {
    min-height: 20px !important;
    max-height: 25px;
}

.topcenter #caption_wrapper {
  top: 593px;
}

#captionbar .right {
    font-size: 10px;
    font-family: Arial, Helvetica, sans-serif;
    color: #fff;
    line-height: 19px;
    background-color: #000;
    margin-right: 25px;
}

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

.article_container a:link,
.article_container a:visited {
    color: #0736A4;
    text-decoration: none;
}

.article_container a:hover {
    color: #0736A4;
    text-decoration: underline;
}

.article_content a img {
    width: 100%;
    height: auto;
    margin: 0 auto;
}

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

#GlobalArticleContainer .play {
    width: 64px;
    height: 62px;
    bottom: 50%;
    margin: 0 auto;
}

#GlobalArticleContainer .play img {
    
}

.article_page #article_title p {
    font-family: 'Roboto Slab';
    line-height: 45px;
    padding: 5px 0px;
    border-top: 1px solid #b7b7b7;
    border-bottom: 1px solid #b7b7b7;
}

.article_mag,
.article_mag {
    margin: 3px;
}

.article_page #adbar_network_ad,
.article_page .adbar_ad {
  margin-top: 15px;
}

#related-article-header {
    border-top: 1px solid #b7b7b7;
    margin-top: 16px;
    padding-top: 13px;
}

.related-articles .header {
    font-family: 'Roboto Slab';
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
    text-indent: 9px;
    color: #0736a4;
}

#rs-content {
    width: 100%;
}

#content-wrapper {
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

.pointer.item.relative.left.first {
    margin-left: 1.1%;
}

.pointer.item.relative.left {
    margin-top: 0px;
    margin-right: 4%;
    margin-bottom: 0px;
    width: 30%;
}

.pointer.item.relative.left.last {
    margin-right: 0px;
}

.pointer.item.relative.left.last {
    /*margin-right: 0px;*/
}

.related-article-title {
    margin-top: 10px;
}

#rs-content .related-article-title .date {
    font-family: 'Roboto';
    font-size: 12px;
    font-weight: 400;
    line-height: 12px;
    color: #000;
    text-align: justify;
}

#rs-content .related-article-title .title {
    font-family: 'Roboto Slab';
    font-size: 13px;
    font-weight: 400;
    line-height: 15px;
    text-transform: uppercase;
    width: 241px;
    color: #0736a4;
}
#rs-content .related-article-title .title:hover {
    text-decoration: underline;
}
.related-article-image img {
    /*width: 241px;
    height: 134px;*/
    width: 100%;
    height: auto;
    min-width: 264px;
    min-height: 149px;
    box-shadow: 0px 2px 3px #707070;
}
/******************** top center ********************/

.article_top_center #ArticleImage {
    width: 100%;
    max-width: 1280px;
    height: 709px;
    margin: 0 auto;
    overflow: hidden;
    box-shadow: 1px 2px 3px #73746f;
}

.article_top_center #ArticleImage img {
    width: 100%;
    max-width: 1280px;
    position: relative;
}

body.article_page.topcenter #share-realease-wrapper {
    width: 98%;
    margin: 0 auto;
}

.article_top_center .caption {
    width: 460px;
    font-size: 12px;
    overflow: hidden;
    font-weight: normal;
}

.article_top_center #captionbar {
    width: 650px;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 14px;
    padding: 0 5px 0;
    background-color: #000;
    top: 0px;
    left: 0px;
    max-height: 30px;
}

.topcenter #view_photo {
    width: 20px;
    height: 20px;
    background-color: #000;
    z-index: 1;
    bottom: 0px;
    right: 0px;
}

/******************** top left/right ********************/
.article_container.article_top_left,
.article_container.article_top_right,
body.article_page.multi .article_container {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    margin-top: 20px;
    padding: 30px;
    background: #fff;
    box-shadow: 0px 1px 2px 2px #b5b5b5;
}

.article_container.article_multimedia.clear {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}

body.article_page.topleft .article_content,
body.article_page.topright .article_content {
    padding-top: 25px;
}

.article_top_left #captionbar,
.article_top_left #ArticleImage {
    margin-right: 20px;
    /*background-color: #000;*/
}

.article_top_right #captionbar,
.article_top_right #ArticleImage {
    margin-left: 20px;
    /*background-color: #000;*/
}

.article_top_right #ArticleImage,
.article_top_left #ArticleImage {
    /*width: 285px;
    height: auto;
    max-height: 175px;*/
    overflow: hidden;
    margin: 46px 20px 5px 10px;
}

.article_top_right #ArticleImage img,
.article_top_left #ArticleImage img {
   max-width: 350px;
}

.article_top_right #captionbar,
.article_top_left #captionbar {
    font-size: 12px;
    line-height: 12px;
    color: #aeaeae;
    width: 285px;
    max-height: 25px;
    bottom: 0;
    right: 0;
}

.article_top_right #captionbar {
  width: 285px !important;
}

.article_top_right .caption,
.article_top_left .caption {
    width: 200px;
    margin-left: 5px;
}

.article_top_right #captionbar .right,
.article_top_left #captionbar .right {
    font-size: 10px;
    margin-right: 5px;
}

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

.topright #view_photo,
.topleft #view_photo {
    top: 155px;
    left: 265px;
    width: 20px;
    height: 20px;
    background-color: #000;
    z-index: 1;
}

/******************** multi ********************/
.article_container.article_multimedia.clear #article_title {
    width: 100%;
    margin: 0 auto;
    float: none;
}

.article_container.article_multimedia .article_content p {
    text-align: justify;
}

.article_container.article_multimedia .article_content p:first-of-type {
    /*margin-top: 20px;*/
}

.article_page.multi .pointer.item.relative.left.last {
    margin-right: 0px;
}

.multi .article_text {
  margin-top: 0px;
}

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

.ultra #guts {
    padding-bottom: 15px;
}

/******************** article_share ********************/
#share_article {
  
}
body.article_page.topcenter #share_article {
  float: right;
}

#share_article .articlecopy {
  margin-right: 4px;
}

div.addthis_toolbox {
  width: 240px !important;
  margin-top: 3px !important;
}

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

#article_related {  
    width: 285px;
    font-size: 12px;
    line-height: 25px;
    margin-left: 20px;
    margin-bottom: 10px;
    padding: 1px 0 2px;
    float: right;
    font-family: Tahoma, Geneva, Sans-Serif;
    font-weight: bold;
    background-color: #fff;
}

#article_related .content a {
    margin-left: 10px;
    font-weight: bold;
}

#article_related a:link,
#article_related a:hover,
#article_related a:visited {
    color: #00529b;
}

#article_related .header {
    height: 30px;
    line-height: 30px;
    font-weight: bold;
    font-size: 14px;
    width: 283px;
    color: #fff;
}

.related_content {
    width: 273px;
    padding: 5px;
}

.article_top_right #article_related,
.article_top_left #article_related {
    margin-top: 15px !important;
    width: 285px;
}

.article_top_left #article_related {
    float: left;
    margin: 0px 18px 10px 0px;
}

.article_top_left #article_related .content a {
    margin-right: 10px;
    font-weight: bold;
}

.related_content .icon {
    width: 21px;
    height: 20px;
    margin-right: 10px;
}

.av {
    left: -3px;
}

.related_audio_icon { background-image: url(/fls/5100/site_graphics/related_audio_icon.png); background-repeat: no-repeat; }
.related_download_icon { background-image: url(/fls/5100/site_graphics/related_download_icon.png); background-repeat: no-repeat; }
.related_email_icon { background-image: url(/fls/5100/site_graphics/related_email_icon.png); background-repeat: no-repeat; }
.related_link_icon { background-image: url(/fls/5100/site_graphics/related_link_icon.png); background-repeat: no-repeat; }
.related_pdf_icon { background-image: url(/fls/5100/site_graphics/related_pdf_icon.png); background-repeat: no-repeat; }
.related_photo_icon { background-image: url(/fls/5100/site_graphics/related_photo_icon.png); background-repeat: no-repeat; }
.related_video_icon { background-image: url(/fls/5100/site_graphics/related_video_icon.png); background-repeat: no-repeat; }


/**************************************************************************
Video Container
**************************************************************************/

.videoStop {
    cursor: pointer;
    position: absolute;
    top: 5px;
    right: 5px;
}

.videoStop img {
    height: 19px !important;
    width: 19px !important;
}

.play {
    cursor: pointer;
}

/*#rotator .story .play {
  position: absolute;
  top: 200px;
  left: 420px;
  cursor: pointer;
  width: 64px;
  height: 62px;
  z-index: 1;
}

#rotator .substory .play {
    cursor: pointer;
    position: absolute;
    left: 60px;
    top: 30px;
}

#rotator #NeulionVidContainer {
    width: 1000px;
    height: 550px;
    position: absolute;
    z-index: 1002;
}
*/

/**************************************************************************
Menu
**************************************************************************/

#menu_wrapper {
    width: 100%;
    height: 45px;
    background: #0736a4;
    border-top: 2px inset #041b52;
    border-bottom: 2px solid #0946dc;
    border-bottom: 2px solid rgb(9,70,220);
    position: relative;
    z-index: 999;
    -webkit-box-shadow: 0px 2px 3px #070707;
    -moz-box-shadow: 0px 2px 3px #070707;
    box-shadow: 0px 2px 3px #070707;
}

.home #menu_wrapper {
  
}

#menu_display {
    width: 100%;
    height: 33px;
}

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

#list-menu {
    width: 40%;
    min-width: 490px;
    display:block;
    visibility:hidden;
    margin:0 auto;
    list-style-type:none;
    padding:0;
    border:0;
}

#list-menu,
#list-menu a:link,
#list-menu a:visited/*,
#list-menu a:hover */{
    color: #fff;
}

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

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

#list-menu-button .icon-bar {
    background-color:#F5F5F5;
    border-radius:1px 1px 1px 1px;
    -webkit-box-shadow:0 1px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow:0 1px 0 rgba(0, 0, 0, 0.25);
    box-shadow:0 1px 0 rgba(0, 0, 0, 0.25);
    display:block;
    height:2px;
    width:18px;
}

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

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

li.parent:first-child a.top-menu-link {
  padding-left: 0;
}

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

#list-menu ul {
    list-style-type: none;
    text-indent: 7px;
    padding: 0px;
    margin: 0;
    border: 0;
    background-color: #0736a4;
}

#list-menu a {
    display:block;
}

#list-menu li a:link.top-menu-link,
#list-menu li a:visited.top-menu-link {    
    font-family: 'Roboto Slab'

}

#list-menu li a:hover.top-menu-link {
}  

/************************ TOP MENU LINKS ************************/ 

.top-menu-link {
  font-size: 15px !important;
  font-weight: normal;
  text-decoration: none;
  text-transform: uppercase;      
  line-height:28px;
  padding: 9px 14px;  
  text-align: left;
}    

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

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

/************************ TEMPLATE-UL ************************/ 

#list-menu .template-ul .template {
    padding: 0px;
}

.subnav.template-ul {
    display: none;
    position: absolute;
    z-index: 55;
    top: 47px;
    padding: 0;
    width: 255px !important;

}

.subnav.template-ul {
    width:auto;
    height:auto;
    background:transparent;
}

.subnav.template-ul a:link,
.subnav.template-ul a:visited,
.subnav.template-ul a:hover {
    font-family: 'Roboto Slab';
}

#list-menu .template-ul li a:link,
#list-menu .template-ul li a:visited,
#list-menu .template-ul li a:hover {
    font-weight: normal;
    height: 24px;
}

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

.subnav .template {
    height: auto;
    position: relative;
}

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

.subnav li a {
    padding: 0 10px;
    height: 20px;
    line-height: 20px;
    color: #fff;
    font-size: 14px;
    font-family: tahoma, Geneva, sans-serif;
    text-decoration: none;
    font-weight: normal;
}

.subnav li a:hover {
    color: #fff;
}

#list-menu .image img {
    width: 210px;
}

#list-menu ul.subnav li.template {
    background: -webkit-linear-gradient-gradient(#4a4a4a 1%, #000 9%); /* Safari */
    background: -o-linear-gradient(#4a4a4a 1%, #000 9%); /* For Opera 11.1-12.0 */
    background: -moz-linear-gradient(#4a4a4a 1%, #000 9%); /* For Firefox 3.6-15 */
    background: linear-gradient(#4a4a4a 1%, #000 9%); /* Standard syntax */
}

#list-menu li.template ul.subnav .standard .sports{
    padding: 15px 25px;
    float: left;
}

#list-menu li.template ul.subnav .custom .standard {
    padding: 15px 0 0;
    float: left;
}

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

#list-menu li.template ul.subnav .sports ul.subnav {
    float: left;
}

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

#list-menu .parent .image-text {
    position: static;
    float: right;
    margin: 85px 50px 0 0;
    display: none;
}

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

ul#menu-sport-group-1,
ul#menu-sport-group-2 {
    float:left;
    position:static;
}

#list-menu li.template div.standard {
    padding: 0px;
}

#list-menu li.template div.standard li {
    width: 255px;
    border-width:0px 0px 1px 0px;
    border-style:solid;
    border-color:#aeaeae;
    background:transparent;
    float: left;
    clear: both;
}

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

#list-menu li.template div.standard li.last {
    border-bottom: none;
}

.standard-split .subnav {
    position: static;
}

.standard-split li {
    border-width:1px 0 0 0;
    border-style:solid;
    border-color:#fff;
    background:transparent;
    height:25px;
    line-height:23px;
}

.standard-split li.first {
    border:0;
}

.standard-split li a {
    color:#fff;
    text-decoration:none;
    font-size:14px;
    font-weight: bold;
    padding:0px;
    line-height: 23px;
}

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

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

#list-menu .with-sections a.section {
    float:right;
    font-size: 13px;
    font-weight: normal;
    padding-right: 12px;
}

#list-menu .box-mens .menu-label,
#list-menu .box-womens .menu-label {
    width: 425px;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 10px;
}

#list-menu .box-mens {
    float: left;
}

#list-menu .box-womens {
    float: right;
}

#list-menu .box-mens,
#list-menu .box-womens {
    width: 425px;
}

#list-menu li.template .sports {
    width: 900px;
    margin-left: 25px;
}

#list-menu  li.template .with-sections .box-mens li,
#list-menu  li.template .with-sections .box-womens li {
    float:left;
    border-width:0px 0px 1px 0px;
    border-style:solid;
    border-color:#aeaeae;
    background:transparent;
    width: 400px;
    padding: 0 15px 0 10px;
}

#list-menu  li.template .with-sections .box-mens a:hover,
#list-menu  li.template .with-sections .box-womens a:hover,
#list-menu  li.template .with-sections .box-mens li a.section:hover,
#list-menu  li.template .with-sections .box-womens li a.section:hover,
#list-menu  li.template .with-sections .box-mens li a.sport:hover,
#list-menu  li.template .with-sections .box-womens li a.sport:hover { 
    /*background-color: #bdbdbc;
    color: #000 !important;*/
}

#list-menu  li.template .with-sections .box-mens li a,
#list-menu  li.template .with-sections .box-womens li a {
    text-transform: none;
}

#list-menu  li.template .with-sections .box-mens li a.sport,
#list-menu  li.template .with-sections .box-womens li a.sport {

}

.active_menu_item {
    background-color: #aeaeae !important;
}

.active_menu_item a.sport,
.active_menu_item a.schedule,
.active_menu_item a.roster,
.active_menu_item a.custom {
    color: #000 !important;
}

.inactive_menu_item a.sport,
.inactive_menu_item a.schedule,
.inactive_menu_item a.roster,
.inactive_menu_item a.custom {
    color: #fff !important;
}


/************************ MENU COLUMNS ************************/ 

.feature-1 .subnav li,
.feature-2 .subnav li {
   /* border-bottom: 1px solid #aeaeae; */
}

.feature-1 .subnav,
.feature-2 .subnav {
    background-color: transparent !important;
}

.feature-1 .odd,
.feature-2 .odd,
.feature-1 .even, 
.feature-2 .even {
    background: none;
}

#list-menu .feature-1 .subnav,
#list-menu .feature-2 .subnav {
    padding: 0;
}

#list-menu .feature-1 .subnav a,
#list-menu .feature-2 .subnav a {
    line-height: 28px;
    padding: 0;
}

#list-menu .feature-1 .subnav a:hover{   
    color: #fff;;
}

#list-menu .label-2{
    position:absolute;
    z-index:1;
    top:32px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
}

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

/************************ SCHEDULE MENU ************************/ 

#list-menu li.template ul.subnav .schedule .box-mens, 
#list-menu li.template ul.subnav .schedule .box-womens {
    width: 220px;
}

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

#list-menu .template-1 .template .standard {
    width: 255px;
    float: left;
}

#list-menu .template-1 .feature-1,
#list-menu .template-1 .feature-2,
#list-menu .template-1 .label-1,
#list-menu .template-1 .label-2 {
    position:absolute;
    z-index:1;
    width: 190px; 
    color: #fff; 
}

#list-menu .template-1 .label-1,
#list-menu .template-1 .feature-1 {
    left: 240px;
}

#list-menu .template-1 .label-2,
#list-menu .template-1 .feature-2 {
    left: 455px;
}

#list-menu .template-1 .label-1,
#list-menu .template-1 .label-2 {
    top:29px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
}

#list-menu .template-1 .feature-1,
#list-menu .template-1 .feature-2 {
    top: 46px; 
}

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

#list-menu .template-2 .custom .label-2{
    left: 350px;
    font-size: 14px;
    font-weight: bold;
    width: 200px;
}


#list-menu .template-2 .feature-1,
#list-menu .template-2 .label-1,
#list-menu .template-2 .feature-2,
#list-menu .template-2 .label-2
{
    display:block;
    width: 200px;
    font-size: 12px;
    height: 23px;
    line-height: 23px;
    border-bottom: 1px solid #000;
}

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

.facebook-placeholder,
.twitter-placeholder {
    width:18px;
    height:18px;
    float:right;
    margin-left: 8px;
    margin-top:4px;
}

#list-menu .with-sections a.facebook {
    background:url(/fls/32500/site_graphics/menu_facebook_sm.png) no-repeat transparent;
    width:18px;
    height:18px;
    display:block;
    float:right;
    overflow:hidden;
    padding:0;
    margin-left: 8px;
    line-height: 25px;
    margin-top:4px;
}

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

#list-menu .with-sections a.sport {
    float:left;
    font-size: 14px;
}


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

#list-menu .template-3 .feature-1,
#list-menu .template-3 .label-1,
#list-menu .template-3 .feature-2,
#list-menu .template-3 .label-2
{
    display:block;
    width: 240px;
    font-size: 12px;
    height: 23px;
    line-height: 23px;
    border-bottom: 1px solid #000;
}

#list-menu .template-3 .box-mens .menu-label,
#list-menu .template-3 .box-womens .menu-label {
}

#list-menu ul.template-ul li.template .subnav li:hover {
  width: 255px;
  background-color: #fff !important;
}

#list-menu ul.template-ul li.template .subnav li:hover a:link,
#list-menu ul.template-ul li.template .subnav li:hover a:hover,
#list-menu ul.template-ul li.template .subnav li:hover a:visited {
  color: #000 !important;
}

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

.template-4 .schedule {
    float: left;
}

.template-4 .schedule .subnav {
    width: 220px !important;
    height: 240px !important;
}

.template-4 .schedule .odd{
    margin-right: 25px;
}

/************************ TEMPLATE-5 / STANDARD 2 COLUMN ************************/ 

#list-menu .template-5 .standard-split {
    width: 465px;
}

#list-menu .template-5 .template .standard {
    width: 465px;
    float: left;
}

#list-menu .template-5 .feature-1,
#list-menu .template-5 .feature-2,
#list-menu .template-5 .label-1,
#list-menu .template-5 .label-2 {
    position:absolute;
    z-index:1;
    width: 190px; 
    color: #fff; 
}

#list-menu .template-5 .label-1,
#list-menu .template-5 .feature-1 {
    left: 455px;
}

#list-menu .template-5 .label-2,
#list-menu .template-5 .feature-2 {
    display:none;
}

#list-menu .template-5 .label-1,
#list-menu .template-5 .label-2 {
    top:29px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
}

#list-menu .template-5 .feature-1,
#list-menu .template-5 .feature-2 {
    top: 46px; 
}


#list-menu .template-5 .feature-1 a:link, 
#list-menu .template-5 .feature-1 a:visited, 
#list-menu .template-5 .feature-1 a:hover,
#list-menu .template-5 .feature-2 a:link, 
#list-menu .template-5 .feature-2 a:visited, 
#list-menu .template-5 .feature-2 a:hover {
    height: 25px;
}

#list-menu .template-5 .standard.split li {
    width: 190px;
}

.template-5 .two-col-1 {
    margin-right: 25px;
}

.template-5 .two-col-2 {

}

.template-5 .two-col {
    width: 190px;
    float: left;
}

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

.wide #section_menu_wrapper {
  width: 980px;
}

.wide #section_menu {
  width: 1000px;
}

.wide #section_menu_wrapper{
  margin: 25px 0;
}

#section_menu {
    height: 40px;
    width: 680px;
    font-family: tahoma, Geneva, sans-serif;
    top: 0;
}

#section_menu a {
    font-family: tahoma, Geneva, sans-serif;
}

#section_menu_wrapper {
    background-color: #00529b;
    height: 30px;
    line-height: 33px;
    width: 660px;
    padding: 5px 10px;
    margin: 0 0 25px 0;
}

ul#section-menu {
    margin: 0px;
    padding: 0px;
    position: relative;
    height: 40px;
}

#sm_divider {
    width: 5px;
    height: 40px;
}

#sm_content {
    margin: 0 15px 15px 0;
    height: 40px;
}

#sm_header {
    font-size: 18px;
    height: 40px;
}

#sm_header a:link,
#sm_header a:visited {
    color: #fff;

}

#sm_header a:hover {
    color: #fff;
}

#section-menu li {
    display: block;
    float: left;
    font-weight:;
    margin: 0px;
    padding: 0 10px;
    white-space: nowrap;
}

#section-menu li.section a:link,
#section-menu li.section a:visited {
    font-weight: bold;
    text-decoration: none;
    color: #fff;
    line-height: 32px;
}

#section-menu li.section a:hover {
    color: #fff;
    line-height: 32px;
}

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

#section-menu li.section a {    
    vertical-align: middle;
}

#section-menu li a {
    color: #ff0000;
    display: block;   
    font-size: 12px; 
    text-decoration: none;
    text-align: left;    
}

#section-menu li.sub:hover, 
#section-menu li.sub a:hover 
{
    position: relative;
}

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

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

#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: 9px;
    z-index: 1000;
    top: 30px;
}

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

#section-menu li.more ul {
    list-style: none;
    text-align: left;
    background-color: #00529b !important;
    width: 180px;
    border: 2px solid #aeaeae;
    padding: 3px 5px;
}

#section-menu li.more ul a:link,
#section-menu li.more ul a:link,
#section-menu li.more ul a:hover {
    color: #ffffff;
    display: block;     
    font-size: 12px; 
    text-decoration: none;
    text-align: left;
    width: 180px;
    height: 15px;
    line-height: 15px;
    padding: 0px; 
}

#section-menu li.more li.section {
    padding: 0px;
}

#donate_anchor_wrapper {
  display: flex;
}



/**************************************************************************
sprite
**************************************************************************/

.sprite-masthead { background-image: url('/fls/5100/site_graphics/sprite-masthead.png'); background-repeat: no-repeat; background-position: 0px 0px; width: 570px; height: 150px; }
.sprite-section_divider { background-image: url('/fls/5100/site_graphics/sprite-section_divider.png'); background-repeat: no-repeat; background-position: center; height: 3px; }
.sprite-ql_twt { background-image: url('/fls/5100/site_graphics/sprite-ql_twt.png'); background-repeat: no-repeat; width: 40px; height: 40px; }
.sprite-ql_fb { background-image: url('/fls/5100/site_graphics/sprite-ql_fb.png'); background-repeat: no-repeat; width: 40px; height: 40px; }
.sprite-ql_ig { background-image: url('/fls/5100/site_graphics/sprite-ql_ig.png'); background-repeat: no-repeat; width: 40px; height: 40px; }
.sprite-ql_shop { background-image: url('/fls/5100/site_graphics/sprite-ql_shop.png'); background-repeat: no-repeat; width: 40px; height: 40px; }
.sprite-ql_photo { background-image: url('/fls/5100/site_graphics/sprite-ql_photo.png'); background-repeat: no-repeat; width: 40px; height: 40px; }
.sprite-ql_auction { background-image: url('/fls/5100/site_graphics/sprite-ql_auctions.png'); background-repeat: no-repeat; width: 40px; height: 40px; }
.sprite-ql_dvd { background-image: url('/fls/5100/site_graphics/sprite-ql_dvd.png'); background-repeat: no-repeat; width: 40px; height: 40px; }
.sprite-ql_travel { background-image: url('/fls/5100/site_graphics/sprite-ql_travel.png'); background-repeat: no-repeat; width: 40px; height: 40px; }
.sprite-related_header { background-image: url('/fls/5100/site_graphics/sprite-related_header.jpg'); background-repeat: repeat-x; }

.sprite-search_icon { 
  background-image: url('/fls/5100/site_graphics/search-icon.png'); 
  background-repeat: no-repeat; 
  background-size: contain; 
  width: 20px ; 
  height: 18px; 
  cursor: pointer; 
  margin-top: 13px; 
  margin-left: 14px;
  visibility: visible;
}



/***********************************************************************************************************************************
***************************************************** WM-57020 Redesign Styles *****************************************************
***********************************************************************************************************************************/


/****************************************************************************
/************************ Top Navigation ************************************
****************************************************************************/
.divider {
  width: 1px;
  height: 16px;
  float: left;
  background: #fff;
  margin-top: 15px;
}



/****************************************************************************
************************* START Rotator *************************************
****************************************************************************/


/*ROTATOR PLACEHOLDER */
#rotator {
  width: 100%;
  max-width: 1280px;
  height: auto;
  margin: 0px auto;
  z-index: 50;
  overflow: hidden;
  -webkit-box-shadow: 0px 3px 3px #787772;
  -moz-box-shadow: 0px 3px 3px #787772;
  box-shadow: 0px 3px 3px #787772;
}

#rotator .place-holder-image {
  width: 100%;
  z-index: 50;
  background-position: top center;
  background-size: 100%;
  background-repeat: no-repeat;
}

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

#rotator .place-holder-image a.story-link {
  width: 100%;
  height: 100%;
}

#rotator .place-holder-image .text {
  width: 100%;
  height: auto;
  position: absolute;
  top: 189px;
}
#rotator .box-content {
    width: 100%;
    height: auto;
}
#rotator .place-holder-image .sport {
  font-size: 24px;
  line-height: 25px;
}

#rotator .place-holder-image .title,
#rotator .place-holder-image .links {
    padding-top: 48px;
}

#rotator .place-holder-image .title {
    width: 50%;
    margin: 0 auto;
    padding: 17px;
    text-align: center; 
    line-height: 30px;
    border-top: 1px solid #b5b5b5;
    border-bottom: 1px solid #b5b5b5;
    margin-bottom: 15px;
}

#rotator .place-holder-image .links {
    width: 320px;
}

#rotator .place-holder-image .links .rotator-sponsor {
    text-align: right;
    padding-bottom: 14px;
    height: 35px;
}

#rotator .place-holder-image .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 .place-holder-image .box-content .sport {
    width: 100%;
    top: 90px;
    text-align: center;
    padding: 0;
    margin: 0 auto;
    font-family: 'Roboto';
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    text-shadow: 1px 1px 2px #000;
}

#rotator .place-holder-image .links .link.related {
  margin-left: 20px;
}

#rotator .place-holder-image .title a {
  font-family: 'Roboto Slab';
  font-size: 36px;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  text-shadow: 1px 1px 2px #000; 
}

#rotator .place-holder-image .teaser {
    width: 26%;
    margin: 0 auto;
}

#rotator .place-holder-image .teaser a {
    width: 100%;
    margin: 0 auto;
    font-family: 'Roboto';
    font-size: 24px;
    font-weight: 700;
    line-height: 40px;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 1px 1px 2px #000;
}


/*ROTATOR*/

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


#rotator .main .story .play {
  width: 5%;
  margin: 0 auto;
  cursor: pointer;
  position: relative;
  top: 55%;
}

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

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

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

#rotator .main .story .text {
    width: 100%;
    margin-top: 28%;
}

#rotator .sport {
    font-family: 'Roboto';
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    text-shadow: 1px 1px 2px #000;
    width: 50%;
    margin: 0 auto;
    position: absolute;
    top: 115px;
}

/*#rotator .main .story .sport {
    width: 50%;
    text-align: center;
    padding: 0;
    margin: 0 auto;
    font-family: 'Roboto';
    font-size: 34px;
    font-weight: 700;
    color: #fff;
    text-shadow: 1px 1px 2px #000;
}*/

#rotator .main .story .title,
#rotator .main .story .links {
  padding-top: 48px;
}

#rotator .main .story .title {
    width: 50%;
    margin: 0 auto;
    padding: 12px;
    text-align: center; 
    border-top: 1px solid #b5b5b5;
    border-bottom: 1px solid #b5b5b5;
    margin-bottom: 5px;
    /*position: relative;*/
}

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

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

#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-family: 'Roboto Slab';
  font-size: 36px;
  font-weight: 400;
  line-height: 40px;
  color: #fff;
  text-transform: uppercase;
  text-shadow: 1px 1px 2px #000; 
}

#rotator .story .text .box-content .teaser {
    width: 50%;
    margin: 0 auto;
    text-align: center;
}

#rotator .story .text .box-content .teaser a {
    /*position: absolute;
    bottom: 0;*/
    width: 100%;
    margin: 0 auto;
    font-family: 'Roboto';
    font-size: 24px;
    font-weight: 700;
    line-height: 40px;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 1px 1px 2px #000;
}

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

#rotator .arrows {
  left: 0px;
  right: 0px;
  top: 45%;
}

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

#rotator .arrow.left {
  width: 40px;
  height: 40px;
  left: 10%;
  background: url("/fls/5100/site_graphics/rotator-left-arrw.png") no-repeat;
}

#rotator .arrow.right {
  width: 40px;
  height: 40px;
  right: 10%;
  background: url("/fls/5100/site_graphics/rotator-right-arrw.png") no-repeat;
}

#sub-rotator {
  width: 160px;
  height: 26px;
  margin: 0 auto;
  padding: 0px;
  z-index: 200;
  left: 0px;
  right: 0px;
  bottom: 5%;
}

#sub-rotator .button {
  width: 40px;
  height: 40px;
  cursor: pointer;
  background: url('/fls/5100/site_graphics/rotator-indicator-off.png') no-repeat;
  z-index: 200;
}

#sub-rotator .button.active {
   background: url('/fls/5100/site_graphics/rotator-indicator-on.png') no-repeat;
   z-index: 200;
}

#sub-rotator-preview {
  top: -95px;
  left: -84px;
  width: 180px;
  height: 73px;
  border: 3px solid #e6e6e6;
  border-radius: 6px;
  display: none;
  overflow: hidden;
}

#sub-rotator-preview .slider {
  width: 900px;
  height: 73px;
  top: 0px;
  left: 0px;
}

#sub-rotator-preview .preview-story {
  width: 180px;
  height: 73px;
}

#sub-rotator-preview .preview-story img {
  width: 100%;
}

#articleVideoContainer{
    z-index: 100;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 640px;
    height: 358px;
}

#rotator-gradient-wrapper {
  width: 100%;
  height: 250px;
  position: absolute;
  bottom: 0px;
  margin: 0 auto;
  z-index: 100;
}

#rotator-gradient-overlay {
  width: 100%;
  height: 100%;
  opacity: 0.85;
  background: #000;
  background: -webkit-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,1)); 
  background: -moz-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,1));
  background: -o-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,1));
  background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,1)); 
}
/****************************************************************************
    END Rotator
****************************************************************************/

/****************************************************************************
Give Section
****************************************************************************/
#give-now-container {
    width: 100%;
    max-width: 1280px;
    padding: 24px 0px;
    position: relative;
    background: url('/fls/5100/site_graphics/rockywall_pattern.jpg') repeat-x;
}

#give-now-wrapper {
    width: 43%;
    margin: 0 auto;
}

#give-text {
    text-align: center;
    display: inline-block;
}

#give-text p:first-child {
    font-family: 'Roboto Slab';
    font-size: 28px;
    font-weight: 400;
    color: #0736a4;
    margin-bottom: 9px;
}

#give-text p:nth-child(2) {
    font-family: 'Roboto';
    font-size: 18px;
    font-weight: 700;
    color: #0736a4;
}

button#give-btn {
    font-family: 'Roboto';
    font-size: 25px;
    font-weight: 700;
    color: #fff;
    background: #0736a4;
    border: none;
    -webkit-box-shadow: 1px 2px 2px #7e7e7e;
    -moz-box-shadow: 1px 2px 2px #7e7e7e;
    box-shadow: 1px 2px 2px #7e7e7e;
    position: absolute;
    top: 18px;
    width: 200px;
    height: 60px;
    margin-left: 40px;
    /*margin-top: 5px; */
    cursor: pointer;
}

a button#give-btn:hover,
a button#tkt-mod-btn:hover,
a button#schedule-mod-btn:hover {
    text-decoration: underline;
}



/****************************************************************************
**************************** BEGIN MODULE STYLES ****************************
****************************************************************************/
#site_middle_5100 {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

/*******************************************************************************************
************************** START Season Tickets Module *************************************
*******************************************************************************************/
#site_middle_5100-ticketing_5100 {
    width: 100%;
    /*max-width: 1300px;*/
    margin: 0 auto;
    background: #0736a4;
    webkit-box-shadow: 0px -2px 3px #7e7e7e;
    -moz-box-shadow: 0px -2px 3px #7e7e7e;
    box-shadow: 1px -1px 1px #7e7e7e;
}
#ticket-mod-container {
    width: 100%;
    /*max-width: 1300px;*/
    margin: 0 auto;
}
#ticket-wrapper {
}
.ticket-box {
}
#tkt-text-wrapper {
    /*width: 413px;*/
    width: 45%;
    height: inherit; 
    float: left;
    /*border-bottom: 2px solid #0a4ae0;*/
}
.ticket-box .headline {
    font-family: 'Roboto Slab';
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    line-height: 40px;
    margin-top: 70px;
}
.ticket-box .teaser {
    font-family: 'Roboto';
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    text-align: center;
    width: 50%;
    min-width: 275px;
    margin: 0 auto;
    margin-bottom: 20px;
}
.ticket-box img {
    width: 55%;
    /*max-width: 547px;*/
}
#btn-img {
    width: 32%;
    margin: 0 auto;
}
button#tkt-mod-btn {
    width: 180px;
    height: 36px;
    background: #fff;
    border: none;
    font-family: 'Roboto';
    font-size: 16px;
    font-weight: 700;
    color: #0736a4;
    -webkit-box-shadow: 2px 2px 4px #041b52;
    -moz-box-shadow: 2px 2px 4px #041b52;
    box-shadow: 2px 2px 4px #041b52;
    margin-bottom: 16px;
}
#btn-link-wrapper {
    width: 100%;
    max-width: 180px;
    margin: 0 auto;
}
#tkt-mini-logo {
  width: 35%;
  height: 56px;
  margin: 0 auto;
  background: url('/fls/5100/site_graphics/ticketing_mini_logo.png') no-repeat;
}

/*****************************************************************************************
************************** START Social Media Module *************************************
*****************************************************************************************/
#site_middle_5100-social_5100 {
    width: 100%;
    height: auto;
    margin: 0 auto;
    background: url('/fls/5100/site_graphics/social-mod-bg.png') no-repeat;
    background-size: cover;
}
#social-mod-container {
    width: 100%;
    height: auto;   
}
#social_background {
    width: 100%;
    height: auto;
    position: relative;
}
#social-logo-wrapper {
    width: 15%;
    height: auto;
    display: inline-block;
}

#social-body {
    height: 300px;
}
#social-body-left {
    width: 548px;
    height: 244px;
    overflow: scroll;
    overflow-x: hidden;
    cursor: pointer;
}
#social-body-right {
    position: relative;
    margin-right: 10px;
    bottom: 33px;
}
#fb-link-wrapper {
    width: 296px;
    height: 33px;
    border-bottom: 1px solid #000;
}
#twitter_mod_icon{
    width: 127px;
    height: 22px;
    float: left;
    cursor: pointer;
    background: url('/fls/5100/site_graphics/twitter_module_icon.png') no-repeat;
}
#facebook_mod_icon {
    width: 172px;
    height: 33px;
    margin: 0 auto;
    cursor: pointer;
    background: url('/fls/5100/site_graphics/facebook_module_icon.png') no-repeat;
}
#instagram_mod_icon {
    width: 133px;
    height: 26px;
    margin-top: 13px;
    margin-bottom: 10px;
    cursor: pointer;
    background: url('/fls/5100/site_graphics/instagram_module_icon.png') no-repeat; 
}
#social-wrapper {
    width: 70%;
    height: 300px;
    margin: 0 auto;
    /* webkit-box-shadow: 0 8px 6px -6px #000;
    -moz-box-shadow: 0 8px 6px -6px #000;
    box-shadow: 0 8px 6px -6px #000;*/
}
#social-body-left {
    border: 1px solid #000;
}
/*#social-body-right {
    width: 300px;
    height: 517px;
}*/


#champions-ad {
    width: 29%;
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 25px;
}


/*************************************************************************************
************************** START Schedule Module *************************************
*************************************************************************************/
#schedule-mod-container {
    width: 100%;
    /*max-width: 1300px;*/
    height: 90px;
    background: url('/fls/5100/site_graphics/brick_pattern.jpg') repeat;
    /*background-size: cover;*/
    border-bottom: 2px solid #0a4ae0;
    -webkit-box-shadow: 0px 3px 3px #0d0d0d;
    -moz-box-shadow: 0px 3px 3px #0d0d0d;
    box-shadow: 0px 3px 3px #0d0d0d;
}
#schedule-wrapper {
    width: 60%;
    max-width: 800px;
    margin: 0 auto;
    padding-top: 27px;
}
#schedule-text-wrapper {
    width: 40%;
    float: left;
    margin-left: 7%;
    margin-right: 6%;
}
#schedule-date-wrapper {
    width: 30%;
    height: 100%;
    float: left;
}
#schedule-text-wrapper #event {
    width: 63%;
    float: right;
}
.schedule-box {
    width: 100%;
    height: auto;
    margin: 0 auto;
}
span#abbr-day {
    font-family: 'Roboto Slab';
    font-size: 24px;
    line-height: 20px;
    text-transform: uppercase;
    color: #fff;
    float: left;
}
span#abbr-date {
    font-family: 'Roboto Slab';
    font-size: 12px;
    text-transform: uppercase;
    margin-left: 8%;
    color: #fff;
    float: left;
}
span#event {
    font-family: 'Roboto';
    font-size: 16px;
    color: #fff;
}
p#next-event-txt {
    font-family: 'Roboto Slab';
    font-size: 24px;
    font-weight: 300;
    margin-top: 7px;
    color: #fff;
    clear: both;
    float: left;
}
#schedule-btn {
    width: 190px;
    float: left;
}
button#schedule-mod-btn {
    width: 190px;
    height: 36px;
    background: #fff;
    border: none;
    -webkit-box-shadow: 2px 2px 4px #041b52;
    -moz-box-shadow: 2px 2px 4px #041b52;
    box-shadow: 2px 2px 4px #041b52;
    margin-bottom: 16px;
}
button#schedule-mod-btn a {
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 700;
  color: #0736a4;
  text-transform: uppercase;
}
body.schedule span.divider {
    margin-top: 0;
    float: none;
}
body.schedule #main_content {
    min-height: 400px;
}

/****************************************************************************************
************************** START Your Impact Module *************************************
****************************************************************************************/
#impact_5100 {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    margin-top: 24px;
    -webkit-box-shadow: 0px -2px 3px #7e7e7e;
    -moz-box-shadow: 0px -2px 3px #7e7e7e;
    box-shadow: 0px -2px 3px #7e7e7e;
}
#site_middle_5100-yourimpact_5100 {
    background-image: url('/fls/5100/site_graphics/rockywall_pattern.jpg');
}
#impact-mod-container {
    width: 100%;
    height: 330px;
    margin: 0 auto;
}
#impact-wrapper {
}
.impact-box {
    width: 82%;
    margin: 0 auto;
}
#impact-text-wrapper {
    width: 475px;
    height: 304px; 
    float: left;
    background: transparent;
}
.impact-box .headline {
    font-family: 'Roboto Slab';
    font-size: 32px;
    font-weight: 400;
    line-height: 45px;
    color: #0736a4;
    margin-top: 27px;
    margin-left: 21px;
    text-transform: uppercase;
}
.impact-box .teaser {
    font-family: 'Roboto';
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    width: 425px;
    color: #000;
    margin-left: 23px; 
    margin-bottom: 20px;
}
.impact-box img {
    width: 100%;
    max-width: 455px;
    height: auto;
    margin-top: 37px;
    margin-left: 57px;
    border: 1px solid #dcdcdc;
    -webkit-box-shadow: -1px 2px 5px 0px #7e7e7e;
    -moz-box-shadow: -1px 2px 5px 0px #7e7e7e;
    box-shadow: -1px 2px 5px 0px #7e7e7e;
}
#impact-btn {
    width: 69%;
    margin-left: 21px;
}
#impact-mod-btn {
    width: 280px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    border: none; 
    background: #0736a4;
    -webkit-box-shadow: 2px 2px 4px #041b52;
    -moz-box-shadow: 2px 2px 4px #041b52;
    box-shadow: 2px 2px 4px #041b52;
    margin-bottom: 16px;
}

#impact-mod-btn a {
    font-family: 'Roboto';
    font-size: 16px;
    font-weight: 700;
    color: #fff;
}

/*********************************************************************************************
************************** START Scholarship Fund Module *************************************
*********************************************************************************************/

#site_middle_5100-scholarship_5100 {
    width: 100%;
    max-width: 1280px;
    height: 540px;
}
#scholar-fund-mod-container {
    width: 100%;
    height: 540px;
    -webkit-box-shadow: 0px 3px 3px #7d7d7d;
    -moz-box-shadow: 0px 3px 3px #7d7d7d;
    box-shadow: 0px 3px 3px #7d7d7d;
}
#scholar-fund-mod-container img {
    width: 100%;
    max-width: 1280px;
    height: 100%;
    z-index: -1000;
    opacity: 0.9;
    position: fixed;
    bottom: 0px;
}
#scholar-fund-wrapper {
    height: 540px;
}
.scholar-fund-box {
  padding-top: 126px;
}
#scholar-fund-text-wrapper {
    width: 90%;
    height: 300px;
    margin: 0 auto;
    background: #fff;
    opacity: 0.85;
}
.scholar-fund-box .headline {
    font-family: 'Roboto Slab';
    font-size: 36px;
    font-weight: 400;
    color: #0736a4;
    text-align: center;
    text-transform: uppercase;
    padding-top: 25px;
    padding-bottom: 35px;
}
.scholar-fund-box .headline span {
    width: 450px;
    height: 43px;
    border-top: 1px solid #b5b5b5;
    border-bottom: 1px solid #b5b5b5;
}
.scholar-fund-box .teaser {
    font-family: 'Roboto';
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    width: 90%;
    color: #000;
    margin-left: 23px; 
    margin-bottom: 20px;
    /*text-align: justify;*/
}
#scholar-fund-btn {
  margin-top: 24px;
}
#scholar-fund-mod-btn {
    width: 280px;
    height: 36px;
    margin: 0 auto;
    margin-bottom: 16px;
    text-align: center;
    line-height: 36px;
    background: #0736a4;
    border: none;
    -webkit-box-shadow: 2px 2px 4px #041b52;
    -moz-box-shadow: 2px 2px 4px #041b52;
    box-shadow: 2px 2px 4px #041b52;    
}

#scholar-fund-mod-btn a {
    font-family: 'Roboto';
    font-size: 16px;
    font-weight: 700;
    color: #fff;
}

#opacity-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    bottom: 540px;
    z-index: -900;
}
#opacity-overlay{
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background: #000;
    position: absolute;
    top: 0;
}
/*********************************************************************************************
************************** START Six Ways to Help Module *************************************
*********************************************************************************************/
#site_middle_5100-ways_to_help_5100 {
    width: 100%;
    background: url('/fls/5100/site_graphics/social-mod-bg.png') no-repeat;
    background-size: cover;
}
#ways-to-help-container {
    width: 100%;
}
#ways-to-help-wrapper {
}
.ways-to-help-box {
  
}
#ways-to-help-text-wrapper {
    width: 90%;
    height: auto;
    margin: 0 auto;
    background: transparent;
    opacity: 0.9;
}
.ways-to-help-box .headline {
    font-family: 'EB Garamond';
    font-size: 32px;
    font-weight: 400;
    color: #0736a4;
    text-align: center;
    text-transform: uppercase;
    padding-top: 36px;
    padding-bottom: 16px;
    border-bottom: 1px solid #000;
}
.ways-to-help-box .headline span {
    width: 100%;
    height: 43px;
}

#help-content-wrapper {
    width: 61%;
    min-width: 675px; 
    height: 100%;
    margin: 0 auto;
}

#help-content-left {
    width: 48%;
    height: auto;
    margin-left: 15px;
    margin-bottom: 25px;
    float: left;
}

#help-content-right {
    width: 48%;
    height: auto;
    margin-left: 12px;
    margin-bottom: 25px;
    float: right;
}

ul#content-list {
    font-family: 'Roboto';
    font-size: 18px;
    font-weight: 700;
    color: #000;
    width: 100%;
    margin: 0 auto;
}

ul#content-list li.content-item {
    line-height: 24px;
    width: 100%;
    margin: 0 auto;
    float: left;
    padding-top: 17px;
}

#ways-to-help-btn-wrapper {
    width: 23%;
    margin: 0 auto;
}
#ways-to-help-mod-btn-1 {
  margin-top: 24px;
  float: left;
}
#ways-to-help-mod-btn-2 {
  margin-top: 24px;
  float: right;
}
#ways-to-help-mod-btn-1,
#ways-to-help-mod-btn-2 {
    width: 121px;
    height: 36px;
    margin: 0 auto;
    margin-bottom: 24px;
    text-align: center;
    line-height: 36px;
    background: #0736a4;
    border: none;
    -webkit-box-shadow: 0px 2px 4px #041b52;
    -moz-box-shadow: 0px 2px 4px #041b52;
    box-shadow: 0px 2px 4px #041b52;    
}

#ways-to-help-mod-btn-1 a,
#ways-to-help-mod-btn-2 a {
    font-family: 'Roboto';
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}

/************************************************************************************
************************** START Drippan Module *************************************
************************************************************************************/
#drippan_5100-drippan_5100 {
    margin-bottom: 22px;
}
section#drippan {
    width: 100%;
    height: auto;
    /*min-height: 210px;*/
    background: #0736a4;
}
#drippan .container {
    width: 100%;
    height: auto;
    /*height: 210px;*/
    margin: 0 auto;
}
#drippan_5100 .column.left {
    margin-left: 20%;
    margin-bottom: 20px;
    width: 20%;
}
#drippan_5100 .column.right {
    margin-right: 20%;
    width: 38%;
}
#drippan-links a:hover {
    text-decoration: underline;
}
.item .title span {
    font-family: 'Roboto Slab';
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    text-align: center;
}
.imp-links.item .title {
    width: 100%;
    max-width: 250px;
    border-bottom: 1px solid #000;
}
#imp-links-title {
    width: 70%;
    min-width: 165px;
    margin: 0 auto;
    margin-top: 10px;
    padding-bottom: 8px;
}
.contact.item .title {
    width: 215px;
    border-bottom: 1px solid #000;
}
#contact-info-wrapper {
    width: 100%;
    margin: 0 auto;
}
.column.right .title {
    width: 72%;
    margin: 0 auto;
}
.column.left .links,
.column.right .links {
  text-align: center;
  line-height: 30px;
  margin-top: 8px;
}
.column.left .links a,
.column.right .links a {
    font-weight: 700;
    color: #fff;
    text-align: center;
    text-decoration: none;
}
/****************************************************************************
************************** START Footer *************************************
****************************************************************************/

#footer-wrapper {
  width: 100%;
  padding-bottom: 1px;
  background-image: url('/fls/5100/site_graphics/rockywall_pattern.jpg');
}

#footer {}

#top-layer {
  /*height: 210px;*/
  margin-bottom: 22px;
  background: #0736a4;
  /*border-top: 2px solid #041b52;
  border-bottom: 2px solid #0a4ae0;
  -webkit-box-shadow: 0px 3px 3px #7e7e7e;
  -moz-box-shadow: 0px 3px 3px #7e7e7e;
  box-shadow: 0px 3px 3px #7e7e7e;*/
}

#footer-links-container {
  width: 100%;
  margin-top: 12px;
}

/*#footer-links-left {
    width: 50%;
    display: inline-block;
}*/

#footer-contact-right {
    width: 100%;
    display: inline-block;
    float: right;
}

/*#important-links {
    width: 35%;
    margin: 0 auto;
    text-align: center;
    border-bottom: 1px solid #000;
    padding-bottom: 8px;
}*/

#contact-us {
    width: 100%;
    margin: 0 auto;
    border-bottom: 1px solid #000;
    padding-bottom: 7px;
}

ul#section-content {
    text-align: center;
    padding: 0;
    line-height: 26px;
    margin-top: 15px;
}

#section-title, #contact-title {
  font-family: 'Roboto Slab';
  font-size: 18px;
  font-weight: 300;
  color: #ffffff;
  width: 23.5%;
  min-width: 113px;
  margin: 0 auto;
  line-height: 20px;
}

#section-content li {
    font-family: 'Roboto';
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
}

ul#contact-content-left {
    padding: 0;
    width: 40%;
    float: left;
    text-align: center;
    margin-top: 15px;
}

#contact-content-left li {
  font-family: 'Roboto';
  font-size: 14px;
  font-weight: 300;
  color: #fff;
}

ul#contact-content-right {
    padding: 0px;
    width: 49%;
    max-width: 216px;
    float: left;
    text-align: center;
    margin-top: 15px;
}

#contact-content-right li {
  font-family: 'Roboto';
  font-size: 14px;
  font-weight: 300;
  color: #fff;
}

#bottom-layer {
    width: 50%;
    text-align: center;
}

#copy_right {
  font-family: 'Roboto';
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 15px;
  width: 100%;
  margin: 0 auto;
}

ul#footer-links-container {
  width: 40%;
  margin: 0 auto;
  margin-bottom: 23px;
  padding: 0px;
}

.footer-links {
  display: inline-block;
}

li a.footer-links {
  font-family: 'Roboto' !important;
  font-size: 14px;
  font-weight: 700;
  color: #0a4ae0;
}

.footer-divider {
  display: inline-block;
  width: 1px;
  height: 12px;
  background: #0a4ae0;
  margin: 15px 5px 0px;
}
