/* ==============
   GLOBAL STYLES
   ============== */

/* WEB FONT FOR LANDING PAGES */
@font-face {
    font-family: 'oswaldbook';
    src: url('oswald-regular-webfont.eot');
    src: url('oswald-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('oswald-regular-webfont.woff') format('woff'),
         url('oswald-regular-webfont.ttf') format('truetype'),
         url('oswald-regular-webfont.svg#oswaldbook') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* WEB FONTS FOR THE INTERNAL PAGES */
@font-face {
    font-family: 'open_sansregular';
    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: normal;
    font-style: normal;

}

@font-face {
    font-family: 'open_sansbold';
    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: normal;
    font-style: normal;

}

@font-face {
    font-family: 'raleway';
    src: url('raleway-bold-webfont.eot');
    src: url('raleway-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('raleway-bold-webfont.woff2') format('woff2'),
         url('raleway-bold-webfont.woff') format('woff'),
         url('raleway-bold-webfont.ttf') format('truetype'),
         url('raleway-bold-webfont.svg#ralewaybold') format('svg');
    font-weight: 700;
    font-style: normal;

}




@font-face {
    font-family: 'raleway';
    src: url('raleway-regular-webfont.eot');
    src: url('raleway-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('raleway-regular-webfont.woff2') format('woff2'),
         url('raleway-regular-webfont.woff') format('woff'),
         url('raleway-regular-webfont.ttf') format('truetype'),
         url('raleway-regular-webfont.svg#ralewayregular') format('svg');
    font-weight: 400;
    font-style: normal;

}

@font-face {
  font-family: 'utility-icons';
  src: url('utility-icons.eot?8168712');
  src: url('utility-icons.eot?8168712#iefix') format('embedded-opentype'),
       url('utility-icons.woff2?8168712') format('woff2'),
       url('utility-icons.woff?8168712') format('woff'),
       url('utility-icons.ttf?8168712') format('truetype'),
       url('utility-icons.svg?8168712#utility-icons') format('svg');
  font-weight: normal;
  font-style: normal;
}

.accent-bg { color:#fff !important; background:#a4123f !important }
.accent-color { color:#a4123f !important }
.accent-border { border-color:#a4123f !important }

/* Skip Navigation */
.skip-navigation { position:fixed; left:0; top:-50px; width:1px; height:1px; font-size:1rem; 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:'open_sansregular', arial; font-size:14px; line-height:1.5; background:#fff; -webkit-font-smoothing:antialiased; -webkit-text-size-adjust:none }
.landing body { font-family:'oswaldbook', arial }

a { color:#a4123f; text-decoration:none }
a:hover { color:#747679; text-decoration:underline }

h1,h2,h3,h4,h5,h6,b,strong { font-family:'open_sansbold', arial; font-weight:normal }

h1 { font-size:24px; color:#a4123f }
h2 { font-size:21px; color:#a4123f }
h3 { font-size:18px }
h4 { font-size:16px }
h5 { font-size:14px }
h6 { font-size:13px }

/* Section Headers */
.section-header { position:absolute; left:-9999px; font-family:'oswaldbook', arial; font-size:1.5rem; text-transform:uppercase; text-align:center; letter-spacing:0.06em; color:#0f0d0c }

/* Navbar Image */
.navbar-image ul { list-style:none; margin:0 }
.navbar-image li img { vertical-align:top }

/* Header */
header.mod-site-header { background:#E5E7E9 }
header.mod-site-header .dropnav li a { color:#b90e50;}

/* Mobile Navigation */
header.mod-site-header .mobile-menu-bar li a { color:#fff; background:#b90e50 }

/* Secondary Navigation */
.secondary-nav { position:relative; background:#b90e50; color:#fff; }
.secondary-nav a {color: #fff;}
.secondary-nav h1 { position:relative; margin:0; padding:10px; font-family:'oswaldbook', arial; font-size:1.5rem; letter-spacing:0; color:#fff; font-weight:600 }
.secondary-nav ul { list-style:none; padding:0; margin:0 }
.secondary-nav > div { width:100%; margin:0 auto }
.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:#fff 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 rgba(255,255,255,0.3) }
.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 }

.mainbody { padding:10px; background:#fff }
.landing .mainbody { padding:0; background:none }

.social-links { text-align:center }
.social-links li { list-style:none; display:inline-block }
.social-links li a { width:35px; height:35px; display:block; color:#fff; font-size:22px; border:3px solid #fff;  margin-left:5px; border-radius:20px }
.social-links li a:hover { text-decoration:none }
.social-links li .text { display:none }

.site-footer { padding:50px 0 0; position:relative; text-align:center; background:#fff; margin-top:10px; color:#000 }
.site-footer > div { max-width:980px; margin:0 auto }
.site-footer .footer-logos ul { list-style:none; margin:0 }
.site-footer .footer-logos li { display:inline-block; vertical-align:top }
.site-footer .footer-logos li a { display:block;margin:0 20px }
.site-footer .footer-address p {text-align:left; margin-left:40px; line-height:10px; font-size:14px; font-family:"raleway",arial; font-weight:400 }
.site-footer .footer-address h3 { text-align:left; font-size:15px; margin-left:40px }

.copyright { clear:both; font-family:"raleway",arial; font-size:13px; padding:20px 0 0; font-weight:400 }


.select-dropdown { position:relative; min-width:150px; max-width:300px; font-family:arial; background:#fff; margin-bottom:10px; border:1px solid #000; z-index:2 }
.select-dropdown > .selection { display:block; position:relative; text-decoration:none }
.select-dropdown > .selection span { display:block; padding:0 10px; margin-right:30px; line-height:30px; text-decoration:none }
.select-dropdown > .selection:after { content:""; display:block; width:0; height:0; position:absolute; right:10px; top:50%; margin-top:-3px; border-style:solid; border-width:6px 6px 0; border-color:#333 transparent transparent  }
.select-dropdown.active > .selection:after { border-color:transparent transparent #333; border-width:0 6px 6px }
.select-dropdown ul, 
.select-dropdown li { margin:0; padding:0; list-style:none }
.select-dropdown ul { display:none; position:absolute; left:-1px; right:-1px; top:30px; max-height:200px; padding:10px; overflow:auto; background:#000; background:rgba(0,0,0,0.8); border-radius:0 0 5px 5px }
.select-dropdown.active ul { display:block; }
.select-dropdown li { display:block;height:25px; line-height:25px; color:#fff; position:relative; cursor:pointer } 
.select-dropdown li.selected { display:none }

/* 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:66.28%; 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 }  

.content-switcher .switcher-list { position:relative; z-index:1; max-width:250px; font-size:12px; background:#747679; color:#a4123f; font-family: 'open_sanssemibold'  }
.content-switcher .switcher-list .selection { display:block; height: 30px; line-height: 30px; padding:0 40px 0 20px; text-transform:uppercase }
.content-switcher .switcher-list .selection:after { content:""; position:absolute; right:10px; top:12px; border:5px solid transparent; border-top-color:#c69214 }
.content-switcher .switcher-list.active .selection:after { top:5px; border-bottom-color:#c69214; border-top-color:transparent }
.content-switcher ul { display:none; list-style:none; margin:0; white-space:nowrap; padding:10px; background:#747679; position:absolute; left:0; right:0; top:30px }
.content-switcher .switcher-list.active ul { display:block ; max-height: 200px; overflow-y: auto; overflow-x: hidden;}
.content-switcher ul a { display:block; padding:2px 10px; line-height:20px; color:#FFF; white-space:nowrap; text-decoration:none }
.content-switcher ul a:hover { background:#a4123f}
.content-switcher ul a.active { display:none }
.content-switcher .content-panel { display:none }
.content-switcher .content-panel.active { display:block }


/* SCHEDULE */
.scoreboard-slider { position:relative; margin:20px 0px}
.scoreboard-slider .slider { position:relative; width:100%; overflow:hidden }
.scoreboard-slider .slides { position:relative; width:50000% }
.scoreboard-slider .slide { width:0.2%; float:left }
.scoreboard-slider .event-box { float:left; position:relative; width:19.2%; min-height:350px; margin-left:1%; padding-bottom:38px; text-align:center; text-transform:uppercase; color:#b90e50; -webkit-box-sizing:border-box; box-sizing:border-box;background: #fff; z-index:1;}
.scoreboard-slider .event-box:first-child { margin-left:0 }
.scoreboard-slider .event-box:before { content: '';background: #b90e50;position: absolute;top: 0;bottom: 46%;left: 0;right: 0; z-index: -1}
.scoreboard-slider .date {  font-size:22px; line-height:22px; padding:5px; color:#fff }
.scoreboard-slider .date span:first-child{ display:none}
.scoreboard-slider .sport { padding:5px }
.scoreboard-slider .sport > a { font-size:16px; text-transform:uppercase; line-height:16px; color:#fff;}
.scoreboard-slider .opponent .team-logo { display:block; max-width:100px; margin:0 auto 9px }
.scoreboard-slider .opponent .team-logo img { vertical-align:top }
.scoreboard-slider .opponent , .scoreboard-slider .team { font-size:16px;line-height:16px; }
.scoreboard-slider .team-logo + .name{ display:block; margin-top:45px }
.scoreboard-slider .va{ display:block; width:45px; height:45px; background:url(/images/setup/2017/master_sprite.png) no-repeat -919px 0px; margin:0 auto 10px; line-height:3; }
.scoreboard-slider .opponent .result, .scoreboard-slider .team .result{ display: block;padding: 5px;margin: 8px 30px;font-size: 20px;line-height: 20px;color: #000; background: #a4123f; border-radius: 3px;}
.scoreboard-slider .status { display:block; margin-bottom:5px; font-size:14px; line-height:1; color:#fff }
.scoreboard-slider .neutralsite-notes { display:none }
.scoreboard-slider .links { position:absolute; left:0; right:0; bottom:0; height:33px; font-size:0; background:#747679}
.scoreboard-slider .links a { display:inline-block; vertical-align:top; margin-left:5px; margin-top:7px; overflow:hidden; font-size:10px; line-height:20px; text-decoration:none; text-align:center; color:#fff }
.scoreboard-slider .links a:first-child { margin-left:0 }
.scoreboard-slider .links a:hover { color:#a4123f}
.scoreboard-slider .next, 
.scoreboard-slider .prev { position:absolute; left:45%; margin-top:25px; width:30px; height:30px; cursor:pointer; text-indent:-9999px;  background:url(/images/setup/arrows_2.png) no-repeat 2px 2px}
.scoreboard-slider .next { left:50%; right:auto;background-position:-35px 2px}
.scoreboard-slider .full-schedule-btn:before{ content:"Composite Schedule"; display:block}
.scoreboard-slider .full-schedule-btn { display:block;position:relative; float:right; padding:5px;background:#747679; text-transform:uppercase; font-size:12px; color:#fff; margin:20px 0; width:170px; height:30px; line-height:30px; overflow:hidden; text-align:center}
.scoreboard-slider .no-events{ color:#fff; text-align:center; background:url(/images/setup/2017/body_bg.png) repeat; border:30px solid #a4123f; line-height:272px}
.scoreboard-slider .next.disabled,
.scoreboard-slider .prev.disabled{ display:none }

.navbar-image ul { list-style:none; margin:0 }
.navbar-image li img { vertical-align:top }
.navbar-image li span { position:absolute; left:-9999px }

.sect-hdr { position:absolute; left:-9999px }

.landing .content-row2 .nav-chat li { list-style: none; }
.landing .content-row2 .nav-chat a[href*='athletics'] { color: #fff; font-size: 45px;text-transform: uppercase;letter-spacing: 0.05em; background: #B90E50; display: block; padding: 10px; text-align: center;margin-left: -25px; }
.landing .content-row2 section.sect-carousel.sect-banner { background: #BA3950;padding: 10px;text-align: center; }
.landing .content-row2 section.sect-carousel.sect-banner ul {margin: 0;}
.landing .content-row2 section.sect-carousel.sect-banner li:first-child a {font-size: 50px;color: #fff;text-transform: uppercase;}
.landing .content-row2 section.sect-carousel.sect-banner li:first-child a:hover { text-decoration: none; }


/*-------------------------------------------------------------------- 
  SITE SPECIFIC COLORS FOR INTERNAL PAGES 
  --------------------------------------------------------------------*/


/* STAFF DIRECTORY */
.staff-directory th { background:#a4123f; color:#fff }

/* ROSTER */
.roster table td { padding:5px 10px }
.roster .roster-header { background:#a4123f; color:#fff }
.roster .roster-header a { color:#fff }

/* SCHEDULE */
.schedule-list table th { background-color:#a4123f; color:#fff }

/* STATS */
.stats-wrapper { width:100% }
.stats-wrapper .stats-quarter-box { width:auto }
.stats-wrapper th { background:#a4123f}
.stats-wrapper th,
.stats-wrapper td { font-size:14px; padding:5px }
	
/* BIO */
.bio-wrap .head { background:#a4123f; color:#fff }
.bio-wrap .head a { color:#fff }

/* ==============
   MEDIA QUERIES
   ============== */
   
/*-----------------------------------------
  DESKTOP SPECIFIC STYLES 
  -----------------------------------------*/

@media only screen and (min-width:1024px) {

.page{ background:url(/images/setup/2017/page_bg.jpg) no-repeat 50% 35px  #fff; background-size:2000px auto ; overflow:hidden }

.background-shadow{ position:relative; margin:0 auto; background:transparent; -moz-box-shadow: -60px 0px 100px -90px #000000, 60px 0px 100px -90px #000000; -khtml-box-shadow:-60px 0px 100px -90px #000000, 60px 0px 100px -90px #000000;-webkit-box-shadow: -60px 0px 100px -90px #000000, 60px 0px 100px -90px #000000;  box-shadow: -60px 0px 100px -90px #000000, 60px 0px 100px -90px #000000}
.body-container{ position:relative; background:url(/images/setup/2017/body_bg.png) repeat}
.mainbody { min-height:500px; padding:20px; position:relative }
.landing .mainbody { min-height:0; padding:20px }

.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:1412px; 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.carousel-row { position:relative }

.landing .content-row { margin-top:10px }
.landing .content-row > div{ max-width:1000px; margin:0 auto; box-sizing:border-box}
.landing .content-row1 { margin-top:0 }
.landing .content-row1 > div{ max-width:1412px }

.content-row.social-row .content-col {float: left;padding: 0 16px;box-sizing: border-box;}
.content-row.social-row .content-col.span4 { width: 33.33333%; }

.j-carousel { padding-bottom:67px }
.j-carousel .media-box { padding:5px 0; margin-right:450px; background:#181818 }
.j-carousel .story-box { position:absolute; right:0; top:0; bottom:0; width:410px; padding:70px 20px 20px; color:#fff; background:#181818 }
.j-carousel .story-box .title { display:block; margin-bottom:10px; padding:0 30px; font-size:40px; font-family:'oswaldbook', arial; font-weight:400; text-transform:uppercase; line-height:1.3; text-decoration:none; color:#fff }
.j-carousel .story-box .title:hover { color:#ccc }
.j-carousel .story-box .date { position:absolute; left:50px; top:25px; font-size:18px; font-family:'barlow_semi_condensed',arial; font-weight:400; color:#fff }
.j-carousel .story-box .leadin { display:block; max-height:100px; padding:0 30px; margin-bottom:10px; font-size:16px; font-family:'oswaldbook', arial; font-weight:200; line-height:25px; color:#9c9c9c; overflow:hidden }
.j-carousel .story-box .carousel-related-links { padding:10px 0; margin:10px 0; text-align:center }
.j-carousel .story-box .carousel-related-links a { font-size:15px; font-weight:200; margin-right:2px; text-decoration:none; color:#fff }
.j-carousel .story-box .readmore { display:none }
.j-carousel .story-box .carousel-share-links { position:absolute; right:20px; top:20px; margin-left: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 .controls { position:absolute; left:5%; right:5%; top:0; margin-top:43%; z-index:2; border:5px solid #b90e50; background:#b90e50; }
.j-carousel .control { position:relative; float:left; width:10%; padding:0 2px; cursor:pointer; box-sizing:border-box }
.j-carousel .control:focus:after,
.j-carousel .control.active:after { content:""; position:absolute; left:2px; right:2px; bottom:0; top:0; background:rgba(185, 14, 80, 0.63) }
.j-carousel .control .thumb { width:100%; vertical-align:top }
 
 
.social-links { position:absolute; bottom:15%; right:50%; margin-right:-395px }

.sect-schedule .sect-hdr{ position:static; left:0; background:url(/images/setup/2017/hdr_events.png) no-repeat 0px 0px; width:782px; height:30px; text-indent:-9999px; margin:10px auto 20px }

/* SOCIAL */
.section-widget { text-align:center; background:#fff }
.section-widget .section-header { position:static;  font-family:'ralewaybold', arial; font-size:1.5rem; text-transform:uppercase; line-height:6.5rem; color:#fff; background:#B90E50 }
.section-widget .section-header .icon { padding-right:1rem; font-weight:400; font-size:2.1rem }
.section-widget iframe { vertical-align:top }

/* INSTAGRAM FEED */
.instagram-feed { position:relative; height:500px; padding:0.2rem; overflow:auto; background:#fff; -webkit-box-sizing:border-box; box-sizing:border-box }
.instagram-feed ul { margin:0; list-style:none }
.instagram-feed img { vertical-align:middle; width:100% }
.instagram-feed img.lazyload,
.instagram-feed img.lazyloading { opacity:0; transform:scale(0) }
.instagram-feed img.lazyloaded { opacity:1; transition:opacity .8s, transform .4s; transform:scale(1); transition-delay:.4s }
.instagram-feed .item { width:33.33%; float:left }
.instagram-feed .item .gutter { padding:0.1rem }
.instagram-feed .item .placeholder { position:relative; padding-top:100% }
.instagram-feed .load-more { font-size:1.2rem; text-align:center; cursor:pointer }
.instagram-feed .load-more span { position:absolute; left:0; right:0; top:50%; margin-top:-1em; color:#444; text-transform:uppercase }
.instagram-feed .item a { display:block; position:absolute; left:0; right:0; top:0; bottom:0; background:#ccc; text-decoration:none }
.instagram-feed .item.video a:before { content:"\e80a"; position:absolute; left:0; right:0; top:50%; z-index:2; font-family:'glyphicons'; font-size:3rem; line-height:1; margin-top:-1.5rem; color:#eee; text-align:center; text-shadow:0 0 0.2rem rgba(0,0,0,0.5); speak:none }
.instagram-feed .item a:after { content:""; transition:background .6s ease-out } 
.instagram-feed .item:hover a:after { position:absolute; left:0; right:0; top:0; bottom:0; z-index:3; background:rgba(0,0,0,0.2) }
.instagram-feed .next,
.instagram-feed .prev { display:none }

}

@media only screen and (max-width:1210px) and (min-width:1024px) { 

.dropnav .nav > a { padding:0 17px; font-size:18px }

}


/*---------------------------------------------------------------- 
  COMMON STYLES FOR MOBILE AND TABLET 
  ----------------------------------------------------------------*/

@media only screen and (max-width:1023px) {

body { padding:0 }

.site-footer { padding:30px 0 0; text-align:center; background:#a4123f }
.footer-address{text-align:center;max-width:700px;margin:0 auto;}
.footer-address p {margin-left:0px;display:inline;text-align:center;color:#2e4179;font-size:15px;text-transform:capitalize;font-family:arial}
.footer-address h3{color:#2e4179;text-align:center;margin-left:0px;text-transform:uppercase}
.footer-row .content-col2{display:none}

.sect-schedule .sect-hdr{ position:static; left:0; display:block; background:#b90e50; text-align:center; color:#fff; margin:10px 0px; text-transform:uppercase }

.search-bar { display:none; width:100%; padding:10px; position:relative; background:#CCC; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box }
.search-bar.active { display:block }
.search-bar input[type="text"] { width:100%; height:25px; padding:0 30px 0 10px; border:none; background:#F5F5F5; box-shadow:0 0 3px #999; border-radius:3px; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box  }
.search-bar .submit { width:30px; height:23px; border:none; overflow:hidden; background:none; position:absolute; right:10px; top:10px; border-radius:0 3px 3px 0 }
.search-bar .submit span { display:none }
.search-bar .submit i:before { display:block; width:100%; height:23px; line-height:25px; text-align:center; color:#333; margin:0 }

.j-carousel { background:#000 }
.j-carousel .story-box { padding:10px; font-size:14px; color:#fff }
.j-carousel .story-box .title { display:block; margin-bottom:5px; font-size: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:66.28%; 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 }

.schedule .title { margin-bottom:10px }
.schedule .team-record .titles > div,
.schedule .team-record .data > div { padding:5px; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box }
.schedule .table .titles { display:none }
.schedule .team-record .titles  { display:block; color:#fff; overflow:hidden; padding:5px 5px 0 }
.schedule .team-record .item { padding:5px}
.schedule .team-record { text-align:center; margin-bottom:10px; border-top:solid 1px #CCC; border-bottom:solid 1px #CCC }
.schedule .team-record .titles > div,
.schedule .team-record .data > div { width: 23%; text-align:center; color:#fff; margin:0 1%; float:left; background:#333; border-radius:3px }
.schedule .team-record .titles > div { background:#333; color:#fff }
.schedule .opponent { width: 70%; float:left }
.schedule .result { width: 30%; float:right; text-align:right }
.schedule .item { padding:10px }
.schedule .item.even { background-color:#eee }
.schedule .item .data { position:relative }
.schedule .item .data:before,
.schedule .item .data:after { content: " "; display:table }
.schedule .item .data:after { clear:both }
.schedule .item .date { height:25px; line-height:25px; margin:-10px -10px 10px; padding:0 10px; background:#333; color:#fff }     
.schedule .item .time { height:25px; line-height:25px; color:#fff; position:absolute; right:0; top:-10px }    
.schedule .conf-teams-container { width:100% }
.schedule .conf-teams-container .opponent { width:80%; float:left }
.schedule .conf-teams-container .result { width:20%; float:right }
.schedule .more { display:block !important }
.schedule .more strong { font-weight:normal }
.schedule .more a { display:inline-block; vertical-align:top; text-decoration:none }
.schedule .more a:after { content:"\00BB"; padding:0 5px 0 4px }
.schedule .arrow { display:none }

.bios .profile { overflow:hidden; color:#fff; background:#333; position:relative; padding: 10px 10px 10px 110px;}
.bios .icon { position:absolute; right:31px; bottom:-4px }
.bios .images { width: 100px; padding-top:50px; float:left; margin-left: -110px; text-align:center; position:relative }
.bios .photo img { border: 2px solid #333 }
.bios .number { font-size:20px; line-height: 40px; position:absolute; left:5px; right: 5px; top:0; font-weight: bold;}
.bios .texts .name { font-size:1.2em; padding:5px 10px; margin-bottom:10px;background:#333; color:#fff; border-radius:3px }
.bios .data { line-height:20px }
.bios .profile .texts .icon { text-align: right; padding: 0 31px 0 0; position:relative; top:3px }
.bios .details { color:#444; text-align:left; padding:10px; margin:0 }

div[id="results"] .tabs .tab { display:none }
div[id="results"] .panel:before { content:""; display:block; height:30px; line-height:30px; padding:0 10px; text-transform:uppercase; color:#FFF; background:#333 }
div[id="results"]  #tab-1:before { content:"Yesterday" }
div[id="results"]  #tab-2:before { content:"Today" }
div[id="results"]  #tab-3:before { content:"Tomorrow" }
div[id="results"] h4 { height:25px; line-height:25px; padding:0 10px; font-weight:normal; margin:0 }
div[id="results"] .event  { padding:10px }
div[id="results"] .date:first-child { background:#000; color:#fff }
div[id="results"] .sport {  background:#333; color:#fff }
div[id="results"] .team-result { float:right }

div[id="headlines"] .new { margin-top:15px; padding:10px; border:1px solid #fff; background:#f5f5f5; -moz-box-sizing:border-box; -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 }

.section-widget { padding:2rem; text-align:center; background:#fff }
.section-widget .section-header { position:static; margin:-2rem -2rem 2rem; line-height:5rem; background: #B90E50; }

.instagram-feed { height:auto }

.landing .content-row2 section.sect-carousel.sect-banner li:first-child a {font-size: 20px;}

}

/*----------------------------------------------------------
  ADJUSTMENTS FOR TABLET LANDSCAPE  
  ----------------------------------------------------------*/

@media only screen and (min-width:601px) and (max-width:1023px) {
}

/*---------------------------------------
  ADJUSTMENTS FOR MOBILE  
  ----------------------------------------*/

@media only screen and (max-width:767px) {

.content-row3 { display: none; }
}

@media only screen and (max-width:600px) {
  
}


/*---------------------------------------
  ADJUSTMENTS FOR MOBILE HEADER
  ----------------------------------------*/
@media only screen and (min-width:576px) {

  /* Header */
  header.mod-site-header { z-index:3 }
  header.mod-site-header .site-title { padding:13px }
  header.mod-site-header.style1 .header-text { color:#fff }
  header.mod-site-header.style1 .header-text h1 { margin:0; font-family: 'oswaldbook', arial; ; font-size:inherit; font-weight:400; color:#000; }

}

@media only screen and (min-width:768px) {
  
   header.mod-site-header.style1 .header-text h2 span{ font-size:1.2rem; } 

  /* Header */
  header.mod-site-header.style1 .header-text { color:#000 }

  /* Mobile Navigation */
  header.mod-site-header .mobile-menu-bar { background:#E5E7E9 }
  header.mod-site-header .mobile-menu-bar li a { color:#231f20; background:#fff }


}

@media only screen and (min-width:992px) {
    header.mod-site-header:not(.style4) .dropnav .nav > a{
        color:#a4123f;
    }
    header.mod-site-header:not(.style4) .dropnav .submenu a {
        color:#B90E4F;
    }
    header.mod-site-header.style1 .dropnav .submenu a:hover {
        color:#fff;
    }
    
    /* Header */
        header.mod-site-header { background:#222 }
      header.mod-site-header.style1 { color:#000; background:#E5E7E9; padding:;}
      header.mod-site-header.style1:before { content:''; position:absolute; left:0; right:0; top:40px; height:100px; background:#000; border-top:1px solid rgba(255,255,255,0.1); }
      header.mod-site-header.style1 > div { min-height:140px }
      header.mod-site-header.style1 .site-title { top:20px; padding:0; max-width:150px; z-index:2; }
      header.mod-site-header.style1 .header-text { top:0; left:180px;  }
      header.mod-site-header.style1 .header-text h1 { line-height:40px }
      
      .sticky-header .page { padding-top:140px }
      .sticky-header header.mod-site-header.style1 { position:fixed; left:0; right:0; top:-40px }
      .sticky-header header.mod-site-header.style1:before { height:70px }
      .sticky-header header.mod-site-header.style1 > div { min-height:110px }
      .sticky-header header.mod-site-header.style1 .dropnav > ul { height:70px; border-top:1px solid rgba(255,255,255,0.1); }
      .sticky-header header.mod-site-header.style1 .dropnav .nav > a { padding:25px 15px; }
      .sticky-header header.mod-site-header.style1 .site-title { top:45px }
      .sticky-header header.mod-site-header.style1 .site-title a { max-width:110px }
    
      /* Global Navigation */
      header.mod-site-header.style1 .header-text h1 { letter-spacing:10px; }
      
      header.mod-site-header.style1 .dropnav { top:40px; padding-left:165px; background:#E5E7E9; border-top:1px solid rgba(0,0,0,0.1); }
      header.mod-site-header.style1 .dropnav > ul { height:100px }
      header.mod-site-header.style1 .dropnav > ul:before,
      header.mod-site-header.style1 .dropnav > ul:after { content:none }
      header.mod-site-header.style1 .dropnav .nav { position:relative }
      header.mod-site-header.style1 .dropnav .nav.show { background:none }
      header.mod-site-header.style1 .dropnav .nav > a { position:relative; z-index:1; padding:39px 15px; font-size:1.1rem; font-weight:700; box-sizing:border-box; border:1px solid rgba(255,255,255,0.1); border-top:0; border-bottom:0; }
      header.mod-site-header.style1 .dropnav .nav.focus > .submenu { opacity:1; visibility:visible; max-width:none; -ms-transition:all 0.5s 0.2s ease; -moz-transition:all 0.5s 0.2s ease; transition:all 0.5s 0.2s ease }
      header.mod-site-header.style1 .dropnav .nav > .submenu { left:-35px; right:auto; min-width:auto; min-height:240px; padding:35px 45px 25px; overflow:visible }
      header.mod-site-header.style1 .dropnav .submenu.level1 > ul { display:inline-block }
      header.mod-site-header.style1 .dropnav .submenu.level1 > ul > .has-submenu { display:block; margin-left:0 }
      header.mod-site-header.style1 .dropnav .submenu .has-submenu { display:block }
      header.mod-site-header.style1 .dropnav .submenu a { font-size:1.125em }
      header.mod-site-header.style1 .dropnav .submenu a:hover { color:#ffffff }
      header.mod-site-header.style1 .dropnav .submenu.level1 > ul > .has-submenu > a { min-width:170px; margin-bottom:inherit; font-size:1.125em; font-weight:700; text-transform:none }
      header.mod-site-header.style1 .dropnav .submenu.level1 > ul > .has-submenu > a:hover { text-decoration:underline; color:#a4123f }
      header.mod-site-header.style1 .dropnav .submenu.level2 { display:inline-block; margin-left:15px }
      header.mod-site-header.style1 .dropnav .submenu.level2 a { font-weight:400; font-size:0.875em; text-transform:none }
      header.mod-site-header.style1 .dropnav .submenu.level2 li { display:inline-block; margin-left:5px }
      header.mod-site-header.style1 .dropnav a[rel="wiki-link"] + a { display:none !important }
    
      /* Secondary Navigation */
      .secondary-nav { position:relative; z-index:2; margin:0; padding:20px 20px; font-size:1rem; background:#b90e50; }
      .secondary-nav h1 { float:left; padding:0; font-size:1.3125rem; text-transform:uppercase; color:#fff }
      .secondary-nav h1:after { display:none }
      .secondary-nav.active h1 { background:none }
      .secondary-nav > div { max-width:1170px }
      .secondary-nav > div > ul { float:right; display:block }
      .secondary-nav li { float:left; border-top:0 }
      .secondary-nav li:first-child { margin-left:0 }
      .secondary-nav li a { display:inline; text-decoration:none; color:#fff }
      .secondary-nav li:hover a { text-decoration:underline }
      .secondary-nav .has-nav { position:relative }
      .secondary-nav .has-nav > a { display:inline }
      .secondary-nav .has-nav.focus > a,
      .secondary-nav .has-nav:hover > a { text-decoration:none; color:#fff; background:rgba(0,0,0,0.85) border-radius:5px 5px 0 0 }
      .secondary-nav .has-nav > ul { display:none; position:absolute; right:0; padding:20px; background:#666 }
      .secondary-nav .has-nav.focus > ul,
      .secondary-nav .has-nav:hover > ul { display:block }
      .secondary-nav .has-nav li { float:none; font-size:inherit }
      .secondary-nav .has-nav li a { display:block; min-width:100px; padding:2px; color:#fff; text-decoration:none; white-space:nowrap }
      .secondary-nav .has-nav li:hover a { text-decoration:underline }
      .secondary-nav .has-nav .has-nav { position:relative }
      .secondary-nav .has-nav .has-nav > ul { top:0; right:100% }
    
}

@media only screen and (min-width:1200px) {

  /* Header */
  header.mod-site-header.style1 .site-title { top:0; padding-left:0; max-width:none }
  header.mod-site-header.style1 .site-title a { top:30px; width:126px; margin-left:-63px }
  header.mod-site-header.style1 .header-text { left:0; background:none; letter-spacing:10px; }
  
  header.mod-site-header.style1 .header-text h1 { background:#E5E7E9; }

  .sticky-header header.mod-site-header.style1 .site-title { top:15px }
  .sticky-header header.mod-site-header.style1 .site-title a { margin-left:-55px }

  /* Global Navigation */
  header.mod-site-header.style1 .dropnav { padding-left:0 }
  header.mod-site-header.style1 .dropnav > ul { padding-top:0 }
  header.mod-site-header.style1 .dropnav .nav { padding:0;  }
  header.mod-site-header.style1 .dropnav .nav > a { font-weight:bold; padding:38px 15px; font-size:1.2rem; border:1px solid rgba(255,255,255,0.1); border-top:0; border-bottom:0; }
  header.mod-site-header.style1 .dropnav .submenu a { font-size:1em; white-space:nowrap; max-width:none }
  
}
