<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ==============
   GLOBAL STYLES
   ============== */

/* WEB FONTS */

@font-face {
    font-family: 'proximanova';
    src: url('proxima_nova_black-webfont.eot');
    src: url('proxima_nova_black-webfont.eot?#iefix') format('embedded-opentype'),
         url('proxima_nova_black-webfont.woff2') format('woff2'),
         url('proxima_nova_black-webfont.woff') format('woff'),
         url('proxima_nova_black-webfont.ttf') format('truetype'),
         url('proxima_nova_black-webfont.svg#proximanova-blackbook') format('svg');
    font-weight: 900;
    font-style: normal;

}

@font-face {
    font-family: 'proximanova';
    src: url('proxima_nova_bold-webfont.eot');
    src: url('proxima_nova_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('proxima_nova_bold-webfont.woff2') format('woff2'),
         url('proxima_nova_bold-webfont.woff') format('woff'),
         url('proxima_nova_bold-webfont.ttf') format('truetype'),
         url('proxima_nova_bold-webfont.svg#proximanova-boldbook') format('svg');
    font-weight: 700;
    font-style: normal;

}

@font-face {
    font-family: 'proximanova';
    src: url('proxima_nova_regular-webfont.eot');
    src: url('proxima_nova_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('proxima_nova_regular-webfont.woff2') format('woff2'),
         url('proxima_nova_regular-webfont.woff') format('woff'),
         url('proxima_nova_regular-webfont.ttf') format('truetype'),
         url('proxima_nova_regular-webfont.svg#proximanova-regularbook') format('svg');
    font-weight: 400;
    font-style: normal;

}

@font-face {
    font-family: 'proximanova';
    src: url('proxima_nova_semibold-webfont.eot');
    src: url('proxima_nova_semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('proxima_nova_semibold-webfont.woff2') format('woff2'),
         url('proxima_nova_semibold-webfont.woff') format('woff'),
         url('proxima_nova_semibold-webfont.ttf') format('truetype'),
         url('proxima_nova_semibold-webfont.svg#proximanova-semiboldbook') format('svg');
    font-weight: 600;
    font-style: normal;

}

@font-face {
    font-family: 'oswald';
    src: url('oswald-bold-webfont.eot');
    src: url('oswald-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('oswald-bold-webfont.woff') format('woff'),
         url('oswald-bold-webfont.ttf') format('truetype'),
         url('oswald-bold-webfont.svg#oswaldbold') format('svg');
    font-weight: 700;
    font-style: normal;

}

@font-face {
    font-family: 'oswald';
    src: url('Oswald-Light-webfont.eot');
    src: url('Oswald-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('Oswald-Light-webfont.woff2') format('woff2'),
         url('Oswald-Light-webfont.woff') format('woff'),
         url('Oswald-Light-webfont.ttf') format('truetype'),
         url('Oswald-Light-webfont.svg#oswaldlight') format('svg');
    font-weight: 200;
    font-style: normal;

}

.accent-bg,
.accent-bg th { color:#fff !important; background:#01529b !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:'proximanova', arial; font-size:14px; line-height:1.5; background:#fff; color:#444; -webkit-font-smoothing:antialiased; -webkit-text-size-adjust:none }

a { color:#003e7e }
a:visted{ color:#003062}
a:hover { color:#222 }

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:1000px; margin:0 auto }
.landing .body-container { max-width:none }
.mainbody { padding:10px; background:#fff }
.landing .mainbody { padding:0; background:none }

.navbar-image ul { list-style:none; padding:0; margin:0 }
.navbar-image li img { vertical-align:middle }
img{ height: auto }

.section-header { position:absolute; left:-9999px; color:#fff; background:#000 }

.site-footer { padding:30px 0; text-align:center; background:#fff }
.site-footer .footer-logos li { display:inline-block; vertical-align:top; margin:20px }
.site-footer .footer-logos li img { max-height:100px }
.site-footer .footer-text { font-size:14px; font-family:'roboto', arial; font-weight:400; font-style:italic; text-transform:uppercase }
.site-footer .footer-text .title { display:block; font-weight:900 }
.site-footer .footer-text span { display:block }

/* 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:55%; 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:800%; position:relative }
.j-carousel .seat { width:12.5%; float:left; position:relative }

/* SCHEDULE */
.schedule-boxscore .event-box { margin-top:10px; padding:15px; position:relative; background:#fff; overflow:hidden; border-radius:3px; 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 }

/* SCOREBOARD */
.content-switcher { position:relative }
.content-switcher .switcher-list { position:absolute; right:120px; top:-70px; z-index:2; width:272px; color:#fff; background:#444 }
.content-switcher .switcher-list .selection { display:block; position:relative; text-decoration:none; display:block; padding:0 10px; margin-right:36px; line-height:40px; text-decoration:none}
.content-switcher .switcher-list:after { content:""; display:block; width:0; height:0; position:absolute; right:15px; top:50%; margin-top:-3px; border:6px solid transparent; border-top-color:#fff }
.content-switcher .switcher-list.active:after { margin-top:-6px; border-top-color:transparent; border-bottom-color:#e59746 }
.content-switcher .switcher-list ul { margin:0; padding:0; list-style:none }
.content-switcher .switcher-list ul { display:none; position:absolute; left:0; right:0; top:40px; max-height:200px; padding:10px; overflow:auto; background:#003e7e }
.content-switcher .switcher-list.active ul { display:block; }
.content-switcher .switcher-list li a { display:block; height:25px; line-height:25px; color:#fff; position:relative; cursor:pointer } 
.content-switcher .switcher-list li.active { display:none }
.content-switcher .switcher-list li a:hover { color:#eee; text-decoration:none }
.content-switcher .content-panels { position:relative; z-index:1 }

.content-switcher .switcher-list .selection:after { content:''; opacity:0; -moz-transition:opacity 0.4s ease; -webkit-transition:opacity 0.4s ease; transition:opacity 0.4s ease }
.content-switcher .switcher-list .selection:before { content:''; opacity:0; position:absolute; left:-46px; top:0; bottom:0; display:block; width:46px; background:#003e7e; -moz-transition:opacity 0.3s ease; -webkit-transition:opacity 0.3s ease; transition:opacity 0.3s ease }
.content-switcher.loading .switcher-list .selection:before { opacity:1 }
.content-switcher.loading .switcher-list .selection:after { content:''; width:20px; height:20px; position:absolute; left:-36px; top:50%; margin-top:-13px; border-top:3px solid rgba(255, 255, 255, 0.2); border-right:3px solid rgba(255, 255, 255, 0.2); border-bottom:3px solid rgba(255, 255, 255, 0.2); border-left:3px solid #ffffff; opacity:1; -webkit-transform: translateZ(0); -ms-transform: translateZ(0); transform: translateZ(0); -webkit-animation: loader 1.1s infinite linear; animation: loader 1.1s infinite linear;  border-radius:50% }
@-webkit-keyframes loader { 
 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg) }
 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg) }
}
@keyframes loader {
  0% { -webkit-transform: rotate(0deg); transform: rotate(0deg) }
  100% { -webkit-transform: rotate(360deg); transform: rotate(360deg) }
}

.section-scoreboard .section-header { position:static; height:80px; padding:0 70px; margin-bottom:10px; line-height:80px; font-size:30px; font-weight:900; text-transform:uppercase; color:#fff; background:#333 }
.section-scoreboard .section-header span { font-weight:400; font-style:italic }
.scoreboard-slider { position:relative }
.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 { position:relative; float:left; width:24.25%; margin-left:1%; color:#fff; background:#003e7e }
.scoreboard-slider .event-box:first-child { margin-left:0 }
.scoreboard-slider .no-events { min-height:460px; line-height:200px; padding:0 20px; text-align:center; text-transform:uppercase; color:#fff; background:#000 }
.scoreboard-slider .no-event { position:absolute; left:0; right:0; top:0; line-height:82px; font-size:20px; font-weight:700; text-transform:uppercase; color:#fff }
.scoreboard-slider .event { position:relative; min-height:300px; padding:110px 20px 10px; text-align:center }
.scoreboard-slider .event .date { position:absolute; left:0; right:38%; top:0; height:70px; padding:15px 10px; font-weight:700; line-height:1; text-transform:uppercase }
.scoreboard-slider .event .date span { display:block; font-size:20px }
.scoreboard-slider .event .date span:last-child { font-size:50px; font-family:'oswald', arial; font-weight:200 }
.scoreboard-slider .event .date span:first-child { display:none }
.scoreboard-slider .event .team-logo { position:absolute; right:0; top:0; max-width:40%; padding:10px; background:#fff; box-shadow:0 0 30px rgba(0,0,0,0.5) inset; box-sizing:border-box }
.scoreboard-slider .event .team-logo img { vertical-align:middle }
.scoreboard-slider .event .sport { font-size:18px; text-transform:uppercase; font-weight:700; line-height:1 }
.scoreboard-slider .event .sport a { color:#fff }
.scoreboard-slider .event .status { margin-bottom:10px }
.scoreboard-slider .event .links {  margin-top:10px; padding-top:10px; border-top:1px dotted #fff }
.scoreboard-slider .event .links .sep { display:none }
.scoreboard-slider .event .links a span { display:none }
.scoreboard-slider .event .links a { display:inline-block; vertical-align:top; width:25px; height:25px; margin:0 3px; line-height:25px; color:#003e7e; background:#fff; border-radius:100% }
.scoreboard-slider .event .links a:hover { color:#fff; background:#000 }
.scoreboard-slider .event .opponent { margin-bottom:10px; color:#E3E3E3 }
.scoreboard-slider .event .result { display:block; font-family:'oswald', arial; font-size:30px; color:#fff; font-weight:700 }
.scoreboard-slider .next,
.scoreboard-slider .prev { position:absolute; left:0; top:-90px; width:44px; height:80px; text-indent:-9999px; cursor:pointer; background:url(/images/setup/master_sprite.png) no-repeat -611px 0  }
.scoreboard-slider .next { left:auto; right:0; background-position:-660px 0 }
.scoreboard-slider .next.disabled,
.scoreboard-slider .prev.disabled { opacity:0.4; cursor:default }
.scoreboard-slider .full-schedule-btn { display:block; height:35px; margin:10px auto 0; line-height:35px; font-size:12px; text-decoration:none; text-align:center; font-style:italic; color:#fff; background:#444 }
.scoreboard-slider .full-schedule-btn:hover { background:#003e7e }

/* 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:0; top:50%; z-index:1; margin-top:-15px; width:30px; height:30px; border:none; cursor:pointer; text-align:center; overflow:hidden; color:#fff; background:rgba(0,0,0,0.8); border-radius:100% }
.slider-wrapper .next { left:auto; right:0 }
.slider-wrapper .prev:before { content:'\e80f'; display:block; font-family:'glyphicons'; font-size:20px; line-height:30px }
.slider-wrapper .next:before { content:'\e810'; display:block; font-family:'glyphicons'; font-size:20px; line-height:30px }
.slider-wrapper .pp { position:absolute; right:0; top: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' }

.sponsors-slider { padding:0 40px; margin-bottom:30px }
.sponsors-slider .image { width:16.66%; border-right:1px dotted #fff; float:left; text-align:center; box-sizing:border-box }
.sponsors-slider .image:last-child { border-right:none }
.sponsors-slider .navi {  margin:20px 0 0; text-align:center }
.sponsors-slider .navi .nav { display:inline-block; vertical-align:top; width:15px; height:15px; margin:0 2px; padding:0; border:none; cursor:pointer; text-indent:-9999px; color:#000; background:#ecac12; border-radius:100% }
.sponsors-slider .navi .nav.active { color:#fff; background:#003e7e }
.sponsors-slider .pp { right:50%; top:auto; bottom:-30px; margin-right:-15px; color:#000; background:#eaeaea }

/* INSTAGRAM */
.instagram-feed-wrapper { position:relative; padding-left:200px; overflow:hidden }
.instagram-feed-wrapper .view-more { position:absolute; left:0; top:0; bottom:0; width:200px; padding:40px 0; line-height:15px; font-style:italic; text-align:center; text-decoration:none; color:#fff; background:#000 }
.instagram-feed-wrapper .view-more:after { content:'\00bb'; display:inline-block; vertical-align:top; width:15px; height:15px; margin-left:5px; font-style:normal; background:#00704a; border-radius:100% }
.instagram-feed-wrapper .view-more span { display:block; width:60px; height:60px; margin:0 auto 20px; font-size:30px; line-height:60px; color:#000; background:#fff; border-radius:100% }
.instagram-feed { position:relative; overflow:hidden; background:#111 }
.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 .placeholder { position:relative; padding-top:100% }
.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:30px; color:#eee; text-align:center; text-shadow:0 0 2px 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 .feed { overflow:hidden }
.instagram-feed .feed ul { position:relative; float:left; white-space:nowrap }
.instagram-feed .item { display:inline-block; vertical-align:top; width:200px }
.instagram-feed .item:first-child .gutter { padding-left:0 }
.instagram-feed .load-more { text-align:center; cursor:pointer; background:#000 }
.instagram-feed .load-more a { font-weight:700; background:#000 }
.instagram-feed .load-more span { position:absolute; left:0; right:0; top:50%; margin-top:-1em; text-transform:uppercase }
.instagram-feed .prev,
.instagram-feed .next { position:absolute; left:0; top:0; bottom:0; display:block; width:1em; font-size:20px; cursor:pointer; text-indent:-9999px; text-align:center; text-decoration:none; color:#fff; background:rgba(0,0,0,0.6) }
.instagram-feed .next { left:auto; right:0 }
.instagram-feed .prev:before,
.instagram-feed .next:before { position:absolute; left:0; right:0; top:50%; margin-top:-0.5em; font-family:"glyphicons"; text-indent:0; speak:none }
.instagram-feed .prev:before { content:'\e80f' }
.instagram-feed .next:before { content:'\e810' }


/* YOUTUBE */
.youtube-wrapper { position:relative; z-index:1; text-align:left; background:#f0f0f0 }
.youtube-wrapper .player &gt; div { vertical-align:top }
.youtube-wrapper .playlist { padding:5px }
.youtube-wrapper .playlist .overflow { height:310px; overflow:auto }
.youtube-wrapper .playlist ul { list-style:none; padding:0; margin:0 }
.youtube-wrapper .playlist li { margin-top:10px; color:#FFF cursor:pointer; position:relative}
.youtube-wrapper .playlist li:first-child { margin-top:0 }
.youtube-wrapper .playlist img { max-width:95px; float:left; margin-right:10px }
.youtube-wrapper .playlist li a { display:block; font-size:11px; font-weight:bold; color:#333; padding:5px 0; text-decoration:none }
.youtube-wrapper .playlist li span { display:none }
.youtube-wrapper .playlist li.active { background:#fff }
.youtube-wrapper .playlist li.active a { color:#000 }

/*-------------------------------------------------------------------- 
  SITE SPECIFIC COLORS FOR INTERNAL PAGES 
  --------------------------------------------------------------------*/

/* STAFF DIRECTORY */
.staff-directory th { background:#01529b; color:#fff }

/* ROSTER */
.roster table td { padding:5px 10px }
.roster .roster-header { background:#01529b; color:#fff }
.roster .roster-header a { color:#fff }
.roster tr:nth-child(even) td { background:#f5f5f5 }

/* SCHEDULE */
.schedule-list table th { background-color:#01529b; color:#fff }

/* STATS */
.stats-wrapper { width:100% }
.stats-wrapper .stats-quarter-box { width:auto }
.stats-wrapper th { background:#01529b }
.stats-wrapper th,
.stats-wrapper td { font-size:14px; padding:5px }
	
/* BIO */
.bio-wrap .head { background:#01529b; color:#fff }
.bio-wrap .head a { color:#fff }

/* COACH BIO */
.coach-bio .info { width:65% }

/* ==============
   MEDIA QUERIES
   ============== */

/*-----------------------------------------
  DESKTOP SPECIFIC STYLES 
  -----------------------------------------*/

@media only screen and (min-width:1024px) {

.page { position:relative; z-index:2; overflow:hidden; background:no-repeat fixed 50% 0 #D2D2D2 }
.mainbody { min-height:500px; padding:20px; position:relative }
.landing .mainbody { min-height:0; padding:0 }

.site-header { position:relative; z-index:3; height:155px; color:#fff; background:#003e7e; box-shadow:0 0 5px rgba(0,0,0,0.5) }
.site-header &gt; div { position:relative; max-width:1000px; margin:0 auto }
.site-header .site-title { margin:0 }
.site-header .site-title a { position:relative; z-index:1; display:block; width:170px; height:155px; margin:0 auto; text-indent:-9999px; color:#fff; background:url(/images/setup/LaneCC_sprite.png) no-repeat -330px 0  }
.site-header .site-title a:before { content:''; position:absolute; left:-302px; top:0; display:block; width:262px; height:93px; background:url(/images/setup/master_sprite.png) no-repeat 0 0 }

.site-header .twitter-link { position:absolute; right:140px; top:35px; font-family:'oswald', arial; font-size:20px; font-weight:700; font-style:italic; text-decoration:none; text-align:center; color:#ffffff }
.site-header .twitter-link span { color:#fcb814 }

.site-header .recreation-link { position:absolute; right:50%; top:50px; margin-right:-350px; width:150px; height:35px; text-indent:-9999px; background:url(/images/setup/master_sprite.png) no-repeat 0 -282px }
.site-header .recreation-link:hover { background-color:rgba(0,0,0,0.6) }

.site-header .sibling-site-link { position:absolute; left:5px; top:5px; padding:5px 10px; color:#b9dbff; font-size:14px; font-weight:200; font-style:italic; text-decoration:none; background:rgba(0,0,0,0.2); box-shadow:0 0 10px rgba(0,0,0,0.6) inset }
.site-header .sibling-site-link:hover { color:#fff }

.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 &gt; div { max-width:1000px; margin:0 auto; padding:20px; box-sizing:border-box }
.landing-row &gt; div:after { content:""; display:block; clear:both }
.landing-row.no-pad &gt; div { padding:0 }
.landing-row.no-bounds &gt; 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.scoreboard-row { margin-top:50px; padding:40px 0; background:#fff }
.landing-row.aotw-row { margin:0; background:url(/images/setup/bg_grey_row.png) repeat #000 }
.landing-row.social-row { margin:0; padding:30px 0 50px; background:url(/images/setup/bg_blue_row.png) repeat #01529B }
.landing-row.instagram-row { margin:0; padding:0 0 50px; background:url(/images/setup/bg_blue_row.png) repeat #01529B }
.landing-row.sponsors-row { padding:20px; background:#eaeaea }

.google-translate { position:absolute; right:0; top:0; padding:5px; background:rgba(0,0,0,0.5) }

/* NAVIGATION */
.dropnav { position:absolute; left:0; right:0; top:95px; border-top:1px solid #001f3f; text-align:center }
.dropnav ul, .dropnav li { list-style:none; padding:0; margin:0 }
.dropnav &gt; ul { border-top:1px solid #265b91 }
.dropnav .nav { display:inline-block; vertical-align:top; text-align:left }
.dropnav .nav1 { margin-left:55px }
.dropnav .nav4 { margin-left:200px }
.dropnav .nav &gt; a { position:relative; display:block; height:40px; padding:9px 15px; margin-left:6px; font-size:16px; font-weight:900; line-height:40px; text-decoration:none; color:#fff; text-transform:uppercase; z-index:1 }
.dropnav .nav &gt; a:before { content:'/'; position:absolute; left:-7px; top:0; width:6px; font-weight:400; line-height:58px; color:#3c99f9 }
.dropnav .nav1 &gt; a:before,
.dropnav .nav4 &gt; a:before { display:none }
.dropnav .nav.has-submenu:hover &gt; a:after { content:''; position:absolute; left:50%; bottom:0; border:15px solid transparent; border-bottom-color:#444; border-left:none }
.dropnav .nav &gt; .submenu { display:none; position:absolute; left:50%; top:58px; margin-left:-500px; width:960px; padding:20px; background:#444444; white-space:nowrap }
.dropnav .nav &gt; .submenu:before { content:''; position:absolute; left:-9999px; top:0; bottom:0; right:-9999px; display:block; background:#444 }
.dropnav .nav.focus &gt; .submenu,
.dropnav .nav:hover &gt; .submenu { display:block }
.dropnav .submenu a { display:block; line-height:30px; color:#fff; white-space:nowrap; text-decoration:none }
.dropnav .submenu a:hover { color:#eee }
.dropnav .submenu .has-submenu &gt; a { font-size:18px; font-weight:900; text-transform:uppercase; color:#fff }
.dropnav .submenu ul,
.dropnav .submenu .has-submenu { position:relative; display:inline-block; vertical-align:top; min-width:150px; margin-left:20px }
.dropnav .submenu ul:first-child,
.dropnav .submenu .has-submenu:first-child { margin-left:0 }
.dropnav .submenu.level2 .has-submenu { display:block; margin:0 }
.dropnav .submenu.level2 .has-submenu &gt; a { float:left; width:200px; font-size:14px; font-weight:400; color:#fff  }
.dropnav .submenu.level2 .has-submenu &gt; a:hover { color:#eee }
.dropnav .submenu.level2 .has-submenu &gt; .submenu { overflow:hidden }
.dropnav .submenu.level2 .has-submenu li { display:inline-block; vertical-align:top; margin:0; white-space:nowrap }
.dropnav .submenu.level2 .has-submenu li:before { content:'|'; float:left; margin:0 5px 0 2px; color:#999; line-height:30px; }
.dropnav .submenu.level2 .has-submenu li:first-child:before { display:none }
.dropnav .submenu.level2 .has-submenu li a { float:left; font-size:12px; font-style:italic; color:#eee }
.dropnav .submenu.level2 .has-submenu li a:hover { color:#fff }

.secondary-nav { position:relative; z-index:2; padding:10px; margin:0 auto; color:#fff; background:#3a3a3a }
.secondary-nav h1 { float:left; margin-bottom:0; font-size:24px; font-weight:900; text-transform:uppercase; line-height:50px; color:#fff }
.secondary-nav ul { list-style:none; padding:0; margin:0 }
.secondary-nav &gt; div { max-width:1000px; margin:0 auto }
.secondary-nav &gt; div &gt; ul { float:right; margin-top:15px }
.secondary-nav li { float:left }
.secondary-nav li a { color:#eee; font-weight:600; text-decoration:none; text-transform:uppercase }
.secondary-nav li a:hover { color:#ffffff; text-decoration:none }
.secondary-nav li:before { content:"|"; font-style:italic; padding:0 5px }
.secondary-nav li:first-child:before,
.secondary-nav .has-nav li:before { display:none }
.secondary-nav .has-nav { position:relative }
.secondary-nav .has-nav &gt; ul { display:none; position:absolute; right:0; padding:10px; background:rgba(0,0,0,0.8); border-radius:5px 0 }
.secondary-nav .has-nav:hover &gt; ul { display:block }
.secondary-nav .has-nav li { float:none }
.secondary-nav .has-nav li a { display:block; min-width:100px; white-space:nowrap }

.j-carousel { padding-bottom:156px; background:#fff }
.j-carousel .media-box { background:#000 }
.j-carousel .story-box { position:relative; padding:30px 45px 20px; color:#4f4f4f; text-align:center; background:#fff }
.j-carousel .story-box .title { display:block; font-size:26px; font-weight:700; text-transform:uppercase; color:#4f4f4f; font-weight:700 }
.j-carousel .story-box .title:hover { color:#003e7e }
.j-carousel .story-box .date { position:absolute; left:0; top:-17px; width:290px; height:34px; line-height:34px; font-weight:700; font-style:italic; text-align:center; color:#fff; background:#003e7e }
.j-carousel .story-box .carousel-related-links { position:absolute; right:0; top:-17px; padding:0 20px; height:34px; line-height:34px; text-align:center; color:#fff; background:#003e7e }
.j-carousel .story-box .carousel-related-links a { color:#fff }
.j-carousel .story-box .carousel-share-links { display:inline-block; vertical-align:top; margin-left:10px }
.j-carousel .story-box .carousel-share-links a { font-size:0; color:#000; 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 .readmore { display:none }
.j-carousel .controls { position:absolute; left:0; right:0; bottom:0; padding:10px 45px 50px }
.j-carousel .control { position:relative; float:left; width:19.2%; margin-left:1%; cursor:pointer }
.j-carousel .control:focus { outline:2px solid #01529d }
.j-carousel .control:first-child { margin-left:0 }
.j-carousel .control.active:after { content:""; position:absolute; left:0; right:0; top:0; bottom:0; border:5px solid #01529d}
.j-carousel .control.active:before { content:''; position:absolute; left:50%; bottom:5px; margin-left:-10px; border:10px solid transparent; border-bottom-color:#01529d }
.j-carousel .control .thumb { width:100%; vertical-align:top }
.j-carousel .control .thumb-title { display:none }

/* AOTW */
.aotw { position:relative; min-height:317px }
.aotw .athlete { position:relative; float:right; width:310px; padding:50px 0; text-align:right; overflow:hidden }
.aotw .athlete:nth-child(2) { float:left; text-align:left }
.aotw .athlete:nth-child(2) .thumb { float:left; margin:0 10px 0 0 }
.aotw .heading { display:block }
.aotw .thumb { float:right; margin-left:10px; border:5px solid #555 }
.aotw .thumb img { vertical-align:top }
.aotw .title { position:relative; top:150px; display:block; overflow:hidden }
.aotw .title span { display:block; font-size:16px; font-weight:900; line-height:1; text-transform:uppercase; color:#fff }
.aotw .title span:last-child { margin-top:5px; font-size:12px; font-weight:400; color:#eee }
.aotw:before { content:''; position:absolute; left:50%; top:0; margin-left:-188px; width:375px; height:317px; background:url(/images/setup/master_sprite.png) no-repeat -738px 0 }

.section-top-stories .more-headline-btn { position:relative; z-index:1; display:block; width:178px; height:35px; margin:-18px auto 0; text-indent:-9999px; background:url(/images/setup/master_sprite.png) no-repeat -155px -282px }
 
.social-center-hdr { display:block; padding:30px 0; font-size:50px; font-weight:900; line-height:1; color:#fff; text-transform:uppercase; text-align:center }
.social-center-hdr span { font-weight:400 }

.social-links { position:fixed; right:0; top:50%; margin-top:-85px; width:30px; height:137px; padding:20px 6px; background:url(/images/setup/master_sprite.png) no-repeat -564px 0 }
.social-links ul { list-style:none; padding:0; margin:0 }
.social-links li { margin-top:5px }
.social-links li:first-child { margin-top:0 }
.social-links li a { display:block; width:30px; height:30px; line-height:30px; font-size:16px; text-align:center; background:#fff; border-radius:100% }
.social-links li a span:last-child { display:none }
.social-links li a:hover { color:#000; background:#b9dbff }

.twitter-feed { color:#444; background:#fff } /* for a darker theme, we can have inverse styles */
.twitter-feed .tweet .info { position:relative; padding:15px 15px 50px }
.twitter-feed .tweet .userinfo { min-height:40px; border-bottom:1px solid #eee; padding-bottom:10px; margin-bottom:10px }
.twitter-feed .tweet .userinfo a { text-decoration:none }
.twitter-feed .tweet .userinfo .icon { position:absolute; right:10px; top:10px; font-size:1.6em; line-height:1; color:#eee }
.twitter-feed .tweet:hover .userinfo .icon { color:#4ec2dc }
.twitter-feed .tweet .logo { float:left; max-width:40px; margin-right:10px }
.twitter-feed .tweet .logo img { vertical-align:middle }
.twitter-feed .tweet .title { display:block; font-size:1.1em; font-weight:700; color:#444 }
.twitter-feed .tweet .username { display:block; font-size:0.9em }
.twitter-feed .tweet .text { display:block; font-size:1.2em; line-height:1.4 }
.twitter-feed .tweet .thumb { margin-top:10px }
.twitter-feed .tweet .thumb img { vertical-align:middle }
.twitter-feed .tweet .links { position:absolute; left:15px; right:15px; bottom:5px; line-height:35px }
.twitter-feed .tweet .links a { margin-right:20px; font-size:1.2em; color:#444 }
.twitter-feed .tweet .links a .text { position:absolute; left:-9999px; top:-9999px }
.twitter-feed .tweet .links a:focus,
.twitter-feed .tweet .links a:hover { color:#444 }
.twitter-feed .tweet .date { float:right; font-size:0.9em; font-weight:700 }

.twitter-feed.list .feed {height: 498px;border:1px solid #eee;overflow:auto;}
.twitter-feed.list .head { padding:10px 15px }
.twitter-feed.list .head h1 { margin:0; font-size:26px; font-weight:400; line-height:30px }
.twitter-feed.list .tweet .info { border-top:1px solid #eee }

.social-row .section-social-header { position:static; padding:0 0 20px; font-size:50px; font-family:'roboto', arial; font-weight:900; text-transform:uppercase; text-align:center; color:#fff }
.social-row .section-social-header span { font-weight:400 }

/* INSTAGRAM */
.instagram-feed-wrapper { position:relative; padding-left:200px; overflow:hidden }
.instagram-feed-wrapper .view-more { position:absolute; left:0; top:0; bottom:0; width:200px; padding:40px 0; line-height:15px; font-style:italic; text-align:center; text-decoration:none; color:#fff; background:#000 }
.instagram-feed-wrapper .view-more:after { content:'\00bb'; display:inline-block; vertical-align:top; width:15px; height:15px; margin-left:5px; font-style:normal; background:#00704a; border-radius:100% }
.instagram-feed-wrapper .view-more span { display:block; width:60px; height:60px; margin:0 auto 20px; font-size:30px; line-height:60px; color:#000; background:#fff; border-radius:100% }
.instagram-feed { position:relative; overflow:hidden; background:#111 }
.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 .placeholder { position:relative; padding-top:100% }
.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:30px; color:#eee; text-align:center; text-shadow:0 0 2px 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 .feed { overflow:hidden }
.instagram-feed .feed ul { position:relative; float:left; white-space:nowrap }
.instagram-feed .item { display:inline-block; vertical-align:top; width:200px }
.instagram-feed .item:first-child .gutter { padding-left:0 }
.instagram-feed .load-more { text-align:center; cursor:pointer; background:#000 }
.instagram-feed .load-more a { font-weight:700; background:#000 }
.instagram-feed .load-more span { position:absolute; left:0; right:0; top:50%; margin-top:-1em; text-transform:uppercase }
.instagram-feed .prev,
.instagram-feed .next { position:absolute; left:0; top:0; bottom:0; display:block; width:1em; font-size:20px; cursor:pointer; text-indent:-9999px; text-align:center; text-decoration:none; color:#fff; background:rgba(0,0,0,0.6) }
.instagram-feed .next { left:auto; right:0 }
.instagram-feed .prev:before,
.instagram-feed .next:before { position:absolute; left:0; right:0; top:50%; margin-top:-0.5em; font-family:"glyphicons"; text-indent:0; speak:none }
.instagram-feed .prev:before { content:'\e80f' }
.instagram-feed .next:before { content:'\e810' }


}

/*---------------------------------------------------------------- 
  COMMON STYLES FOR MOBILE AND TABLET 
  ----------------------------------------------------------------*/

@media only screen and (max-width:1023px) {

body { padding:0 }
.page { background:no-repeat -9999px -9999px }

.site-header { position:relative; background:#01529b }
.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% }
.site-header .sibling-site-link { position:absolute; right:5px; top:5px; padding:5px 10px; font-size:14px; font-weight:200; font-style:italic; text-decoration:none; color:#000; background:#fff; box-shadow:0 0 10px rgba(0,0,0,0.6) inset }
.site-header .sibling-site-link:hover { color:#003e7e }

.mobile-menu-bar { display:block; padding:5px; background:#003e7e }
.mobile-menu-bar ul { list-style:none; padding:0; margin:0 }
.mobile-menu-bar &gt; 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 }
.no-touch .mobile-menu-bar li a:hover,
.mobile-menu-bar li a.active { background:#000; color:#fff; text-decoration:none } 

.search-bar { display:none; width:100%; padding:10px; position:relative; background:#CCC; -webkit-box-sizing:border-box; box-sizing:border-box }
.search-bar.active { display:block }
.search-bar .label { display:block; font-size:0 }
.search-bar .text-box { width:100%; height:25px; padding:0 30px 0 10px; border:none; font-size:13px; background:#F5F5F5; box-shadow:0 0 3px #999; border-radius:3px; -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 { font-size:0 }
.search-bar .submit span:before { display:block; width:100%; height:23px; font-size:13px; line-height:25px; text-align:center; color:#333; margin:0 }

.dropnav { display:none; background:#333 }
.dropnav.active { display:block }
.dropnav .has-submenu &gt; .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 &gt; 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 &gt; .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 &gt; div &gt; ul { display:none; padding:10px; margin:0 10px 10px; background:rgba(0,0,0,0.6); border-radius:3px }
.secondary-nav.active &gt; div &gt; ul { display:block }
.secondary-nav h1:after { content:""; width:0; height:0; border-style:solid; border-color:#eee transparent transparent; border-width:8px 8px 0; position:absolute; right:10px; top:50%; margin-top:-4px }
.secondary-nav.active h1:after { border-color:transparent transparent #fff; border-width:0 8px 8px }
.secondary-nav li a { display:block; padding:5px 0; color:#fff; text-transform:none }
.secondary-nav .has-nav &gt; a { display:none }

.j-carousel { padding-bottom:32px; background:#444 }
.j-carousel .story-box { padding:10px; font-size:14px; color:#fff }
.j-carousel .title { display:block; font-size:18px; color:#fff; text-shadow:1px 1px #000; text-shadow:1px 1px rgba(0,0,0,0.8) }
.j-carousel .date,
.j-carousel .carousel-share-links,
.j-carousel .carousel-related-links,
.j-carousel .leadin,
.j-carousel .readmore { display:none}
.j-carousel .controls {  position:absolute; left:0; right:0; bottom:0;height:22px; padding:5px; text-align:center;   background: #003e7e;}
.j-carousel .control { position:relative; display:inline-block; vertical-align:top; width:10px; height:10px;  margin: 6px 5px; text-indent:-9999px; background:#fff; cursor:pointer; border-radius:15px }
.j-carousel .control:before { content:""; display:block; position:absolute; left:-4px; right:-4px; top:-4px; bottom:-4px; border:2px solid #fff; border-radius:10px }
.j-carousel .control.active { background:#000; box-shadow:none }
.j-carousel .control.active:before { border-color:#fff }
.j-carousel .control .thumb { display:none }

.schedule-boxscore .event-box { margin-top:5px }
.schedule-boxscore .event-box:nth-child(n+6) { display:none }

.section-aotw .section-header { position:static; margin:0; padding:20px 0 0; font-size:34px; font-family:'teko', arial; font-weight:700; text-transform:uppercase; text-align:center; color:#fff; background:#000 }
.aotw { padding:0; background:#000 }
.aotw .athlete { float:left; width:50%; padding:20px 10px; box-sizing:border-box }
.aotw .thumb { display:block; text-align:center; border-radius:10px; overflow:hidden }
.aotw .info .leadin { display:none }
.aotw .info .title span { display:block; font-family:'spartan_mb', arial; font-size:16px; text-align:center; color:#fff }
.aotw .info .title span:nth-child(1) { font-size:30px; font-family:'teko', arial; line-height:1; color:#fff }

.scoreboard-slider .event-box { width:50%; margin:0 }
.scoreboard-slider .event { border:5px solid #fff }

.twitter-link,
.recreation-link { display:none }

.section-top-stories .more-headline-btn { display:block; padding:10px; font-weight:700; text-transform:uppercase; color:#fff; background:#000 }

.social-center-hdr { display:none }
.sponsors-slider { padding:15px; background:#fff }
.sponsors-slider .prev,
.sponsors-slider .next { color:#fff; background:#000 }

.social-links { text-align:center; background:#333 }
.social-links ul { list-style:none; padding:5px; margin:0 }
.social-links li { display:inline-block; vertical-align:top }
.social-links li a { display:block; width:30px; height:30px; font-size:18px; line-height:30px; text-align:center; color:#444; background:#fff; border-radius:100% }
.social-links li a span:last-child { display:none }

.instagram-feed-wrapper { max-width:600px; margin:0 auto }

.landing-row.social-row,
.landing-row.instagram-row { display:none }

}

/*---------------------------------------
  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 }
.site-header .sibling-site-link { top:84px }

.site-footer .footer-logos li { width:150px }

.section-scoreboard .section-header { padding:0 50px 40px; }
.content-switcher .switcher-list { right:auto; left:50px; top:-70px }

.mobile-menu-bar { position:absolute; right:5px; top:22px; padding:0; background:none }
.mobile-menu-bar li a { background:#333 }
.mobile-menu-bar li span { font-size:0 }
.mobile-menu-bar li span:before { font-size:14px }
.no-touch .mobile-menu-bar li a:hover,
.mobile-menu-bar li a.active { color:#fff; background:#000 }

.landing-row.scoreboard-row { display:none }

.sponsors-slider { text-align:center }
.sponsors-slider .image { display:inline-block; vertical-align:top; width:auto; float:none; border:none; margin:5px }

.aotw .aotw-sponsor { position:static; margin:20px 0 10px }

.instagram-feed-wrapper { padding:0; max-width:400px }
.instagram-feed-wrapper .view-more { display:none }

}



/* CAMPS */
.camp-box &gt; 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;}

</pre></body></html>