/* ==============
   GLOBAL STYLES
   ============== */

/* WEB FONTS */

@font-face {
    font-family: 'roboto';
    src: url('Roboto-Regular-webfont.eot');
    src: url('Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('Roboto-Regular-webfont.woff') format('woff'),
         url('Roboto-Regular-webfont.ttf') format('truetype'),
         url('Roboto-Regular-webfont.svg#robotoregular') format('svg');
    font-weight: 400;
    font-style: normal;

}

@font-face {
    font-family: 'roboto';
    src: url('Roboto-Bold-webfont.eot');
    src: url('Roboto-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('Roboto-Bold-webfont.woff') format('woff'),
         url('Roboto-Bold-webfont.ttf') format('truetype'),
         url('Roboto-Bold-webfont.svg#robotobold') format('svg');
    font-weight: 700;
    font-style: normal;

}

@font-face {
    font-family: 'open_sans';
    src: url('opensans-lightitalic-webfont.woff2') format('woff2'),
         url('opensans-lightitalic-webfont.woff') format('woff');
    font-weight: 300;
    font-style: italic;

}

@font-face {
    font-family: 'open_sans';
    src: url('opensans-italic-webfont.woff2') format('woff2'),
         url('opensans-italic-webfont.woff') format('woff');
    font-weight: 400;
    font-style: italic;

}

@font-face {
    font-family: 'open_sans';
    src: url('opensans-regular-webfont.woff2') format('woff2'),
         url('opensans-regular-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;

}

@font-face {
    font-family: 'open_sans';
    src: url('opensans-semibold-webfont.woff2') format('woff2'),
         url('opensans-semibold-webfont.woff') format('woff');
    font-weight: 600;
    font-style: normal;

}

@font-face {
    font-family: 'barlow_semi_condensed';
    src: url('barlowsemicondensed-regular-webfont.woff2') format('woff2'),
         url('barlowsemicondensed-regular-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;

}

@font-face {
    font-family: 'barlow_semi_condensed';
    src: url('barlowsemicondensed-semibold-webfont.woff2') format('woff2'),
         url('barlowsemicondensed-semibold-webfont.woff') format('woff');
    font-weight: 600;
    font-style: normal;

}

@font-face {
    font-family: 'kirsty';
    src: url('kirstyitalic-webfont.woff2') format('woff2'),
         url('kirstyitalic-webfont.woff') format('woff');
    font-weight: 400;
    font-style: italic;

}

@font-face {
    font-family: 'utility-icons';
    src: url('utility-icons.woff2?46806865') format('woff2'),
         url('utility-icons.woff?46806865') format('woff');
    font-weight: 400;
    font-style: normal;
  
}

[class^="icon-"]:before, [class*="icon-"]:before { font-family:"GlyphIcons"; font-style:normal; font-weight:normal; font-variant:normal; display:inline-block; width:1em; line-height:1em; text-align:center; text-decoration:none; text-transform:none; speak:none }

.icon-phone:before { font-family:'utility-icons'; content:'\e800' }
.icon-location:before { font-family:'utility-icons'; content:'\e801' }

.accent-bg,
.accent-bg th { color:#fff !important; background:#2b385f !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 }

a { color:#2b385f; text-decoration:none }
a:focus,
a:hover { color:#c7b481; text-decoration:underline }
a:focus { outline:2px dashed #c7b481 }

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 { position:relative; z-index:1; max-width:1200px; margin:0 auto }
.landing .body-container { max-width:none }
.mainbody { display:block; padding:10px; background:#fff }
.landing .mainbody { padding:0; background:none }

.section-header { margin-bottom:30px; font-family:'kirsty', arial; font-size:48px; font-weight:400; font-style:italic; letter-spacing:0.06em; text-transform:uppercase; text-align:center;  color:#2b385f }

.navbar-image ul { list-style:none; margin:0 }
.navbar-image li img { vertical-align:top }
.navbar-image li span { position:absolute; left:-9999px; width:1px; height:1px; overflow:hidden; clip:rect(0,0,0,0) }

.site-footer { font-family:'open_sans', arial; text-align:center; color:#2b385f }
.site-footer .social-links { display:inline-block; vertical-align:top; margin:40px auto 5px }
.site-footer .social-links li:first-child { display:none }
.footer-text .site-title { display:block; margin:5px 0 10px; font-family:'kirsty', arial; font-size:16px; font-style:italic; letter-spacing:0.06em; text-transform:uppercase; color:#2b385f }
.footer-text a { color:#2b385f }
.footer-text .sep { padding:0 20px }
.footer-text .copyright { display:block; margin:30px auto 40px; font-style:italic; font-size:12px }

/* CAROUSEL */
.j-carousel .seats:after { content:""; display:block; clear:both }

/* PADDING WILL CHANGE ACCORDING SITE PHOTO SIZE */
.j-carousel .media-box .slide-img { display:block; padding-top:58.25%; 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:10000%; position:relative }
.j-carousel3 .seat { opacity:0; visibility:hidden; width:1%; 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 HEADLINES */
.more-news .story { float:left; position:relative; width:23.58%; margin-left:1.88% }
.more-news .story:nth-child(4n+1) { clear:left; margin-left:0 }
.more-news .heading { margin:0 }
.more-news .heading a { text-decoration:none }
.more-news .heading .thumb { position:relative; display:block; padding-top:53.33%; overflow:hidden }
.more-news .heading .thumb img { position:absolute; left:0; top:0; width:100%; min-height:100%; vertical-align:top; transition:0.5s }
.more-news .heading .title { display:block; min-height:115px; padding:20px 0; font-size:21px; font-weight:600; color:#2b385f; box-sizing:border-box; transition:0.4s ease-out }
.more-news .details { position:absolute; left:-9999px; width:1px; height:1px; overflow:hidden; background:#fff }
.more-news .story:hover .heading .thumb img { -webkit-transform:scale(1.1); transform:scale(1.1) }
.more-news .story:hover .title { color:#8e5b2f }

/* 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:0; top:50%; margin-top:-15px; width:30px; height:30px; font-size:30px; cursor:pointer; text-align:center; text-decoration:none; line-height:30px; color:#19853A; overflow:hidden }
.slider-wrapper .next { left:auto; right:0 }
.slider-wrapper .prev:before,
.slider-wrapper .next:before { content:"\e80f"; display:block; font-family:'glyphicons' }
.slider-wrapper .next:before { content:"\e810" }

/* SOCIAL STREAM */
.section-social .section-header { color:#fff }
.section-social .section-header span { display:block; font-family:'open_sans', arial; font-style:normal; font-size:18px; letter-spacing:0; text-transform:none; color:#c6b694 }
.landing .social-stream .filters li a { font-family:'barlow_semi_condensed', arial; font-size:18px; font-weight:500; color:#fff }
.landing .social-stream .filters li a .text { font-weight:500; letter-spacing:0.35em }
.landing .social-stream .filters li:first-child a .icon,
.landing .social-stream .filters li:first-child ~ li a .text { position:absolute; left:-9999px; width:1px; height:1px; overflow:hidden }

/* MEMBERS */
.member-logos { position:relative; text-align:center; background:#fff }
.member-logos:before { content:''; position:absolute; left:0; top:0; width:100%; height:20px; background:url(/images/setup/bg_team_logos.png) repeat-x }
.member-logos:after { content:''; position:absolute; left:0; bottom:0; width:100%; height:20px; background:url(/images/setup/bg_team_logos.png) repeat-x 0 100% }
.member-logos ul { display:inline-block; vertical-align:top }
.member-logos li { float:left; margin:85px 13px }
.member-logos li:first-child { margin-left:0 }
.member-logos:hover li a { display:block; transition:0.3s }
.member-logos:hover li a:hover { -webkit-transform:scale(1.07) translateY(-3px); transform:scale(1.07) translateY(-3px); transition:0.3 }

/* BUTTONS */
.buttons-nav ul { margin:0; list-style:none }
.buttons-nav li { float:left; position:relative; width:32.07%; margin:30px 0 0 1.88% }
.buttons-nav li:nth-child(3n+1) { margin-left:0; clear:left }
.buttons-nav li:nth-child(-n+3) { margin-top:0 }
.buttons-nav li a { position:relative; display:block; padding-top:41.96%; overflow:hidden; background:url(/images/setup/btn_bg_blank.png) no-repeat; background-size:100% }
.buttons-nav li span { position:absolute; left:50%; top:50%; padding:20px; font-family:'kirsty', arial; font-style:italic; font-size:26px; letter-spacing:0.06em; line-height:1.2; text-transform:uppercase; text-decoration:none; text-align:center; color:#2b385f; -webkit-transform:translate(-50%, -55%); transform:translate(-50%, -55%) }
.buttons-nav li a[rel='wiki-link'] { padding:0; background:none }

/* SOCIAL BUTTONS */
.social-links ul { list-style:none; padding:0; margin:0 }
.social-links li { float:left }
.social-links li a { text-decoration:none; color:#2b385f; background:#c7b794 }
.social-links li .text { position:absolute; left:-9999px; width:1px; height:1px; overflow:hidden }
.social-links li .icon { display:block; width:32px; height:32px; font-size:18px; text-align:center; line-height:32px; color:#2b385f }
.social-links li .icon:before { vertical-align:top; line-height:32px }
.social-links li .icon:hover { color:#00024a }

/*-------------------------------------------------------------------- 
  SITE SPECIFIC COLORS FOR INTERNAL PAGES 
  --------------------------------------------------------------------*/

/* STAFF DIRECTORY */
.staff-directory th { background:#2b385f; color:#fff }

/* ROSTER */
.roster table td { padding:5px 10px }
.roster .roster-header { background:#2b385f; color:#fff }
.roster .roster-header a { color:#fff }
.roster tr:nth-child(even) td { background:#f5f5f5 }

/* SCHEDULE */
.schedule-list table th { background-color:#2b385f; color:#fff }

/* STATS */
.stats-wrapper { width:100% }
.stats-wrapper .stats-quarter-box { width:auto }
.stats-wrapper th { background:#2b385f }
.stats-wrapper th,
.stats-wrapper td { font-size:14px; padding:5px }
.highlights.highlights-standalone .stat { color: #fff; }
	
/* BIO */
.bio-wrap .head { background:#2b385f; color:#fff }
.bio-wrap .head a { color:#fff }

/* FULL STANDINGS */
.full-standings .fixed-table { display:none }
.full-standings table { border-collapse:collapse; width:100%; background:#FFF }
.full-standings td { padding:5px; line-height:40px; text-align:center; white-space:nowrap }
.full-standings td:first-child { text-align:left }
.full-standings tr:nth-child(even) td { background:#f5f5f5 }
.full-standings table tr .conf-field { background:#E5E5E5 }
.full-standings .stats-header td { color:#FFF; text-transform:uppercase; font-size:14px; font-weight:normal; background:#2b385f }
.full-standings .stats-header:nth-of-type(2) td { color:#2b385f }
.full-standings .division { margin:10px 0; padding:5px; font-size:18px; font-weight:700; line-height:40px; text-align:center; text-transform:uppercase; color:#2b385f; border-bottom:2px solid #2b385f }

/* ==============
   MEDIA QUERIES
   ============== */

/*-----------------------------------------
  DESKTOP SPECIFIC STYLES 
  -----------------------------------------*/

@media only screen and (min-width:1024px) {

.page { position:relative; overflow:hidden; padding-bottom:130px; background:#c6b694 }
.mainbody { min-height:500px; padding:20px; position:relative }
.landing .mainbody { min-height:0; padding:0 }

.site-header { position:relative; z-index:3; height:107px; margin-bottom:70px; font-family:'open_sans', arial; background:url(/images/setup/header_bg.png) repeat-x #00024a }
.site-header > div { position:relative; max-width:1590px; margin:0 auto }
.site-header .site-title { margin:0 }
.site-header .site-title a { position:absolute; z-index:2; left:0; top:8px; width:237px; height:184px; text-indent:-9999px; color:#fff; background:url(/images/setup/master_sprite.png) no-repeat 0 -255px }
.site-header .social-links { position:absolute; right:0; top:124px }
.site-header .social-links li:first-child .text { position:static; padding:0 5px; font-family:'kirsty', arial; font-style:italic; font-size:20px; text-transform:uppercase; letter-spacing:0.06em; line-height:34px }
.site-header .social-links li:first-child .text:before { content:'#'; font-family:'open_sans', arial }
.site-header .social-links li:first-child .icon { display:none }

.site-footer { margin-top:40px }
.landing .site-footer { margin-top:0 }

.mobile-menu-bar { display:none }

.landing-row { position:relative; padding:50px 0 }
.landing-row .landing-row-offset { margin:0 -10px }
.landing-row > div { position:relative; max-width:1590px; 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 { padding:0 }
.landing-row.banner-row { padding-bottom:0 }
.landing-row.buttons-row { padding:0 0 65px }
.landing-row.headlines-row { background:#f8f8f8 }
.landing-row.social-row { background:#2b385f }

/* NAVIGATION */
.dropnav { position:relative; z-index:1; text-align:right; color:#fff }
.dropnav ul, .dropnav li { list-style:none; padding:0; margin:0 }
.dropnav > ul { display:inline-block; vertical-align:top; margin-left:20px; text-align:left }
.dropnav .nav { float:left; position:relative }
.dropnav .nav > a { position:relative; display:block; height:107px; padding:0 40px; font-family:'kirsty', arial; font-style:italic; font-size:24px; line-height:107px; text-decoration:none; color:#fff; text-transform:uppercase }
.dropnav .nav > a:before { content:''; position:absolute; left:0; top:0; height:107px; width:1px; background:#00024a; -webkit-transform:skew(-18deg); transform:skew(-18deg) }
.dropnav .nav.focus > a:after,
.dropnav .nav:hover > a:after { content:'\e811'; position:absolute; top:25px; left:50%; font-family:'glyphicons'; font-size:20px; font-style:normal; color:#c6b798; -webkit-transform:translateX(-50%); transform:translateX(-50%) }
.dropnav .nav > .submenu { display:none; position:absolute; left:-18px; top:107px; min-width:360px; background:#00024a; white-space:nowrap }
.dropnav .nav8 > .submenu { left:auto; right:0 }
.dropnav .nav.focus > .submenu,
.dropnav .nav:hover > .submenu { display:block }
.dropnav .submenu a { display:block; padding:0 40px; font-family:'open_sans', arial; font-size:16px; white-space:nowrap; text-decoration:none; line-height:40px; color:#fff }
.dropnav .submenu a:focus,
.dropnav .submenu a:hover { color:#00024a; background:#c6b798 }
.dropnav .submenu ul,
.dropnav .submenu .has-submenu { display:inline-block; vertical-align:top; min-width:150px; width:100%; margin-left:20px }
.dropnav .submenu ul:first-child,
.dropnav .submenu .has-submenu { position:relative; margin-left:0 }
.dropnav .submenu .has-submenu > a:before { content:'\e810'; font-family:'glyphicons'; position:absolute; right:40px }
.dropnav .submenu.level2 { position:absolute; display:none; top:0; left:100%; background:#c6b798 }
.dropnav .submenu .has-submenu:hover .level2 { display:block }
.dropnav .submenu .has-submenu:hover > a { color:#00024a; background:#c6b798 }
.dropnav .submenu.level2 a { color:#00024a }
.dropnav .submenu.level2 a:hover { color:#fff; background:#00024a }

.secondary-nav { position:relative; z-index:2; padding:20px; font-family:'bignoodletitling', arial; text-align:center; color:#2b385f; background:#c7b481 }
.secondary-nav h1 { position:absolute; left:-9999px; width:1px; height:1px; overflow:hidden }
.secondary-nav ul { list-style:none; padding:0; margin:0 }
.secondary-nav > div { position:relative; max-width:1200px; margin:0 auto }
.secondary-nav > div > ul { display:inline-block; vertical-align:top }
.secondary-nav li { float:left; font-size:20px }
.secondary-nav li a { padding:5px 10px; color:#2b385f; text-decoration:none }
.secondary-nav li.focus a,
.secondary-nav li:hover a { color:#000; text-decoration:none }
.secondary-nav li:before { content:"\2022" }
.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:#2b385f }
.secondary-nav .has-nav > ul { display:none; position:absolute; right:0; padding:10px; background:#2b385f; 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:#c7b481 }
.secondary-nav .has-nav .has-nav { position:relative }
.secondary-nav .has-nav .has-nav > ul { top:0; right:100% }

.j-carousel { padding:20px 20px 212px; background:#fff }
.j-carousel .media-box { width:66.45% }
.j-carousel .story-box { position:absolute; top:0; right:0; bottom:0; width:33.55%; padding:70px 50px; text-transform:uppercase; color:#555; box-sizing:border-box }
.j-carousel .story-box .title { display:block; margin-bottom:20px; font-family:'kirsty', arial; font-size:30px; font-style:italic; line-height:1; letter-spacing:0.06em; text-transform:uppercase; text-decoration:none; color:#2b385f; transition:0.2s }
.j-carousel .story-box .title:hover { color:#a08a5b }
.j-carousel .story-box .date { position:absolute; top:30px; left:50px; right:50px; font-weight:600; font-size:16px; letter-spacing:0.06em; text-transform:uppercase }
.j-carousel .story-box .carousel-share-links { display:inline-block; vertical-align:top }
.j-carousel .story-box .carousel-share-links a { font-size:0; color:#2b385f }
.j-carousel .story-box .carousel-share-links a:before { font-size:16px }
.j-carousel .story-box .carousel-share-links a:hover[href*="twitter"] { color:#00abf1 }
.j-carousel .story-box .carousel-share-links a:hover[href*="facebook"] { color:#3c5a99 }
.j-carousel .story-box .carousel-related-links a { color:#fff }
.j-carousel .story-box .carousel-related-links span { padding:0 5px }
.j-carousel .story-box .leadin { display:block; margin:10px 0; text-transform:none }
.j-carousel .story-box .readmore { display:none }
.j-carousel .controls { position:absolute; left:10px; right:10px; top:15px; margin-top:38.70%; padding:5px; z-index:2 }
.j-carousel .control { position:relative; float:left; width:16.66%; padding:5px; cursor:pointer; box-sizing:border-box }
.j-carousel .control:first-child { margin-left:0 }
.j-carousel .control.active:after { content:""; position:absolute; left:5px; right:5px; bottom:5px; top:5px; background:rgba(184, 166, 129, 0.6); border:5px solid #baa882 }
.j-carousel .control .thumb { width:100%; vertical-align:top }
.j-carousel .pp,
.j-carousel .prev,
.j-carousel .next { position:absolute; z-index:3; bottom:210px; left:66.45%; width:40px; height:40px; overflow:hidden; font-size:36px; text-align:center; text-decoration:none; line-height:40px; color:#a08a5b }
.j-carousel .next { left:auto; right:20px }
.j-carousel .pp { left:auto; right:33.55%; margin-right:-17.5%; }
.j-carousel .pp:before,
.j-carousel .prev:before,
.j-carousel .next:before { content:'\e80f'; display:block; font-family:'glyphicons' }
.j-carousel .next:before { content:'\e810' }
.j-carousel .pp.pause:before { content:'\e80b' }
.j-carousel .pp.play:before { content:'\e80a' }

/* SCOREBOARD */
.scoreboard-slider { position:relative }
.scoreboard-slider .slider { position:relative; width:100%; overflow:hidden }
.scoreboard-slider .slides { position:relative; width:49999% }
.scoreboard-slider .slide { width:0.2%; float:left }

.section-events .scoreboard-slider .no-event { font-size:35px; text-transform:uppercase; color:#2b385f }
.section-events .scoreboard-slider .no-events { padding:50px; font-size:16px; font-weight:700; text-align:center; text-transform:uppercase; letter-spacing:0.06em; color:#2b385f; background:#fff }
.section-events .scoreboard-slider .event-box { float:left; position:relative; width:23.58%; min-height:390px; margin-left:1.88%; padding:50px 20px 60px; text-align:center; color:#555; background:#fff; box-sizing:border-box }
.section-events .scoreboard-slider .event-box:first-child { margin-left:0 }
.section-events .scoreboard-slider .event-box .date { font-family:'kirsty', arial; font-size:28px; text-transform:uppercase; line-height:1; letter-spacing:0.06em; color:#2b385f }
.section-events .scoreboard-slider .event-box .status,
.section-events .scoreboard-slider .event-box .result { display:block; font-size:16px; font-weight:600; text-transform:uppercase; line-height:1; letter-spacing:0.06em; color:#555 }
.section-events .scoreboard-slider .event-box .status { margin-bottom:20px }
.section-events .scoreboard-slider .event-box .sport { display:none }
.section-events .scoreboard-slider .event-box .team { float:left; width:50% }
.section-events .scoreboard-slider .event-box .team-logo img { max-height:75px }
.section-events .scoreboard-slider .event-box .site-team .name { position:absolute; left:-9999px; width:1px; height:1px; overflow:hidden }
.section-events .scoreboard-slider .event-box .va { position:absolute; top:145px; left:50%; width:28px; height:28px; font-family:'bignoodletitling', arial; font-size:14px; font-weight:600; text-transform:uppercase; line-height:28px; color:#fff; background:#2b385f; border:1px solid #2b385f; -webkit-transform:translateX(-50%); transform:translateX(-50%) }
.section-events .scoreboard-slider .event-box .name { position:absolute; left:0; right:0; top:230px; font-weight:600; font-size:21px }
.section-events .scoreboard-slider .event-box .opponent { font-size:16px }
.section-events .scoreboard-slider .event-box .neutralsite-notes { font-size:14px }
.section-events .scoreboard-slider .event-box .neutralsite-notes span { display:block }
.section-events .scoreboard-slider .event-box .links { position:absolute; left:0; right:0; bottom:0; padding:15px; border-top:1px solid #f2f2f2 }
.section-events .scoreboard-slider .event-box .links .text { position:absolute; left:-9999px; width:1px; height:1px; overflow:hidden }
.section-events .scoreboard-slider .event-box .links .icon { font-size:16px; color:#a08a5b }
.section-events .scoreboard-slider .full-schedule-btn { display:block; width:250px; margin:50px auto 0; font-family:'kirsty', arial; font-size:20px; font-style:italic; letter-spacing:0.06em; text-align:center; text-transform:uppercase; color:#2b385f }
.section-events .scoreboard-slider .full-schedule-btn:before { content:'\e803'; padding-right:5px; font-family:'glyphicons', arial; font-style:normal }
.section-events .scoreboard-slider .prev,
.section-events .scoreboard-slider .next { position:absolute; top:50%; left:-40px; width:30px; height:30px; margin-top:-50px; overflow:hidden; font-size:36px; text-align:center; text-decoration:none; line-height:30px; cursor:pointer; color:#2b385f }
.section-events .scoreboard-slider .next { left:auto; right:-40px }
.section-events .scoreboard-slider .prev:before,
.section-events .scoreboard-slider .next:before { content:'\e80f'; display:block; font-family:'glyphicons' }
.section-events .scoreboard-slider .next:before { content:'\e810' }
.section-events .scoreboard-slider .prev.disabled,
.section-events .scoreboard-slider .next.disabled { opacity:0.5; pointer-events:none }

.sticky-row { position:fixed; left:0; bottom:0; right:0; z-index:3; color:#2b385f; background:#2b385f; transition:bottom 0.5s ease }
.sticky-row .section-header { color:#fff }
.sticky-row .scoreboard-slider { padding:5px 100px }
.sticky-row .scoreboard-slider .no-events { height:120px; text-align:center; text-transform:uppercase; line-height:120px; color:#555; background:#fff }
.sticky-row .scoreboard-slider .event-box.empty { text-align:center; text-transform:uppercase; color:#555 }
.sticky-row .scoreboard-slider .event-box { float:left; position:relative; width:20%; height:120px; padding:25px; text-align:left; color:#555; background:#fff; border-left:5px solid #2b385f; box-sizing:border-box }
.sticky-row .scoreboard-slider .event-box.inprogress { background:#fff7ca }
.sticky-row .scoreboard-slider .event-box .date,
.sticky-row .scoreboard-slider .event-box .status { margin:-20px -20px 10px; padding:5px 20px; font-family:'barlow_semi_condensed', arial; text-transform:uppercase; letter-spacing:0.06em; color:#fff; background:#2b385f }
.sticky-row .scoreboard-slider .event-box .status { position:absolute; top:5px; right:5px; margin:0; color:#fff }
.sticky-row .scoreboard-slider .event-box .sport { display:none }
.sticky-row .scoreboard-slider .event-box .team { font-weight:600 }
.sticky-row .scoreboard-slider .event-box .score { float:right }
.sticky-row .scoreboard-slider .event-box .links { position:absolute; left:0; top:-9999px; right:0; padding-top:34px; text-align:center; background:rgba(0,0,0,0.7); box-shadow:inset 0 0 177px 0 #000 }
.sticky-row .scoreboard-slider .event-box:hover .links { top:0; bottom:0 }
.sticky-row .scoreboard-slider .event-box .links .sep { display:none }
.sticky-row .scoreboard-slider .event-box .links a { display:inline-block; vertical-align:top; margin:0 2px; text-decoration:none; color:#555; background:#fff; border-radius:100% }
.sticky-row .scoreboard-slider .event-box .links a .text { position:absolute; left:-9999px; width:1px; height:1px; overflow:hidden; color:#555 }
.sticky-row .scoreboard-slider .event-box .links a .icon { display:block; width:30px; height:30px; font-size:18px; text-align:center; line-height:30px }
.sticky-row .scoreboard-slider .event-box .links a .icon:hover { color:#fff; background:#2b385f; border-radius:100% }
.sticky-row .scoreboard-slider .next, 
.sticky-row .scoreboard-slider .prev { position:absolute; left:0; top:5px; width:100px; height:120px; font-size:30px; cursor:pointer; text-align:center; text-decoration:none; line-height:120px; color:#fff; overflow:hidden }
.sticky-row .scoreboard-slider .next { left:auto; right:0 }
.sticky-row .scoreboard-slider .next:hover, 
.sticky-row .scoreboard-slider .prev:hover { color:#c6b694 }
.sticky-row .scoreboard-slider .prev:before,
.sticky-row .scoreboard-slider .next:before { content:"\e80f"; display:block; font-family:'glyphicons' }
.sticky-row .scoreboard-slider .next:before { content:"\e810" }
.sticky-row .scoreboard-slider .event-box .neutralsite-notes,
.sticky-row .scoreboard-slider .full-schedule-btn { position:absolute; left:-9999px; width:1px; height:1px; overflow:hidden; color:#fff }
 
}

/*---------------------------------------------------------------- 
  COMMON STYLES FOR MOBILE AND TABLET 
  ----------------------------------------------------------------*/

@media only screen and (min-width:1024px) and (max-width:1660px) {

.landing-row.events-row { padding:50px }

}

@media only screen and (min-width:1024px) and (max-width:1590px) {

.site-header > .container { padding:0 50px }
.site-header .site-title a { left:50px }
.site-header .social-links { right:50px }

.dropnav .nav > a { padding:0 22px }

.landing-row { padding:50px }
.landing-row.carousel-row { padding:0 50px }
.landing-row.buttons-row { padding:0 50px 50px }
.landing-row.social-row { padding:50px 20px }

.member-logos ul { margin-left:0 }
.member-logos li { float:left; margin:85px 8px }

.buttons-nav li span { font-size:28px }

}

@media only screen and (min-width:1024px) and (max-width:1400px) {

.landing-row.social-row { padding:50px 20px }

.dropnav .nav > a { padding:0 17px; font-size:20px }

.more-news .heading .title { font-size:18px }

.sticky-row .scoreboard-slider { padding:5px 50px }
.sticky-row .scoreboard-slider .event-box { padding:10px }
.sticky-row .scoreboard-slider .event-box .date,
.sticky-row .scoreboard-slider .event-box .status { margin:-5px -5px 10px; padding:8px 5px 4px }
.sticky-row .scoreboard-slider .event-box .status { top:10px; right:10px }
.sticky-row .scoreboard-slider .event-box .team { font-size:13px }
.sticky-row .scoreboard-slider .next, 
.sticky-row .scoreboard-slider .prev { width:50px }

.section-events .scoreboard-slider .event-box { padding:50px 10px 60px }
.section-events .scoreboard-slider .event-box .team-logo img { max-height:60px }
.section-events .scoreboard-slider .event-box .va { top:135px }
.section-events .scoreboard-slider .event-box .name { left:10px; right:10px;  font-size:18px }

.member-logos { padding:50px }
.member-logos li { float:none; display:inline-block; vertical-align:top; margin:10px }

.buttons-nav li span { font-size:22px }

}

@media only screen and (min-width:1024px) and (max-width:1200px) {

.site-header .site-title a { left:0; top:-10px; -webkit-transform:scale(0.65); transform:scale(0.65) }

.dropnav .nav > a { font-size:17px }

.landing-row { padding:10px }
.landing-row.events-row { padding:20px 50px }
.landing-row.social-row { padding:20px 0 }
.landing-row.carousel-row { padding:0 10px }
.landing-row.buttons-row { padding:0 10px 20px }
.landing-row.social-row { padding:20px 0 }

.j-carousel .story-box { padding:50px 20px 20px }
.j-carousel .story-box .title { font-size:24px }
.j-carousel .story-box .date { top:20px; left:20px; right:20px }
.j-carousel .pp,
.j-carousel .prev,
.j-carousel .next { font-size:24px }

.section-header { margin-bottom:20px }

.buttons-nav li span { font-size:18px }

}

@media only screen and (max-width:1023px) {

body { padding:0; background:#c6b694 }

.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/header_tablet.png) no-repeat 50% 50% }

.mobile-menu-bar { display:block; padding:5px; background:#2b385f }
.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:#2b385f; 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:#2b385f; color:#fff }
.secondary-nav h1 { position:relative; margin:0; padding:10px; font-size:20px; color:#fff; font-weight:normal }
.secondary-nav ul { list-style:none; padding:0; margin:0 }
.secondary-nav > div > ul { display:none }
.secondary-nav.active > div > ul { display:block }
.secondary-nav h1:after { content:""; width:0; height:0; border-style:solid; border-color:#eee transparent transparent; border-width:5px 5px 0; position:absolute; right:10px; top:50%; margin-top:-2px }
.secondary-nav.active h1 { background:rgba(0,0,0,0.3) }
.secondary-nav.active h1:after { border-color:transparent transparent #fff; border-width:0 5px 5px }
.secondary-nav li { border-top:1px solid #8c8c8c }
.secondary-nav li:first-child { border-top:none }
.secondary-nav li a { display:block; padding:5px 10px; color:#fff; text-transform:none; text-decoration:none }
.secondary-nav .has-nav > a { display:none }

.j-carousel { background:#000 }
.j-carousel .story-box { padding:10px; font-size:14px; color:#fff }
.j-carousel .story-box .title { display:block; margin-bottom:5px; font-size:18px; color:#fff; text-shadow:1px 1px rgba(0,0,0,0.8) }
.j-carousel .story-box .carousel-share-links a { font-size:0; color:#eee; text-shadow:1px 1px #000 }
.j-carousel .story-box .carousel-share-links a:before { font-size:18px }
.j-carousel .story-box .carousel-share-links a[href*="twitter"]:hover { color:#00abf1 }
.j-carousel .story-box .carousel-share-links a[href*="facebook"]:hover { color:#3c5a99 }
.j-carousel .story-box .date,
.j-carousel .story-box .leadin,
.j-carousel .story-box .readmore { display:none }
.j-carousel .controls { position:absolute; left:0; right:0; top:-32px; z-index:2; height:12px; padding:10px 0; margin-top:46.76%; 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,
.j-carousel .prev,
.j-carousel .next,
.j-carousel .pp { display:none }

.bios .profile { overflow:hidden; color:#fff; background:#333; position:relative; padding: 10px 10px 10px 110px;}
.bios .icon { position:absolute; right:31px; bottom:-4px }
.bios .images { width: 100px; padding-top:50px; float:left; margin-left: -110px; text-align:center; position:relative }
.bios .photo img { border: 2px solid #333 }
.bios .number { font-size:20px; line-height: 40px; position:absolute; left:5px; right: 5px; top:0; font-weight: bold;}
.bios .texts .name { font-size:1.2em; padding:5px 10px; margin-bottom:10px;background:#333; color:#fff; border-radius:3px }
.bios .data { line-height:20px }
.bios .profile .texts .icon { text-align: right; padding: 0 31px 0 0; position:relative; top:3px }
.bios .details { color:#444; text-align:left; padding:10px; margin:0 }

div[id="results"] .tabs .tab { display:none }
div[id="results"] .panel:before { content:""; display:block; height:30px; line-height:30px; padding:0 10px; text-transform:uppercase; color:#FFF; background:#333 }
div[id="results"]  #tab-1:before { content:"Yesterday" }
div[id="results"]  #tab-2:before { content:"Today" }
div[id="results"]  #tab-3:before { content:"Tomorrow" }
div[id="results"] h4 { height:25px; line-height:25px; padding:0 10px; font-weight:normal; margin:0 }
div[id="results"] .event  { padding:10px }
div[id="results"] .date:first-child { background:#000; color:#fff }
div[id="results"] .sport {  background:#333; color:#fff }
div[id="results"] .team-result { float:right }

div[id="headlines"] .new { margin-top:15px; padding:10px; border:1px solid #fff; background:#f5f5f5; -webkit-box-sizing:border-box; box-sizing:border-box; box-shadow:0 0 5px rgba(0,0,0,0.4) }
div[id="headlines"] .new:first-child { margin-top:0 }
div[id="headlines"] .new .links { margin-bottom:5px }
div[id="headlines"] .new .text { display:block; margin-top:5px; font-size:12px; color:#444 }
div[id="headlines"] .new .title a { font-size:16px;  text-transform:uppercase }

.sticky-row,
.landing-row.events-row { display:none }

.member-logos { padding:50px 20px }
.member-logos ul { margin:0 }
.member-logos li { float:none; display:inline-block; vertical-align:top; margin:10px }

.section-header { margin-bottom:10px }

.landing-row { padding:20px 10px }
.landing-row.carousel-row { padding:0 }
.landing-row.buttons-row { padding:10px }
.landing-row.standings-row { background:#c7b481 }
.landing-row.headlines-row { background:#f8f8f8 }
.landing-row.social-row { background:#2b385f }

.more-news .heading .title { padding:10px 0; font-size:16px }

.site-header .tel { position:absolute; left:-9999px; width:1px; height:1px; overflow:hidden }

.social-links li:first-child { display:none }

.site-header .social-links { background:#000 }
.site-header .social-links ul { margin:0; list-style:none }
.site-header .social-links li { float:left; width:25% }
.site-header .social-links li a { text-decoration:none }
.site-header .social-links li .text { position:absolute; left:-9999px; width:1px; height:1px; overflow:hidden }
.site-header .social-links li .icon { display:block; width:auto; height:auto; padding:5px; font-size:20px; text-align:center; color:#fff; transition:0.35s }
.site-header .social-links li .gicon-twitter { background:#55acee }
.site-header .social-links li .gicon-facebook { background:#3b5998 }
.site-header .social-links li .gicon-youtube { background:#bb0000 }
.site-header .social-links li .gicon-snapchat { color:#2b385f; background:#fffc00 }
.site-header .social-links li .gicon-instagram{ background: #f09433; 
background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 ); }

.standings-brief { height:auto }
.standings-brief .full-standings { margin-top:10px }

.full-standings { padding-left:150px; margin:0 -10px; overflow:hidden; position:relative; box-shadow:0 0 4px rgba(0,0,0,0.2) }
.full-standings .fixed-table { display: inline-table; width:150px; position:absolute; left:0; z-index:1 }
.full-standings .fixed-col { display:none }
.full-standings .container { position:relative; z-index:2; box-shadow:-2px -4px 4px rgba(0,0,0,0.2); overflow-x:scroll; -webkit-overflow-scrolling:touch }
.full-standings .container table { width:730px }

.standings-brief .full-standings { padding:0; box-shadow:none }

.footer-text .sep { padding:0 10px }

.section-banner span { display:block; padding:20px; font-size:16px; text-align:center; background:#fff; box-shadow:inset 0 0 50px 0 rgba(0,0,0,0.1) }

.buttons-nav li span { font-size:16px }

}

/*---------------------------------------
  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/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:#2b385f }
.mobile-menu-bar li .text { position:absolute; left:-9999px }

.buttons-nav li,
.buttons-nav li:nth-child(3n+1),
.buttons-nav li:nth-child(-n+3) { clear:none; float:none; width:auto; margin:5px }
.buttons-nav li span { padding:10px; font-size:20px }

.more-news .story,
.more-news .story:first-child { float:none; width:auto; height:auto; margin:10px }

.section-header { font-size:30px }

.standings-brief h4 { padding:10px; font-size:14px }
.standings-brief td { padding:10px; font-size:14px; white-space:nowrap }
.standings-brief .team-logo { display:none }
.standings-brief .team-name { font-size:14px; white-space:normal }

.footer-text .sep { display:block; height:0; overflow:hidden }

}

/* 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;}

/*Social icons override for mobile*/
@media only screen and (max-width: 1023px) {
.site-header .social-links li .icon {
    color: #fff;
    background: #2b385f!important;
}
}
