/* ==============
   GLOBAL STYLES
   ============== */

/* WEB FONTS */

@font-face {
    font-family: 'nunito';
    src: url('nunito-bold-webfont.eot');
    src: url('nunito-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('nunito-bold-webfont.woff2') format('woff2'),
         url('nunito-bold-webfont.woff') format('woff'),
         url('nunito-bold-webfont.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;

}

@font-face {
    font-family: 'nunito';
    src: url('nunito-light-webfont.eot');
    src: url('nunito-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('nunito-light-webfont.woff2') format('woff2'),
         url('nunito-light-webfont.woff') format('woff'),
         url('nunito-light-webfont.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;

}

@font-face {
    font-family: 'nunito';
    src: url('nunito-regular-webfont.eot');
    src: url('nunito-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('nunito-regular-webfont.woff2') format('woff2'),
         url('nunito-regular-webfont.woff') format('woff'),
         url('nunito-regular-webfont.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;

}

@font-face {
    font-family: 'roboto';
    src: url('Roboto-Regular-webfont.eot');
    src: url('Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('Roboto-Regular-webfont.woff') format('woff'),
         url('Roboto-Regular-webfont.ttf') format('truetype'),
         url('Roboto-Regular-webfont.svg#robotoregular') format('svg');
    font-weight: 400;
    font-style: normal;

}

@font-face {
    font-family: 'roboto';
    src: url('Roboto-Bold-webfont.eot');
    src: url('Roboto-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('Roboto-Bold-webfont.woff') format('woff'),
         url('Roboto-Bold-webfont.ttf') format('truetype'),
         url('Roboto-Bold-webfont.svg#robotobold') format('svg');
    font-weight: 700;
    font-style: normal;

}

.accent-bg,
.accent-bg th { color:#fff !important; background:#002f5b !important }

.skip-navigation { position:fixed; left:0; top:-5rem; width:0.1rem; height:0.1rem; font-size:1.5rem; 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 1.5rem rgba(0,0,0,0.4) inset }
.skip-navigation:focus { top:0; z-index:9999; width:auto; height:auto; padding:1.5rem; text-decoration:none }

html { font-size:62.5% !important }
body { font-family:'roboto', arial; font-size:1.4rem; line-height:1.5; color:#444; background:#f1f1f1; -webkit-font-smoothing:antialiased; -webkit-text-size-adjust:none }

:focus { outline-color:#233a75 }

span#wiki-toggle-btn { top: auto !important; bottom: 0 !important; }

a { color:#002f5b }
a:focus,
a:hover { color:#011b33 }

h1,h2,h3,h4,h5,h6 { line-height:1.3 }

h1 { font-size:3.4rem }
h2 { font-size:3rem }
h3 { font-size:2.6rem }
h4 { font-size:2.2rem }
h5 { font-size:1.8rem }
h6 { font-size:1.6rem }

.body-container { max-width:160rem; margin:0 auto }
.landing .body-container { max-width:none }

.mainbody { display:block; padding:1rem; color:#444; background:#fff }
.landing .mainbody { padding:0; background:none }

.section-header { position:absolute; left:-9999rem }

.navbar-image ul { list-style:none; margin:0 }
.navbar-image li img { vertical-align:top }

.site-footer { padding-bottom:4rem; font-family:'AvenirNextLTW01-Regular', arial; text-align:center }
.site-footer .footer-logos { padding:4rem 0 }
.site-footer .footer-logos li { display:inline-block; vertical-align:top; margin:0 3rem }
.site-footer .footer-text { margin:0; line-height:1.8 }
.site-footer .footer-text span { display:block; }
.site-footer .footer-text a { font-family:'Avenir Next LT W01 Demi', arial; color:#000 }
.site-footer .footer-text a:hover { color:#165597 }

/* 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:46.87%; 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 { opacity:0; visibility:hidden; width:12.5%; float:left; position:relative; transition:all 0.3s 0.3s ease }
.j-carousel .seat.active { opacity:1; visibility:visible; transition:all 0.3s ease } 

.j-carousel .prev, 
.j-carousel .next { display:none }
.j-carousel .pp { position:absolute; right:0; top:0; z-index:1; width:30px; height:30px; font-family:'glyphicons'; cursor:pointer; text-align:center; text-decoration:none; overflow:hidden; color:#fff; background:rgba(0,0,0,0.8) }
.j-carousel .pp:before { content:'\e80b'; display:block; font-size:1.5rem; line-height:30px }
.j-carousel .pp.play:before { content:'\e80a' }

.more-news .story { margin-top:1rem; padding:0 1rem 0 20rem; position:relative }
.more-news .story:first-child { margin-top:0 }
.more-news .heading { margin:0 }
.more-news .heading .thumb { width:19rem; float:left; margin-left:-20rem; box-shadow:0 0.2rem 0.2rem rgba(0,0,0,0.4); position:relative }
.more-news .heading .thumb img { vertical-align:top }
.more-news .heading .title { display:block; font-size:1.8rem; margin-bottom:0.5rem }
.more-news .details { overflow:hidden }
.more-news .details .leadin { font-size:1.3rem }
.more-news .details .related-links ul { list-style:none; margin:0 }
.more-news .details .related-links li { float:left; margin-right:0.5rem }
.more-news .load-more { display:block; max-width:10rem; padding:0.5rem 1.5rem; margin:0 auto; text-align:center; background:#565656; color:#fff; border-radius:0.3rem }

/* AOTW */
.section-aotw .section-header { position:static;  line-height:2rem; margin-bottom:0; padding:0.5rem 1rem; border-bottom:0.5rem solid #233a75; font-size:1.5rem; font-weight:normal; text-transform:uppercase; background:#9b1d22; color:#fff }
.aotw { min-height:30rem; padding:1rem; background:#eee }
.aotw .athlete { margin-top:1rem }
.aotw .athlete:first-child { margin-top:0 }
.aotw .thumb { float:left; margin:0 1rem 0 0; border:0.3rem solid #555 }
.aotw .thumb img { vertical-align:top }
.aotw .title { display:block; margin-bottom:1rem; text-decoration:none }
.aotw .title span { display:block; font-size:1.2rem; color:#9b1d22 }
.aotw .title span:nth-child(1) { font-size:1.8rem; margin-bottom:0.5rem; text-transform:uppercase; color:#233a75 }

/* SCHEDULE */
.schedule-boxscore .event-box { margin-top:1rem; padding:1.5rem; position:relative; background:#fff; overflow:hidden; box-shadow:0 0 1rem rgba(0,0,0,0.5) inset }
.schedule-boxscore .event-box:first-child { margin-top:0 }
.schedule-boxscore .date  { display:block; margin-bottom:0.5rem; border-bottom:0.3rem solid #233a75; font-size:1.6rem; line-height:3rem; text-transform:uppercase; color:#233a75 }
.schedule-boxscore .sport { font-size:2rem; color:#233a75 }
.schedule-boxscore .status { float:right; text-transform:uppercase; color:#9b1d22 }
.schedule-boxscore .teams { margin-top:0.5rem }
.schedule-boxscore .team { font-size:1.6rem }
.schedule-boxscore .team .result { color:#9b1d22 }
.schedule-boxscore .notes,
.schedule-boxscore .neutral-site  { margin-top:0.5rem; font-size:1.2rem; color:#a0a0a0 }

/* TABS */
.tabs-wrapper ul.tabs { border-bottom:0.5rem solid #233a75 }
.tabs-wrapper ul.tabs .tab { margin-left:0.5rem }
.tabs-wrapper ul.tabs .tab:first-child { margin-left:0 }
.tabs-wrapper .tab_title { display:none }
.tabs-wrapper .tab a { display:block; line-height:3rem; padding:0 1rem; font-size:1.4rem; text-transform:uppercase; text-decoration:none; background:#444; color:#fff }
.tabs-wrapper .tab a:focus,
.tabs-wrapper .tab a.active { background:#9b1d22 }
.tabs-wrapper .panes { position:relative; overflow:hidden }
.tabs-wrapper .pane { display:block !important; position:absolute; left:0; right:0; top:-9999rem; visibility:hidden }
.tabs-wrapper .pane.active { position:static; visibility:visible }

.secondary-tabs .pane .overflow { height:30rem; padding:1rem; overflow:auto }

/* SLIDER */
.slider-wrapper { position:relative; padding:1rem 5rem; background:#233a75; border-radius:1rem }
.slider-wrapper .slider { position:relative; border:0.5rem solid #fff; 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:-9999rem }
.slider-wrapper .next, 
.slider-wrapper .prev { position:absolute; left:1rem; top:50%; margin-top:-1.5rem; width:3rem; height:3rem; border:none; cursor:pointer; text-align:center; overflow:hidden; background:transparent }
.slider-wrapper .next { left:auto; right:1rem }
.slider-wrapper .prev:before { content:"\00ab"; display:block; font-size:3rem; line-height:3rem; color:#fff }
.slider-wrapper .next:before { content:"\00bb"; display:block; font-size:3rem; line-height:3rem; color:#fff }
.slider-wrapper .pp { position:absolute; right:0; top:0; z-index:1; width:3rem; height:3rem; 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:2rem; line-height:3rem }
.slider-wrapper .pp.play:before { content:'\e80a' }

/* SCOREBOARD */
.scoreboard-slider { position:absolute; left:42rem; right:0; top:4rem; padding-right:6rem; font-family:'AvenirNextLTW01-Regular', arial; color:#002f5b; background:#fff }
.scoreboard-slider .slider { position:relative; overflow:hidden }
.scoreboard-slider .slides { position:relative; width:50000% }
.scoreboard-slider .slide { width:0.2%; max-width:1000px; float:left; transition:all 0.5s ease }
.scoreboard-slider .slide .event-box { position:relative; float:left; width:25%; border-left:0.1rem solid #f1f1f1; transition:all 0.5s ease; box-sizing:border-box }
.scoreboard-slider .no-events { height:13.5rem; line-height:13.5rem; font-size:20px; font-weight:700; text-align:center; color:#002f5b }
.scoreboard-slider .event { position:relative; height:13.5rem; padding:1rem 1.5rem; font-size:1.2rem; line-height:1.2; box-sizing:border-box }
.scoreboard-slider .event .no-event { font-weight:600 }
.scoreboard-slider .event .date { margin-bottom:0.5rem; padding-bottom:0.5rem; border-bottom:0.2rem solid #eee; font-size:1.4rem; font-family:'AvenirNextLTW01-Regular', arial;; font-weight:700 }
.scoreboard-slider .event .status { position:absolute; right:1.5rem; top:1rem }
.scoreboard-slider .event .sport { margin-bottom:1rem; }
.scoreboard-slider .event .sport a { display:block; color:#002f5b; text-decoration:none }
.scoreboard-slider .event .team { margin-top:0.5rem; font-size:1.4rem; font-weight:500; font-family:'Avenir Next LT W01 Demi', arial; line-height:2rem; white-space:nowrap; text-overflow:ellipsis; overflow:hidden }
.scoreboard-slider .event .team .team-logo { float:left; width:2rem; margin-right:0.5rem}
.scoreboard-slider .event .score { float:right; margin-left:1rem; font-size:1.4rem; font-family:'AvenirNextLTW01-Regular', arial; font-weight:500; color:#002f5b }
.scoreboard-slider .event .result { display:block; color:#000 }
.scoreboard-slider .event .neutralsite-notes { display:none }
.scoreboard-slider .event .links { display:none }
.scoreboard-slider .prev,
.scoreboard-slider .next { position:absolute; right:0; top:0; width:6rem; height:4.4rem; border-left:0.1rem solid #eee; border-top:0.1rem solid #eee; font-family:'glyphicons'; cursor:pointer; text-decoration:none; text-align:center; text-indent:-9999px; color:#002f5b; background:#fff }
.scoreboard-slider .next { top:4.5rem }
.scoreboard-slider .prev:after { content:"\e80f"; position:absolute; left:0; right:0; top:0; bottom:0; display:block; font-size:3rem; line-height:4.4rem; text-indent:0; color:#002f5b }
.scoreboard-slider .next:after { content:"\e810"; position:absolute; left:0; right:0; top:0; bottom:0;  display:block; font-size:3rem; line-height:4.4rem; text-indent:0; color:#002f5b }

.scoreboard-slider .full-schedule-btn { position:absolute; right:0; top:9rem; width:6rem; height:4.4rem; border-left:0.1rem solid #eee; border-top:0.1rem solid #eee; font-family:'glyphicons'; cursor:pointer; text-decoration:none; text-align:center; text-indent:-9999px; color:#002f5b; background:#fff }
.scoreboard-slider .full-schedule-btn:after { content:"\e803"; position:absolute; left:0; right:0; top:0; bottom:0;  display:block; font-size:2rem; line-height:4.4rem; text-indent:0; color:#002f5b }

.scoreboard-slider .prev.disabled,
.scoreboard-slider .next.disabled { opacity:0.4; cursor:default; background:#ccc }

.social-links { text-align:center }
.social-links ul { list-style:none; margin:0 }
.social-links li { display:inline-block; vertical-align:top; margin:0 0.5rem }
.social-links li a { font-family:'AvenirNextLTW01-Regular', arial; font-weight:700; text-transform:uppercase; text-decoration:none; color:#fff }
.social-links li a:hover,
.social-links li a:focus { color:#e5bb2a }
.social-links .title { display:none; margin-bottom:0.5rem; font-family:'AvenirNextLTW01-Regular', arial; font-weight:700; text-transform:uppercase; text-decoration:none; color:#fff }
.social-links li .text { position:absolute; left:-9999rem; width:0.1rem; height:0.1rem; overflow:hidden; clip:rect(0,0,0,0) }
.social-links li a { font-size:2rem }

.section-social-stream .section-header { position:static; margin:0 0 0 2.5rem; font-size:4rem; font-family:'Avenir Next LT W01 Demi', arial; font-weight:400; letter-spacing:0.1rem; text-transform:uppercase; color:#002f5b }
.section-social-stream .social-stream .wall .tile.youtube a { text-decoration:none }
.section-social-stream .social-stream .wall .tile.youtube .text { text-decoration:none }

.section-awards-recognition { padding:5rem 0 }
.section-awards-recognition .section-header { position:static; padding:0; font-size:4rem; font-family:'Avenir Next LT W01 Demi', arial; font-weight:400; text-transform:uppercase; letter-spacing:0.1rem; text-align:center }
.awards-recognition-wrapper .award { float:left; width:25%; padding:2rem; font-family:'Avenir Next LT W01 Demi', arial; text-align:center; box-sizing:border-box }
.awards-recognition-wrapper .award:nth-child(4n+1) { clear:left }
.awards-recognition-wrapper .award .number { display:block; font-size:4rem }
.awards-recognition-wrapper .award .name { font-size:1.6rem }

.banner-row { text-align: center; }

/*-------------------------------------------------------------------- 
  SITE SPECIFIC COLORS FOR INTERNAL PAGES 
  --------------------------------------------------------------------*/

/* STAFF DIRECTORY */
.staff-directory th { background:#002f5b; color:#fff }

/* ROSTER */
.roster th,
.roster td { padding:5px 10px; text-align:left }
.roster .roster-header { background:#002f5b; color:#fff }
.roster .roster-header a { color:#fff }

/* SCHEDULE */
.schedule-list table th { background-color:#002f5b; color:#fff }

/* STATS */
.stats-wrapper { width:100% }
.stats-wrapper .stats-quarter-box { width:auto }
.stats-wrapper th { background:#002f5b }
.stats-wrapper th,
.stats-wrapper td { font-size:14px; padding:5px }
.highlights.highlights-standalone .stat { color: #fff; }
	
/* BIO */
.bio-wrap .head { background:#002f5b; color:#fff }
.bio-wrap .head a { color:#fff }

/* SHARE BUTTONS */
.share-buttons .share-btn span:before { font-size:1.5rem }

/* FACILITIES */
.facilities-links { padding:10px; background:#fff }
.facilities-links li a { position:relative; display:block; margin:10px; padding-top:56%; overflow:hidden }
.facilities-links li a img { position:absolute; left:0; top:0; width:100% }
.facilities-links li a span { position:absolute; left:0; right:0; bottom:0; visibility:visible; padding:10px; font-weight:700; color:#fff; background:rgba(0,0,0,0.7) }

/* Clinics */
.clinics-links { padding:10px; background:#fff }
.clinics-links li a { position:relative; display:block; margin:10px; padding-top:56%; overflow:hidden }
.clinics-links li a img { position:absolute; left:0; top:0; width:100% }
.clinics-links li a span { position:absolute; left:0; right:0; bottom:0; visibility:visible; padding:10px; font-weight:700; color:#fff; background:rgba(0,0,0,0.7) }


.j-carousel .story-box .carousel-related-links a {color:#F3EB2E;}

/* ==============
   MEDIA QUERIES
   ============== */

/*-----------------------------------------
  DESKTOP SPECIFIC STYLES 
  -----------------------------------------*/

@media only screen and (min-width:64em) {

.facilities-links li { width:33.32%; float:left } 
.facilities-links li:nth-child(3n+1) { clear:left }

.clinics-links li { width:33.32%; float:left } 
.clinics-links li:nth-child(3n+1) { clear:left }


.page { position:relative }
.mainbody { min-height:50rem; padding:2rem; position:relative }
.landing .mainbody { min-height:0; padding:0 }

.site-header { position:relative; z-index:3; background:#002f5b }
.site-header:before { content:''; position:absolute; left:0; right:0; top:4rem; height:0.1rem; background:#10549b }
.site-header > div { position:relative; /* max-width:160rem; */ min-height:17.5rem; border-left:0.1rem solid #10549b; border-right:0.1rem solid #10549b; margin:0 auto; box-sizing:border-box }
.site-header .site-title { height:3.9rem; margin:0 auto; border-bottom:1px solid #10549b; background:url(/images/setup/header_text.png) no-repeat 50% 50%; background-size:100% auto }
.site-header .site-title a { position:absolute; left:0; top:4rem; display:block; width:13.8rem; height:13.5rem; border-right:0.1rem solid #10549b; text-align:center; text-transform:uppercase; background:#002f5b }
.site-header .site-title a img { position:absolute; left:50%; top:50%; -webkit-transform:translate(-50%, -50%); -moz-transform:translate(-50%, -50%); -ms-transform:translate(-50%, -50%); transform:translate(-50%, -50%)}

.mobile-menu-bar { position:absolute; left:13.9rem; top:4rem; width:28.1rem; background:#002f5b }
.mobile-menu-bar ul { list-style:none; margin:0 }
.mobile-menu-bar li { float:right; width:50%; height:13.5rem; border-right:0.1rem solid #10549b; box-sizing:border-box }
.mobile-menu-bar li:first-child { display:none }
.mobile-menu-bar li a { display:block; padding:3.5rem 2rem; font-size:2.5rem; line-height:1.3; text-decoration:none; text-align:center; color:#fff; box-sizing:border-box }
.mobile-menu-bar li a .text { display:block; padding:0.8rem 0; font-size:1.4rem; font-family:'nunito', arial; font-weight:700; text-transform:uppercase }
.mobile-menu-bar li .menu-trigger .close,
.mobile-menu-bar li .menu-trigger.active .open { display:none }
.mobile-menu-bar li .menu-trigger.active .close { display:block }

/* EXPANED NAVIGATION */
.nav-active  { overflow:hidden }
.nav-active .page:after { content:''; display:block; position:absolute; left:0; right:0; top:0; bottom:0; z-index:9998; background:rgba(0,0,0,0.8) }
.nav-active .site-header { z-index:auto }
.nav-active .site-header .site-title a { z-index:9999 }
.nav-active .site-header .mobile-menu-bar { z-index:9999 }
.nav-active .site-header .navigation-wrapper { display:block; position:fixed; left:0; bottom:0; top:17.5rem; z-index:9999; width:42.1rem; padding:2rem; border:0.1rem solid #10549b; color:#fff; background:#002f5b; box-sizing:border-box; overflow:auto }
.nav-active .site-header .dropnav { display:block }

.landing-row { margin-top:2rem; overflow:hidden }
/*.landing-row:first-of-type { margin-top:0 }*/
.landing-row .landing-row-offset { margin:0 -1rem }
.landing-row > div { max-width:141rem; margin:0 auto; padding:2rem; 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 1rem; 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.awards-recognition-row { color:#fff; background:#002f5b }

/* NAVIGATION */
.dropnav { display:none; position:relative; margin-bottom:2rem; text-align:center }
.dropnav ul, .dropnav li { list-style:none; padding:0; margin:0 }
.dropnav .nav { position:relative }
.dropnav .nav.has-submenu:after { content:''; position:absolute; left:0; right:0; top:0; height:4rem; cursor:pointer }
.dropnav .nav > a { display:block; height:4rem; padding:0 2rem; font-size:1.8rem; font-weight:700; line-height:4rem; text-decoration:none; color:#fff; text-transform:uppercase; white-space:nowrap; text-overflow:ellipsis; overflow:hidden }
.dropnav .nav.has-submenu > a:after { content:''; display:inline-block; vertical-align:middle; margin-left:1rem; border:0.5rem solid transparent; border-top-color:#fff }
.dropnav .nav.has-submenu.active > a:after { border-top:none; border-bottom-color:#f5f329 }
.dropnav .nav.focus > a,
.dropnav .nav.active > a { color:#f5f329 }
.dropnav .nav > .submenu { display:none; min-width:20rem; padding:1rem; white-space:nowrap }
.dropnav .nav.focus > .submenu,
.dropnav .nav.active > .submenu { display:block  }
.dropnav .submenu a { display:block; font-size:1.8rem; line-height:1.8; color:#fff; white-space:nowrap; text-decoration:none }
.dropnav .submenu a:hover,
.dropnav .submenu a:focus { color:#f5f329 }
.dropnav .submenu .has-submenu > a { text-transform:uppercase }
.dropnav .submenu ul,
.dropnav .submenu .has-submenu { margin-top:1rem }
.dropnav .submenu ul:first-child,
.dropnav .submenu .has-submenu:first-child { margin-top:0 }

.secondary-nav { position:relative; z-index:2; max-width:42.1rem; padding:1rem; color:#fff; background:#10549b; box-sizing:border-box }
.secondary-nav h1 { position:relative; margin-bottom:0; color:#fff; font-family:'Avenir Next LT W01 Demi', arial; font-size:2.4rem; text-transform:uppercase }
.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:0.5rem 0.5rem 0; position:absolute; right:1rem; top:50%; margin-top:-0.2rem }
.secondary-nav.active h1:after { border-color:transparent transparent #fff; border-width:0 0.5rem 0.5rem }
.secondary-nav li { border-top:0.1rem solid #8c8c8c }
.secondary-nav li:first-child { border-top:none }
.secondary-nav li a { display:block; padding:0.5rem 1rem; color:#fff; text-transform:none; text-decoration:none }
.secondary-nav .more.has-nav > a { display:none }
.landing .secondary-nav { position:absolute; left:0; top:17.5rem; width:42.1rem }

.social-links{ position:absolute; top:0; right:0 }

.j-carousel { color:#fff; background:#000 }
.j-carousel .story-box { position:absolute; left:0; right:0; bottom:0; min-height:10rem; padding:6rem 2rem 2rem; text-align:center; color:#fff; 
background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 )
}
.j-carousel .story-box .title { display:block; max-height:9rem; margin-bottom:10px; font-size:4rem; line-height:4.5rem; font-family:'Avenir Next LT W01 Demi', arial; font-weight:200; text-decoration:none;  text-shadow:1px 1px 1px #000; color:#fff; overflow:hidden }
.j-carousel .story-box .title:hover { color:#F3EB2E;  }
.j-carousel .story-box .carousel-related-links a {color:#F3EB2E;}
.j-carousel .story-box .carousel-related-links a:hover {text-shadow:1px 1px 1px #000;}
.j-carousel .story-box .carousel-share-links { display:inline-block; vertical-align:top; margin-left:1rem }
.j-carousel .story-box .carousel-share-links a { font-size:0; color:#eee; text-shadow:0.1rem 0.1rem #000 }
.j-carousel .story-box .carousel-share-links a:before { font-size:1.8rem }
.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 .leadin { display:none }
.j-carousel .story-box .readmore { display:none }
.j-carousel .controls { position:absolute; left:50%; bottom:12rem; z-index:1; width:30rem; text-align:center; margin-left:-15rem }
.j-carousel .control { position:relative; display:inline-block; vertical-align:top; width:0.8rem; height:0.8rem; border:0.3rem solid #fff; margin-left:5px; cursor:pointer; text-indent:-9999px; border-radius:100% }
.j-carousel .control.active { border:0.3rem solid #fff; background:#fff }
.j-carousel .control:focus { border:5px solid #000; background:#000; outline: solid 3px #10549b; }
.j-carousel .pp:focus { outline: solid 3px #10549b; }
.j-carousel .control:first-child { margin-left:0 }

}

/*
@media only screen and (min-width:100em) {
.nav-active .site-header .navigation-wrapper { left:50%; margin-left:-80rem }
.landing .secondary-nav { left:50%; margin-left:-80rem }
}
*/


/*---------------------------------------------------------------- 
  COMMON STYLES FOR MOBILE AND TABLET 
  ----------------------------------------------------------------*/

@media only screen and (max-width:63.9375em) {

.facilities-links li { width:50%; float:left }
.facilities-links li:nth-child(2n+1) { clear:left }
.clinics-links li { width:50%; float:left }
.clinics-links li:nth-child(2n+1) { clear:left }

body { padding:0 }

.site-header { position:relative; background:#002e5b }
.site-header .site-title { margin:0 }
.site-header .site-title a { display:block; height:11.5rem; text-indent:-9999rem; background:url("/images/setup/header_tablet.png") no-repeat 50% 50% }

.mobile-menu-bar { display:block; padding:0.5rem; background:#f3eb2d }
.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:0.5rem }
.mobile-menu-bar li a { display:block; height:3.5rem; padding: 0 1rem; text-align:center; font-size:1.4rem; line-height:3.5rem; color:#444; text-transform:uppercase; text-decoration:none; white-space:nowrap; border-radius:0.3rem }
.mobile-menu-bar li a.active { background:#10549b; color:#fff; text-decoration:none } 
.mobile-menu-bar li .menu-trigger .close  { display:none }

.dropnav { display:none; background:#333 }
.dropnav.active { display:block }
.dropnav .has-submenu > .submenu { display:none }
.dropnav li { border-top:0.1rem solid #434343 }
.dropnav li:first-child { border-top:none }
.dropnav .submenu li { border-top:solid 0.1rem #363636 }
.dropnav .submenu.level2 li { border-top:solid 0.1rem #464646 }
.dropnav li a { display:block; padding:0 1rem; line-height:3.4rem; color:#fff; text-decoration:none; position:relative }
.dropnav .has-submenu { position:relative }
.dropnav .has-submenu > a { margin-right:4rem }
.dropnav .has-submenu:after { content:'\e810'; position:absolute; right:0; top:0; width:4rem; text-align:center; font-family:'glyphicons'; speak:none; line-height:3.4rem; 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:1rem; background:#666 }
.dropnav .submenu.level2 .submenu li { border:none }
.dropnav .submenu.level2 .submenu a { font-size:0.9em; line-height:2rem }
.dropnav .submenu-title { display:none }

.secondary-nav { background:#10549b; color:#fff }
.secondary-nav h1 { position:relative; margin:0; padding:1rem; font-size:2rem; 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:0.5rem 0.5rem 0; position:absolute; right:1rem; top:50%; margin-top:-0.2rem }
.secondary-nav.active h1 { background:rgba(0,0,0,0.3) }
.secondary-nav.active h1:after { border-color:transparent transparent #fff; border-width:0 0.5rem 0.5rem }
.secondary-nav li { border-top:0.1rem solid #8c8c8c }
.secondary-nav li:first-child { border-top:none }
.secondary-nav li a { display:block; padding:0.5rem 1rem; color:#fff; text-transform:none; text-decoration:none }
.secondary-nav .has-nav > a { display:none }

.j-carousel { background:#000 }
.j-carousel .story-box { padding:1rem; font-size:1.4rem; color:#fff }
.j-carousel .story-box .title { display:block; margin-bottom:0.5rem; font-size:1.8rem; color:#fff; text-shadow:0.1rem 0.1rem rgba(0,0,0,0.8) }
.j-carousel .story-box .carousel-share-links a { font-size:0; color:#eee; text-shadow:0.1rem 0.1rem #000 }
.j-carousel .story-box .carousel-share-links a:before { font-size:1.8rem }
.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:-3.2rem; z-index:2; height:1.2rem; padding:1rem 0; margin-top:46.87%; text-align:center; background:rgba(0,0,0,0.3) }
.j-carousel .control { position:relative; display:inline-block; vertical-align:top; width:0.4rem; height:0.4rem; margin:0.4rem; text-indent:-9999rem; cursor:pointer; border-radius:1.5rem }
.j-carousel .control:before { content:''; position:absolute; left:-0.4rem; right:-0.4rem; top:-0.4rem; bottom:-0.4rem; border:0.2rem solid #fff; border-radius:100% }
.j-carousel .control.active { background:#fff; box-shadow:none }
.j-carousel .control .thumb { display:none }

.tabs-wrapper .tabs { display:none }
.tabs-wrapper .tab_title { display:block; height:3rem; line-height:3rem; margin-bottom:0; padding:0 1rem; border-bottom:0.5rem solid #233a75; text-transform:uppercase; background:#9b1d22; color:#fff }
.tabs-wrapper .tab_title:hover { color:#fff; text-decoration:none }
.tabs-wrapper .pane { position:static; visibility:visible }
.tabs-wrapper .pane .overflow { height:auto; padding:0.5rem }

.social-links { padding:1rem; background:rgba(0,0,0,0.7) }
.social-links .title { display:none }


.section-social-stream { padding:3rem 0 }
.section-social-stream .section-header { font-size:3rem }

.scoreboard-slider { display:none }

.section-awards-recognition .section-header { padding:1rem 0 0; margin:0; font-size:3rem; color:#fff; background:#002d5b }
.awards-recognition-wrapper { background:#002e5b }
.awards-recognition-wrapper .award { width:50% }
.awards-recognition-wrapper .award .number { font-size:3rem; color:#fff }
.awards-recognition-wrapper .award .name { font-size:1.2rem; color:#fff }

.site-footer .footer-logos { padding:0 }
.site-footer .footer-logos li { margin:1rem }
.site-footer .footer-logos li img { max-height:60px }

.facilities-links li { width:50%; float:left }
.facilities-links li:nth-child(2n+1) { clear:left }

}

/*---------------------------------------
  ADJUSTMENTS FOR MOBILE  
  ----------------------------------------*/

@media only screen and (max-width:47.9375em) {

.facilities-links li { width:100%; float:left }
.clinics-links li { width:100%; float:left }

.site-header .site-title { margin:0 14.4rem 0 3rem }
.site-header .site-title a { max-width:24rem; height:8rem; text-indent:-9999rem; background:url("/images/setup/header_mobile_wide.png") no-repeat 0 50%; background-size:100% auto }

.mobile-menu-bar { position:absolute; right:0.5rem; top:2.2rem; padding:0; background:none }
.mobile-menu-bar li a { color:#fff; background:#333 }
.mobile-menu-bar li .text { position:absolute; left:-9999rem }

.awards-recognition-wrapper .award { width:100% }

}

/* 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;}

