/* ==============
   GLOBAL STYLES
   ============== */

/* WEB FONTS */

@font-face {
    font-family: 'montserrat';
    src: url('montserrat-regular-webfont.eot');
    src: url('montserrat-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('montserrat-regular-webfont.woff2') format('woff2'),
         url('montserrat-regular-webfont.woff') format('woff'),
         url('montserrat-regular-webfont.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;

}

@font-face {
    font-family: 'montserrat';
    src: url('montserrat-bold-webfont.eot');
    src: url('montserrat-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('montserrat-bold-webfont.woff2') format('woff2'),
         url('montserrat-bold-webfont.woff') format('woff'),
         url('montserrat-bold-webfont.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;

}

@font-face {
    font-family: 'montserrat';
    src: url('montserrat-medium-webfont.woff2') format('woff2'),
         url('montserrat-medium-webfont.woff') format('woff');
    font-weight: 500;
    font-style: normal;

}

@font-face {
    font-family: 'built_titling';
    src: url('built_titling_rg-webfont.woff2') format('woff2'),
         url('built_titling_rg-webfont.woff') format('woff');
    font-weight: 400;
    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:#590d0d !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:#9b1d22; text-decoration:none }
a:focus,
a:hover { color:#233a75; text-decoration:underline }

.article-text a, 
.article-text a:focus, 
.article-text a:hover{ font-weight:700 }

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 { font-family:'montserrat', arial; text-align:center; background:#dadada }
.site-footer .footer-logos { max-width:1410px;  margin:0 auto }
.site-footer .footer-logos li { float:left; width:25%; border-left:1px solid #ccc; box-sizing:border-box }
.site-footer .footer-logos li:first-child { border-left:none }
.site-footer .footer-content { margin:0; padding:10px; font-weight:700; text-transform:uppercase; background:#b6b6b6}
.site-footer .footer-content span { margin:0 20px }

.content-switcher { position:relative }
.content-switcher .switcher-list { position:relative; z-index:2; max-width:250px; margin-bottom:10px; font-size:12px }
.content-switcher .switcher-list .selection { position:relative; display:block; padding:0 30px 0 10px; font-weight:700; line-height:30px; text-align:left; text-transform:uppercase; text-decoration:none; color:#444; background:#eee }
.content-switcher .switcher-list:focus .selection { background:#fff; outline:1px solid #f32c69 }
.content-switcher .switcher-list .selection:after { content:'\e811'; font-family:'glyphicons'; position:absolute; right:0; top:0; width:30px; height:30px; line-height:30px; text-align:center; color:#000 }
.content-switcher .switcher-list.active .selection:after { content:'\e812' }
.content-switcher .switcher-list ul { display:none; position:absolute; left:0; right:0; top:30px; max-height:200px; padding:10px; border:solid 1px #ccc; margin:0; list-style:none; background:#fff; overflow:auto }
.content-switcher .switcher-list.active ul { display:block }
.content-switcher .switcher-list li a { display:block; padding:5px 10px; color:#5e001c; text-transform:uppercase } 
.content-switcher .switcher-list li.active a { color:#fff; background:#5e001c }
.content-switcher .switcher-list li:hover a,
.content-switcher .switcher-list li a:focus { color:#000; background:#ffc324 }
.content-switcher .content-panels { position:relative; z-index:1 }
.content-switcher .content-panel { display:block !important; position:absolute; left:0; right:0; top:-9999px; visibility:hidden }
.content-switcher .content-panel.active { position:static; visibility:visible }

.content-switcher.loading .switcher-list { opacity:0.5 }
.content-switcher.loading .switcher-list .selection:before { content:''; position:absolute; left:0; right:100%; top:0; bottom:0; background:rgba(193,193,193,0.5); -webkit-animation: loader 3s infinite linear; animation: loader 3s infinite linear }

/* CAROUSEL */
.j-carousel .seats:after { content:""; display:block; clear:both }

/* PADDING WILL CHANGE ACCORDING SITE PHOTO SIZE */
.j-carousel .media-box { position:relative }
.j-carousel .media-box .slide-img { display:block; padding-top:49%; 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 # 1 */
.j-carousel1 { position:relative; z-index:1 }
.j-carousel1 .seats { padding-top:43%; position:relative; overflow:hidden } 
.j-carousel1 .seat { width:100%; position:absolute; left:0; top:0; display:none }

/* ANIMATION # 2 */
.j-carousel2 { position:relative; z-index:1 }
.j-carousel2 .seat { position:relative; display:none; overflow:hidden }

/* ANIMATION # 3 */
.j-carousel3 { position:relative; z-index:1 }
.j-carousel3 .feed { position:relative; overflow:hidden }
.j-carousel3 .seats { width:2000%; position:relative }
.j-carousel3 .seat { opacity:0; visibility:hidden; width:5%; float:left; position:relative; transition:all 0.3s 0.3s ease }
.j-carousel3 .seat.active { opacity:1; visibility:visible; transition:all 0.3s ease }  

.j-carousel .next, .j-carousel .prev { display:none }
.j-carousel .pp { position:absolute; right:0; top:0; z-index:1; 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' }

.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:static;  line-height:20px; margin-bottom:0; padding:5px 10px; border-bottom:5px solid #233a75; font-size:15px; font-weight:normal; text-transform:uppercase; background:#9b1d22; color:#fff }
.aotw { height:300px; padding:10px; background:#eee }
.aotw .athlete { margin-top:10px }
.aotw .athlete:first-child { margin-top:0 }
.aotw .thumb { float:left; margin:0 10px 0 0; border:3px solid #555 }
.aotw .thumb img { vertical-align:top }
.aotw .title { display:block; margin-bottom:10px; text-decoration:none }
.aotw .title span { display:block; font-size:12px; color:#9b1d22 }
.aotw .title span:nth-child(1) { font-size:18px; margin-bottom:5px; text-transform:uppercase; color:#233a75 }

/* SCHEDULE */
.schedule-boxscore { font-family:'montserrat', arial }
.schedule-boxscore .no-events { padding:20px }
.schedule-boxscore .event-box { margin:0 30px; padding:15px 0; position:relative; border-top:1px solid #bfbfbf; overflow:hidden }
.schedule-boxscore .event-box:first-child { border-top:none }
.schedule-boxscore .date-status  { font-family:'built_titling', arial; font-size:20px; color:#5a1011 }
.schedule-boxscore .status { float:right; text-transform:uppercase; color:#9b1d22 }
.schedule-boxscore .teams { margin-top:5px }
.schedule-boxscore .team { font-size:16px }
.schedule-boxscore .team .result { color:#9b1d22 }
.schedule-boxscore .notes,
.schedule-boxscore .neutral-site  { margin-top:5px; font-size:12px; color:#000 }
.schedule-boxscore .links { display:none; position:absolute; left:0; right:0; top:0; bottom:0; padding:20px; background:rgba(0,0,0,0.8) }
.schedule-boxscore .links a { color:#fff }
.schedule-boxscore .event-box:hover .links { display:block }

/* TABS */
.tabs-wrapper .tab_title { display:none }
.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 ul.tabs { padding:0 20px }
.secondary-tabs ul.tabs .tab1 ~ .tab:before { content:'/'; float:left; margin:0 5px; font-family:'built_titling', arial; font-size:20px; line-height:28px  }
.secondary-tabs .tab a { float:left; border-bottom:2px solid transparent; font-family:'built_titling', arial; font-size:28px; font-weight:400; line-height:1; text-transform:uppercase; text-decoration:none; color:#000 }
.secondary-tabs .tab a:focus,
.secondary-tabs .tab a.active { border-color:#4d0b0b; color:#4d0b0b }

/* SLIDER */
.slider-wrapper { position:relative; text-align:center }
.slider-wrapper .slider { position:relative; 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:-30px; 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:-30px }
.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 }

.sponsor-logos-slider .image { float:left; width:20%; padding:0 5px; box-sizing:border-box }
.sponsor-logos-slider .image .lazyloaded { width:100% }

.section-twitter .twitter-wrapper,
.section-instagram .instagram-wrapper { padding:10px; background:#dadada }
.section-facebook .facebook-wrapper { padding:10px; background:#dadada; text-align:center }

.section-twitter .section-header { position:static; margin:0; padding:20px 0 0; font-family:'built_titling', arial; font-weight:400; font-size:40px; letter-spacing:3px; text-align:center; color:#000; background:#dadada }
.section-twitter .section-header:before { content:'\e81d'; font-family:"glyphicons"; margin-right:5px; vertical-align:top; line-height:48px; font-size:40px; color:#000 }

.section-facebook .section-header { position:static; margin:0; padding:20px 0 0; font-family:'built_titling', arial; font-weight:400; font-size:40px; letter-spacing:3px; text-align:center; color:#000; background:#dadada }
.section-facebook .section-header:before { content:'\e81c'; font-family:"glyphicons"; margin-right:5px; vertical-align:top; line-height:48px; font-size:40px; color:#000 }

.section-instagram .section-header { position:static; margin:0; padding:20px 0 0; font-family:'built_titling', arial; font-weight:400; font-size:40px; letter-spacing:3px; text-align:center; color:#000; background:#dadada }
.section-instagram .section-header:before { content:'\e81f'; font-family:"glyphicons"; margin-right:5px; vertical-align:top; line-height:48px; font-size:40px; color:#000 }

/* TWITTER */
.twitter-feed { color:#444; background:#fff } /* for a darker theme, we can have inverse styles */
.twitter-feed .tweet .info { position:relative; padding:15px 15px 50px }
.twitter-feed .tweet .userinfo { min-height:40px; border-bottom:1px solid #eee; padding-bottom:10px; margin-bottom:10px }
.twitter-feed .tweet .userinfo a { text-decoration:none }
.twitter-feed .tweet .userinfo .icon { position:absolute; right:10px; top:10px; font-size:1.6em; line-height:1; color:#eee }
.twitter-feed .tweet:hover .userinfo .icon { color:#4ec2dc }
.twitter-feed .tweet .logo { float:left; max-width:40px; margin-right:10px }
.twitter-feed .tweet .logo img { vertical-align:middle }
.twitter-feed .tweet .title { display:block; font-size:1.1em; font-weight:700; color:#444 }
.twitter-feed .tweet .username { display:block; font-size:0.9em }
.twitter-feed .tweet .text { display:block; font-size:1.2em; line-height:1.4 }
.twitter-feed .tweet .thumb { margin-top:10px }
.twitter-feed .tweet .thumb img { vertical-align:middle }
.twitter-feed .tweet .links { position:absolute; left:15px; right:15px; bottom:5px; line-height:35px }
.twitter-feed .tweet .links a { margin-right:20px; font-size:1.2em; color:#ccc }
.twitter-feed .tweet .links a .text { position:absolute; left:-9999px; top:-9999px }
.twitter-feed .tweet .links a:focus,
.twitter-feed .tweet .links a:hover { color:#444 }
.twitter-feed .tweet .date { float:right; font-size:0.9em; font-weight:700 }

.twitter-feed.list .feed { height:435px; border:1px solid #eee; overflow:auto }
.twitter-feed.list .head { padding:10px 15px }
.twitter-feed.list .head h1 { margin:0; font-size:26px; font-weight:400; line-height:30px }
.twitter-feed.list .tweet .info { border-top:1px solid #eee }

/* INSTAGRAM */
.instagram-feed { position:relative; overflow:auto; height:370px }
.instagram-feed ul { margin:0; list-style:none }
.instagram-feed .item { width:50%; float:left }
.instagram-feed .item .gutter { padding:2px 0 0 2px }
.instagram-feed img { vertical-align:middle; width:100% }
.instagram-feed img.lazyload,
.instagram-feed img.lazyloading { opacity:0; transform:scale(0) }
.instagram-feed img.lazyloaded { opacity:1; transition:opacity .8s, transform .4s; transform:scale(1); transition-delay:.4s }
.instagram-feed .item .placeholder { position:relative; padding-top:100% }
.instagram-feed .load-more { text-align:center; cursor:pointer }
.instagram-feed .load-more span { position:absolute; left:0; right:0; top:50%; margin-top:-1em; color:#444; text-transform:uppercase }
.instagram-feed .item a { display:block; position:absolute; left:0; right:0; top:0; bottom:0; background:#ccc; text-decoration:none }
.instagram-feed .item.video a:before { content:"\e80a"; position:absolute; left:0; right:0; top:50%; z-index:2; font-family:'glyphicons'; font-size:30px; line-height:1; margin-top:-15px; color:#eee; text align:center; text-shadow:0 0 2px rgba(0,0,0,0.5); speak:none }
.instagram-feed .item a:after { content:""; transition:background .6s ease-out }
.instagram-feed .item:hover a:after { position:absolute; left:0; right:0; top:0; bottom:0; z-index:3; background:rgba(0,0,0,0.2) }
.instagram-feed .prev,
.instagram-feed .next { display:none }
.instagram-feed {height: 435px;overflow: auto;}

.sport-logos > ul { margin:0 -2px }
.sport-logos > ul > li { position:relative; z-index:1; float:left; width:5.555%; padding:0 2px; box-sizing:border-box; transition:all 0.5s ease }
.sport-logos > ul > li img { width:100% }
.sport-logos > ul > li span { position:absolute; left:-9999px; width:1px; height:1px; overflow:hidden; clip:rect(0,0,0,0) }
.sport-logos > ul:hover > li { opacity:0.5 }
.sport-logos > ul:hover > li:hover { opacity:1 }
.sport-logos > ul > li .submenu { display:none; position:absolute; left:0; top:100%; min-width:470px; background:#580e0e }
.sport-logos > ul > li:hover .submenu { display:block }
.sport-logos > ul > li:nth-child(12) ~ li > .submenu { left:auto; right:0 }
.sport-logos .submenu .thumb { width:190px; height:150px; float:left }
.sport-logos .submenu .info { padding:15px; overflow:hidden }
.sport-logos .submenu .info h3 { margin-bottom:5px; font-family:'built_titling', arial; font-size:27px; font-weight:400; color:#fff; text-transform:uppercase }
.sport-logos .submenu .info li { width:50%; float:left }
.sport-logos .submenu .info li a { font-size:11px; color:#fff; white-space:nowrap; text-overflow:ellipsis; overflow:hidden; text-transform:none; text-decoration:none }


.info-buttons { overflow:hidden }
.info-buttons ul { margin:0 -5px }
.info-buttons li { float:left; width:20%; padding:0 5px; box-sizing:border-box }
.info-buttons li img { width:100% }

/* SCOREBOARD */
.scoreboard-slider { position:relative; padding:0 32px; font-family:'montserrat', arial; text-align:left; background:#e3e3e3 }
.scoreboard-slider .slider { position:relative; margin-left:-5px; overflow:hidden }
.scoreboard-slider .slides { position:relative; width:50000% }
.scoreboard-slider .slide { width:0.2%; max-width:500px; float:left; transition:all 0.5s ease }
.scoreboard-slider .slide .event-box { position:relative; float:left; width:50%; min-height:70px; transition:all 0.5s ease }
.scoreboard-slider .no-events { height:70px; line-height:70px; font-size:20px; font-weight:700; text-align:center; color:#e41937 }
.scoreboard-slider .event { position:relative; height:70px; margin-left:5px; padding:5px 10px; font-size:12px; line-height:1.2; color:#000; background:#e3e3e3 }
.scoreboard-slider .event .no-event { font-weight:600 }
.scoreboard-slider .event .date { font-family:'built_titling', arial; font-size:18px; text-transform:uppercase; color:#5a1011 }
.scoreboard-slider .event .status { position:absolute; right:5px; top:5px; font-family:'built_titling', arial; font-size:18px; color:#5a1011 }
.scoreboard-slider .event .sport a { display:block; color:#444 }
.scoreboard-slider .event .sport a:hover { color:#444; text-decoration:none }
.scoreboard-slider .event .team { margin-bottom:3px; }
.scoreboard-slider .event .score { float:right }
.scoreboard-slider .event .result { display:block }
.scoreboard-slider .event .links { visibility:hidden; opacity:0; position:absolute; left:0; right:0; top:0; bottom:100%; padding:10px; background:#dadada; -moz-transition:all 0.5s 0.5s ease; -webkit-transition:all 0.5s 0.5s ease; transition:all 0.5s 0.5s ease }
.scoreboard-slider .event:hover .links { visibility:visible; opacity:1; bottom:0 }
.scoreboard-slider .event .links a { font-size:12px; font-weight:400; color:#000; text-decoration:none }
.scoreboard-slider .event .links a:hover { color:#002b49 }
.scoreboard-slider .event .links.empty { display:none }
.scoreboard-slider .event .neutralsite-notes { display:none }
.scoreboard-slider .prev,
.scoreboard-slider .next { position:absolute; left:0; top:0; bottom:0; width:30px; border-right:1px solid #b6b6b6; border-left:1px solid #b6b6b6; text-indent:-9999px; cursor:pointer; color:#000; background:#dadada }
.scoreboard-slider .next { left:auto; right:0 }
.scoreboard-slider .prev:before { content:'\e80f'; position:absolute; left:0; right:0; top:50%; margin-top:-51px; height:102px; line-height:102px; font-family:'glyphicons'; text-indent:0; text-align:center }
.scoreboard-slider .next:before { content:'\e810'; position:absolute; left:0; right:0; top:50%; margin-top:-51px; height:102px; line-height:102px; font-family:'glyphicons'; text-indent:0; text-align:center }
.scoreboard-slider .full-schedule-btn { display:none }
.scoreboard-slider .prev.disabled,
.scoreboard-slider .next.disabled { opacity:0.4; cursor:default }

.internal-page .schedule-list .schedule-record { display: none; }

/*-------------------------------------------------------------------- 
  SITE SPECIFIC COLORS FOR INTERNAL PAGES 
  --------------------------------------------------------------------*/

/* STAFF DIRECTORY */
.staff-directory th { background:#590d0d; color:#fff }

/* ROSTER */
.roster th,
.roster td { padding:5px 10px; text-align:left }
.roster .roster-header { background:#590d0d; color:#fff }
.roster .roster-header a { color:#fff }

/* SCHEDULE */
.schedule-list table th { background-color:#590d0d; color:#fff }
.schedule-wrap .team-stats { overflow:hidden }
.schedule-wrap .team-stats .team-logo { float:right; max-width:150px; margin-left:20px }
.schedule-wrap .team-stats > div { overflow:hidden }
.schedule-wrap.h2h-team .event-row.has-recap .result:after { content:'\e811'; font-family:'glyphicons'; font-size:14px; visibility:hidden; display:inline-block; vertical-align:middle; width:20px; height:20px; line-height:20px; margin-left:2px; text-align:center; color:#fff; background:#333; border-radius:100%  }
.schedule-wrap.h2h-team .event-row.has-recap:hover .result:after { visibility:visible }
.schedule-wrap.h2h-team .event-row.has-recap.active .result:after { content:'\e812'; visibility:visible }

/* STATS */
.stats-wrapper { width:100% }
.stats-wrapper .stats-quarter-box { width:auto }
.stats-wrapper th { background:#590d0d }
.stats-wrapper th,
.stats-wrapper td { font-size:14px; padding:5px }
.highlights.highlights-standalone .stat { color: #fff; }
.stats-wrap .stats-box .goal td { color : #fff }
	
/* BIO */
.bio-wrap .head { background:#590d0d; color:#fff; width:370px !important; }
.bio-wrap .head a { color:#fff }

/* ==============
   MEDIA QUERIES
   ============== */

/*-----------------------------------------
  DESKTOP SPECIFIC STYLES 
  -----------------------------------------*/

@media only screen and (min-width:1024px) {

body { background:url(/images/setup/2018_page_bg.jpg) no-repeat fixed 50% 0 #4f0101;  background-size:2000px auto }

.page { position:relative; max-width:2000px; margin:0 auto; padding-bottom:80px; overflow:hidden }
.mainbody { min-height:500px; padding:20px; position:relative }
.landing .mainbody { min-height:0; padding:0 }

.site-header { position:relative; z-index:10; min-height:260px; margin-bottom:10px; display:block; background:url(/images/setup/2018_header_bg.png) repeat-x 50% 0 }
.site-header:before { content:''; position:fixed; left:0; right:0; top:0; height:260px; background:url(/images/setup/2018_header_bg.png) repeat-x 50% 0, url(/images/setup/2018_page_bg.jpg) no-repeat 50% 0; background-size:auto auto, 2000px auto; transition:all 0.5s ease }
.site-header > div { position:fixed; left:0; right:0; top:0; z-index:10  }
.site-header .site-title { margin:0 }
.site-header .site-title a { position:absolute; left:50%; top:28px; margin-left:-60px; display:block; z-index:1; width:120px; height:126px; text-indent:-9999px; background:url(/images/setup/2018_logo.png) no-repeat 0 0; background-size:100% auto; transition:all 0.5s ease }
.site-header .sport-logos { max-width:1410px; margin:0 auto }

.site-header.sticky:before { position:fixed; top:-50px }
.site-header.sticky .site-title a { position:fixed; top:5px; width:100px; margin-left:-50px }
.site-header.sticky .dropnav { padding-top:8px }

.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; height:50px; padding:60px 0; text-align:center; transition:all 0.5s ease }
.dropnav ul, .dropnav li { list-style:none; padding:0; margin:0 }
.dropnav .nav { position:relative; z-index:2; display:inline-block; vertical-align:top; text-align:left }
.dropnav .nav1 { margin-left:-60px }
.dropnav .nav4 { margin-left:130px }
.dropnav .nav > a { display:block; height:50px; padding:0 18px; font-size:35px; font-family:'built_titling', arial; font-weight:400; line-height:50px; text-decoration:none; color:#000; text-transform:uppercase }
.dropnav .nav.focus > a,
.dropnav .nav:hover > a { color:#5a0d0d }
.dropnav .nav > .submenu { opacity:0; visibility:hidden; position:absolute; left:0; top:50px; min-width:200px; padding:20px; background:#dbdbdb; white-space:nowrap; overflow:hidden }
.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:block; color:#000; white-space:nowrap; text-decoration:none }
.dropnav .submenu .has-submenu > a { font-size:18px; text-transform:uppercase; color:#000; cursor:default }
.dropnav .submenu ul,
.dropnav .submenu .has-submenu { display:inline-block; vertical-align:top; min-width:150px; margin-left:20px }
.dropnav .submenu ul:first-child,
.dropnav .submenu .has-submenu:first-child { margin-left:0 }

.secondary-nav { position:relative; padding:10px; margin:5px 0; font-family:'montserrat', arial; font-weight:700; text-align:center; color:#000; background:#dbdbdb }
.secondary-nav h1 { float:left; margin-bottom:0; color:#000; font-family:'built_titling', arial; font-size:40px; font-weight:400; line-height:1.1 }
.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:10px }
.secondary-nav li { float:left }
.secondary-nav li a { padding:5px 10px; color:#000; text-decoration:none }
.secondary-nav li.focus a,
.secondary-nav li:hover a { color:#4d0b0b; 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:#4d0b0b }
.secondary-nav .has-nav > ul { display:none; position:absolute; right:0; padding:10px; background:#4d0b0b; 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:#ff0 }
.secondary-nav .has-nav .has-nav { position:relative }
.secondary-nav .has-nav .has-nav > ul { top:0; right:100% }

.carousel-wrapper { position:relative; padding-right:330px; background:#dadada }
.carousel-wrapper .schedule-boxscore-wrapper { position:absolute; right:0; top:0; bottom:0; width:330px; padding:20px 0 }
.carousel-wrapper .schedule-boxscore-wrapper h2 { margin:0; padding:0 20px; font-family:'built_titling', arial; font-size:28px; font-weight:400; line-height:1 }
.carousel-wrapper .schedule-boxscore-wrapper .full-schedule-btn { position:absolute; left:5px; right:5px; bottom:5px; padding:15px; text-align:center; line-height:1; text-transform:uppercase; color:#fff; background:#560a0c }
.carousel-wrapper .schedule-boxscore-wrapper .full-schedule-btn span { margin-right:10px }
.carousel-wrapper .schedule-boxscore-wrapper .secondary-tabs .panes { position:absolute; left:0; right:0; top:48px; bottom:55px; overflow:auto}

.j-carousel .story-box { position:relative; padding:25px; color:#fff; background:#dadada }
.j-carousel .story-box .title { display:block; font-size:40px; font-family:'built_titling', arial; line-height:1.1; letter-spacing:2px; color:#000; font-weight:400 }
.j-carousel .story-box .date { position:absolute; left:0; right:0; top:-34px; padding:5px 0 5px 20px; display:block; font-size:14px; font-family:'montserrat', arial; font-weight:400; line-height:24px; background:rgb(90,13,13,0.9) }
.j-carousel .story-box .carousel-share-links { position:absolute; right:10px; top:10px; }
.j-carousel .story-box .carousel-share-links a { font-size:0; color:#000; text-shadow:1px 1px #000 }
.j-carousel .story-box .carousel-share-links a:before { font-size:18px }
.j-carousel .story-box .carousel-share-links a[href*="twitter"]:hover { color:#00abf1 }
.j-carousel .story-box .carousel-share-links a[href*="facebook"]:hover { color:#3c5a99 }
.j-carousel .carousel-related-links,
.j-carousel .story-box .leadin,
.j-carousel .story-box .readmore { display:none }
.j-carousel .controls { position:absolute; right:60px; top:-23px; z-index:1; margin-top:49% }
.j-carousel .control { position:relative; float:left; width:6px; height:6px; border:3px solid #fff; margin-left:5px; border-radius:100%; cursor:pointer; text-indent:-9999px; background:#fff }
.j-carousel .control.active { background:#601e1b }
.j-carousel .control:focus { border-radius:100%; background:#000 }
.j-carousel .control:first-child { margin-left:0 }

.j-carousel .content-box { position:absolute; right:20px; bottom:150px }
.j-carousel .brief-stats { margin-bottom:10px; color:#FFF; background:rgba(0,0,0,0.8); overflow:hidden }
.j-carousel .brief-stats table { width:100%; border-collapse:collapse }
.j-carousel .brief-stats td, 
.j-carousel .brief-stats th { padding:5px 10px; font-size:13px; font-weight:400 }
.j-carousel .brief-stats .status { text-align:left }
.j-carousel .brief-stats .score { color:#fff; text-align:center }
.j-carousel .brief-stats a { color:#fff }
.j-carousel .brief-stats .gamebox,
.j-carousel .brief-stats .team-record { display:none }


.site-footer { margin-top:20px }

.sticky-bar { position:fixed; left:0; right:0; bottom:0; z-index:4; height:80px; text-align:left; background:#dadada; transition:all 0.5s ease }
.sticky-bar.inactive { bottom:-100px }
.sticky-bar.inactive > div * { display:none }
.sticky-bar > div { position:relative; max-width:1715px; margin:0 auto; height:80px; padding-right:285px; transition:all 0.5s ease }
.sticky-bar .sticky-toggle-button { position:absolute; left:10px; top:-30px; z-index:1; display:block !important; width:30px; height:30px; padding:0; border:none; color:#fff; background:rgba(0,0,0,0.8); overflow:hidden; ; transition:all 0.5s ease }
.sticky-bar .sticky-toggle-button:before { content:'\e811'; display:block; font-family:'glyphicons'; line-height:30px; }
.sticky-bar .sticky-toggle-button.inactive:before { content:'\e812' }

.sticky-bar .content-switcher { padding-left:335px; background:url(/images/setup/2018_sticky_logo.png) no-repeat 20px 50%; background-size:60px auto }
.sticky-bar .content-switcher .switcher-list { position:absolute; left:124px; top:25px; min-width:165px; border:1px solid #b6b6b6 }
.sticky-bar .content-switcher .switcher-list ul { top:auto; bottom:30px }

.sticky-bar .weather-condition { position:absolute; right:0; top:15px; width:285px; padding:0 35px; font-family:'montserrat', arial; font-size:15px; font-weight:700; box-sizing:border-box }
.sticky-bar .weather-condition .temp { text-transform:uppercase }
.sticky-bar .weather-condition .icon { display:none }

.sticky-bar .social-links { position:absolute; right:0; top:40px; width:285px; padding:0 35px; box-sizing:border-box }
.sticky-bar .social-links ul { list-style:none; margin:0; }
.sticky-bar .social-links li { float:left; margin-right:10px  }
.sticky-bar .social-links li a { font-size:18px; color:#5a1011 }
.sticky-bar .social-links li .text { position:absolute; left:-9999px; width:1px; height:1px; overflow:hidden; clip:rect(0,0,0,0) }
.sticky-bar .social-links li .gicon-fr ~ .text { position:static; width:auto; height:auto; font-family:'montserrat', arial; font-size:14px;  font-weight:700; clip:none }
 
.bio-wrap.xl .player-headshot { padding-left: 100px !important ; }
    
}

@media only screen and (min-width:1024px) and (max-width:1410px) {
.landing-row { margin-top:10px }
.landing-row .landing-row-offset { margin:0 -5px }
.landing-row .landing-col { padding:0 5px }

.site-header { margin-bottom:0 }

.site-header.sticky .site-title a { top:0; width:60px; height:66px; margin-left:-30px }    
.site-header.sticky .dropnav { height:50px; padding:8px 0 } 
.site-header.sticky .sport-logos { padding:5px; background:#5a0d0d }   
.site-header.sticky:before { height:116px }

/*
.secondary-nav { padding:10px }
.secondary-nav h1 { float:left; line-height:1; }
.secondary-nav > div > ul { float:right; margin-top:10px }
*/

.j-carousel .story-box .title { font-size:25px }

.banner-slider,
.sponsor-logos-slider { margin:0 50px }   

.instagram-feed .item { width:50% } 

.site-footer { margin-top:10px }
.site-footer .footer-logos li img { max-height:100px }
}

@media only screen and (min-width:1024px) and (max-width:1300px) { 
.dropnav .nav > a { padding:0 14px; font-size:25px }
}


/*---------------------------------------------------------------- 
  COMMON STYLES FOR MOBILE AND TABLET 
  ----------------------------------------------------------------*/

@media only screen and (max-width:1023px) {

body { padding:0 }

.site-header { position:relative; z-index:4; background:#590d0d }
.site-header .site-title { margin:0 }
.site-header .site-title a { display:block; height:115px; text-indent:-9999px; background:url("/images/setup/2018_header_tablet.png") no-repeat 50% 50% }

.mobile-menu-bar { display:block; padding:5px; background:#d4d0d0 }
.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:#590d0d; text-transform:uppercase; text-decoration:none; white-space:nowrap; border-radius:3px }
.mobile-menu-bar li a.active { background:#9B1d22; 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:#420606; 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 }

.sport-logos > ul > li { position:static }
.sport-logos > ul > li .submenu { right:0 }
.sport-logos > ul > li:nth-child(12) ~ li > .submenu { left:0 }

.j-carousel { background:#000 }
.j-carousel .story-box { padding:10px; font-size:14px; color:#fff }
.j-carousel .story-box .title { display:block; margin-bottom:5px; font-size:24px; font-family:'built_titling', arial; color:#fff; text-shadow:1px 1px rgba(0,0,0,0.8) }
.j-carousel .story-box .carousel-share-links a { font-size:0; color:#eee; text-shadow:1px 1px #000 }
.j-carousel .story-box .carousel-share-links a:before { font-size:18px }
.j-carousel .story-box .carousel-share-links a[href*="twitter"]:hover { color:#00abf1 }
.j-carousel .story-box .carousel-share-links a[href*="facebook"]:hover { color:#3c5a99 }
.j-carousel .story-box .date,
.j-carousel .story-box .leadin,
.j-carousel .story-box .readmore { display:none }
.j-carousel .controls { position:absolute; left:0; right:0; top:-32px; z-index:2; height:12px; padding:10px 0; margin-top:49%; text-align:center; background:rgba(0,0,0,0.3) }
.j-carousel .control { position:relative; display:inline-block; vertical-align:top; width:4px; height:4px; margin:4px; text-indent:-9999px; cursor:pointer; border-radius:15px }
.j-carousel .control:before { content:''; position:absolute; left:-4px; right:-4px; top:-4px; bottom:-4px; border:2px solid #fff; border-radius:100% }
.j-carousel .control.active { background:#fff; box-shadow:none }
.j-carousel .control .thumb { display:none }

.j-carousel .content-box  { 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 }

.schedule-boxscore .event-box { margin:0 20px }
.aotw { height:auto }

.landing-row.social-row { display:none }

.sticky-bar { display:none }

.schedule-boxscore-wrapper { padding:20px 0 0 }
.schedule-boxscore-wrapper h2 { margin:0; padding:0 20px; font-family:'built_titling', arial; font-size:28px; font-weight:400; line-height:1 }
.schedule-boxscore-wrapper .full-schedule-btn { display:block; padding:10px; text-align:center; line-height:1; text-transform:uppercase; color:#fff; background:#560a0c }

.banner-slider { padding:10px 30px; background:#560a0c }  
.banner-slider .prev { left:0 }
.banner-slider .next { right:0 }

.sponsor-logos-slider { padding:10px 30px; background:#444 }  
.sponsor-logos-slider .prev { left:0 }
.sponsor-logos-slider .next { right:0 }

}

/*---------------------------------------
  ADJUSTMENTS FOR MOBILE  
  ----------------------------------------*/

@media only screen and (max-width:767px) {

.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/2018_header_mobile_wide.png") no-repeat 0 50%; background-size:90% auto }

.mobile-menu-bar { position:absolute; right:5px; top:22px; padding:0; background:none }
.mobile-menu-bar li a { background:#ccc }
.mobile-menu-bar li .text { position:absolute; left:-9999px }

.sport-logos { display:none; background:#444 }
.sport-logos.active { display:block }
.sport-logos > ul > li { float:none; width:auto; padding:7px 10px; border-top:1px solid rgba(0,0,0,0.4) }
.sport-logos > ul > li a { color:#fff }
.sport-logos > ul > li img { display:none }
.sport-logos > ul > li span { position:static; clip:auto }
.sport-logos > ul > li .submenu,
.sport-logos > ul > li:hover .submenu { display:none }

.info-buttons { padding:5px }
.info-buttons li { width:33.32%; padding:5px; }
.info-buttons li:nth-child(4) { margin-left:16.5% } 

.sponsor-logos-slider .image { width:33.32%; padding:5px; }
.sponsor-logos-slider .image:nth-child(4) { margin-left:16.5% } 

.site-footer .footer-content { font-size:12px }
.site-footer .footer-content span { display:block }

.schedule-wrap .team-stats .team-logo { max-width:60px }

}

/* CAMPS */
.camp-box > h2 {background-color: #820024!important;}
.camp-box button:hover {background: #5B5B5B!important;}
.camp-box button {background: #820024!important; color: #fff;}
.camp-box button:before {background: #5B5B5B!important;}