/* ==============
   GLOBAL STYLES
   ============== */

/* WEB FONTS */

@font-face {
    font-family: 'titillium';
    src: url('titillium-bold-webfont.woff2') format('woff2'),
         url('titillium-bold-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;

}

@font-face {
    font-family: 'titillium';
    src: url('titillium-regular-webfont.woff2') format('woff2'),
         url('titillium-regular-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;

}

@font-face {
    font-family: 'titillium';
    src: url('titillium-semibold-webfont.woff2') format('woff2'),
         url('titillium-semibold-webfont.woff') format('woff');
    font-weight: 600;
    font-style: normal;

}

@font-face {
    font-family: 'titillium';
    src: url('titillium-black-webfont.woff2') format('woff2'),
         url('titillium-black-webfont.woff') format('woff');
    font-weight: 900;
    font-style: normal;

}

@font-face {
    font-family: 'roboto';
    src: url('Roboto-Regular-webfont.eot');
    src: url('Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('Roboto-Regular-webfont.woff') format('woff'),
         url('Roboto-Regular-webfont.ttf') format('truetype'),
         url('Roboto-Regular-webfont.svg#robotoregular') format('svg');
    font-weight: 400;
    font-style: normal;

}

@font-face {
    font-family: 'roboto';
    src: url('Roboto-Bold-webfont.eot');
    src: url('Roboto-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('Roboto-Bold-webfont.woff') format('woff'),
         url('Roboto-Bold-webfont.ttf') format('truetype'),
         url('Roboto-Bold-webfont.svg#robotobold') format('svg');
    font-weight: 700;
    font-style: normal;

}

.accent-bg,
.accent-bg th { color:#fff !important; background:#da291c !important }

.skip-navigation { position:fixed; left:0; top:-50px; width:1px; height:1px; font-size:15px; font-weight:700; line-height:1; color:#000 !important; background:#fff; text-transform:uppercase; overflow:hidden; box-sizing:border-box; transition:all 0.5s ease; box-shadow:0 0 15px rgba(0,0,0,0.4) inset }
.skip-navigation:focus { top:0; z-index:9999; width:auto; height:auto; padding:15px; text-decoration:none }

body { font-family:'roboto', arial; font-size:14px; line-height:1.5; color:#444; background:#fff; -webkit-font-smoothing:antialiased; -webkit-text-size-adjust:none }

:focus { outline-color:#233a75 }

a { color:#da291c; text-decoration:none }
a:focus,
a:hover { color:#233a75; text-decoration:underline }

h1,h2,h3,h4,h5,h6 { line-height:1.3 }

h1 { font-size:34px }
h2 { font-size:30px }
h3 { font-size:26px }
h4 { font-size:22px }
h5 { font-size:18px }
h6 { font-size:16px }

.body-container { max-width:1410px; margin:0 auto }
.landing .body-container { max-width:none }
.mainbody { display:block; padding:10px; background:#fff }
.landing .mainbody { padding:0; background:none }

.section-header { position:absolute; left:-9999px }

.navbar-image ul { list-style:none; margin:0 }
.navbar-image li img { vertical-align:top }

.site-footer { padding:30px 0; text-align:center }
.site-footer .footer-logos li { display:inline-block; vertical-align:top; margin:0 30px  }
.site-footer .footer-address { margin:30px 0 0; font-family:'titillium', arial; font-size:16px; color:#fff }
.site-footer .footer-address .slogan { display:block; margin-bottom:30px; font-size:30px; font-weight:700; font-style:italic; text-transform:uppercase }
.site-footer .footer-address .slogan .bull { margin:0 20px }
.site-footer .footer-address .title { display:block; font-weight:700 }

/* CAROUSEL */
.j-carousel .seats:after { content:""; display:block; clear:both }

.j-carousel .prev,
.j-carousel .next { display:none }
.j-carousel .pp { position:absolute; right:0; top:0; z-index:99; width:30px; height:30px; font-family:'glyphicons'; cursor:pointer; text-align:center; text-decoration:none; overflow:hidden; color:#fff; background:rgba(0,0,0,0.6) }
.j-carousel .pp:before { content:'\e80b'; display:block; font-size:20px; line-height:30px }
.j-carousel .pp.play:before { content:'\e80a' }

/* PADDING WILL CHANGE ACCORDING SITE PHOTO SIZE */
.j-carousel .media-box { position:relative }
.j-carousel .media-box .slide-img { display:block; padding-top:53.5%; position:relative;  cursor:pointer; overflow:hidden }
.j-carousel .media-box .slide-img img { display:block; width:100% !important; height:auto !important; position:absolute; left:0; top:0 }
.touch .j-carousel .close-player { display:block !important }

/* ANIMATION # 3 */
.sliding-carousel { position:relative; z-index:1 }
.sliding-carousel .feed { position:relative; overflow:hidden }
.sliding-carousel .seats { width:800%; position:relative }
.sliding-carousel .seat { opacity:0; visibility:hidden; width:12.5%; float:left; position:relative; transition:all 0.3s 0.3s ease }
.sliding-carousel .seat.active { opacity:1; visibility:visible; transition:all 0.3s ease }

/* ANIMATION # 4 */
.accordion-carousel { position:relative; z-index:1; background:#fff }
.accordion-carousel .seats{ width:100%; height:450px; position:relative;overflow:hidden}
.accordion-carousel .seat { width:840px; height:450px; overflow:hidden; position:absolute; left:0; top:0; cursor:pointer }

.more-news .story { margin-top:10px; padding:0 10px 0 200px; position:relative }
.more-news .story:first-child { margin-top:0 }
.more-news .heading { margin:0 }
.more-news .heading .thumb { width:190px; float:left; margin-left:-200px; box-shadow:0 2px 2px rgba(0,0,0,0.4); position:relative }
.more-news .heading .thumb img { vertical-align:top }
.more-news .heading .title { display:block; font-size:18px; margin-bottom:5px }
.more-news .details { overflow:hidden }
.more-news .details .leadin { font-size:13px }
.more-news .details .related-links ul { list-style:none; margin:0 }
.more-news .details .related-links li { float:left; margin-right:5px }
.more-news .load-more { display:block; max-width:100px; padding:5px 15px; margin:0 auto; text-align:center; background:#6f6f6f; color:#fff; border-radius:3px }

/* AOTW */
.section-aotw .section-header { position:relative; left:0; margin:0; font-family:'titillium', arial; font-size:110px; font-weight:900; text-transform:uppercase; text-align:center; letter-spacing:4px; line-height:1; color:#fff  }
.section-aotw .section-header:after { content:''; position:absolute; left:0; right:0; bottom:0; top:30px;
background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 )
}
.aotw { overflow:hidden }
.aotw { float:left; width:33.33%; padding:0 15px; box-sizing:border-box }
.aotw .athlete .info { position:relative }
.aotw .thumb { display:block }
.aotw .thumb img { width:100%; vertical-align:top }
.aotw .title { position:relative; display:block; padding:10px 20px; background:rgba(212, 40, 28, 0.9); text-decoration:none;text-align:center }
.aotw .title span { display:block; font-size:14px; font-weight:700; text-transform:uppercase; color:#fff }
.aotw .leadin { position:absolute; left:0; right:0; bottom:0; display:block; padding:10px 20px; background:rgba(212, 40, 28, 0.9); color:#fff; text-decoration:none }
.aotw .leadin span { display:block; font-size:14px; font-weight:700; text-transform:uppercase; color:#fff }

/* SCHEDULE */
.schedule-boxscore .event-box { margin-top:10px; padding:15px; position:relative; background:#242424 }
.schedule-boxscore .event-box:first-child { margin-top:0 }
.schedule-boxscore .date-status { font-size:12px; font-weight:700; text-transform:uppercase; color:#da291c }
.schedule-boxscore .sport { display:block; margin-bottom:10px; font-style:italic; color:#ccc }
.schedule-boxscore .status { float:right; text-transform:uppercase; color:#da291c }
.schedule-boxscore .team { font-size:16px; font-weight:700; text-transform:uppercase }
.schedule-boxscore .team .result { color:#da291c }
.schedule-boxscore .notes,
.schedule-boxscore .neutral-site  { font-size:12px; color:#fff }
.schedule-boxscore .links { margin-top:10px }
.schedule-boxscore .links a { display:inline-block; vertical-align:top; width:20px; height:20px; font-size:12px; line-height:20px; text-align:center; color:#000; background:#ffcc00; border-radius:100%; overflow:hidden }
.schedule-boxscore .links > span  { display:none }

/* TABS */
.tabs-wrapper ul.tabs .tab { margin-left:5px }
.tabs-wrapper ul.tabs .tab:first-child { margin-left:0 }
.tabs-wrapper .tab_title { display:none }
.tabs-wrapper .tab a { display:block; line-height:30px; padding:10px; font-family:'titillium', arial; font-size:16px; font-weight:700; text-transform:uppercase; text-decoration:none; background:#da291c; color:#fff }
.tabs-wrapper .tab a:focus,
.tabs-wrapper .tab a.active { color:#da291c; background:#fff}
.tabs-wrapper .panes { position:relative; overflow:hidden }
.tabs-wrapper .pane { display:block !important; position:absolute; left:0; right:0; top:-9999px; visibility:hidden }
.tabs-wrapper .pane.active { position:static; visibility:visible }

.secondary-tabs { position:relative }
.secondary-tabs ul.tabs { position:absolute; right:0; top:-70px }
.secondary-tabs .panes { width:100%; clear:both; overflow:hidden }

/* SLIDER */
.slider-wrapper { position:relative; padding:10px 50px; background:#233a75; border-radius:10px }
.slider-wrapper .slider { position:relative; border:5px solid #fff; overflow:hidden }
.slider-wrapper .items { position:relative; width:50000% }
.slider-wrapper .item { float:left; width:0.2% }
.slider-wrapper .image img { vertical-align:top }
.slider-wrapper .image span { position:absolute; left:-9999px }
.slider-wrapper .next, 
.slider-wrapper .prev { position:absolute; left:10px; top:50%; margin-top:-15px; width:30px; height:30px; border:none; cursor:pointer; text-align:center; overflow:hidden; background:transparent }
.slider-wrapper .next { left:auto; right:10px }
.slider-wrapper .prev:before { content:"\00ab"; display:block; font-size:30px; line-height:30px; color:#fff }
.slider-wrapper .next:before { content:"\00bb"; display:block; font-size:30px; line-height:30px; color:#fff }
.slider-wrapper .pp { display:none }

.section-torjan-schedule .section-header { position:static; margin:0 0 20px; font-family:'titillium', arial; font-size:50px; font-weight:900; letter-spacing:2px; line-height:1; text-transform:uppercase; color:#fff; white-space:nowrap; overflow:hidden; background:transparent }
.section-torjan-schedule .section-header:after { content:''; display:inline-block; vertical-align:bottom; width:100%; height:2px; background:#fff }

.scoreboard-slider { position:relative; font-family:'titillium', arial; font-size:16px; overflow:hidden }
.scoreboard-slider .slider { position:relative; margin:0 -5px; overflow:hidden }
.scoreboard-slider .slides { position:relative; width:50000% }
.scoreboard-slider .slide { width:0.2%; float:left }
.scoreboard-slider .event-box { float:left; width:20%; padding:0 5px; box-sizing:border-box }
.scoreboard-slider .no-events { padding:20px;text-align:center; text-transform:uppercase; color:#003876; background:#fff }
.scoreboard-slider .no-event { font-size:20px; font-weight:700; text-transform:uppercase; color:#003876 }
.scoreboard-slider .event-box .event { position:relative; min-height:320px; padding:5px 5px 50px; text-align:center; background:#fff }
.scoreboard-slider .event-box .date { position:relative; display:block; padding:10px 10px 20px; font-weight:700; text-transform:uppercase; color:#fff; background:#da291c; overflow:hidden }
.scoreboard-slider .event-box.away .date { background:#000 }
.scoreboard-slider .event-box .date:after { content:''; position:absolute; left:50%; bottom:0; margin-left:-200px; border:200px solid #fff; border-top:20px solid transparent; border-bottom:none;}
.scoreboard-slider .event-box .sport { margin-top:10px; font-size:20px; font-weight:700; line-height:1; text-transform:uppercase; }
.scoreboard-slider .event-box .sport a { color:#000 }
.scoreboard-slider .event-box .status { display:block; margin-top:10px; font-weight:700; color:#da291c }
.scoreboard-slider .event-box .team-logo { display:block; max-width:80px; margin:0 auto }
.scoreboard-slider .event-box .team-logo img { vertical-align:top }
.scoreboard-slider .event-box .opponent { margin-top:10px }
.scoreboard-slider .event-box .team .team-logo { display:none }
.scoreboard-slider .event-box .neutralsite-notes { font-size:12px; font-weight:700 }

.scoreboard-slider .event-box .links { position:absolute; left:5px; right:5px; bottom:0; height:30px; padding:10px 20px; border-top:1px solid #ccc }
.scoreboard-slider .event-box .links a { display:inline-block; vertical-align:top; font-size:20px; line-height:30px; color:#e22726 }
.scoreboard-slider .event-box .links a:hover { color:#000 }

.scoreboard-slider .prev,
.scoreboard-slider .next { position:absolute; left:0; bottom:0; width:40px; height:50px; line-height:50px; font-size:30px; text-decoration:none; text-align:center; cursor:pointer; overflow:hidden; color:#fff; }
.scoreboard-slider .pp { display:none }
.scoreboard-slider .next { left:auto; right:0 }
.scoreboard-slider .prev:before,
.scoreboard-slider .next:before { content:"\e813"; display:block; font-family:'glyphicons' }
.scoreboard-slider .next:before { content:"\e814"  }
.scoreboard-slider .prev.disabled,
.scoreboard-slider .next.disabled { opacity:0.5; cursor:default; pointer-events:none }
.scoreboard-slider .full-schedule-btn { display:block; margin-top:10px; line-height:50px; font-size:16px; font-weight:700; text-align:center; text-transform:uppercase; color:#fff; background:#da291c }

.social-links ul { list-style:none; margin:0 }
.social-links li { float:left; margin-left:10px }
.social-links li a { font-size:20px; line-height:1; color:#fff }
.social-links li a:hover { color:#000 }
.social-links li .text { position:absolute; left:-9999px; width:1px; height:1px; overflow:hidden; clip:rect(0,0,0,0) }

/* STANDINGS */
.section-standings-results  { padding:25px; color:#fff; background:rgba(0,0,0,0.8) }
.section-standings-results .section-header { position:static; margin:0 0 20px; font-family:'titillium', arial; font-size:40px; font-weight:900; letter-spacing:2px; line-height:1; text-transform:uppercase; color:#fff; white-space:nowrap; overflow:hidden; background:transparent }
.section-standings-results .section-header:after { content:''; display:inline-block; vertical-align:bottom; width:100%; height:2px; background:#fff }
.section-standings-results .standings-brief { height:320px; overflow:auto }
.section-standings-results .schedule-boxscore { height:320px; overflow:auto }

.standings-brief table { width:100%; border-collapse:collapse; font-family:'titillium', arial; font-weight:700 }
.standings-brief td,
.standings-brief th { padding:5px 10px; vertical-align:middle }
.standings-brief th {  font-weight:700; text-transform:uppercase; color:#adadad }
.standings-brief th:first-child { text-align:left }
.standings-brief .team-name { text-transform:uppercase; white-space:nowrap }
.standings-brief .team-name .team-logo { display:inline-block; vertical-align:middle; width:30px; padding:5px; margin-right:10px; background:#fff }
.standings-brief .team-name .team-logo img { max-width:100% }
.standings-brief .team-name a { color:#fff }
.standings-brief .conf-record,
.standings-brief .team-record { text-transform:uppercase; text-align:center  }
.standings-brief .full-standings { display:none }

.standings-link ul { list-style:none; padding:0; margin:0 }
.standings-link li a { padding: 5px 10px;font-size: 16px;color: #fff;text-decoration: none;background: #da291c;font-weight: bold;border-radius: 5px;text-align: center;display: block;} 
.standings-link li.focus a,
.standings-link li:hover a { color:#da291c; text-decoration:none; background:#fff; }

/*Bottom buttons updates*/
.navbar-image.bottom-buttons li a span {position: absolute;top: 50%;left: 50%;color: #fff;text-transform: uppercase;transform: translate(-50%, -70%);font-size: 32px;width: 100%;text-align: center;font-family: 'titillium', arial;font-weight: 900;letter-spacing: 2px;}
.navbar-image.bottom-buttons li a {position: relative;display: block;}
.navbar-image.bottom-buttons li a span:after {content: "\00bb";font-weight: 200;font-family: serif;position: absolute;left: 50%;top: 37px;font-size: 24px;}

/*-------------------------------------------------------------------- 
  SITE SPECIFIC COLORS FOR INTERNAL PAGES 
  --------------------------------------------------------------------*/

/* STAFF DIRECTORY */
.staff-directory th { background:#da291c; color:#fff }

/* ROSTER */
.roster th,
.roster td { padding:5px 10px; text-align:left }
.roster .roster-header { background:#da291c; color:#fff }
.roster .roster-header a { color:#fff }

/* SCHEDULE */
.schedule-list table th { background-color:#da291c; color:#fff }
.schedule-grid .month-title { color:#fff !important; background:#000 !important }

/* STATS */
.stats-wrapper { width:100% }
.stats-wrapper .stats-quarter-box { width:auto }
.stats-wrapper th { background:#da291c }
.stats-wrapper th,
.stats-wrapper td { font-size:14px; padding:5px }
.highlights.highlights-standalone .stat { color: #fff; }
	
/* BIO */
.bio-wrap .head { background:#da291c; color:#fff }
.bio-wrap .head a { color:#fff }

.mod-roster .headshot-layout { text-align:center }
.mod-roster .roster.headshot-layout li {float:none; width:auto; display:inline-block; vertical-align:top }
.mod-roster .headshot-layout img { width:150px; height:200px }
.mod-roster .headshot-layout .name span { display:block; text-align:left }

/* ==============
   MEDIA QUERIES
   ============== */

/*-----------------------------------------
  DESKTOP SPECIFIC STYLES 
  -----------------------------------------*/

@media only screen and (min-width:1024px) {

body { background:url(/images/setup/page_bg_bottom.jpg) no-repeat 50% 100% #000; background-size:2000px auto }

.page { position:relative; overflow:hidden; padding-bottom:60px; background:url(/images/setup/page_bg_top.jpg) no-repeat 50% 0; background-size:2000px auto }
.mainbody { min-height:500px; padding:100px 20px 20px; position:relative }
.landing .mainbody { min-height:0; padding:0 }
.landing .body-container { position:relative }
.landing .body-container:after { content:''; position:absolute; left:50%; top:0; width:90px; height:913px; margin-left:-810px; background:url(/images/setup/master_sprite.png) no-repeat -1810px 0 }

.site-header { position:relative; z-index:10; min-height:162px; padding-bottom:20px; background:#DA2A1B }
.site-header .site-title { margin:0 }
.site-header .site-title a { position:absolute; left:50%; top:0; z-index:3; display:block; width:203px; height:276px; margin-left:-102px; text-indent:-9999px; color:#fff; background:url(/images/setup/master_sprite.png) no-repeat 0 0  }

.site-header.sticky .site-title a { position:fixed; top:15px; width:73px; height:77px; margin-left:-36px; background:url(/images/setup/sticky_logo.png) no-repeat 0 0 }
.site-header.sticky .dropnav { position:fixed; left:0; right:0; top:0; margin:0; background:#DA2A1B }
.site-header.sticky .dropnav .nav4 { margin-left:120px }
.site-header.sticky .dropnav .nav > .submenu { padding:50px }
.site-header.sticky .secondary-nav { position:fixed; left:0; right:0; top:105px; margin:0; background:#101010 }

.mobile-menu-bar { display:none }

.landing-row { margin-top:20px }
.landing-row:first-of-type { margin-top:0 }
.landing-row .landing-row-offset { margin:0 -10px }
.landing-row > div { max-width:1410px; margin:0 auto; padding:20px; box-sizing:border-box }
.landing-row > div:after { content:""; display:block; clear:both }
.landing-row.no-pad > div { padding:0 }
.landing-row.no-bounds > div { max-width:none }

.landing-row .landing-col { float:left; padding:0 10px; box-sizing:border-box }
.landing-row .landing-col.span1 { width:8.33333333333% }
.landing-row .landing-col.span2 { width:16.6666666667% }
.landing-row .landing-col.span3 { width:25% }
.landing-row .landing-col.span4 { width:33.3333333333% }
.landing-row .landing-col.span5 { width:41.6666666667% }
.landing-row .landing-col.span6 { width:50% }
.landing-row .landing-col.span7 { width:58.3333333333% }
.landing-row .landing-col.span8 { width:66.6666666667% }
.landing-row .landing-col.span9 { width:75% }
.landing-row .landing-col.span10 { width:83.3333333333% }
.landing-row .landing-col.span11 { width:91.6666666667% }
.landing-row .landing-col.span12 { width:100% }

.landing-row .landing-col.offset1 { margin-left:8.33333333333% }
.landing-row .landing-col.offset2 { margin-left:16.6666666667% }
.landing-row .landing-col.offset3 { margin-left:25% }
.landing-row .landing-col.offset4 { margin-left:33.3333333333% }
.landing-row .landing-col.offset5 { margin-left:41.6666666667% }
.landing-row .landing-col.offset6 { margin-left:50% }
.landing-row .landing-col.offset7 { margin-left:58.3333333333% }
.landing-row .landing-col.offset8 { margin-left:66.6666666667% }
.landing-row .landing-col.offset9 { margin-left:75% }
.landing-row .landing-col.offset10 { margin-left:83.3333333333% }
.landing-row .landing-col.offset11 { margin-left:91.6666666667% }

/* NAVIGATION */
.dropnav { position:relative; z-index:1; height:105px; margin-top:31px; font-family:'titillium', arial; text-align:center; color:#fff; background:url(/images/setup/global_nav_bg.png) no-repeat 50% 50% }
.dropnav ul, .dropnav li { list-style:none; padding:0; margin:0 }
.dropnav > ul { position:relative; max-width:1410px; margin:0 auto }
.dropnav .nav { display:inline-block; vertical-align:top; padding:20px 0; text-align:left }
.dropnav .nav1 { margin-left:60px }
.dropnav .nav4 { margin-left:210px }
.dropnav .nav > a { display:block; height:45px; padding:10px 20px; font-size:21px; font-weight:700; line-height:45px; text-decoration:none; color:#fff; text-transform:uppercase }
.dropnav .nav.focus > a,
.dropnav .nav:hover > a { background:#000 }
.dropnav .nav > .submenu { opacity:0; visibility:hidden; position:absolute; left:0; right:0; top:95px; z-index:1; min-height:530px; padding:130px 50px 50px; background:url(/images/setup/dropdown-bg.png) no-repeat 50% 0 #000; box-sizing:border-box }
.dropnav .nav.focus > .submenu,
.dropnav .nav:hover > .submenu { opacity:1; visibility:visible; -ms-transition:all 0.5s 0.2s ease; -moz-transition:all 0.5s 0.2s ease; transition:all 0.5s 0.2s ease  }
.dropnav .submenu a { display:inline-block; vertical-align:top; color:#fff; font-size:18px; font-weight:700; line-height:35px; text-transform:uppercase; text-decoration:none }
.dropnav .submenu a:hover { color:#db2b1e }
.dropnav .submenu.level1 > ul,
.dropnav .submenu.level1 > ul > .has-submenu { position:relative; display:inline-block; vertical-align:top; margin-right:30px; margin-bottom:30px; text-align:left }
.dropnav .submenu.level1 > ul > .has-submenu > a { margin-bottom:10px; font-size:30px; font-weight:700; font-style:italic; text-transform:uppercase; cursor:default; color:#fff }
.dropnav .submenu.level2 .has-submenu ul,
.dropnav .submenu.level2 .has-submenu li,
.dropnav .submenu.level2 .has-submenu .submenu { display:inline-block; vertical-align:top }
.dropnav .submenu.level2 .has-submenu { display:block }
.dropnav .submenu.level2 .has-submenu > a { min-width:150px }
.dropnav .submenu.level2 .has-submenu li a { padding:0 2px; font-size:14px; font-weight:400; text-transform:none; color:#fff }
.dropnav .submenu.level2 .has-submenu li a:hover { color:#db2b1e }
.dropnav .submenu.level1 a[rel="wiki-link"]  + a { display:none !important }

.secondary-nav { position:relative; height:60px; padding:0 10px; margin-top:-10px; font-family:'titillium', arial; color:#fff; background:#000 }
.secondary-nav h1 { float:left; margin-bottom:0; color:#fff; font-size:30px; text-transform:uppercase; line-height:60px }
.secondary-nav ul { list-style:none; padding:0; margin:0 }
.secondary-nav > div { max-width:1410px; margin:0 auto }
.secondary-nav > div > ul { float:right; margin-top:15px }
.secondary-nav li { float:left }
.secondary-nav li a { padding:5px 10px; font-size:16px; color:#fff; text-decoration:none }
.secondary-nav li.focus a,
.secondary-nav li:hover a { color:#da291c; text-decoration:none }
.secondary-nav li:before { content:"|" }
.secondary-nav li:first-child:before,
.secondary-nav .has-nav li:before { display:none }
.secondary-nav .has-nav { position:relative }
.secondary-nav .has-nav.focus > a,
.secondary-nav .has-nav:hover > a { color:#fff; background:#da291c }
.secondary-nav .has-nav > ul { display:none; position:absolute; right:0; padding:10px; background:#da291c; border-radius:5px 0 }
.secondary-nav .has-nav.focus > ul,
.secondary-nav .has-nav:hover > ul { display:block }
.secondary-nav .has-nav li { float:none }
.secondary-nav .has-nav li a { display:block; min-width:100px; padding:0; color:#fff; white-space:nowrap }
.secondary-nav .has-nav li.focus a,
.secondary-nav .has-nav li:hover a { color:#000 }
.secondary-nav .has-nav .has-nav { position:relative }
.secondary-nav .has-nav .has-nav > ul { top:0; right:100% }

.accordion-carousel .seat .media-box { -moz-transform:translateX(-50%); -webkit-transform:translateX(-50%); transform:translateX(-50%) }
.accordion-carousel .seat.active .media-box { -moz-transform:translateX(0); -webkit-transform:translateX(0); transform:translateX(0) }
.accordion-carousel .story-box { position:absolute; display:none; left:0; bottom:0; right:0; min-height:75px; padding:20px; font-family:'titillium', arial; color:#fff; background:rgba(0,0,0,0.7) }
.accordion-carousel .title { display:block; font-size:30px; font-weight:700; text-transform:uppercase; color:#fff }
.accordion-carousel .date { display:block; font-weight:700; text-transform:uppercase }
.accordion-carousel .leadin,
.accordion-carousel .readmore { display:none }
.accordion-carousel .mask { position:absolute; left:0; top:0; max-width:114px; border-left:2px solid rgba(0,0,0,0.7) }
.accordion-carousel .mask.strip { display:none }
.accordion-carousel .mask .label { position:absolute; left:0; right:0; bottom:0; width:114px; height:115px; background:url(/images/setup/sport_logo_overlay.png) no-repeat 50% 100% }

.sliding-carousel .story-box { position:absolute; left:0; right:0; bottom:0; padding:20px; font-family:'titillium', arial; color:#fff; background:rgba(0,0,0,0.8) }
.sliding-carousel .story-box .title { display:block; font-size:24px; color:#fff; font-weight:700 }
.sliding-carousel .story-box .carousel-share-links { display:inline-block; vertical-align:top; margin-left:10px }
.sliding-carousel .story-box .carousel-share-links a { font-size:0; color:#eee; text-shadow:1px 1px #000 }
.sliding-carousel .story-box .carousel-share-links a:before { font-size:18px }
.sliding-carousel .story-box .carousel-share-links a[href*="twitter"]:hover { color:#00abf1 }
.sliding-carousel .story-box .carousel-share-links a[href*="facebook"]:hover { color:#3c5a99 }
.sliding-carousel .story-box .leadin { display:block }
.sliding-carousel .story-box .readmore { display:none }
.sliding-carousel .controls { display:none }

.site-home .sliding-carousel { display:none }

.bottom-buttons { position:relative; overflow:hidden }
.bottom-buttons ul { margin:0 -30px }
.bottom-buttons li { float:left; width:33.32%; padding:15px; box-sizing:border-box }
.bottom-buttons li:nth-child(2),
.bottom-buttons li:nth-child(4) { margin-left:33.32% }
.bottom-buttons li:nth-child(5) { position:absolute; left:50%; top:0; width:35%; margin-left:-17.5% }
.bottom-buttons li img { width:100% } 

.sticky-bar { position:fixed; left:0; right:0; bottom:0; z-index:4; height:50px; padding:10px 0; font-family:'titillium', arial; text-align:left; background:#da291c }
.sticky-bar > div { position:relative; max-width:1200px; margin:0 auto }
.sticky-bar .scoreboard-title { float:left; margin-right:20px;  font-size:20px; font-weight:700; line-height:50px; text-transform:uppercase; color:#fff }
.sticky-bar .social-links { float:right; padding:15px }

div[id="scoreboard-ticker-wrapper"] { position:relative; float:left; width:600px; height:50px; padding:0 30px; text-align:center; overflow:hidden }
div[id="scoreboard-ticker"] ul, 
div[id="scoreboard-ticker"] li { margin:0; padding:0; list-style:none }
div[id="scoreboard-ticker"],
div[id="scoreboard-ticker"] li { width:600px; height:50px; position:relative; overflow:hidden}
div[id="scoreboard-ticker"] { float:left }
div[id="scoreboard-ticker"] .content,
div[id="scoreboard-ticker"] .no-events { text-transform:uppercase; padding:0 10px; font-weight:700; line-height:50px; color:#fff }
div[id="scoreboard-ticker"] .no-events { text-align:center }
div[id="scoreboard-ticker"] .content a { color:#fff }
div[id="scoreboard-ticker"] .content a:hover { color:#000 }
span[id="scoreboard-ticker-pp"] { display:none }
span[id="scoreboard-ticker-prev"] a,
span[id="scoreboard-ticker-next"] a { position:absolute; left:0; top:50%; margin-top:-15px; display:block; width:30px; height:30px; font-size:20px; line-height:30px; cursor:pointer; text-decoration:none; overflow:hidden }
span[id="scoreboard-ticker-next"] a { right:0; left:auto }

span[id="scoreboard-ticker-prev"] a:before { content:"\e813"; display:block; font-family:'glyphicons'; color:#fff }
span[id="scoreboard-ticker-next"] a:before { content:"\e814"; display:block; font-family:'glyphicons'; color:#fff }

.standings-link { position:absolute; right:70px }

}

@media only screen and (min-width:1024px) and (max-width:1410px) {
.landing-row { padding:0 20px } 

.accordion-carousel .mask { max-width:93px }
.accordion-carousel .mask .label { width:93px }

}

@media only screen and (min-width:1024px) and (max-width:1300px) {
.dropnav .nav > a { font-size:18px; padding:10px 10px}    
}

@media only screen and (min-width:1024px) and (max-width:1100px) {
.site-header { min-height:90px }
.site-header .site-title a { width:73px; height:77px; top:15px; margin-left:-36px; background:url(/images/setup/sticky_logo.png) no-repeat 0 0 }
.dropnav { margin:0; background:#000  }    
.dropnav .nav4 { margin-left:120px }  
}

/*---------------------------------------------------------------- 
  COMMON STYLES FOR MOBILE AND TABLET 
  ----------------------------------------------------------------*/

@media only screen and (max-width:1023px) {

body { padding:0 }

.page{ padding-top:160px }

.site-header { position: fixed; left: 0; right: 0; top: 0; z-index: 4; background: #e22726; }
.site-header .site-title { margin:0 }
.site-header .site-title a { display:block; height:115px; text-indent:-9999px; background:url("/images/setup/header_tablet.png") no-repeat 50% 50% }

.mobile-menu-bar { display:block; padding:5px; background:#000 }
.mobile-menu-bar ul { list-style:none; padding:0; margin:0 }
.mobile-menu-bar > ul { float:right }
.mobile-menu-bar li { float:left; margin-left:5px }
.mobile-menu-bar li a { display:block; height:35px; padding: 0 10px; text-align:center; font-size:14px; line-height:35px; color:#444; text-transform:uppercase; text-decoration:none; white-space:nowrap; color:#fff; border-radius:3px }
.mobile-menu-bar li a.active { background:#e22726; color:#fff; text-decoration:none } 

.dropnav { display:none; background:#333 }
.dropnav.active { display:block }
.dropnav .has-submenu > .submenu { display:none }
.dropnav li { border-top: 1px solid #434343 }
.dropnav li:first-child { border-top:none }
.dropnav .submenu li { border-top:solid 1px #363636 }
.dropnav .submenu.level2 li { border-top:solid 1px #464646 }
.dropnav li a { display:block; padding:0 10px; line-height:34px; color:#fff; text-decoration:none; position:relative }
.dropnav .has-submenu { position:relative }
.dropnav .has-submenu > a { margin-right:40px }
.dropnav .has-submenu:after { content:'\e810'; position:absolute; right:0; top:0; width:40px; text-align:center; font-family:'glyphicons'; speak:none; line-height:34px; color:#fff; background:rgba(0,0,0,0.4) }
.dropnav .has-submenu.active:after { content:'\e811' }
.dropnav .has-submenu.active > .submenu { display:block; background:#444 }
.dropnav .submenu.level1 .submenu { background:#555 }
.dropnav .submenu.level2 .submenu { padding:10px; background:#666 }
.dropnav .submenu.level2 .submenu li { border:none }
.dropnav .submenu.level2 .submenu a { font-size:0.9em; line-height:20px }
.dropnav .submenu-title { display:none }

.secondary-nav { background:#000; color:#fff }
.secondary-nav h1 { position:relative; margin:0; padding:10px; font-size:20px; color:#fff; font-weight:normal }
.secondary-nav ul { list-style:none; padding:0; margin:0 }
.secondary-nav > div > ul { display:none }
.secondary-nav.active > div > ul { display:block }
.secondary-nav h1:after { content:""; width:0; height:0; border-style:solid; border-color:#eee transparent transparent; border-width:5px 5px 0; position:absolute; right:10px; top:50%; margin-top:-2px }
.secondary-nav.active h1 { background:rgba(0,0,0,0.3) }
.secondary-nav.active h1:after { border-color:transparent transparent #fff; border-width:0 5px 5px }
.secondary-nav li { border-top:1px solid #8c8c8c }
.secondary-nav li:first-child { border-top:none }
.secondary-nav li a { display:block; padding:5px 10px; color:#fff; text-transform:none; text-decoration:none }
.secondary-nav .has-nav > a { display:none }

.sliding-carousel { background:#000 }
.sliding-carousel .story-box { padding:10px; font-size:14px; color:#fff }
.sliding-carousel .story-box .title { display:block; margin-bottom:5px; font-size:18px; color:#fff; text-shadow:1px 1px rgba(0,0,0,0.8) }
.sliding-carousel .story-box .carousel-share-links a { font-size:0; color:#eee; text-shadow:1px 1px #000 }
.sliding-carousel .story-box .carousel-share-links a:before { font-size:18px }
.sliding-carousel .story-box .carousel-share-links a[href*="twitter"]:hover { color:#00abf1 }
.sliding-carousel .story-box .carousel-share-links a[href*="facebook"]:hover { color:#3c5a99 }
.sliding-carousel .story-box .date,
.sliding-carousel .story-box .leadin,
.sliding-carousel .story-box .readmore { display:none }
.sliding-carousel .controls { position:absolute; left:0; right:0; top:-32px; z-index:2; height:12px; padding:10px 0; margin-top:53.5%; text-align:center; background:rgba(0,0,0,0.3) }
.sliding-carousel .control { position:relative; display:inline-block; vertical-align:top; width:4px; height:4px; margin:4px; text-indent:-9999px; cursor:pointer; border-radius:15px }
.sliding-carousel .control:before { content:''; position:absolute; left:-4px; right:-4px; top:-4px; bottom:-4px; border:2px solid #fff; border-radius:100% }
.sliding-carousel .control.active { background:#fff; box-shadow:none }
.sliding-carousel .control .thumb { display:none }

.accordion-carousel { display:none }

.tabs-wrapper .tabs { display:none }
.tabs-wrapper .tab_title { display:block; height:30px; line-height:30px; margin-bottom:0; padding:0 10px; border-bottom:5px solid #233a75; text-transform:uppercase; background:#9b1d22; color:#fff }
.tabs-wrapper .tab_title:hover { color:#fff; text-decoration:none }
.tabs-wrapper .pane { position:static; visibility:visible }
.tabs-wrapper .pane .overflow { height:auto; padding:5px }

.landing .section-torjan-schedule { display:none }

.schedule-boxscore .event-box { margin-top:5px }

.section-aotw .section-header { padding:20px 10px 10px; font-size:30px; color:#000 }
.section-aotw .section-header:after { display:none }

.section-standings-results .standings-brief,
.section-standings-results .schedule-boxscore { height:auto }

.aotw .athlete { width:50%; padding:10px  }
.aotw .athlete > div { background:#d1261c; overflow:hidden }
.aotw .athlete .thumb { float:left  }
.aotw .athlete .title { position:static; padding:20px; overflow:hidden }

.bottom-buttons li { width:50%; padding:10px; float:left; text-align:center; box-sizing:border-box }
.bottom-buttons li a { display:block; background:url(/images/setup/btn_bg_repeat.jpg) repeat-x 0 0 #b22117}
.bottom-buttons li:nth-child(5) { width:100% }

.site-footer { padding-bottom:50px; background:#000 }
.site-footer .footer-logos li img { max-height:80px }
.site-footer .footer-address { font-size:15px }
.site-footer .footer-address .slogan { font-size:20px }
.site-footer .footer-address .title { font-weight:400 }

.sticky-bar .social-links { position:fixed; left:0; right:0; bottom:0; padding:10px; text-align:center; background:#333 }
.sticky-bar .social-links ul { display:inline-block; vertical-align:top }

.sticky-bar .scoreboard-title,
div[id="scoreboard-ticker-wrapper"] { display:none }

.bios .profile { overflow:hidden; color:#fff; background:#333; position:relative; padding: 10px 10px 10px 110px;}
.bios .icon { position:absolute; right:31px; bottom:-4px }
.bios .images { width: 100px; padding-top:50px; float:left; margin-left: -110px; text-align:center; position:relative }
.bios .photo img { border: 2px solid #333 }
.bios .number { font-size:20px; line-height: 40px; position:absolute; left:5px; right: 5px; top:0; font-weight: bold;}
.bios .texts .name { font-size:1.2em; padding:5px 10px; margin-bottom:10px;background:#333; color:#fff; border-radius:3px }
.bios .data { line-height:20px }
.bios .profile .texts .icon { text-align: right; padding: 0 31px 0 0; position:relative; top:3px }
.bios .details { color:#444; text-align:left; padding:10px; margin:0 }

div[id="results"] .tabs .tab { display:none }
div[id="results"] .panel:before { content:""; display:block; height:30px; line-height:30px; padding:0 10px; text-transform:uppercase; color:#FFF; background:#333 }
div[id="results"]  #tab-1:before { content:"Yesterday" }
div[id="results"]  #tab-2:before { content:"Today" }
div[id="results"]  #tab-3:before { content:"Tomorrow" }
div[id="results"] h4 { height:25px; line-height:25px; padding:0 10px; font-weight:normal; margin:0 }
div[id="results"] .event  { padding:10px }
div[id="results"] .date:first-child { background:#000; color:#fff }
div[id="results"] .sport {  background:#333; color:#fff }
div[id="results"] .team-result { float:right }

div[id="headlines"] .new { margin-top:15px; padding:10px; border:1px solid #fff; background:#f5f5f5; -webkit-box-sizing:border-box; box-sizing:border-box; box-shadow:0 0 5px rgba(0,0,0,0.4) }
div[id="headlines"] .new:first-child { margin-top:0 }
div[id="headlines"] .new .links { margin-bottom:5px }
div[id="headlines"] .new .text { display:block; margin-top:5px; font-size:12px; color:#444 }
div[id="headlines"] .new .title a { font-size:16px;  text-transform:uppercase }

}

/*---------------------------------------
  ADJUSTMENTS FOR MOBILE  
  ----------------------------------------*/

@media only screen and (max-width:767px) {

.page{ padding-top:80px }

.site-header .site-title { margin:0 144px 0 10px }
.site-header .site-title a { max-width:240px; height:80px; text-indent:-9999px; background:url("/images/setup/header_mobile_wide.png") no-repeat 0 50%; background-size:100% auto }

.mobile-menu-bar { position:absolute; right:5px; top:22px; padding:0; background:none }
.mobile-menu-bar li a { background:#333 }
.mobile-menu-bar li .text { position:absolute; left:-9999px }

.section-aotw .section-header { padding:20px 10px 0 }
.aotw .athlete { width:100%; padding:20px 10px 0 }

.bottom-buttons { padding:10px 0 }
.bottom-buttons li { width:100% }

.site-footer .footer-address { padding:10px }
.site-footer .footer-address .bull { display:block; width:1px; height:1px;  visibility:hidden }

}

/* CAMPS */
.camp-box > h2 {background-color: #5B5B5B!important;}
.camp-box button:hover {background: #5B5B5B!important;}
.camp-box button {background: #231F20!important; color: #fff;}
.camp-box button:before {background: #5B5B5B!important;}
