/* ==============
   GLOBAL STYLES
   ============== */

/* WEB FONTS */

@font-face {
    font-family: 'renner';
    src: url('renner-book-webfont.woff2') format('woff2'),
         url('renner-book-webfont.woff') format('woff');
    font-weight: 200;
    font-style: normal;

}

@font-face {
    font-family: 'marvel';
    src: url('marvel-regular-webfont.woff2') format('woff2'),
         url('marvel-regular-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;

}

@font-face {
    font-family: 'sinkin_sans';
    src: url('sinkinsans-500medium-webfont.woff2') format('woff2'),
         url('sinkinsans-500medium-webfont.woff') format('woff');
    font-weight: 500;
    font-style: normal;

}

@font-face {
    font-family: 'sinkin_sans';
    src: url('sinkinsans-600semibold-webfont.woff2') format('woff2'),
         url('sinkinsans-600semibold-webfont.woff') format('woff');
    font-weight: 600;
    font-style: normal;

}

@font-face {
    font-family: 'sinkin_sans';
    src: url('sinkinsans-700bold-webfont.woff2') format('woff2'),
         url('sinkinsans-700bold-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;

}

@font-face {
    font-family: 'sinkin_sans';
    src: url('sinkinsans-400regular-webfont.woff2') format('woff2'),
         url('sinkinsans-400regular-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;

}

@font-face {
    font-family: 'jawbreak-sans';
    src: url('/jawbreak-sans.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;

}

.nav-alert { background: #A00703; padding:0.5rem; font-size: 0.9rem; font-family: 'sinkin_sans', arial; font-weight:bold;}
.nav-alert a { color:#fff; }
.nav-alert ul { margin:0; padding:0; }
.nav-alert li { list-style: none; }
.nav-alert li a { text-transform: uppercase; display: block; color: #fff; text-align: center; }

.accent-bg,
.accent-bg th { color:#fff !important; background:#0e4c89 !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:#092c51; 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 }

/* CAROUSEL */
.j-carousel .seats:after { content:""; display:block; clear:both }

/* PADDING WILL CHANGE ACCORDING SITE PHOTO SIZE */
.j-carousel .media-box .slide-img { display:block; padding-top:62.63%; position:relative; 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-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 }  

/* MORE NEWS */
.more-news .story { position:relative; float:left; width:100%; padding:10px 20px 0 0; margin-bottom:20px; color:#fff; box-sizing:border-box }
.more-news .story:nth-child(2n+1) { clear:left }
.more-news .heading { margin:0 }
.more-news .heading .title { display:block; font-size:16px; font-family:'sinkin_sans', arial; font-weight:500; margin-bottom:5px; color:#fff }
.more-news .details { font-size:16px; overflow:hidden }
.more-news .details .date,
.more-news .details .sport-name { display:inline-block; vertical-align:top; font-size:12px; font-family:'sinkin_sans', arial; font-weight:400 }
.more-news .details .sport-name:before { content:'-'; margin:0 7px 0 5px }
.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 .details .related-links li a { color:#fff }
.more-news .load-more { display:block; clear:both; max-width:120px; padding:10px; margin:0 auto; font-size:20px; line-height:1.2; 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 */
.section-schedule .section-header { position:static; display:block; max-width:150px; padding:15px 0; margin:0;font-size:18px; font-family:'jawbreak-sans', arial; font-weight:500; text-align:center; text-transform:uppercase; color:#18426c; background:#fff }
.schedule-wrapper { padding:30px; background:#fff }
.schedule-boxscore { height:675px; overflow:auto }
.schedule-boxscore .event-box { padding:5px; margin-top:10px; color:#000; background:#ecf1f7 }
.schedule-boxscore .event-box:first-child { margin-top:0; border-top:0 }
.schedule-boxscore .event-info { position:relative;  min-height:80px;  padding:10px 120px; overflow:hidden; line-height:1.2 }
.schedule-boxscore .event-info .team-name { font-family: 'jawbreak-sans', arial; }
.schedule-boxscore .date { position:absolute; left:10px; top:5px; height:70px; padding:20px 20px 0; background:#18426c; text-align:center }
.schedule-boxscore .date { display:block; font-size:30px; font-family:'sinkin_sans'; font-weight:700; color:#fff }
.schedule-boxscore .date span:first-child { display:block; font-size:12px; font-weight:400; color:#fff }
.schedule-boxscore .sport { font-size:10px; font-family:'sinkin_sans', arial; font-weight:700; text-transform:uppercase  }
.schedule-boxscore .team { font-size:14px; font-family:'sinkin_sans', arial; font-weight:400; line-height:2;color:#53565a }
.schedule-boxscore .status{ position:absolute; right:0; top:20px; min-width:60px; font-family:'sinkin_sans', arial; font-size:10px; font-weight:700; text-align:center }
.schedule-boxscore .team .result { display:block; font-size:18px; font-weight:400 }
.schedule-boxscore .neutral-site,
.schedule-boxscore .notes { margin-top:5px; font-size:12px; color:#a0a0a0 }
.schedule-boxscore .links a { color:#ccc }

/* 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-size:15px; font-family:'jawbreak-sans', arial; font-weight:500; text-transform:uppercase; text-decoration:none; color:#fff }
.tabs-wrapper .tab a:focus,
.tabs-wrapper .tab a.active { color:#064481; 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 }

.main-tabs .pane .overflow { height:605px; padding:20px; overflow:auto }
.main-tabs .pane1 .overflow { height:auto; padding:0 }
.main-tabs .pane3 { background:#fff }
.main-tabs .pane3 .overflow { overflow-y:scroll }

.secondary-tabs .pane .overflow { height:300px; padding:10px; overflow:auto }

.team-links { height:585px; overflow:auto }
.team-links ul { list-style:none; margin:0; padding:0 }
.team-links li { font-size:18px; font-family:'sinkin_sans', arial; font-weight:500 }
.team-links li:before { content:'\00bb'; display:inline-block; vertical-align:top; font-family:'glyphicons'; font-size:20px; margin-right:5px; color:#092c51 }

/* SLIDER */
.slider-wrapper { position:relative }
.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 }
.left-col-buttons .gear-button .next, 
.left-col-buttons .gear-button .prev { position:absolute; left:20px; bottom:55px; width:30px; height:30px; font-family:'glyphicons'; border:none; cursor:pointer; text-align:center; overflow:hidden; background:#403562 }
.left-col-buttons .gear-button .next { left:auto; right:20px }
.left-col-buttons .gear-button .prev:before { content:"\e80f"; display:block; font-size:20px; line-height:30px; color:#fff }
.left-col-buttons .gear-button .next:before { content:"\e810"; display:block; font-size:20px; line-height:30px; color:#fff }
.left-col-buttons .gear-button .pp { display:none }

.sponsors-slider .image { float:left; width:20%; padding:0 5px; box-sizing:border-box }
.sponsors-slider .prev, 
.sponsors-slider .next { position:absolute; left:-40px; bottom:55px; width:30px; height:30px; font-family:'glyphicons'; border:none; cursor:pointer; text-align:center; overflow:hidden; background:#403562 }
.sponsors-slider .next { left:auto; right:-40px }
.sponsors-slider .prev:before { content:"\e80f"; display:block; font-size:20px; line-height:30px; color:#fff }
.sponsors-slider .next:before { content:"\e810"; display:block; font-size:20px; line-height:30px; color:#fff }
.sponsors-slider .pp { display:none }


.right-col-buttons li { display:block; margin:30px 0 }
.right-col-buttons li span { position:absolute; left:-9999px; width:1px; height:1px; overflow:hidden; clip:rect(0,0,0,0) }

.left-col-buttons { margin:0 -10px; overflow:hidden}
.left-col-buttons .gear-button { float:left; width:50%; padding:0 10px; margin:20px 0 0; box-sizing:border-box }
.left-col-buttons .gear-button .image img { width:100% }
.left-col-buttons .donate-button { float:left; width:50%; padding:0 10px; margin:20px 0 0;  box-sizing:border-box }
.left-col-buttons .donate-button img { width:100% }

/* VIDEOS */
.section-videos .section-header { position:relative; left:0; margin:0; font-size:43px; font-family:'jawbreak-sans', arial; font-weight:600; text-transform:uppercase; color:#fff }
.section-videos .section-header:after { content:''; position:absolute; left:275px; right:0; top:50%; display:block; height:20px; margin-top:-10px; background:#fff }
.section-videos { position:relative; padding:20px 0 }
.section-videos .video-playlist { padding:0 }
.section-videos .video-playlist .playlist .playlist-panes { position:absolute; left:65%; right:0; top:0; bottom:0; overflow:auto }
.section-videos .video-playlist .playlist-wrapper { padding:20px 0 0; background:none }
.section-videos .video-playlist .player { float:left; width:65%; border:10px solid #fff; box-sizing:border-box }
.section-videos .video-playlist .pagination,
.section-videos .video-playlist .video-info { display:none }
.section-videos .video-playlist .playlist-title { display:none }
.section-videos .video-playlist .playlist .item,
.section-videos .video-playlist .playlist .item:hover,
.section-videos .video-playlist .playlist .item.active { margin-bottom:0; padding:10px; border-top:none; border-bottom:none; background:none }
.section-videos .video-playlist .playlist .item.active { color:#000; background:#fff }
.section-videos .video-playlist .playlist .item .video-title,
.section-videos .video-playlist .playlist .item.active .video-title:after { display:block; padding:10px 0; font-size:18px; font-family:'marvel', arial; font-weight:400; line-height:1.1; color:#fff }
.section-videos .video-playlist .playlist .item.active .video-title:after { color:#000 }
.section-videos .video-playlist .playlist .item .thumb { max-width:120px; max-height:73px; margin-right:20px; border:none }
.section-videos .video-playlist .playlist .item .thumb img { vertical-align:top }


.excellence-links h1 { display:inline-block; vertical-align:top; margin:10px; font-size:36px; font-weight:500; text-transform:uppercase; border-bottom:2px solid #fff; text-align:center; color:#fff }
.excellence-links > div { height: 618px;overflow:auto;}
.excellence-links ul { list-style:none; margin:0 padding:0 }
.excellence-links li { margin:20px 0; font-size:18px; font-family:'jawbreak-sans', arial; font-weight:500; text-transform:uppercase }
.excellence-links li a { color:#fff }


.sport-rankings h1 { display:inline-block; vertical-align:top; margin:10px; font-size:36px; font-weight:500; text-transform:uppercase; border-bottom:2px solid #fff; text-align:center; color:#fff }
.sport-rankings > div {height: 625px;overflow:auto;}
.sport-rankings ul { list-style:none; margin:0 padding:0 }
.sport-rankings li { margin:20px 0; font-size:18px; font-family:'jawbreak-sans', arial; font-weight:500; text-transform:uppercase }
.sport-rankings li a { color:#fff }


/*-------------------------------------------------------------------- 
  SITE SPECIFIC COLORS FOR INTERNAL PAGES 
  --------------------------------------------------------------------*/

/* STAFF DIRECTORY */
.staff-directory th { background:#233a75; color:#fff }

/* ROSTER */
.roster th,
.roster td { padding:5px 10px; text-align:left }
.roster .roster-header { background:#233a75; color:#fff }
.roster .roster-header a { color:#fff }

/* SCHEDULE */
.schedule-list table th { background-color:#233a75; color:#fff }

/* STATS */
.stats-wrapper { width:100% }
.stats-wrapper .stats-quarter-box { width:auto }
.stats-wrapper th { background:#233a75 }
.stats-wrapper th,
.stats-wrapper td { font-size:14px; padding:5px }
.highlights.highlights-standalone .stat { color: #fff; }
	
/* BIO */
.bio-wrap .head { background:#233a75; color:#fff }
.bio-wrap .head a { color:#fff }

/* ==============
   MEDIA QUERIES
   ============== */

/*-----------------------------------------
  DESKTOP SPECIFIC STYLES 
  -----------------------------------------*/

@media only screen and (min-width: 1024px) {

.page { position:relative; overflow:hidden; padding-top:135px; max-width:2000px; margin:0 auto; overflow:hidden; background:url(/images/setup/2018_page_bg_repeater.jpg) repeat 50% 0 }
.body-container { margin-top:20px }
.mainbody { min-height:500px; padding:20px; position:relative }
.landing .mainbody { min-height:0; padding:0 }

.site-header { position:absolute; left:0; right:0; top:0;  z-index:3; padding-top:25px; background:url(/images/setup/2018_header_bg.png) repeat 50% -20px; }
.site-header > div {position:relative; max-width:1410px; margin:0 auto  }
/*.site-header .site-title { margin:0; padding:19px 0 }*/
/*.site-header .site-title a { display:block; width:792px; height:127px; margin:0 auto; background:url(/images/setup/2018_MaryWashington_home_v1_03.png) no-repeat 50% 0 }*/
.site-header .header-text{ display:block; max-width:760px; height:28px; background:url(/images/setup/Updated_Images/typography.png) no-repeat 50% 50%; margin:0 auto;  text-indent:-9999px; background-size: contain; }
.site-header .site-title a { display: block;width: 145px;position: absolute;height: 127px;left: 0;top: -13px;text-indent: -9999px;background: url(/images/setup/Updated_Images/Primary_Logo.png) no-repeat;background-size: contain;z-index: 1;margin-left:0;}

.site-header.sticky { position:fixed; top:-115px; transform:translateY(61px); transition:transform 0.5s 0.2s ease; }
.site-header.sticky .site-title { padding:0; margin:0 }
.site-header.sticky .site-title a { transform: scale(.8);top: 20px;}

.site-header .social-links { position:absolute; right:0; top:30px }
.site-header .social-links ul { list-style:none; margin:0; padding:0  }
.site-header .social-links li { display:inline-block; vertical-align:top; margin:20px 5px }
.site-header .social-links li a { display:block; width:1em; font-size:20px; padding:7px; color:#fff }
.site-header .social-links li a:hover { background:#fff; color:#18416c }
.site-header .social-links li a .text { position:absolute; left:-9999px }

.site-header.sticky .social-links { top:15px; }

.site-footer { text-align:center; background:#fff }
.site-footer .footer-logos li { float:left; width:25%; padding:30px 0; border:1px solid #ecf1f7; box-sizing:border-box }
.site-footer .footer-logos li:nth-child(1) { border-left:none }
.site-footer .footer-text {  margin:50px 0 }
.site-footer .footer-text .title { display:block; font-size:14px; font-family:'jawbreak-sans', arial; font-weight:700; text-transform:uppercase; color:#18426c }
.site-footer .footer-text span { display:block; font-weight:400; color:#18426c }

.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% }

.landing-row.sponsors-slider-row { padding:0 0 50px 0 }

/* NAVIGATION */
.dropnav { position: relative;left: 50%;right: 50%;width: 100vw;margin-left: -50vw;margin-right: -50vw; height:61px; text-align:center; background:url(/images/setup/2018_page_bg_repeater.jpg) repeat 50% 0; box-shadow:0 0 50px rgba(0,0,0,0.8) }
.dropnav ul, .dropnav li { list-style:none; padding:0; margin:0 }
.dropnav .nav { position:relative; display:inline-block; vertical-align:top; text-align:left; border-right:1px solid #376593 }
.dropnav .nav:first-child { border-left:1px solid #376593 }
.dropnav .nav > a { position:relative; display:block; height:61px; padding:0 20px; font-size:16px; font-family:'jawbreak-sans', arial; font-weight:500; line-height:61px; text-decoration:none; color:#fff; text-transform:uppercase }
.dropnav .nav.focus > a,
.dropnav .nav:hover > a { background:none }
.dropnav .nav > .submenu { opacity:0; visibility:hidden; position:absolute; left:0; top:61px; background:#53565a; 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:block; padding:5px 15px; color:#fff; font-size:18px; font-family:'jawbreak-sans', arial; font-weight:400; line-height:30px; text-decoration:none }
.dropnav .submenu a:hover { color:#053564; background:#fff }
.dropnav .submenu ul { display:inline-block; vertical-align:top; min-width:250px; margin-left:20px }
.dropnav .submenu ul:first-child { margin-left:0 }

.dropnav .nav1 { position:static }
.dropnav .nav1 > .submenu { right:0; padding:20px; text-align:center }
.dropnav .nav1 > .submenu a { display:inline-block; vertical-align:top }
.dropnav .nav1 .submenu.level1 > ul > .has-submenu { position:relative; display:inline-block; vertical-align:top; margin-right:40px; text-align:left }
.dropnav .nav1 .submenu.level1 > ul > .has-submenu > a { position:relative; margin-bottom:10px; font-size:20px; font-weight:700; text-transform:uppercase; text-align:left; cursor:default; pointer-events:none; background:#535659 }
.dropnav .nav1 .submenu.level1 > ul > .has-submenu:before { content:''; position:absolute; left:0; right:0; top:23px; display:block; height:20px; margin-top:-10px; background:#fff }
.dropnav .nav1 .submenu.level2 .has-submenu ul,
.dropnav .nav1 .submenu.level2 .has-submenu li,
.dropnav .nav1 .submenu.level2 .has-submenu .submenu { display:inline-block; vertical-align:top }
.dropnav .nav1 .submenu.level2 .has-submenu a { min-width:60px; padding:0 10px; font-size:14px; font-family:'renner', arial; font-weight:200; text-align:center }
.dropnav .nav1 .submenu.level2 .has-submenu { padding:0 10px; display:block; min-width:570px }
.dropnav .nav1 .submenu.level2 .has-submenu:hover { background:#fff }
.dropnav .nav1 .submenu.level2 .has-submenu:hover a { color:#013565 }
.dropnav .nav1 .submenu.level2 .has-submenu > a { min-width:200px; font-size:18px; font-family:'jawbreak-sans', arial; font-weight:400; text-align:left }
.dropnav .nav1 .submenu.level2 .has-submenu li:nth-child(-n+2):after { content:''; display:inline-block; vertical-align:top; line-height:30px; color:#fff }
.dropnav .nav1 .submenu.level1 .has-submenu li a:before { display:block; font-family:"GlyphIcons"; font-style:normal; font-weight:normal; speak:none; text-decoration:inherit; text-align:center; font-variant:normal; text-transform:none }
.dropnav .nav1 .submenu.level1 .has-submenu li a[href*="twitter"],
.dropnav .nav1 .submenu.level1 .has-submenu li a[href*="facebook"] { min-width:30px; width:30px; height:30px; padding:0; margin:0 2px; overflow:hidden; font-size:18px; line-height:30px  }
.dropnav .nav1 .submenu.level1 .has-submenu li a[href*="twitter"]:before { content:"\e81d" }
.dropnav .nav1 .submenu.level1 .has-submenu li a[href*="facebook"]:before { content:"\e81c" }
.dropnav .nav1 .submenu.level1 .has-submenu li a[href="#twitter"],
.dropnav .nav1 .submenu.level1 .has-submenu li a[href="#facebook"] { pointer-events:none; color:#ccc; opacity:0.8 }
.dropnav .nav1 .submenu.level1 a[rel="wiki-link"]  + a { display:none !important }

.dropnav .nav1 ~ .nav .submenu .has-submenu > a:before { content:'\e810'; font-family:'glyphicons'; float:right; margin-left:20px; font-size:12px }
.dropnav .nav1 ~ .nav .submenu .has-submenu > .submenu { display:none; position:absolute; left:100%; top:0; background:#03396b }
.dropnav .nav1 ~ .nav .submenu .has-submenu.focus > .submenu,
.dropnav .nav1 ~ .nav .submenu .has-submenu:hover > .submenu { display:block }
.dropnav .nav1 ~ .nav .submenu .has-submenu:nth-child(5) ~ .has-submenu > .submenu { top:auto; bottom:0 }
.dropnav .nav1 ~ .nav .submenu.level2 .has-submenu { position:relative }

.secondary-nav { position:relative; z-index:2; padding:25px 10px; margin-bottom:10px; color:#fff; background:#53565a }
.secondary-nav > div { max-width:1410px; margin:0 auto }
.secondary-nav h1 { float:left; margin-bottom:0; color:#fff; font-size:24px; font-family:'jawbreak-sans', arial; font-weight:700; 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:14px; font-family:'jawbreak-sans', arial; font-weight:400; color:#fff; text-decoration:none }
.secondary-nav li.focus a,
.secondary-nav li:hover a { color:#eee; 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:#02458b }
.secondary-nav .has-nav > ul { display:none; position:absolute; right:0; padding:10px; background:#02458b; 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; font-size:14px; font-family:'jawbreak-sans', arial; font-weight:400; color:#fff; white-space:nowrap }
.secondary-nav .has-nav li.focus a,
.secondary-nav .has-nav li:hover a { color:#eee }
.secondary-nav .has-nav .has-nav { position:relative }
.secondary-nav .has-nav .has-nav > ul { top:0; right:100% }

.j-carousel { padding:10px; background:#fff }
.j-carousel .media-box { background:#000}
.j-carousel .story-box { position:relative; padding:50px 40px 0; min-height:143px; color:#fff; background:#fff; box-sizing:border-box }
.j-carousel .story-box .title { display:block; max-height:60px; font-size:24px; font-family:'jawbreak-sans', arial; line-height:30px; color:#04478b; font-weight:600; overflow:hidden }
.j-carousel .story-box .date { position:absolute; left:90px; top:30px; font-size:12px; font-family:'jawbreak-sans', arial; font-weight:500; text-transform:uppercase; color:#999 }
.j-carousel .story-box .carousel-share-links { position:absolute; left:40px; top:30px }
.j-carousel .story-box .carousel-share-links a { font-size:0; color:#18426c; 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:none }
.j-carousel .story-box .readmore { display:none }

.j-carousel .controls {position:absolute; right:40px; top:25px; z-index:2; margin-top:62.63%; text-align:center }
.j-carousel .control {position:relative; display:inline-block; vertical-align:top; margin:0 1px; cursor:pointer }
.j-carousel .control .counter { display:block; width:40px; font-size:11px; background:#034486; color:#fff }
.j-carousel .control.active .counter { background:#fff; color:#034486 }
.j-carousel .control .thumb-title { display:none } 

.excellence-links { padding:10px; text-align:center; background:url(/images/setup/excellencebg.png) no-repeat 50% 50% }
.sport-rankings { float:left; width:50%; padding:10px; margin:20px 0 0;  box-sizing:border-box; text-align:center; background:url(/images/setup/rankedteamsbg.png) no-repeat 50% 50% }

.main-tabs .social-stream { max-width:720px; margin:0 auto }
.main-tabs .social-stream .feed { min-height:700px; }

.button-wrapper { min-width: 700px; margin-left: -355px; }

}

@media only screen and (max-width:1370px) and (min-width:1024px) { 

.site-header .social-links { right:0; }
.site-header .social-links li { margin:20px 0 }

.secondary-nav > div { max-width:1205px; margin:0 auto }
.dropnav .nav > a { padding:0 15px; font-size:15px }

}

@media only screen and (max-width:1150px) and (min-width:1024px) { 
.dropnav .nav > a { padding:0 12px; font-size:12px }
}

@media only screen and (max-width:1400px) and (min-width:1200px) { 
.site-header .site-title a { margin-left: 150px; }
}

@media only screen and (min-width:1024px) and (max-width:1400px) {
.landing-row > div { max-width:1200px }  
.schedule-boxscore { height:587px }  
}

/*---------------------------------------------------------------- 
  COMMON STYLES FOR MOBILE AND TABLET 
  ----------------------------------------------------------------*/

@media only screen and (max-width:1023px) {

body { padding:0 }

.site-header { position:relative; background:#ffffff }
.site-header .site-title { margin:0 }
.site-header .site-title a { display:block; height:115px; text-indent:-9999px; background:url("/images/setup/Updated_Images/header_tablet.png") no-repeat 50% 50% }

.site-header .header-text { display: none; }

.site-header .social-links { padding:10px; text-align:center; background:rgba(0,0,0,0.6) }
.site-header .social-links ul { list-style:none; margin:0; padding:0;  }
.site-header .social-links li { display:inline-block; vertical-align:top }
.site-header .social-links li a { display:block; width:1em; font-size:16px; padding:7px; line-height:1; border-radius:20px; color:#fff; background:#18416c }
.site-header .social-links li a:hover { background:#fff; color:#18416c }
.site-header .social-links li a .text { position:absolute; left:-9999px }


.mobile-menu-bar { display:block; padding:5px; background:#18416c }
.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:#666; 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:#0d2640; 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:62.63%; 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:30px; line-height:30px; margin-bottom:0; padding:10px; font-size:14px; font-family:'jawbreak-sans', arial; font-weight:700; text-align:center; text-transform:uppercase; background:#092c51; 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:0 }

.main-tabs .panes { background:#06498d }

.schedule-boxscore .event-box { margin-top:5px }
.aotw { height:auto }

.landing-row.videos-row { background:#0e4c89 }

.section-schedule .section-header { display:block; margin:0 auto; padding:10px 0 0; }
.schedule-wrapper { padding:0 }

.right-col-buttons { padding:10px }
.right-col-buttons li { float:left; width:100%; padding:10px; margin:0; box-sizing:border-box }
.right-col-buttons li img { display:none }
.right-col-buttons li span { position:static; display:block; width:auto; height:auto; padding:50px; font-size:30px; text-transform:uppercase; text-align:center; color:#fff; box-shadow:0 0 10px rgba(0,0,0,0.6) inset; background:#03488d; clip:auto }

.left-col-buttons .gear-button { float:none; width:100% }

.excellence-links { text-align:center; box-shadow:0 0 50px rgba(0,0,0,0.8) inset; background:#555 }

.sport-rankings { text-align:center; box-shadow:0 0 50px rgba(0,0,0,0.8) inset; background:#555 }

.section-videos .video-playlist .player { float:none; width:100% }
.section-videos .video-playlist .playlist .playlist-panes { position:static }

.site-footer { text-align:center }
.site-footer .footer-logos li { display:inline-block; vertical-align:top; width:100px; margin:20px 30px 0 }
.site-footer .footer-text {  margin:20px 0 10px }
.site-footer .footer-text .title { display:block; font-size:14px; font-family:'sinkin_sans', arial; font-weight:700; text-transform:uppercase; color:#18426c }
.site-footer .footer-text span { display:block; font-weight:400; color:#18426c }

.more-news .story { padding:20px 20px 0 }

.sponsors-slider .prev, 
.sponsors-slider .next { left:0; }
.sponsors-slider .next { left:auto; right:0 }

.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) {

.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/Updated_Images/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 }

.right-col-buttons li { width:100% }

.section-videos .video-playlist .playlist .playlist-pane { display:none !important}
.section-videos .video-playlist .playlist .playlist-pane:first-child { display:block !important }

.more-news .story { padding:10px }
.more-news .heading .thumb { float:none; display:block; width:auto; margin:0 -10px 10px }
.more-news .heading .thumb img { width:100% }

.left-col-buttons .gear-button { float:none; width:100% }

}

/* 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;}

.button-wrapper {background: #BA2B2F;padding: 5px;position: absolute;z-index: 4;top: 80px;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%; }
