/* ==============
   GLOBAL STYLES
   ============== */

/* WEB FONTS */

@font-face {
    font-family: 'bebas_neue';
    src: url('bebasneue_bold-webfont.woff2') format('woff2'),
         url('bebasneue_bold-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;

}

@font-face {
    font-family: 'bebas_neue';
    src: url('bebasneue_regular-webfont.woff2') format('woff2'),
         url('bebasneue_regular-webfont.woff') format('woff');
    font-weight: 400;
    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: '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-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-900xblack-webfont.woff2') format('woff2'),
         url('sinkinsans-900xblack-webfont.woff') format('woff');
    font-weight: 900;
    font-style: normal;

}

@font-face {
    font-family: 'roboto';
    src: url('Roboto-Regular-webfont.eot');
    src: url('Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('Roboto-Regular-webfont.woff') format('woff'),
         url('Roboto-Regular-webfont.ttf') format('truetype'),
         url('Roboto-Regular-webfont.svg#robotoregular') format('svg');
    font-weight: 400;
    font-style: normal;

}

@font-face {
    font-family: 'roboto';
    src: url('Roboto-Bold-webfont.eot');
    src: url('Roboto-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('Roboto-Bold-webfont.woff') format('woff'),
         url('Roboto-Bold-webfont.ttf') format('truetype'),
         url('Roboto-Bold-webfont.svg#robotobold') format('svg');
    font-weight: 700;
    font-style: normal;

}

.accent-bg,
.accent-bg th { color:#fff !important; background:#003E83 !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:#C2C5C7; -webkit-font-smoothing:antialiased; -webkit-text-size-adjust:none }

:focus { outline-color:#233a75 }

a { color:#003E83; text-decoration:none }
a:focus,
a:hover { color:#233a75; text-decoration:underline }

h1,h2,h3,h4,h5,h6 { line-height:1.3 }

h1 { font-size:34px }
h2 { font-size:30px }
h3 { font-size:26px }
h4 { font-size:22px }
h5 { font-size:18px }
h6 { font-size:16px }

.body-container { max-width:1410px; margin:0 auto }
.landing .body-container { max-width:none }
.mainbody { display:block; padding:10px; background:#fff }
.landing .mainbody { padding:0; background:none }

.section-header { position:absolute; left:-9999px }

.navbar-image ul { list-style:none; margin:0 }
.navbar-image li img { vertical-align:top }

.site-footer { padding:30px 0 0; text-align:center }
.site-footer .footer-logos li { display:inline-block; vertical-align:middle; margin:10px 60px }
.site-footer .footer-address { margin-top:30px; padding:30px; font-family:'sinkin_sans', arial; color:#fff; background:#003E83 }
.site-footer .footer-address .title { display:block; margin-bottom:10px; font-weight:700; text-transform:uppercase }
.site-footer .footer-address span { padding:0 20px }
.site-footer .footer-address a { color:#fff}

/* 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:56.25%; 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-carousel3 { position:relative; z-index:1 }
.j-carousel3 .feed { position:relative; overflow:hidden }
.j-carousel3 .seats { width:800%; position:relative }
.j-carousel3 .seat { opacity:0; visibility:hidden; width:12.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 .stories { height:600px; font-family:'sinkin_sans', arial; overflow:auto }
.more-news .story { margin-top:10px; padding:20px 10px 20px 140px; border-top:1px solid #ccc; position:relative }
.more-news .story:first-child { margin-top:0 }
.more-news .heading { margin:0 }
.more-news .heading .thumb { width:120px; float:left; margin-left:-140px; 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:14px; margin-bottom:5px; color:#000 }
.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 }

/* SCHEDULE */
.schedule-boxscore { padding:20px 0 }
.schedule-boxscore .event-box { margin-top:20px; border:1px solid #ccc; padding:15px; font-family:'sinkin_sans', arial; position:relative; background:#fff; overflow:hidden }
.schedule-boxscore .event-box:first-child { margin-top:0 }
.schedule-boxscore .date-status  { display:block; font-family:'bebas_neue', arial; font-size:20px; font-weight:700; line-height:30px; text-transform:uppercase; color:#003E83 }
.schedule-boxscore .sport { font-size:16px; font-weight:500; color:#003E83 }
.schedule-boxscore .status { float:right }
.schedule-boxscore .teams { margin-top:5px }
.schedule-boxscore .team { font-weight:500 }
.schedule-boxscore .team .result { color:#003E83 }
.schedule-boxscore .notes,
.schedule-boxscore .neutral-site  { margin-top:5px; font-size:12px; font-weight:500; color:#444 }
.schedule-boxscore .links { margin-top:10px; font-size:12px; font-weight:500 }

/* TABS */
.tabs-wrapper ul.tabs { padding:10px; background:#003E83 }
.tabs-wrapper .tab_title { display:none }
.tabs-wrapper .tab1 ~ .tab:before { content:'/';; float:left; margin:0 10px; font-size:20px; line-height:40px; color:#fff  }
.tabs-wrapper .tab a { float:left; border-bottom:3px solid transparent; line-height:37px; margin:0 10px; font-family:'sinkin_sans', arial; font-size:15px; font-weight:700; text-transform:uppercase; text-decoration:none; color:#fff }
.tabs-wrapper .tab a:focus,
.tabs-wrapper .tab a.active { border-color:#fff; color:#fff }
.tabs-wrapper .panes { position:relative; overflow:hidden }
.tabs-wrapper .pane { display:block !important; position:absolute; left:0; right:0; top:-9999px; visibility:hidden }
.tabs-wrapper .pane.active { position:static; visibility:visible }

.secondary-tabs .tab1 a:before { content:'\e803'; font-family:'glyphicons'; font-weight:400; margin-right:10px }
.secondary-tabs .tab2 a:before { content:'\e837'; font-family:'glyphicons'; font-weight:400; margin-right:10px }
.secondary-tabs .pane .overflow { height:445px; overflow:auto }

/* 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 }
.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:"\e80f"; display:block; font-family:'glyphicons'; font-size:30px; line-height:30px; color:#d8b760 }
.slider-wrapper .next:before { content:"\e810"; display:block; font-family:'glyphicons'; font-size:30px; line-height:30px; color:#d8b760 }
.slider-wrapper .pp { display:none }

.banners-slider { overflow:hidden }
.banners-slider .slider { margin:0 -10px }
.banners-slider .image { float:left; width:50%; padding:0 10px; box-sizing:border-box }
.banners-slider .prev, .banners-slider .next { display:none }

.sponsors-slider { padding:10px }
.sponsors-slider .image { float:left; width:25%; padding:0 10px; text-align:center; box-sizing:border-box }

.section-cougar-news .section-header { position:static; margin-bottom:0; padding:10px 20px; font-family:'sinkin_sans', arial; font-size:15px; font-weight:700; line-height:40px; text-transform:uppercase; background:#003E83; color:#fff }
.section-cougar-news .section-header span { display:inline-block; vertical-align:top; margin-right:15px; font-size:20px }

.section-twitter .section-header { position:static; margin-bottom:0; padding:10px 20px; font-family:'sinkin_sans', arial; font-size:15px; font-weight:700; line-height:40px; text-transform:uppercase; background:#003E83; color:#fff }
.section-twitter .section-header span { display:inline-block; vertical-align:top; margin-right:15px; font-size:20px }

.social-links ul { list-style:none; margin:0 }
.social-links li { float:left; margin-right:5px }
.social-links li a { display:block; font-size:20px; line-height:40px; color:#fff }
.social-links li .text { position:absolute; left:-9999px; width:1px; height:1px; overflow:hidden; clip:rect(0,0,0,0) }
.social-links li a:hover,
.social-links li a:focus { color:#000 }

.aotw-div li { text-align: center;}
.aotw-div li:last-child {margin-top: 95px }
.aotw-div li img{ min-height:280px }

.nav-covid{ text-align:center }

/*-------------------------------------------------------------------- 
  SITE SPECIFIC COLORS FOR INTERNAL PAGES 
  --------------------------------------------------------------------*/

/* STAFF DIRECTORY */
.staff-directory th { background:#003E83; color:#fff }

/* ROSTER */
.roster th,
.roster td { padding:5px 10px; text-align:left }
.roster .roster-header { background:#003E83; color:#fff }
.roster .roster-header a { color:#fff }

/* SCHEDULE */
.schedule-list table th { background-color:#003E83; color:#fff }

/* STATS */
.stats-wrapper { width:100% }
.stats-wrapper .stats-quarter-box { width:auto }
.stats-wrapper th { background:#003E83 }
.stats-wrapper th,
.stats-wrapper td { font-size:14px; padding:5px }
.highlights.highlights-standalone .stat { color: #fff; }
	
/* BIO */
.bio-wrap .head { background:#003E83; color:#fff }
.bio-wrap .head a { color:#fff }

/* ==============
   MEDIA QUERIES
   ============== */

/*-----------------------------------------
  DESKTOP SPECIFIC STYLES 
  -----------------------------------------*/

@media only screen and (min-width:1024px) {

.page { position:relative; max-width:2000px; margin:0 auto; overflow:hidden }
.mainbody { min-height:500px; padding:20px; position:relative }
.landing .mainbody { min-height:0; padding:0 }

/*.site-header { position:relative; z-index:3; background:#003E83; border-bottom:40px solid #757977;  margin-bottom:20px }*/
.site-header { position:relative; z-index:3; background:url(/images/setup/Updated_Images_2/header_bg.png) repeat-x ;  margin-bottom:20px }
.site-header > div { position:relative; max-width:1410px; height:107px; margin:0 auto }
.site-header > div:after { content: '';width: 110px;height: 106px;position: absolute;right: 200px;bottom: 0;background: url(/images/setup/new_images/diagonal_lines_large.png) no-repeat;}
.site-header .site-title { margin:0 }
/*.site-header .site-title::after { content: '';position: absolute;width: 130px;right:0;height: 110px;background: url(/images/logos/barton_50_new.png) no-repeat;background-size: contain;}*/
/*.site-header .site-title a { display:block; position:absolute; left:0; top:23px; width:240px; height:157px; text-indent:-9999px; color:#fff; background:url(/images/setup/MASTER_SPRITE20190320.png) no-repeat 0 0   }*/
.site-header .site-title a { display: block;position: absolute;left: 10px;top: 0;width: 240px;height: 157px;text-indent: -9999px;color: #fff;background: url(/images/setup/Updated_Images/master_sprite.png) no-repeat 0 0; z-index: 1;}
/*.site-header .site-title a:after { content:''; position:absolute; left:260px; top:23px; width:1149px; height:27px; background:url(/images/setup/2019_text.png) no-repeat 0 0; background-size:100% auto }*/
.site-header .social-links { display:none; vertical-align:top; margin:90px 0 0 10px }
.site-header .header-text { position:absolute; left: 0;right: 0;bottom: 2px;text-align: center;color: #1E5BA2;text-transform: uppercase;font-size: 20px; font-weight: 600; background: #fff; box-shadow: 0px 2px 7px rgba(0,0,0,0.6); }
/*.site-header:after { content: '';width: 100px;height: 106px;position: absolute;right: 200px;bottom: 4px;background: url(/images/setup/new_images/claws.jpg) no-repeat;}*/

/*.site-header .site-name { text-align: center;height: 40px;background: #757977;}*/
/*.site-header .site-name li {list-style: none;}*/
/*.site-header .site-name li:first-child a { font-size: 20px;line-height: 2;font-weight: 900;}*/
/*.site-header .site-name li a {color: #fff;text-transform: uppercase;}*/
/*.site-header .site-name li a:hover,*/
/*.site-header .site-name li a:focus { text-decoration: 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; display:inline-block; vertical-align:top; margin:17px 0 0 300px; font-family:'sinkin_sans', arial; color:#fff }
.dropnav ul, .dropnav li { list-style:none; padding:0; margin:0 }
.dropnav .nav { float:left }
/*.dropnav .nav:after { content:'\2022 '; float:left; margin:0 10px; font-weight:700; font-size:18px; line-height:40px; color:#d8b760 }*/
.dropnav .nav > a { float:left; height:40px; padding:0 12px; font-size:16px; font-weight:700; line-height:40px; text-decoration:none; color:#fff; text-transform:uppercase }
.dropnav .nav.focus > a,
.dropnav .nav:hover > a { color:#000; background:#d8b760 }
.dropnav .nav > .submenu { opacity:0; visibility:hidden; position:absolute; left:50%; right:50%; top:40px; width:100vw; margin-left:-50vw; margin-right:-50vw; padding:50px; text-align:center; background:#fff; white-space:nowrap; z-index:1 }
.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 10px; color:#003E83; font-size:16px; font-weight:500; line-height:35px; text-decoration:none }
.dropnav .submenu a:hover { color:#003E83 }
.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:26px; letter-spacing:2px; text-transform:uppercase; cursor:default; color:#003E83; 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:#d8b760 }
.dropnav .submenu.level2 .has-submenu:hover a { color:#000 }
.dropnav .submenu.level2 .has-submenu > a { min-width:300px }
.dropnav .submenu.level2 .has-submenu li a { padding:0 2px; font-size:12px; text-transform:none; color:#666 }
.dropnav .submenu.level2 .has-submenu li a:hover { color:#000 }

.secondary-nav { position:relative; z-index:2; padding:20px; font-family:'sinkin_sans', arial; color:#444 }
.secondary-nav h1 { float:left; margin-bottom:0; color:#003E83; font-size:18px; text-transform:uppercase }
.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 }
.secondary-nav li { float:left }
.secondary-nav li a { padding:5px 15px; font-size:13px; font-weight:500; color:#555; text-decoration:none }
.secondary-nav li.focus a,
.secondary-nav li:hover a { color:#003E83; 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:#003E83 }
.secondary-nav .has-nav > ul { display:none; position:absolute; right:0; padding:10px; background:#003E83; 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:#d8b760 }
.secondary-nav .has-nav .has-nav { position:relative }
.secondary-nav .has-nav .has-nav > ul { top:0; right:100% }

.j-carousel { background:#000 }
.j-carousel .story-box { position:absolute; left:0; right:0; bottom:0; padding:30px 80px; font-family:'sinkin_sans', arial; color:#fff; text-align:center; text-shadow:1px 1px rgba(0,0,0,0.6);
background: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,rgba(0,0,0,0)),color-stop(100%,rgba(0,0,0,1)));
background: -webkit-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,1));
background: -moz-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,1));
background: -o-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,1));
background: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,1));
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#4c000000', endColorstr='#ff000000')";
}
.j-carousel .story-box .title { display:block; font-size:24px; color:#fff; font-weight:500 }
.j-carousel .story-box .date { position:absolute; left:0; right:0; top:10px; font-family:'bebas_neue', arial; font-size:16px; font-weight:700; text-transform:uppercase }
.j-carousel .story-box .carousel-share-links { margin-top:10px }
.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 .carousel-related-links a { color:#fff }
.j-carousel .story-box .leadin,
.j-carousel .story-box .readmore { display:none }
.j-carousel .controls { display:none }

.j-carousel .next, 
.j-carousel .prev { position:absolute; left:20px; bottom:50px; z-index:2; width:30px; height:30px; font-family:'glyphicons'; cursor:pointer; text-align:center; text-decoration:none; overflow:hidden; color:#fff; }
.j-carousel .next { left:auto; right:20px }
.j-carousel .prev:before { content:"\e80f"; display:block; font-size:30px; line-height:30px }
.j-carousel .next:before { content:"\e810"; display:block; font-size:30px; line-height:30px }
.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' }
 
.nav-covid {position: absolute;right: 30px;top: 5px }

}


@media only screen and (min-width:1024px) and (max-width:1440px) {

    
.site-header > div:after{ right:180px }
.site-header .site-title a:after { max-width:900px }

.dropnav .nav > a{ font-size:15px }
.dropnav .nav:after { margin:0 }

.landing-row.no-pad > div{ padding:0 20px }

 .nav-covid { right: 10px  }

}

@media only screen and (min-width:1024px) and (max-width:1300px) {

    
.site-header > div:after{ right:0 }
.site-header .site-title a:after { max-width:700px } 
.dropnav .nav > a { padding:0 10px; font-size:14px }

.tabs-wrapper .tab a{ margin:0 }
.nav-covid { display: none }

}

@media only screen and (min-width:1024px) and (max-width:1150px) {
    
.site-header > div:after{ display: none; }
.nav-covid { display: none; }

}

/*---------------------------------------------------------------- 
  COMMON STYLES FOR MOBILE AND TABLET 
  ----------------------------------------------------------------*/

@media only screen and (max-width:1023px) {

body { padding:0 }

.site-header { position:relative; background:#003E83 }
.site-header .site-title { margin:0 }
.site-header .site-title a { display:block; height:115px; text-indent:-9999px; background:url("/images/setup/Updated_Images_2/header_tablet.png") no-repeat 50% 50% }
.site-header .social-links { text-align:center; background:rgba(0,0,0,0.4) }
.site-header .social-links ul { display:inline-block; vertical-align:top }
.site-header .header-text { display:block; padding:10px; font-weight:700; letter-spacing:2px; text-align:center; text-transform:uppercase; white-space:nowrap; text-overflow:ellipsis; overflow:hidden; color:#d8b760; background:#000 }

.site-header .site-name { display: none; }

.mobile-menu-bar { display:block; padding:5px; background:#d8b760 }
.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:#000; border-radius:3px }
.mobile-menu-bar li a.active { background:#045a90; color:#fff; text-decoration:none } 

.dropnav { display:none; font-family:'sinkin_sans', arial; 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 { font-family:'sinkin_sans', arial; 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-family:'sinkin_sans', arial; text-align:center; 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 { margin-top:10px }
.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:56.25%; 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 .pp, .j-carousel .prev, .j-carousel .next { display:none }

.tabs-wrapper .tabs { display:none }
.tabs-wrapper .tab_title { display:block; margin-bottom:0; padding:10px 20px; font-family:'sinkin_sans', arial; font-size:15px; font-weight:700; line-height:40px; text-transform:uppercase; background:#003E83; 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 }

.secondary-tabs .tab_title1:before { content:'\e803'; font-family:'glyphicons'; font-weight:400; margin-right:10px }
.secondary-tabs .tab_title2:before { content:'\e837'; font-family:'glyphicons'; font-weight:400; margin-right:10px }

.more-news { padding:20px }
.more-news .stories { height:auto }

.section-twitter iframe { width:100% !important }

.sponsors-slider .image { width:33.32%; padding:15px; box-sizing:border-box }
.sponsors-slider .image:nth-child(4) { margin-left:16%; clear:left }

.site-footer .footer-logos li { float:left; width:25%; margin:0; padding:15px; box-sizing:border-box }

.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_2/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 { color:#fff; background:#333 }
.mobile-menu-bar li .text { position:absolute; left:-9999px }

.banners-slider { padding:10px; }
.banners-slider .image { width:100%; padding:5px 10px }

.site-footer .footer-logos li { float:none; width:auto }
.site-footer .footer-logos li img { max-height:80px }
.site-footer .footer-address span { display:block }

}

/* 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;}

/* Presto Logo */
a[aria-label="Prestosports Home"] img.lazyloaded {
    max-width: 300px;
    padding-top: 50px;
}