/* ==============
   GLOBAL STYLES
   ============== */

/* WEB FONTS */

@font-face {
    font-family: 'arvo';
    src: url('arvo-bold-webfont.woff2') format('woff2'),
         url('arvo-bold-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;

}

@font-face {
    font-family: 'arvo';
    src: url('arvo-regular-webfont.woff2') format('woff2'),
         url('arvo-regular-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;

}

@font-face {
    font-family: 'lato';
    src: url('lato-bol-webfont.eot');
    src: url('lato-bol-webfont.eot?#iefix') format('embedded-opentype'),
         url('lato-bol-webfont.woff2') format('woff2'),
         url('lato-bol-webfont.woff') format('woff'),
         url('lato-bol-webfont.ttf') format('truetype'),
         url('lato-bol-webfont.svg#latobold') format('svg');
    font-weight: 700;
    font-style: normal;

}

@font-face {
    font-family: 'lato';
    src: url('lato-reg-webfont.eot');
    src: url('lato-reg-webfont.eot?#iefix') format('embedded-opentype'),
         url('lato-reg-webfont.woff2') format('woff2'),
         url('lato-reg-webfont.woff') format('woff'),
         url('lato-reg-webfont.ttf') format('truetype'),
         url('lato-reg-webfont.svg#latoregular') format('svg');
    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;

}

@font-face {
  font-family: 'glyphicons-custom';
  src:  url('glyphicons.eot?5wrcsq');
  src:  url('glyphicons.eot?5wrcsq#iefix') format('embedded-opentype'),
    url('glyphicons.ttf?5wrcsq') format('truetype'),
    url('glyphicons.woff?5wrcsq') format('woff'),
    url('glyphicons.svg?5wrcsq#glyphicons') format('svg');
  font-weight: normal;
  font-style: normal;
}

.accent-bg,
.accent-bg th { color:#fff !important; background:#A20100 !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 }
.landing body { font-family:'lato', arial }

:focus { outline-color:#ce102e }

a { color:#ce102e; 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 { margin-top:30px; padding-bottom:30px; text-align:center }
.site-footer .footer-logos { margin-bottom:30px }
.site-footer .footer-logos ul { max-width:1410px; margin:0 auto }
.site-footer .footer-logos li { float:left; width:33.32%; box-sizing:border-box }
.site-footer .footer-content span { display:block; font-size:20px; font-weight:700; text-transform:uppercase }

.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 45px 0 10px; font-weight:700; line-height:30px; text-align:center; text-transform:uppercase; text-decoration:none; color:#444; background:#fff }
.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:35px; height:30px; line-height:30px; text-align:center; color:#f9f9f9; background:#A20000 }
.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:#A20000; text-transform:uppercase } 
.content-switcher .switcher-list li.active a { color:#fff; background:#A20000 }
.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:57%; 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 */
.j-carousel { position:relative; z-index:1 }
.j-carousel .feed { position:relative; overflow:hidden }
.j-carousel .seats { width:800%; position:relative }
.j-carousel .seat { opacity:0; visibility:hidden; width:12.5%; float:left; position:relative; transition:all 0.3s 0.3s ease }
.j-carousel .seat.active { opacity:1; visibility:visible; transition:all 0.3s ease }  

.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 { margin:-10px }
.schedule-boxscore .event-box { float:left; width:50%; padding:10px; box-sizing:border-box }
.schedule-boxscore .event-box:nth-child(2n+1) { clear:left }
.schedule-boxscore .event-box .event-info { position:relative; padding:20px; background:#fff; overflow:hidden; box-shadow:0 0 10px rgba(0,0,0,0.5) inset }
.schedule-boxscore .date  { display:block; margin-bottom:5px; border-bottom:3px solid #ce102e; font-size:16px; line-height:30px; text-transform:uppercase; color:#231f20 }
.schedule-boxscore .sport { font-size:18px; color:#231f20 }
.schedule-boxscore .status { float:right; text-transform:uppercase; color:#ce102e }
.schedule-boxscore .teams { margin-top:5px }
.schedule-boxscore .team { font-size:16px }
.schedule-boxscore .team .result { color:#ce102e }
.schedule-boxscore .notes,
.schedule-boxscore .neutral-site  { margin-top:5px; font-size:12px; color:#444 }

/* TABS */
.tabs-wrapper ul.tabs { text-align:center; background:#fff }
.tabs-wrapper ul.tabs li { float:none; display:inline-block; vertical-align:top }
.tabs-wrapper .tab_title { display:none }
.tabs-wrapper .tab a { display:block; line-height:30px; padding:5px 10px; border-top:2px solid transparent; font-size:16px; font-weight:700; text-decoration:none; color:#444 }
.tabs-wrapper .tab a:focus,
.tabs-wrapper .tab a.active { color:#ce102e; border-color:#ce102e }
.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 }

.main-tabs ul.tabs .tab { margin:0 10px }
.main-tabs .tab a:before { font-family:'glyphicons-custom'; margin-right:5px; font-size:16px }
.main-tabs .tab1 a:before { content:'\e904' }
.main-tabs .tab2 a:before { content:'\e953' }
.main-tabs .tab3 a:before { content:'\e926' }
.main-tabs .tab4 a:before { content:'\e9b9' }
.main-tabs .tab5 a:before { content:'\e914' }
.main-tabs .tab6 a:before { content:'\e970' }
.main-tabs .pane { padding:10px; background:#fff }
.main-tabs .pane .overflow { height:780px; padding:15px; overflow:auto; background:#eee }
.main-tabs .pane1 .overflow { height:auto; padding:0; overflow:visible }

/* 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 }

.brow-buttons { max-width:1410px; margin:0 auto 30px }
.brow-buttons ul { margin:0 -5px }
.brow-buttons li { float:left; width:20%; padding:0 5px; box-sizing:border-box }
.brow-buttons li a { position:relative; display:block; border-radius:5px; overflow:hidden; box-sizing:border-box }
.brow-buttons li a:hover:before,
.brow-buttons li a:focus:before { content:''; position:absolute; left:0; right:0; top:0; bottom:0; z-index:1; display:block; border:3px solid #cc112e }

.standings-brief h3 { text-transform:uppercase; font-weight: normal;}
.standings-brief table { width:100%; border-collapse:collapse }
.standings-brief th { background: #A20000; color:#FFF; font-weight:normal }
.standings-brief td, .standings-brief th { text-align:center; padding:12px }
.standings-brief td:first-child, .standings-brief th:first-child { text-align:left }
.standings-brief tr td { color:#000; background: #C5C2C2;}
.standings-brief tr:nth-child(even) td { background:#f0f0f0 }
.standings-brief tr:hover td { background:#DFDFDF }

.youtube-wrapper { position:relative; min-height:780px; background:#333 }
.youtube-wrapper > div { -webkit-box-sizing:border-box; box-sizing:border-box; background:#000 }
.youtube-wrapper .player { float:left; width:68% }
.youtube-wrapper .player > div { vertical-align:top }
.youtube-wrapper .playlist .overflow { position:absolute; left:68%; right:0; top:0; bottom:0; height:auto; padding:20px; background:#484848; overflow:auto; box-sizing:border-box }
.youtube-wrapper .playlist ul { margin:0; list-style:none }
.youtube-wrapper .playlist li { position:relative; padding-left:110px; margin-top:20px }
.youtube-wrapper .playlist li:first-child { margin-top:0 }
.youtube-wrapper .playlist img { float:left; max-width:100px; margin-left:-110px }
.youtube-wrapper .playlist .title { display:block; font-size:13px; text-decoration:none; line-height:1.4; color:#fff }

.social-include .col { width:32%; height:780px; float:left; margin-left:2%; background:#444; overflow:hidden }
.social-include .col1 { margin-left:0 }
.social-include .col h3 { margin:0; padding:10px 20px; text-transform:uppercase; color:#a20100; background:#fff }
.social-include .col .widget-link { display:none }

.instagram-feed { position:relative }
.instagram-feed .feed { height:842px; overflow:auto }
.instagram-feed ul { margin:0; list-style:none }
.instagram-feed img { position:absolute; left:0; top:50%; 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) translateY(-50%); 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:#000; 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; 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 .item { width:33.32%; float:left }
.instagram-feed .item .gutter { padding:2px 0 0 2px }
.instagram-feed .prev,
.instagram-feed .next { display:none }

/* CALENDAR */
#calendar #calendar-view { background:#444 }
#calendar td { height:50px; line-height:50px; font-size:18px; font-weight:700; color:#FFF  }
#calendar .calendar-header td { background:#A20000 }
#calendar .calendar-month td { border:none; background:none }
#calendar #calendar-prev, #calendar #calendar-next { display:block; font-size:15px }
#calendar .calendar-month a,
#calendar .calendar-month span { color:#FFF; font-size:23px; text-transform:uppercase }
#calendar .calendar-event a, #calendar .no-calendar-event a { height:50px; line-height:50px; background:none; color:#FFF }

#calendar .current a,
#calendar .calendar-event a { height:50px; line-height:50px; color:#FFF; font-size:18px; background:#a20100 }

#calendar .calendar-event a:hover, 
#calendar .current a { color: #FFF; background: #840303; display:block }

#calendar #no-calendar-events .event-info { width:100%; margin-left:0; padding:20px; font-size:20px; text-align:center }
#calendar .event-info { float:left; width:49.5%; margin-left:1%; margin-bottom:1%; color:#000; padding:10px; position:relative; background:#fff; box-sizing:border-box }
#calendar .event-info:nth-of-type(2n+1) { clear:left; margin-left:0 }
#calendar .event-info .row { overflow:hidden }
#calendar .event-date { display:block; margin-bottom:1%; padding:10px 15px; color:#fff; font-size:16px; background:#000 }
#calendar .event-info .status { float:right; color:#555 }
#calendar .event-info .team {  display:block; font-size:15px; font-weight:700; color:#A20000 }
#calendar .event-info .sport a { display:block; color:#A20000 }
#calendar .event-info .links { background:#000; padding:5px 10px; margin-top:10px; text-align:center; color:#FFF }
#calendar .event-info .links a { margin:0 4px; color:#FFF; font-size:12px }

/* FULL STANDINGS*/
.full-standings .container { position:relative; margin-top:10px; font-weight:700; overflow:hidden }
.full-standings .container:first-child { margin-top:0 }
.full-standings table { border-collapse:collapse; width:100%; background:#FFF }
.full-standings td { padding:10px; text-align:center; white-space:nowrap }
.full-standings td:first-child { width:auto; text-align:left }
.full-standings .stats-header td,
.full-standings .table-header td { font-size:15px; font-weight:400; background:#A30200; color:#fff }
.full-standings .points { background:#808080; color: #fff; }
.full-standings .conf-field { background:#f5f5f5 }
.full-standings td a { text-transform:uppercase; color:#000 }

a:link {-webkit-tap-highlight-color: rgba(201,224,253,.8)}

.archives-btn {text-align: center;display: block;background: #a20000;color: #fff;padding: 10px 20px;font-size: 14px;text-transform: uppercase;transition: 0.2s all;}
.archives-btn:hover { background:#fff; color:#a20000 }

.button-wrapper {background: #A30200;padding: 5px;position: absolute;z-index: 4;top: 100px;min-width: 1200px;left: 50%;text-align: center;margin-left: -605px;}
.button-wrapper a { color: #fff;font-weight: 700 ;}
.button-wrapper .close-ad:before { content: 'X';display: block;position: absolute;right: -15px;top: -12px;z-index: 2;width: 25px;height: 25px;line-height: 25px;border: 2px solid #000;font-weight: 700;text-indent: 0;text-align: center;color: #000;background: #fff;border-radius: 100%; }

/*-------------------------------------------------------------------- 
  SITE SPECIFIC COLORS FOR INTERNAL PAGES 
  --------------------------------------------------------------------*/

/* STAFF DIRECTORY */
.staff-directory th { background:#A20100; color:#fff }

/* ROSTER */
.roster th,
.roster td { padding:5px 10px; text-align:left }
.roster .roster-header { background:#A20100; color:#fff }
.roster .roster-header a { color:#fff }

/* SCHEDULE */
.schedule-list table th { background-color:#A20100; color:#fff }

/* STATS */
.stats-wrapper { width:100% }
.stats-wrapper .stats-quarter-box { width:auto }
.stats-wrapper th { background:#A20100 }
.stats-wrapper th,
.stats-wrapper td { font-size:14px; padding:5px }
.stats-wrap .stats-box .goal td { color : #fff }
.highlights.highlights-standalone .stat { color: #fff; }
	
/* BIO */
.bio-wrap .head { background:#A20100; color:#fff }
.bio-wrap .head a { color:#fff }

/* ARTICLE */
.rich-v2.classic.has-sidebar .article-image img { width:100% }

/* ==============
   MEDIA QUERIES
   ============== */

/*-----------------------------------------
  DESKTOP SPECIFIC STYLES 
  -----------------------------------------*/

@media only screen and (min-width:1024px) {

.page { position:relative; max-width:2000px; margin:0 auto; padding-bottom:60px; overflow:hidden; background:url(/images/setup/2018_page_bg_pattern.jpg) repeat #fff }
.body-container { margin-top:5px }
.mainbody { min-height:500px; padding:20px; position:relative }
.landing .mainbody { min-height:0; padding:0 }

.site-header { position:relative; z-index:3; background:url(/images/setup/2018_header_bg.jpg) repeat-x 50% 0 #000 }
.site-header .site-title { margin:0; padding:32px 0 20px }
.site-header .site-title a { display:block; width:738px; height:100px; margin:0 auto; text-indent:-9999px; color:#fff; background:url(/images/setup/2018_logo.png) no-repeat 50% 0; background-size:auto 100% }
.site-header .edu-title { position:absolute; left:50%; top:0; width:150px; height:75px; margin-left:-700px; padding:0 20px; text-indent:-9999px; color:#fff; background:url(/images/setup/2018_wordmark.png) no-repeat 50% 50% #000 }
.site-header .edu-title:before { content:''; position:absolute; right:-30px; top:0; border:75px solid transparent; border-top-color:#000; border-right-width:30px; border-left:none}

.search-bar { position:absolute; right:50%;; top:0; margin-right:-700px; padding:0 20px; color:#fff; background:#000 }
.search-bar .text-box { display:block; width:105px; height:75px; float:right; padding:0 10px; line-height:50px; color:#fff; background:#000; border: none }
.search-bar .submit { display:block; float:left; line-height:75px; border:none; outline:none; padding:0; color:#fff; background:#000; }
.search-bar .text { position:absolute; left:-9999px; width:1px; height:1px; overflow:hidden; clip:rect(0,0,0,0) }
.search-bar:before { content:''; position:absolute; left:-30px; top:0; border:75px solid transparent; border-top-color:#000; border-left-width:30px; border-right:none}

.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; max-width:1410px; margin:0 auto; border-top:2px solid #fff; height:40px; font-family:'arvo', arial; color:#fff; text-align:center; background:#a30200 }
.dropnav:before { content:''; position:absolute; left:50%; right:50%; top:-2px; bottom:0; display:block; width:2000px; margin-left:-1000px; margin-right:-1000px; border-top:2px solid #fff; background:#a30200 }
.dropnav ul, .dropnav li { list-style:none; padding:0; margin:0 }
.dropnav > ul { display:inline-block; vertical-align:top; text-align:left }
.dropnav .nav { float:left }
.dropnav .nav > a { position:relative; display:block; height:40px; padding:0 15px; font-size:14px; font-weight:700; line-height:40px; 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:40px; padding:30px; background:rgba(163, 0, 4, 0.9); white-space:nowrap }
.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; padding:0 5px; font-family:'lato', arial; color:#fff; font-size:16px; font-weight:800; line-height:35px; text-transform:uppercase; text-decoration:none }
.dropnav .submenu a:hover { color:#000; background:#fff }
.dropnav .submenu.level1 > ul,
.dropnav .submenu.level1 > ul > .has-submenu { position:relative; display:inline-block; vertical-align:top; margin-right:50px; text-align:left }
.dropnav .submenu.level1 > ul > .has-submenu > a { margin-bottom:10px; font-size:30px; text-transform:uppercase; cursor:default; color:#fff; background:transparent }
.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:hover { background:#fff }
.dropnav .submenu.level2 .has-submenu:hover a { color:#000 }
.dropnav .submenu.level2 .has-submenu > a { min-width:220px }
.dropnav .submenu.level2 .has-submenu li a { padding:0 2px; font-size:14px; color:#eee; text-transform:none }
.dropnav .submenu.level2 .has-submenu li a:hover { color:#000 }
.dropnav .submenu.level1 a[rel="wiki-link"]  + a { display:none !important }

.secondary-nav { position:relative; z-index:2; padding:5px 15px; font-family:'lato', arial; font-weight:700; color:#000; background:#fff }
.secondary-nav > div { max-width:1380px; margin:0 auto }
.secondary-nav h1 { float:left; margin-bottom:0; color:#800000; font-size:20px; text-transform:uppercase }
.secondary-nav ul { list-style:none; padding:0; margin:0 }
.secondary-nav > div > ul { float:right; margin-top:5px }
.secondary-nav li { float:left }
.secondary-nav li a { padding:5px 10px; font-size:15px; color:#333; text-decoration:none }
.secondary-nav li.focus a,
.secondary-nav li:hover a { color:#800000; 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:#000 }
.secondary-nav .has-nav > ul { display:none; position:absolute; right:0; padding:10px; background:#000; 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:#ce102e }
.secondary-nav .has-nav .has-nav { position:relative }
.secondary-nav .has-nav .has-nav > ul { top:0; right:100% }

.j-carousel { padding-bottom:9.1%; background:#fff }
.j-carousel .feed { border-bottom:10px solid #fff }
.j-carousel .story-box { position:absolute; left:0; right:0; bottom:0; padding:20px; color:#000; background:rgba(255, 255, 255, 0.8) }
.j-carousel .story-box .title { display:block; font-size:25px; color:#000; font-weight:700; text-transform:uppercase }
.j-carousel .story-box .carousel-share-links { display:inline-block; vertical-align:top; margin-left:10px }
.j-carousel .story-box .carousel-share-links a { font-size:0; color:#444; 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 .leadin { display:block }
.j-carousel .story-box .readmore { display:none }
.j-carousel .controls { position:absolute; left:0; right:0; bottom:0; z-index:2 }
.j-carousel .control { position:relative; float:left; width:15.83%; margin-left:1%; cursor:pointer }
.j-carousel .control:first-child { margin-left:0 }
.j-carousel .control:focus:after,
.j-carousel .control.active:after { content:""; position:absolute; left:0; right:0; top:0; bottom:0; border:4px solid #a20100 }
.j-carousel .control .thumb { width:100%; vertical-align:top }

.archives-btn{ position: absolute;right: 20px;z-index: 1;bottom: 200px; }

.sticky-bar { position:fixed; left:0; right:0; bottom:0; z-index:4; background:#a20100 }
.sticky-bar > div { position:relative; max-width:1200px; height:60px; padding:0 10px; margin:0 auto  }

.ticker-wrapper { margin:10px 0 }
.ticker-wrapper .head { float:left; margin:0 20px; font-size:20px; font-family:'arvo', arial; font-weight:700; line-height:40px; text-transform:uppercase; color:#fff }

div[id="scoreboard-ticker-wrapper"] { position:relative; float:left; width:700px; height:40px; border-right:100px solid #fff; text-align:left; background:#000 }
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:700px; height:40px; position:relative; overflow:hidden}
div[id="scoreboard-ticker"] { float:left }
div[id="scoreboard-ticker"] .content,
div[id="scoreboard-ticker"] .no-events { font-size:14px; padding:0 20px; letter-spacing:1px; line-height:40px; color:#fff }
div[id="scoreboard-ticker"] .no-events { text-align:center }
div[id="scoreboard-ticker"] .content a { color:#fff; text-decoration:underline }
div[id="scoreboard-ticker"] .content a:hover { color:#eee }
span[id="scoreboard-ticker-pp"] a,
span[id="scoreboard-ticker-prev"] a,
span[id="scoreboard-ticker-next"] a { position:absolute; right:-30px; top:50%; margin-top:-6px; display:block; width:12px; height:12px; cursor:pointer; font-size:20px; text-align:center; line-height:12px; color:#a20100; background:#fff; overflow:hidden }
span[id="scoreboard-ticker-next"] a { right:-80px }
span[id="scoreboard-ticker-pp"] a { right:-55px }
span[id="scoreboard-ticker-pp"] a:before,
span[id="scoreboard-ticker-prev"] a:before,
span[id="scoreboard-ticker-next"] a:before { content:'\e80f'; display:block; font-family:'glyphicons' }
span[id="scoreboard-ticker-next"] a:before { content:'\e810' }
span[id="scoreboard-ticker-pp"] a.pause:before { content:'\e80b' }
span[id="scoreboard-ticker-pp"] a.play:before { content:'\e80a' }

.sticky-bar .social-links { position:absolute; right:10px; top:10px }
.sticky-bar .social-links ul { list-style:none; margin:0 }
.sticky-bar .social-links li { float:left; margin-left:10px }
.sticky-bar .social-links li .icon { display:block; font-size:20px; line-height:40px; text-align:center; color:#fff }
.sticky-bar .social-links li:hover .icon { color:#000 }
.sticky-bar .social-links li .text { position:absolute; left:-9999px; width:1px; height:1px; overflow:hidden; color:#fff; background:#000; clip:rect(0,0,0,0) }
 
}

@media only screen and (min-width:1024px) and (max-width:1400px) {
.site-header .edu-title { margin-left:-600px }    
.site-header .search-bar { margin-right:-600px } 
}

@media only screen and (min-width:1024px) and (max-width:1340px) {
.site-header .site-title a { -webkit-transform:scale(0.8); -moz-transform:scale(0.8); transform:scale(0.8) }
.site-header .edu-title { left:0; margin-left:0 }    
.site-header .search-bar { right:0; margin-right:-0 }     
.ticker-wrapper .head { display:none }    
.dropnav .nav > a { padding:0 10px; font-size:12px }    
}

@media only screen and (min-width:1024px) and (max-width:1150px) {
.dropnav .nav > a { font-family:'lato', arial }
}

/*---------------------------------------------------------------- 
  COMMON STYLES FOR MOBILE AND TABLET 
  ----------------------------------------------------------------*/

@media only screen and (max-width:1023px) {

body { padding:0 }

.site-header { position:relative; background:#000 }
.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% }
.site-header .edu-title,
.site-header .search-bar { display:none }

.mobile-menu-bar { display:block; padding:5px; background:#cd102e }
.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:#000; 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 }

.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:18px; 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:57%; 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 }

.tabs-wrapper .tabs { display:none }
.tabs-wrapper .tab_title { display:block; height:40px; line-height:40px; margin-bottom:0; padding:0 10px; border-bottom:5px solid #cd102e; font-size:16px; font-weight:700; text-transform:uppercase; background:#000; color:#fff }
.tabs-wrapper .tab_title:hover { color:#fff; text-decoration:none }
.tabs-wrapper .pane { position:static; visibility:visible; padding:0 }
.tabs-wrapper .pane .overflow { height:auto; padding:10px }

.main-tabs .tab_title2,
.main-tabs .pane2,
.main-tabs .tab_title6,
.main-tabs .pane6 { display:none !important }

.youtube-wrapper .player { width:100% }
.youtube-wrapper .playlist .overflow { position:static }

.brow-buttons { padding:10px }

.full-standings > .container { position:relative; overflow:hidden }
.full-standings > .container > div { overflow-x:auto; overflow-y:visible; padding-bottom:15px; margin-left:138px; border-left:solid 2px #ccc }
.full-standings > .container .pinned-col { position:absolute; left:0; top:auto; width:130px; overflow:hidden; text-overflow:ellipsis }
.full-standings > .container th,
.full-standings > .container td { white-space:nowrap }

.sticky-bar { 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 }

.button-wrapper { min-width: 700px; margin-left: -355px; }

}

/*---------------------------------------
  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: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 }

.schedule-boxscore .event-box { width:100% }

.site-footer { margin-top:0 }
.site-footer .footer-logos { margin-bottom:10px; }
.site-footer .footer-content { padding:10px }

.brow-buttons li { width:33.32%; padding:5px; }
.brow-buttons li:nth-child(4) { margin-left:16.66% }

.button-wrapper { display: none; }

}

/* 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;}