/* ==============
   GLOBAL STYLES
   ============== */

/* WEB FONTS */

@font-face {
    font-family: 'barlow_condensed';
    src: url('barlowcondensed-medium-webfont.woff2') format('woff2'),
         url('barlowcondensed-medium-webfont.woff') format('woff');
    font-weight: 500;
    font-style: normal;

}

@font-face {
    font-family: 'montserrat';
    src: url('montserrat-regular-webfont.eot');
    src: url('montserrat-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('montserrat-regular-webfont.woff') format('woff'),
         url('montserrat-regular-webfont.ttf') format('truetype'),
         url('montserrat-regular-webfont.svg#montserratregular') format('svg');
    font-weight: 400;
    font-style: normal;

}

@font-face {
    font-family: 'montserrat';
    src: url('Montserrat-Bold-webfont.eot');
    src: url('Montserrat-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('Montserrat-Bold-webfont.woff') format('woff'),
         url('Montserrat-Bold-webfont.ttf') format('truetype'),
         url('Montserrat-Bold-webfont.svg#montserratbold') format('svg');
    font-weight: 700;
    font-style: normal;

}

@font-face {
    font-family: 'open_sans';
    src: url('opensans-regular-webfont.eot');
    src: url('opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('opensans-regular-webfont.woff') format('woff'),
         url('opensans-regular-webfont.ttf') format('truetype'),
         url('opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: 400;
    font-style: normal;

}

@font-face {
    font-family: 'open_sans';
    src: url('opensans-bold-webfont.eot');
    src: url('opensans-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('opensans-bold-webfont.woff') format('woff'),
         url('opensans-bold-webfont.ttf') format('truetype'),
         url('opensans-bold-webfont.svg#open_sansbold') format('svg');
    font-weight: 700;
    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:#620027 !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:'open_sans', arial }

:focus { outline-color:#233a75 }

a { color:#620027; 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; color:#fff; background:#000 }

.navbar-image ul { list-style:none; margin:0 }
.navbar-image li img { vertical-align:top }

.site-footer { font-family:'open_sans', arial; text-align:center; background:#fff }
.site-footer .footer-logos { max-width:1410px; margin:0 auto }
.site-footer .footer-logos li { float:left; width:20%; padding:30px; box-sizing:border-box }
.site-footer .footer-address { max-width:1410px; margin:0 auto; padding:20px; overflow:hidden }
.site-footer .footer-address p { float:right; max-width:760px; font-size:12px; line-height:24px; text-align:right }
.site-footer .footer-address p span { display:block }
.site-footer .footer-address p:first-child { float:left; text-align:left; font-size:16px }
.site-footer .footer-address p:first-child span:first-child { font-family:'barlow_condensed', arial; font-size:18px; font-weight:500; text-transform:uppercase; color:#000 }

/* 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:70%; 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:50000%; position:relative }
.j-carousel .seat { opacity:0; visibility:hidden; width:0.2%; 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 a:hover { color:#000 }
.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; font-family:'montserrat', arial; text-align:center; text-transform:uppercase; line-height:20px; margin-bottom:0; color:#fff; background:transparent }
.section-aotw .section-header span { display:block; width:25px; height:25px; margin:10px auto; font-size:20px; line-height:32px; border:2px solid #fff; border-radius:100%; overflow:hidden }
.aotw { padding:20px; color:#fff; text-align:center }
.aotw .athlete { margin-top:10px }
.aotw .athlete:first-child { margin-top:0 }
.aotw .heading { color:#fff }
.aotw .heading:hover { color:#781126 }
.aotw .thumb { display:block; max-width:350px; margin:0 auto 20px }
.aotw .thumb img { vertical-align:top }
.aotw .title { display:block; margin-bottom:10px }
.aotw .title span { display:block; font-size:12px }
.aotw .title span:nth-child(1) { font-size:26px; font-weight:700; line-height:1.1; margin-bottom:5px; text-transform:uppercase }
.aotw .archive-aotw { display:block; margin-top:10px; font-size:18px; font-weight:700; color:#fff; text-transform:uppercase; text-decoration:none }
.aotw .archive-aotw:hover { color:#781126 }

/* SCHEDULE */
.schedule-boxscore .event-box { margin-top:10px; padding:15px; position:relative; background:#fff; overflow:hidden; box-shadow:0 0 10px rgba(0,0,0,0.5) inset }
.schedule-boxscore .event-box:first-child { margin-top:0 }
.schedule-boxscore .date  { display:block; margin-bottom:5px; border-bottom:3px solid #233a75; font-size:16px; line-height:30px; text-transform:uppercase; color:#233a75 }
.schedule-boxscore .sport { font-size:20px; color:#233a75 }
.schedule-boxscore .status { float:right; text-transform:uppercase; color:#9b1d22 }
.schedule-boxscore .teams { margin-top:5px }
.schedule-boxscore .team { font-size:16px }
.schedule-boxscore .team .result { color:#9b1d22 }
.schedule-boxscore .notes,
.schedule-boxscore .neutral-site  { margin-top:5px; font-size:12px; color:#a0a0a0 }

/* TABS */
.tabs-wrapper .tab_title { display:none }
.tabs-wrapper ul.tabs .tab { margin-right:25px }
.tabs-wrapper .tab a { position:relative; display:block; line-height:45px; padding:0 20px; font-family:'barlow_condensed', arial; font-size:20px; text-transform:uppercase; text-decoration:none; color:#781126 }
.tabs-wrapper .tab a:focus,
.tabs-wrapper .tab a.active { color:#781126; background:#fff }
.tabs-wrapper .tab a:focus:after,
.tabs-wrapper .tab a.active:after { content:''; position:absolute; left:100%; bottom:0; border:45px solid transparent; border-bottom-color:#fff; border-right-width:25px; border-left:none; border-top:none }
.tabs-wrapper .panes { position:relative; overflow:hidden }
.tabs-wrapper .pane { display:block !important; position:absolute; left:0; right:0; top:-9999px; visibility:hidden }
.tabs-wrapper .pane.active { position:static; visibility:visible }

.main-tabs .tab a:before { font-family:'glyphicons'; margin-right:5px }
.main-tabs .tab1 a:before { content:'\e829' }
.main-tabs .tab2 a:before { content:'\e800' }
.main-tabs .tab3 a:before { content:'\e83b' }
.main-tabs .tab4 a:before { content:'\e81a' }
.main-tabs .pane { padding:10px; background:#fff }
.main-tabs .pane .overflow { height:607px; padding:10px;  overflow:auto }
.main-tabs .pane1 .overflow { height:auto; padding:0; overflow:visible }

.secondary-tabs ul.tabs .tab { margin-right:15px }
.secondary-tabs .tab a { padding:0 10px }
.secondary-tabs .tab a:focus:after,
.secondary-tabs .tab a.active:after { border-right-width:15px }
.secondary-tabs .tab a:before { font-family:'glyphicons'; margin-right:5px }
.secondary-tabs .tab1 a:before { content:'\e81d' }
.secondary-tabs .tab2 a:before { content:'\e803' }
.secondary-tabs .tab3 a:before { content:'\e834' }
.secondary-tabs .pane { padding:10px; background:#fff }
.secondary-tabs .pane .overflow { height:655px; 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 .lazyloaded { width:100% }
.slider-wrapper .image span { position:absolute; left:-9999px }
.slider-wrapper .next, 
.slider-wrapper .prev { position:absolute; left:10px; top:50%; z-index:1; margin-top:-15px; width:30px; height:30px; border:none; cursor:pointer; text-align:center; overflow:hidden; color:#fff; 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 { position:absolute; right:0; bottom:0; z-index:1; width:30px; height:30px; font-family:'glyphicons'; text-align:center; border:none; cursor:pointer; overflow:hidden; color:#fff; background:rgba(0,0,0,0.8) }
.slider-wrapper .pp:before { content:'\e80b'; display:block; font-size:20px; line-height:30px }
.slider-wrapper .pp.play:before { content:'\e80a' }

.banners-slider { margin:10px }
.banners-slider .image { float:left; width:33.32%; padding:10px; box-sizing:border-box }
.banners-slider .pp { right:10px; bottom:10px }
.banners-slider .prev { left:-20px }
.banners-slider .next { right:-20px }

.social-links ul { list-style:none; margin:0 }
.social-links li { float:left; margin-left:3px }
.social-links li .icon { display:block; width:20px; height:20px; font-size:15px; line-height:20px; text-align:center; color:#fff }
.social-links li:hover .icon { background:#000 }
.social-links li .text { position:absolute; left:-9999px; width:1px; height:1px; overflow:hidden; color:#fff; background:#000; clip:rect(0,0,0,0) }

.main-tabs .video-playlist { padding:0 }
.main-tabs .video-playlist .playlist-title,
.main-tabs .video-playlist .video-info { display:none }
.main-tabs .video-playlist .playlist-panes { height:120px; overflow:auto }

.landing .instagram-feed li { border: 2px solid #C7C7C7;list-style: none;padding: 10px;margin: 10px auto; }

/*-------------------------------------------------------------------- 
  SITE SPECIFIC COLORS FOR INTERNAL PAGES 
  --------------------------------------------------------------------*/

/* STAFF DIRECTORY */
.staff-directory th { background:#620027; color:#fff }

/* ROSTER */
.roster th,
.roster td { padding:5px 10px; text-align:left }
.roster .roster-header { background:#620027; color:#fff }
.roster .roster-header a { color:#fff }

/* SCHEDULE */
.schedule-list table th { background-color:#620027; color:#fff }

/* STATS */
.stats-wrapper { width:100% }
.stats-wrapper .stats-quarter-box { width:auto }
.stats-wrapper th { background:#620027 }
.stats-wrapper th,
.stats-wrapper td { font-size:14px; padding:5px }
.highlights.highlights-standalone .stat { color: #fff; }
	
/* BIO */
.bio-wrap .head { background:#620027; 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; max-width:2000px; margin:0 auto; padding-top:125px; background:url(/images/setup/2018_bg_row_1.jpg) no-repeat fixed 50% 0; background-size:2000px auto }

.body-container { margin-top:30px }
.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:6; height:125px; background:#242424 }
.site-header .site-title { position:relative; max-width:1410px; height:54px; margin:0 auto }
.site-header .site-title:before { content:''; position:absolute; left:320px; top:10px; width:787px; height:34px; background:url(/images/setup/2018_header_text.png) no-repeat 0 0 }
.site-header .site-title a { position:absolute; left:-85px; top:0; z-index:1; display:block; width:402px; height:125px; color:#fff; text-indent:-99999px; background:url(/images/setup/Updated_Images/main_logo.png) no-repeat 0 0; background-size:auto 100%  }
.site-header .header-text { display:none; position:absolute; left:50%; top:0; margin-left:-380px; font-family:'montserrat', arial; font-size:26px; font-weight:700; letter-spacing:2px; line-height:79px; text-transform:uppercase; color:#fff }
.site-header .social-links { position:absolute; right:50%; top:78px; margin-right:-680px; width:100px; text-align:center }
.site-header .social-links li { display:inline-block; vertical-align:top; float:none; margin:0 }
.site-header .social-links li .icon { width:20px; font-size:15px }

.site-header.sticky { position:fixed; height:75px }
.site-header.sticky .site-title { height:auto }
.site-header.sticky .site-title a { left:-122px; width:342px; height:108px; background:url(/images/setup/Updated_Images/mini_logo.png) no-repeat 0 0 }
.site-header.sticky .header-text { display:none }
.site-header.sticky .dropnav { border-top:4px solid #535353 }
.site-header.sticky .dropnav .nav1 { margin-left:233px }
.site-header.sticky .social-links { top:30px }

.site-footer { padding-bottom:120px }

.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.banners-row { color:#fff; background:#242424 }
.landing-row.bottom-row { margin-top:0; padding:20px; color:#fff; background:url(/images/setup/2018_bg_row_3.jpg) no-repeat 50% 0 #000; background-size:2000px auto }

/* NAVIGATION */
.dropnav { position:relative; height:71px; font-family:'barlow_condensed', arial; font-weight:500; color:#fff; background:#620027 }
.dropnav ul, .dropnav li { list-style:none; padding:0; margin:0 }
.dropnav > ul { position:relative; max-width:1310px; margin:0 auto; padding-right:100px; display:-webkit-box; display:-moz-box; display:-ms-flexbox; display:-webkit-flex; display:flex; min-height:71px }
.dropnav .nav { display:-webkit-box; display:-moz-box; display:-ms-flexbox; display:-webkit-flex; display:flex; float:left; min-height:71px; cursor:pointer; -ms-align-items:center; -webkit-align-items:center; align-items:center }
.dropnav .nav { float:left }
.dropnav .nav1 { margin-left:310px }
.dropnav .nav > a { display:block; padding:15px 10px; font-size:20px; line-height:1; text-align:center; text-decoration:none; color:#fff; text-transform:uppercase }
.dropnav .nav.focus,
.dropnav .nav:hover { background:#000 }
.dropnav .nav > .submenu { opacity:0; visibility:hidden; position:absolute; left:0; right:0; top:71px; min-width:200px; padding:20px 50px; text-align:center; background:rgba(0,0,0,0.8); 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 10px; color:#fff; font-family:'barlow_condensed', arial; font-size:24px; line-height:35px; text-transform:uppercase; text-decoration:none }
.dropnav .submenu a:hover { color:#f6c300 }
.dropnav .submenu.level1 > ul,
.dropnav .submenu.level1 > ul > .has-submenu { position:relative; display:inline-block; vertical-align:top; margin-left:70px; text-align:left }
.dropnav .submenu.level1 > ul:first-child,
.dropnav .submenu.level1 > ul > .has-submenu:first-child { margin-left:0 }
.dropnav .submenu.level1 > ul > .has-submenu > a { font-family:'montserrat', arial; font-size:24px; font-weight:700; text-transform:uppercase; cursor:default; color:#fff }
.dropnav .submenu.level2 .has-submenu ul,
.dropnav .submenu.level2 .has-submenu li,
.dropnav .submenu.level2 .has-submenu .submenu { display:inline-block; vertical-align:top }
.dropnav .submenu.level2 .has-submenu { display:block }
.dropnav .submenu.level2 .has-submenu:hover { background:#fff }
.dropnav .submenu.level2 .has-submenu:hover a { color:#000 }
.dropnav .submenu.level2 .has-submenu:hover a:hover { color:#640028 }
.dropnav .submenu.level2 .has-submenu > a { min-width:200px }
.dropnav .submenu.level2 .has-submenu li a { padding:0 5px; font-family:'roboto', arial; font-size:14px; text-transform:none }

.dropnav .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 .submenu.level1 .has-submenu li a[href*="twitter"],
.dropnav .submenu.level1 .has-submenu li a[href*="facebook"],
.dropnav .submenu.level1 .has-submenu li a[href*="instagram"] { width:31px; height:31px; padding:0; margin:2px 0; overflow:hidden; font-size:18px; line-height:31px  }
.dropnav .submenu.level1 .has-submenu li a[href*="twitter"]:before { content:"\e81d" }
.dropnav .submenu.level1 .has-submenu li a[href*="facebook"]:before { content:"\e81c" }
.dropnav .submenu.level1 .has-submenu li a[href*="instagram"]:before { content:"\e81f" }
.dropnav .submenu.level1 .has-submenu li a[href="#twitter"],
.dropnav .submenu.level1 .has-submenu li a[href="#facebook"],
.dropnav .submenu.level1 .has-submenu li a[href="#instagram"] { pointer-events:none; opacity:0.8 }
.dropnav .submenu.level1 a[rel="wiki-link"]  + a { display:none !important }

.secondary-nav { position:relative; z-index:2; padding:15px 0; margin-bottom:10px; font-family:'open_sans', arial; color:#242424; background:#dbdbdb }
.secondary-nav h1 { float:left; margin:0 0 0 320px; color:#242424; font-family:'montserrat', arial; font-size:26px; 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; margin-top:5px }
.secondary-nav li { float:left }
.secondary-nav li a { padding:5px 10px; font-weight:600; color:#242424; text-decoration:none }
.secondary-nav li.focus a,
.secondary-nav li:hover a { color:#620027; text-decoration:none }
.secondary-nav .has-nav { position:relative }
.secondary-nav .has-nav.focus > a,
.secondary-nav .has-nav:hover > a { color:#fff; background:#620027 }
.secondary-nav .has-nav > ul { display:none; position:absolute; right:0; padding:10px; background:#620027; border-radius:5px 0 }
.secondary-nav .has-nav.focus > ul,
.secondary-nav .has-nav:hover > ul { display:block }
.secondary-nav .has-nav li { float:none }
.secondary-nav .has-nav li a { display:block; min-width:100px; padding:0; color:#fff; white-space:nowrap }
.secondary-nav .has-nav li.focus a,
.secondary-nav .has-nav li:hover a { color:#ff0 }
.secondary-nav .has-nav .has-nav { position:relative }
.secondary-nav .has-nav .has-nav > ul { top:0; right:100% }

.carousel-wrapper { position:relative }

.j-carousel { float:left; width:72.9% }
.j-carousel .story-box { position:relative; padding:40px 20px 20px; font-size:16px; line-height:1.3; color:#000 }
.j-carousel .story-box .title { display:block; margin-bottom:5px; font-family:'montserrat', arial; font-size:24px; line-height:1.2; text-transform:uppercase; color:#000; font-weight:700 }
.j-carousel .story-box .date { position:absolute; left:20px; top:15px; color:#781126; font-weight:700; text-transform:uppercase }
.j-carousel .story-box .carousel-share-links { position:absolute; right:20px; top:20px }
.j-carousel .story-box .carousel-share-links a { font-size:0; color:#781126; 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 { display:none }
.j-carousel .story-box .leadin { display:block }
.j-carousel .story-box .readmore { display:none }
.j-carousel .controls { display:none }

.thumb-slider { float:left; display:block !important; position:relative; z-index:2; width:27.1% }
.thumb-slider .slider{ position:relative; margin-left:10px; overflow:hidden }
.thumb-slider .items{ position:relative; width:50000% }
.thumb-slider .item{ width:0.2%; float:left }
.thumb-slider .item .control{ position:relative; margin-top:10px; cursor:pointer; overflow:hidden; color:#fff; background:#000 }
.thumb-slider .item .control:first-child { margin-top:0 }
.thumb-slider .item .control:before { content:''; display:block; padding-top:70% }
.thumb-slider .item .control img { position:absolute; left:0; top:0; width:100% }
.thumb-slider .next,
.thumb-slider .prev{ display:none }
.thumb-slider .nav { position:relative; margin:10px 0 0 10px; text-align:center; padding:50px 0; background:#dbdbdb }
.thumb-slider .nav a { cursor:pointer; width:8px; height:8px; display:inline-block; vertical-align:top; margin:0 5px; border:2px solid #781126; color:#000; background:#dbdbdb; border-radius:100% }
.thumb-slider .nav a.active { color:#fff; background:#781126 }
.thumb-slider .control .thumb-title { display:none; position:absolute; left:0; right:0; top:0; bottom:0; border:5px solid #62082c; font-family:'montserrat', arial; font-size:14px; font-weight:700; text-transform:uppercase; line-height:1.1; background:rgba(98,8,44,0.8); position:absolute; left:0; top:0; color:#fff }
.thumb-slider .control .thumb-title span { position:absolute; left:15px; right:15px; top:50%; -moz-transform:translateY(-50%); -webkit-transform:translateY(-50%); -ms-transform:translateY(-50%); transform:translateY(-50%) }
.thumb-slider .control:hover .thumb-title,
.thumb-slider .control.active .thumb-title { display:block }
 
/* CALENDAR */
#calendar-view {  font-family:'montserrat', arial; font-size:13px }
#calendar { position:relative; overflow:hidden; background:#000 }
#calendar:before { content:""; position:absolute; left:0; right:0; height:48px; background:#000 }
#calendar .calendar-month td { border:none; height:48px; background:none ; line-height:48px }
#calendar #calendar-now { font-size:19px; font-weight:700; position:absolute; left:14px; white-space:nowrap }
#calendar .calendar-month span { color:#fff; text-transform:uppercase; background:none }
#calendar td { line-height:46px; border:none; height:46px; background-color:#781126 }
#calendar td.inactive { color:#4f98ec; color:rgba(255,255,255,0.5) }
#calendar .calendar-header td { color:#781126; font-family:'montserrat', arial; font-weight:700; line-height:40px; height:40px; background:#fff; border-bottom:0 }
#calendar .no-calendar-event a { background-color:transparent; color:#fff; line-height:40px }
#calendar-view .current a,
#calendar .calendar-event a { line-height:30px; height:30px; color:#fff; background-color:#5b0d1d; -webkit-border-radius:20px; border-radius:20px; width:30px; margin:8px auto }
#calendar-view .current a,
#calendar .calendar-event a:hover { color:#000; background:#fff }
#calendar .event-schedule { height:300px; margin:0; padding:0; overflow:auto; color:#9f9f9f; font-size:10px; position:relative }
#calendar .event-schedule .event-date { font-size:18px; font-family:'montserrat', arial; font-weight:700; color:#fff; text-transform:uppercase; display:block; line-height:48px; margin:0 0 0 10px; font-weight:400 }
#calendar .event-info { margin:6px 0 0; padding:20px 10px 10px; position:relative; line-height:1.3; text-transform:uppercase }
#calendar .event-date + div { margin-top:0 }
#calendar .event-info .team,
#calendar .event-info .result { font-size:14px; color:#fff }
#calendar .event-info .sport a { font-size:12px; color:#fff; position:absolute; top:0; left:0; right:0; line-height:16px; padding:0 10px; text-decoration:none }
#calendar .event-info .status { position:absolute; top:0; right:10px; font-size:12px; color:#fff; line-height:16px }
#calendar .event-info .links { margin-top:4px; line-height:16px }
#calendar .event-info .links a { color:#9f9f9f }
#no-calendar-events .event-info { line-height:300px; display:block; text-align:center; margin:0; padding:0; text-transform:uppercase; font-size:14px; background:#000 }
#calendar #calendar-prev,
#calendar #calendar-next { width:19px; height:19px; position:absolute; text-indent:-9999px; right:44px; top:14px; background:url(https://cdn.prestosports.com/action/cdn/4j248xm9lzu7z71v/images/setup/Updated_Images/master_sprite20171005.png) no-repeat -840px 0; z-index:1 }
#calendar #calendar-next { background-position:-864px 0; right:15px }
#calendar .calendar-months-list-container { z-index:1 }
 
.sticky-bar { position:fixed; left:0; right:0; bottom:0; z-index:4; background:#781126; transition:bottom 0.4s ease }
.sticky-bar > div { position:relative; max-width:1200px; height:51px; margin:0 auto  }

.sticky-bar .sticky-logo { position:absolute; left:0; bottom:10px; width:154px; height:62px; text-indent:-9999px; color:#fff; background:url(/images/setup/2018_sticky_logo.png) no-repeat 0 0; background-size:100% auto }

div[id="scoreboard-ticker-wrapper"] { position:relative; width:530px; height:51px; margin-left:246px; padding:0 46px 0 0; text-align:left; overflow:hidden }
div[id="scoreboard-ticker"] ul, 
div[id="scoreboard-ticker"] li { margin:0; padding:0; list-style:none }
div[id="scoreboard-ticker"],
div[id="scoreboard-ticker"] li { width:530px; height:51px; position:relative; overflow:hidden}
div[id="scoreboard-ticker"] { float:left }
div[id="scoreboard-ticker"] .content,
div[id="scoreboard-ticker"] .no-events { font-size:11px; text-transform:uppercase; padding:10px; font-weight:600; letter-spacing:2px; line-height:31px; color:#fff }
div[id="scoreboard-ticker"] .no-events { text-align:center }
div[id="scoreboard-ticker"] .content a { color:#ff0 }
div[id="scoreboard-ticker"] .content a:hover { color:#fff }
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; text-align:center; line-height:12px; color:#fff; overflow:hidden }
span[id="scoreboard-ticker-next"] a { right:0 }
span[id="scoreboard-ticker-pp"] a { right:14px }
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:0; top:50%; transform:translateY(-50%) }

/*
.sticky-bar.small > div { height:51px }
.sticky-bar.small .sticky-logo { width:100px; height:51px; bottom:0; background-size:100% auto }
.sticky-bar.small div[id="scoreboard-ticker-wrapper"] { padding:0 46px 0 0 }
*/

}

@media only screen and (min-width:1024px) and (max-width:1410px) {
.landing .landing-row { padding-left:20px; padding-right:20px }    
.site-header .social-links { right:0; margin:0 }  
.tabs-wrapper .tab a { font-size:18px }  
.main-tabs .tab a:before { display:none }
.secondary-tabs ul.tabs .tab { margin-right:5px }
.secondary-tabs .tab a:before { display:none }
}

@media only screen and (min-width:1024px) and (max-width:1250px) {
.page { padding-top:89px }

.site-header { position:fixed; height:75px }
.site-header .site-title { height:auto }
.site-header .site-title a { left:-90px; width:306px; height:125px; background:url(/images/setup/2018_mini_logo.png) no-repeat 0 0 }
.site-header .site-title:before { display:none }

.site-header .dropnav { border-top:4px solid #535353 }
.site-header .dropnav .nav1 { margin-left:233px }
.site-header .dropnav .nav > a { font-size:17px }
.site-header .dropnav .submenu.level1 > ul, 
.site-header .dropnav .submenu.level1 > ul > .has-submenu { margin-left:40px }
.site-header .dropnav .submenu.level1 > ul:first-child, 
.site-header .dropnav .submenu.level1 > ul > .has-submenu:first-child { margin-left:0 }
.site-header .dropnav .submenu.level2 .has-submenu > a { min-width:160px }
.site-header .dropnav .submenu.level1 .has-submenu li a[href*="twitter"], 
.site-header .dropnav .submenu.level1 .has-submenu li a[href*="facebook"], 
.site-header .dropnav .submenu.level1 .has-submenu li a[href*="instagram"] { width:21px }

.site-header .social-links { top:29px }

.j-carousel .story-box .title { font-size:20px }
.j-carousel .story-box .leadin { display:none }

.thumb-slider .control .thumb-title { font-size:12px; font-weight:400 }
.thumb-slider .control .thumb-title span { left:5px; right:5px }

.secondary-tabs .pane .overflow { height:600px }
}

/*---------------------------------------------------------------- 
  COMMON STYLES FOR MOBILE AND TABLET 
  ----------------------------------------------------------------*/

@media only screen and (max-width:1023px) {

body { padding:0 }

.site-header { position:relative; background:#fff }
.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:#5d0025 }
.site-header .social-links ul { display:inline-block; vertical-align:top }

.mobile-menu-bar { display:block; padding:5px; background:#535353 }
.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:#5d0025; 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:#111; 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:15px; font-size:14px; color:#fff }
.j-carousel .story-box .title { display:block; font-size:18px; 'montserrat', arial; font-weight:700; 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 .carousel-related-links { float:right }
.j-carousel .story-box .carousel-related-links a { color:#DBDBDB }
.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:70%; 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 }

.carousel-wrapper .thumb-slider { display:none !important }

.banners-slider { margin:10px 25px }
.left-banners-slider,
.right-banners-slider { max-width:450px; margin:0 auto; border:2px solid #888 }

.tabs-wrapper .tabs { display:none }
.tabs-wrapper .pane { position:static; visibility:visible }
.tabs-wrapper .pane .overflow { height:auto; padding:5px }

.tabs-wrapper .tab_title { position:relative; display:block; line-height:45px; padding:0 20px; font-family:'barlow_condensed', arial; font-size:20px; text-transform:uppercase; text-decoration:none; color:#fff; background:#781126  }
.main-tabs .tab_title:before { font-family:'glyphicons'; margin-right:5px }
.main-tabs .tab_title1:before { content:'\e829' }
.main-tabs .tab_title2:before { content:'\e800' }
.main-tabs .tab_title3:before { content:'\e83b' }
.main-tabs .tab_title4:before { content:'\e81a' }

.main-tabs .pane { padding:0 }
.secondary-tabs { display:none }

.main-tabs .video-playlist .playlist-panes { height:auto }

.sticky-bar { display:none }

.site-footer .footer-logos li img { max-height:50px }
.site-footer .footer-address p:nth-child(n) { width:100%; float:none; text-align:center}

.landing-row.bottom-row { background:#000 }
.landing-row.banners-row { background:#666 }

}

/*---------------------------------------
  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 }

.banners-slider { padding:10px 5px }
.banners-slider .image { width:100% }

.more-news .story { padding:0 }
.more-news .story .thumb { display:block; float:none; margin:0 0 10px; width:100% }
.more-news .story .thumb img { width:100% }

.site-footer .footer-logos li { float:none; width:auto; display:inline-block; vertical-align:top; border:none; padding:20px }

.page .schedule-enhanced.h2h-team.small .event-row .va{ display:block }
.page .schedule-enhanced.h2h-team.small .event-row.away .opponent:before,
.page .schedule-enhanced.h2h-team.small .event-row.home .opponent:before, 
.page .schedule-enhanced.h2h-team.small .event-row.neutral .opponent:before{ content:''; 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;}