/* ==============
   GLOBAL STYLES
   ============== */

/* WEB FONT FOR LANDING PAGES */
@font-face {
    font-family: 'orbitronblack';
    src: url('orbitron-black-webfont.eot');
    src: url('orbitron-black-webfont.eot?#iefix') format('embedded-opentype'),
         url('orbitron-black-webfont.woff2') format('woff2'),
         url('orbitron-black-webfont.woff') format('woff'),
         url('orbitron-black-webfont.ttf') format('truetype'),
         url('orbitron-black-webfont.svg#orbitronblack') format('svg');
    font-weight: normal;
    font-style: normal;

}


/* WEB FONTS FOR THE INTERNAL PAGES */
@font-face {
    font-family: 'open_sansregular';
    src: url('opensans-regular-webfont.eot');
    src: url('opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('opensans-regular-webfont.woff') format('woff'),
         url('opensans-regular-webfont.ttf') format('truetype'),
         url('opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'open_sanssemibold';
    src: url('OpenSans-Semibold-webfont.eot');
    src: url('OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('OpenSans-Semibold-webfont.woff') format('woff'),
         url('OpenSans-Semibold-webfont.ttf') format('truetype'),
         url('OpenSans-Semibold-webfont.svg#open_sanssemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'open_sansbold';
    src: url('opensans-bold-webfont.eot');
    src: url('opensans-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('opensans-bold-webfont.woff') format('woff'),
         url('opensans-bold-webfont.ttf') format('truetype'),
         url('opensans-bold-webfont.svg#open_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* SCHEDULE ICONS */
.gicon-PR:before { content: '\e832' }
.gicon-LS:before { content: '\e833' }
.gicon-DI:before { content: '\e834' }
.gicon-TI:before { content: '\e835' }
.gicon-RC:before { content: '\e836' }
.gicon-RE:before { content: '\e837' }
.gicon-BS:before { content: '\e838' }
.gicon-AU:before { content: '\e839' }
.gicon-VI:before { content: '\e83b' }
.gicon-GA:before { content: '\e83c' }

.accent-bg,
.accent-bg th { color:#fff !important; background:#004677 !important }

body { font-family:'open_sansregular', arial; font-size:14px; line-height:1.5; background:#004677; -webkit-font-smoothing:antialiased; -webkit-text-size-adjust:none }

a { color:#004677; text-decoration:none }
a:hover { color:#95bae2; text-decoration:underline }

h1,h2,h3,h4,h5,h6 { font-family:'open_sansbold', arial; font-weight:normal }

h1 { font-size:24px; color:#004677}
h2 { font-size:21px; color:#004677}
h3 { font-size:18px }
h4 { font-size:16px }
h5 { font-size:14px }
h6 { font-size:13px }

.mainbody { padding:10px; background:#fff }
.landing .mainbody { padding:0; background:none }

.box-hdr { height:49px; line-height:49px; margin:0; font-family:'orbitronblack', arial; text-transform:uppercase; font-weight:normal; text-align:center; letter-spacing:2px; color:#fff; font-size:15px }

.select-dropdown { position:relative; min-width:150px; max-width:300px; color:#fff; background:#007AC3; margin-bottom:10px; border-radius:5px; z-index:2 }
.select-dropdown > .selection { display:block; position:relative; text-decoration:none }
.select-dropdown > .selection span { display:block; padding:0 10px; margin-right:30px; line-height:30px; color:#fff; text-decoration:none }
.select-dropdown > .selection:after { content:""; display:block; width:0; height:0; position:absolute; right:10px; top:50%; margin-top:-3px; border-style:solid; border-width:6px 6px 0; border-color:#333 transparent transparent  }
.select-dropdown.active > .selection:after { border-color:transparent transparent #333; border-width:0 6px 6px }
.select-dropdown ul, 
.select-dropdown li { margin:0; padding:0; list-style:none }
.select-dropdown ul { display:none; position:absolute; left:0; right:0; top:30px; max-height:200px; overflow:auto; border-radius:0 0 5px 5px }
.select-dropdown.active ul { display:block; }
.select-dropdown li { display:block; padding:0 10px; height:25px; line-height:25px; color:#444; background:#EEE; position:relative; cursor:pointer } 
.select-dropdown li.selected { display:none }
.select-dropdown li:hover { background:#1a2e6e; color:#FFF }

/* CAROUSEL */
.j-carousel .seats:before,
.j-carousel .seats:after { content: " "; display:table }
.j-carousel .seats:after { clear:both }

/* PADDING WILL CHANGE ACCORDING SITE PHOTO SIZE */
.j-carousel .media-box { padding-top:66%; position:relative; overflow:hidden }
.j-carousel .media-box img:first-child,
.j-carousel .media-box a img { display:block; width:100% !important; height:auto !important; position:absolute; left:0; top:0 }
.touch .j-carousel .close-player { display:block !important }

/* ANIMATION # 1 */
.j-carousel1 { position:relative; z-index:1 }
.j-carousel1 .seats { padding-top:43%; position:relative; overflow:hidden } 
.j-carousel1 .seat { width:100%; position:absolute; left:0; top:0; display:none }

/* ANIMATION # 2 */
.j-carousel2 { position:relative; z-index:1 }
.j-carousel2 .seat { position:relative; display:none; overflow:hidden }

/* ANIMATION # 3 */
.j-carousel3 { position:relative; z-index:1; overflow:hidden }
.j-carousel3 .seats { width:800%; position:relative }
.j-carousel3 .seat { width:12.5%; float:left; position:relative }

/* AOTW */
.aotw-hdr { margin-top:45px; font-size:14px; font-family:'orbitronblack', arial; letter-spacing:10px; text-align:center; text-transform:uppercase; color:#fff  }
.aotw { padding:10px }
.aotw .athlete { position:relative; float:right; width:40%; text-align:center }
.aotw .athlete:first-child { float:left }
.aotw .thumb { float:right; width:35%; border:3px solid #fff; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box }
.aotw .athlete:first-child .thumb { float:left}
.aotw .thumb img { vertical-align:top }
.aotw .info { float:left; width:65%; padding-top:90px  }
.aotw .logo { position:absolute; right:35%; left:0; top:0; text-align:center }
.aotw .athlete:first-child .logo { right:0; left:35% }
.aotw .logo img { max-height:80px }
.aotw .leadin { display:none }
.aotw .title { display:block; text-decoration:none }
.aotw .title span { display:block; font-size:12px; font-family:'open_sansbold', arial; text-transform:uppercase; color:#22a6f3 }
.aotw .title span:first-child { font-size:14px; font-family:'open_sansbold', arial; text-transform:uppercase; color:#fff }

/* SLIDER */
.aotw-slider { position:relative }
.aotw-slider .slider { position:relative; margin-left:-10px; overflow:hidden }
.aotw-slider .items { position:relative; width:2000% }
.aotw-slider .item { float:left; width:5%; overflow:hidden }
.aotw-slider .athlete { position:relative; width:16.6%; float:left; padding-left:10px; -ms-transform:skew(5deg, 0); -moz-transform:skew(5deg, 0); -webkit-transform:skew(5deg, 0); transform:skew(5deg, 0); -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box }
.aotw-slider .athlete .thumb { display:block; border:3px solid #fff }
.aotw-slider .athlete img { width:100%; vertical-align:top }
.aotw-slider .athlete .info { position:absolute; left:13px; right:3px; bottom:3px; text-align:center; padding:10px; font-family:'open_sansbold', arial; font-size:10px; text-transform:uppercase; background:#000; background:rgba(0,0,0,0.6) }
.aotw-slider .athlete .info span { display:block; color:#22a4f0; -ms-transform:skew(-5deg, 0); -moz-transform:skew(-5deg, 0); -webkit-transform:skew(-5deg, 0); transform:skew(-5deg, 0) }
.aotw-slider .athlete .info span:first-child { font-size:12px; color:#fff }
.aotw-slider .next, 
.aotw-slider .prev { position:absolute; left:-40px; top:50%; margin-top:-15px; width:30px; height:30px; cursor:pointer; text-decoration:none; text-align:center; overflow:hidden }
.aotw-slider .next { left:auto; right:-40px }
.aotw-slider .prev:before { content:"\00ab"; display:block; font-size:30px; line-height:30px; color:#fff }
.aotw-slider .next:before { content:"\00bb"; display:block; font-size:30px; line-height:30px; color:#fff }

.aotw-btn { position:absolute; left:50%; margin-left:-100px; top:85px; display:block; width:200px; height:50px; border:1px solid #007ac2; line-height:50px; font-size:16px; text-transform:uppercase; text-align:center; text-decoration:none; color:#fff; background:#003052; transition:all 0.5s ease }
.aotw-btn:hover { border:1px solid #000; background:#007ac2; color:#fff; }

.hash-aotw { position:absolute; left:44%; top:55%;  font-size:24px; font-family:'orbitronblack', arial; color:#fff }
.hash-aotw:hover { text-decoration:none; color:#fff }
.hash-aotw span { font-size:14px; color:#fff }
.hash-aotw span:first-child { font-size:24px; color:#007ac2  }


/* CONTENT SWITCHER */
.content-switcher { position:relative }
.content-switcher .switcher-list { position:relative; height:40px; z-index:2; font-family:'proximanova', arial; color:#00135e; cursor:pointer; border:1px solid #dfdfdf; margin-bottom:20px }
.content-switcher .switcher-list:focus { border-color:#fedb09; background:#eee }
.content-switcher .switcher-list .selection { display:block; position:relative; padding:0 20px; margin-right:40px; font-size:13px; font-weight:400; line-height:40px; text-decoration:none; text-transform:capitalize; color:#00355B; font-size:16px; text-overflow:ellipsis; white-space:nowrap; overflow:hidden }
.content-switcher .switcher-list:after { content:""; display:block; width:0; height:0; position:absolute; right:20px; top:50%; margin-top:-3px; border:5px solid transparent; border-top-color:#666 }
.content-switcher .switcher-list.active:after { margin-top:-9px; border-top-color:transparent; border-bottom-color:#666 }
.content-switcher .switcher-list ul, 
.content-switcher .switcher-list li { 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 20px; overflow:auto; background:#f5f5f5; border:1px solid #ccc }
.content-switcher .switcher-list.active ul { display:block }
.content-switcher .switcher-list li { display:block; position:relative; cursor:pointer } 
.content-switcher .switcher-list li.active { display:none }
.content-switcher .switcher-list li a { display:block; padding:5px 0; font-size:13px; line-height:1.2; color:#333; overflow:hidden }
.content-switcher .switcher-list li a:hover { text-decoration:none; color:#000 }
.content-switcher .content-panels { position:relative; z-index:1 }
.content-switcher .content-panel { display:none; height:375px; overflow:auto; background: rgba(255,255,255,0.7); padding: 0 10px; }
.content-switcher .content-panel.active { display:block }



/* TV BUTTON */
.tv-button { margin-top:8px; text-align:center }
.tv-button ul,
.tv-button li { list-style:none; padding:0; margin:0 }

/* SITE FOOTER */
.footer-logos ul,
.footer-logos li { list-style:none; padding:0; margin:0 auto; }
.footer-logos li { display:inline-block; vertical-align:top; margin:0 30px 40px }

/* PHOTO GALLERIES */
.photo-galleries { padding:17px; border:3px solid #007ac2; background:#003052 }
.photo-galleries ul,
.photo-galleries li { list-style:none; padding:0; margin:0 }
.photo-galleries li img { vertical-align:top }

/* STANDINGS */
.standings-brief h3 { display:none }
.standings-brief table { width:100%; border-collapse:collapse; font-family:'open_sanssemibold', arial }
.standings-brief td, 
.standings-brief th { height:30px; line-height:30px; text-align:center }
.standings-brief th { color:#0C3958 }
.standings-brief td:first-child, 
.standings-brief th:first-child { text-align:left }
.standings-brief td { color:#000; border-top:1px solid #62A0D7 }

/********** STANDINGS **********/

.stats-table{border-width:0;border-collapse:collapse;width:100%}
table.stats-table td{padding:2px}
tr.stats-header td{background-color:#007AC2;padding-right:0;color:#FFF;font-weight:700;font-size:13px}
td.stats-team a{color:#007AC2;font-weight:700;font-size:13px}
td.stats-team a:hover{color:#007AC2}
td.stats-field{color:#000;text-align:center;font-size:13px}
td.conf-label{font-weight:700;font-size:13px}
td.conf-field{background-color:gray;color:#fff;text-align:center;font-size:13px}
.stats-division{background-color:#091638;color:#FFF;text-transform:uppercase;font-weight:700;font-size:13px;padding:2px}

/* LEADERS */
.league-leaders .row { margin-top:10px }
.league-leaders .row:first-child { margin-top:0 }
.league-leaders .cat-title { margin:0; padding:0 10px; font-size:13px; line-height:30px; color:#fff; background:#A6A6A6 }
.league-leaders .title { height:30px; line-height:30px; margin:0; font-size:13px; padding:0 10px; font-family:'montserratbold', arial; color:#fff; background:#163764 }
.league-leaders .col { margin-top:10px }
.league-leaders .player { padding:5px 10px; border-top:1px solid #E5E5E5; background:#fff }
.league-leaders .player:first-child { border-top:none }
.league-leaders .player .player-info { width:60%; float:left }
.league-leaders .player .player-data { width:40%; float:right; font-size:12px; text-align:right }
.league-leaders .player a { display:block; font-size:11px; color:#163764 }
.league-leaders .player a span { display:block }
.league-leaders .player a:first-child { color:#444; font-size:12px }
.league-leaders .complete-leaders { display:block; height:30px; line-height:30px; padding:0 10px; margin-top:10px; font-size:11px; text-transform:uppercase; color:#fff; background:#007AC3; border-radius:3px }
.league-leaders .complete-leaders:after { content:"\00bb"; float:right; font-size:22px }

/* TABS */
.tabs-wrapper .tabs {background: #00355B}
.tabs-wrapper .tab_title { display:none }
.tabs-wrapper .tab a { position:relative; display:block; height:55px; line-height:55px; padding:0 20px; font-family:'orbitronblack', arial; letter-spacing:1px; font-size:12px; text-transform:uppercase; color:#fff }
.tabs-wrapper .tab a.active { color:#007ac2; background:#fff }
.tabs-wrapper .tab a.active:before { content:''; position:absolute; left:0; right:0; top:0; border-top:5px solid #62a0d7 }
.tabs-wrapper .tab a:hover { text-decoration:none }
.tabs-wrapper .tab:last-child { padding-right:50px; background:url(/images/setup/tabs_separator.png) no-repeat 100% 100% }

.tabs-wrapper[id="social-tabs"] .tabs { padding:0 20px; background:none }
.tabs-wrapper[id="social-tabs"] .tab { width:50% }
.tabs-wrapper[id="social-tabs"] .tab:last-child { padding:0; background:none }
.tabs-wrapper[id="social-tabs"] .tab a { height:50px; line-height:50px; text-align:center; font-size:15px; letter-spacing:2px }
.tabs-wrapper[id="social-tabs"] .tab a.active { color:#fff; background:#007ac2 }
.tabs-wrapper[id="social-tabs"] .tab a.active:before { display:none }
.tabs-wrapper[id="social-tabs"] .pane .overflow { height:216px; padding:17px; border:3px solid #007ac2; background:#003052; overflow:hidden }

.tabs-wrapper[id="main-tabs"] .pane { padding:5px; background:url(/images/setup/container_bg_white.png) repeat-x 0 0 }
.tabs-wrapper[id="main-tabs"] .pane .overflow { height:475px; padding:10px; overflow:auto; background:#fff}
.tabs-wrapper[id="main-tabs"] .pane1 .overflow { height:auto; padding:0; overflow:hidden }

.tabs-wrapper[id="secondary-tabs"] .pane { padding:5px; color:#000; background:url(/images/setup/container_bg_white.png) repeat-x 0 0 }
.tabs-wrapper[id="secondary-tabs"] .pane .overflow { height:356px; padding:10px; overflow:auto }

.tabs-wrapper[id="sport-secondary-tabs"] .pane { padding:5px; color:#000; background:#fff }
.tabs-wrapper[id="sport-secondary-tabs"] .pane .overflow { height:356px; padding:10px; overflow:auto }

/*-------------------------------------------------------------------- 
  SITE SPECIFIC COLORS FOR INTERNAL PAGES 
  --------------------------------------------------------------------*/

/* ROSTER */
.roster table td { padding:5px 10px }
.roster .roster-header { background:#004677; color:#fff }
.roster .roster-header a { color:#fff }

/* SCHEDULE */
.schedule-list table th { background-color:#004677; color:#fff }

/* STATS */
.stats-wrapper { width:100% }
.stats-wrapper .stats-quarter-box { width:auto }
.stats-wrapper th { background:#004677}
.stats-wrapper th,
.stats-wrapper td { font-size:14px; padding:5px }
	
/* BIO */
.bio-wrap .head { background:#004677; color:#fff }
.bio-wrap .head a { color:#fff }

/* ==============
   MEDIA QUERIES
   ============== */

/*---------------------------------------------------------------- 
  COMMON STYLES FOR MOBILE AND TABLET 
  ----------------------------------------------------------------*/

@media only screen and (min-width:0px) and (max-width:1023px) {

body { padding:0 }
div[id="page-background"] { display:none }

.site-header { position:relative; background:#004677 }
.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-footer { padding:30px 0; text-align:center }
.scrolling-scoreboard { display:none !important }
.members-logo { display:none }

.mobile-menu-bar { display:block; padding:5px; background:#95BAE2 }
.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:hover,
.mobile-menu-bar li a.active { background:#1588D8; color:#fff; text-decoration:none } 

.search-bar { display:none; width:100%; padding:10px; position:relative; background:#CCC; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box }
.search-bar.active { display:block }
.search-bar input[type="text"] { width:100%; height:25px; padding:0 30px 0 10px; border:none; background:#F5F5F5; box-shadow:0 0 3px #999; border-radius:3px; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box  }
.search-bar .submit { width:30px; height:23px; border:none; overflow:hidden; background:none; position:absolute; right:10px; top:10px; border-radius:0 3px 3px 0 }
.search-bar .submit span { display:none }
.search-bar .submit i:before { display:block; width:100%; height:23px; line-height:25px; text-align:center; color:#333; margin:0 }

.dropnav { display:none; font-family:'oswaldbook', arial; background:#333 }
.dropnav.active { display:block }
.dropnav .nav > .submenu { display:none }
.dropnav .nav > a,
.dropnav .submenu a { display:block; padding:0 10px; height:34px; line-height:34px; color:#fff; position:relative }
.dropnav .submenu .has-submenu > a { color:#fff; text-transform:none; background:#000 }
.dropnav li { border-bottom: solid 1px #292929; border-top: 1px solid #434343 }
.dropnav .submenu.level1 li { border-top:solid 1px #363636; border-bottom:solid 1px #494949 }
.dropnav li:first-child { border-top:none !important }
.dropnav li:last-child { border-bottom:none !important }
.dropnav li.active { border-bottom:none !important }
.dropnav .submenu.level1 .has-submenu { border:none !important }
.dropnav .has-submenu.active + li { border-bottom:none !important }
.dropnav .nav.has-submenu > a:after { content:""; width:0; height:0; border-style:solid; border-color:#777 transparent transparent; border-width:0.4em 0.4em 0; position:absolute; right:1em; top:50%; margin-top:-0.2em }
.dropnav .nav.has-submenu.active > a:after { border-color:transparent transparent #fff; border-width:0 0.4em 0.4em }
.dropnav .has-submenu.active > .submenu { display:block; background:#444 }
.dropnav .submenu-title { display:none }

.secondary-nav { font-family:'open_sanssemibold', arial; background:#002D48; color:#fff }
.secondary-nav h1 { position:relative; margin:0; padding:10px; font-family:'open_sanssemibold', arial; font-size:20px; color:#fff; font-weight:normal }
.secondary-nav ul { list-style:none; padding:0; margin:0 }
.secondary-nav > div > ul { display:none; padding:10px; margin:0 10px 10px; background:#000; background:rgba(0,0,0,0.6); border-radius:3px }
.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: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 > a { display:none }

.j-carousel { text-align:center }
.j-carousel .media-box { width:66%; padding-top:42% }
.j-carousel .story-box { position:absolute; left:66%; right:0; top:0; bottom:0; padding:10px; font-size:14px; color:#fff; text-align:left; background:#555 }
.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 { display:block; margin:10px 0; font-size:12px }
.j-carousel .readmore { display:none}
.j-carousel .controls {  height: 22px; padding:5px; text-align:center; background:#333 }
.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:#95BAE2; box-shadow:none }
.j-carousel .control.active:before { border-color:#95BAE2 }
.j-carousel .control .thumb { display:none }

.tabs-wrapper[id="main-tabs"] .pane { padding:0 }
.tabs-wrapper .panes .pane { background:#fff}

.tabs-wrapper[id="social-tabs"] .tabs { padding:0 }
.tabs-wrapper[id="social-tabs"] .pane { display:block !important; width:50%; float:left }
.tabs-wrapper[id="social-tabs"] .pane .overflow { padding:0; border:10px solid #003052; text-align:center; background:#fff }

.photo-galleries { position:relative }
.photo-galleries li a:after { content:"Click to see photo galleries"; position:absolute; right:50%; top:50%; margin:-25px -315px 0 0; display:block; padding:0 20px; width:280px; height:50px; line-height:50px; font-family:'orbitronblack', arial; text-align:center; text-transform:uppercase; background:#fff; border-radius:5px }

.hash-aotw,
.aotw-slider .next,
.aotw-slider .prev { display:none }

.aotw-btn{ position:static; margin:0; width:auto; }

.top-stories .row { margin-top:10px }
.top-stories .row:first-child { margin-top:0 }
.top-stories .story { padding:5px; background:#fff; box-shadow:0 0 5px rgba(0,0,0,0.4);  -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box }
.top-stories .thumb { position:relative }
.top-stories .play-button { position:absolute; left:50%; top:50%; margin-left:-68px; margin-top:-21px; display:block; width:136px; height:42px; text-indent:-9999px; background:url(/info/images/play_btn.png) no-repeat 0 0 }
.top-stories .thumb img { width:100%; vertical-align:top }
.top-stories .details { padding:10px; overflow:hidden }
.top-stories .caption { display:block; padding:3px 5px; font-size:11px; background:rgba(0,0,0,0.5); color:#fff; position:absolute; left:0; right:0; bottom:0  } 
.top-stories .title { display:block; font-size:18px; margin-bottom:5px; color:#fff }
.top-stories .title a { color:#fff }
.top-stories .leadin { font-size:13px }
.top-stories .links { margin-top:5px; padding:5px 10px }
.top-stories .links a span { display:none }
.top-stories .buttons { padding:10px 0; text-align:center }
.top-stories .buttons a { display:inline-block; vertical-align:top; padding:5px 15px; background:#6f6f6f; color:#fff; border-radius:3px }

.schedule .title { margin-bottom:10px }
.schedule .team-record .titles > div,
.schedule .team-record .data > div { padding:5px; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box }
.schedule .table .titles { display:none }
.schedule .team-record .titles  { display:block; color:#fff; overflow:hidden; padding:5px 5px 0 }
.schedule .team-record .item { padding:5px}
.schedule .team-record { text-align:center; margin-bottom:10px; border-top:solid 1px #CCC; border-bottom:solid 1px #CCC }
.schedule .team-record .titles > div,
.schedule .team-record .data > div { width: 23%; text-align:center; color:#fff; margin:0 1%; float:left; background:#333; border-radius:3px }
.schedule .team-record .titles > div { background:#333; color:#fff }
.schedule .opponent { width: 70%; float:left }
.schedule .result { width: 30%; float:right; text-align:right }
.schedule .item { padding:10px }
.schedule .item.even { background-color:#eee }
.schedule .item .data { position:relative }
.schedule .item .data:before,
.schedule .item .data:after { content: " "; display:table }
.schedule .item .data:after { clear:both }
.schedule .item .date { height:25px; line-height:25px; margin:-10px -10px 10px; padding:0 10px; background:#333; color:#fff }     
.schedule .item .time { height:25px; line-height:25px; color:#fff; position:absolute; right:0; top:-10px }    
.schedule .conf-teams-container { width:100% }
.schedule .conf-teams-container .opponent { width:80%; float:left }
.schedule .conf-teams-container .result { width:20%; float:right }
.schedule .more { display:block !important }
.schedule .more strong { font-weight:normal }
.schedule .more a { display:inline-block; vertical-align:top; text-decoration:none }
.schedule .more a:after { content:"\00BB"; padding:0 5px 0 4px }
.schedule .arrow { display:none }

.bios .profile { overflow:hidden; color:#fff; background:#333; position:relative; padding: 10px 10px 10px 110px;}
.bios .icon { position:absolute; right:31px; bottom:-4px }
.bios .images { width: 100px; padding-top:50px; float:left; margin-left: -110px; text-align:center; position:relative }
.bios .photo img { border: 2px solid #333 }
.bios .number { font-size:20px; line-height: 40px; position:absolute; left:5px; right: 5px; top:0; font-weight: bold;}
.bios .texts .name { font-size:1.2em; padding:5px 10px; margin-bottom:10px;background:#333; color:#fff; border-radius:3px }
.bios .data { line-height:20px }
.bios .profile .texts .icon { text-align: right; padding: 0 31px 0 0; position:relative; top:3px }
.bios .details { color:#444; text-align:left; padding:10px; margin:0 }

div[id="results"] .tabs .tab { display:none }
div[id="results"] .panel:before { content:""; display:block; height:30px; line-height:30px; padding:0 10px; text-transform:uppercase; color:#FFF; background:#333 }
div[id="results"]  #tab-1:before { content:"Yesterday" }
div[id="results"]  #tab-2:before { content:"Today" }
div[id="results"]  #tab-3:before { content:"Tomorrow" }
div[id="results"] h4 { height:25px; line-height:25px; padding:0 10px; font-weight:normal; margin:0 }
div[id="results"] .event  { padding:10px }
div[id="results"] .date:first-child { background:#000; color:#fff }
div[id="results"] .sport {  background:#333; color:#fff }
div[id="results"] .team-result { float:right }

div[id="headlines"] .new { margin-top:15px; padding:10px; border:1px solid #fff; background:#f5f5f5; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box; box-shadow:0 0 5px rgba(0,0,0,0.4) }
div[id="headlines"] .new:first-child { margin-top:0 }
div[id="headlines"] .new .links { margin-bottom:5px }
div[id="headlines"] .new .text { display:block; margin-top:5px; font-size:12px; color:#444 }
div[id="headlines"] .new .title a { font-size:16px;  text-transform:uppercase }

.rd-spot { display:none }

}

/*----------------------------------------------------------
  ADJUSTMENTS FOR TABLET LANDSCAPE  
  ----------------------------------------------------------*/

@media only screen and (min-width:601px) and (max-width:1023px) {
.top-stories .thumb { width:40%; float:left }

.rd-spot { display:none }

}



/*---------------------------------------
  ADJUSTMENTS FOR MOBILE  
  ----------------------------------------*/

@media only screen and (max-width:767px) {

.site-header .site-title { margin:0 144px 0 0 }
.site-header .site-title a { height:80px; text-indent:-9999px; background:url(/images/setup/header_mobile_wide.png) no-repeat 5px 50% }

.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 { display:none }

.tabs-wrapper[id="social-tabs"] { display:none }
.tabs-wrapper[id="main-tabs"] .pane .overflow { height:auto }
.tabs-wrapper .tabs { display:none }
.tabs-wrapper .tab_title { display:block; display:block; height:55px; line-height:55px; padding:0 20px; font-family:'orbitronblack', arial; letter-spacing:1px; font-size:12px; text-transform:uppercase; color:#fff; 
background: rgb(0,44,70);
background: -moz-linear-gradient(top,  rgba(0,44,70,1) 0%, rgba(0,121,192,1) 50%, rgba(0,44,70,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,44,70,1)), color-stop(50%,rgba(0,121,192,1)), color-stop(100%,rgba(0,44,70,1)));
background: -webkit-linear-gradient(top,  rgba(0,44,70,1) 0%,rgba(0,121,192,1) 50%,rgba(0,44,70,1) 100%);
background: -o-linear-gradient(top,  rgba(0,44,70,1) 0%,rgba(0,121,192,1) 50%,rgba(0,44,70,1) 100%);
background: -ms-linear-gradient(top,  rgba(0,44,70,1) 0%,rgba(0,121,192,1) 50%,rgba(0,44,70,1) 100%);
background: linear-gradient(to bottom,  rgba(0,44,70,1) 0%,rgba(0,121,192,1) 50%,rgba(0,44,70,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002c46', endColorstr='#002c46',GradientType=0 );
}
.tabs-wrapper .pane { display:block !important }
.tabs-wrapper .panes .pane .overflow { height:auto }

.aotw-slider .athlete { width:33.32%; margin-top:10px; -ms-transform:skew(0deg); -moz-transform:skew(0deg); -webkit-transform:skew(0deg); transform:skew(0deg)  }

.j-carousel { background:#555 }
.j-carousel .media-box { width:100%; padding-top:63% }
.j-carousel .story-box { position:static }
.j-carousel .date { display:none }
.j-carousel .leadin { display:block }

.photo-galleries li { text-align:center }
.photo-galleries li a:after { position:static; width:auto; max-width:270px; height:auto; margin:0 auto; font-size:13px;  border-radius:0 0 3px 3px }

.aotw { background:#333 }
.aotw .athlete{ width:100%; float:none; margin-top:20px }
.aotw .athlete:first-child { width:100%; float:none; margin-top:0 }
.aotw .thumb,
.aotw .athlete:first-child .thumb { -ms-transform:skew(0deg); -moz-transform:skew(0deg); -webkit-transform:skew(0deg); transform:skew(0deg) }
.aotw .athlete .thumb img { width:100% }

.rd-spot { display:none }

}

@media only screen and (min-width:0px) and (max-width:600px) {
  
.top-stories .story { position:relative }
.top-stories .details { position:absolute; left:5px; right:5px; bottom:5px; padding:30px 10px 10px;
background: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,rgba(0,0,0,0)),color-stop(100%,rgba(0,0,0,1)));
background: -webkit-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,1));
background: -moz-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,1));
background: -o-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,1));
background: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,1));
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#4c000000', endColorstr='#ff000000')";
}
.top-stories .title { color:#fff; margin:0; text-shadow:1px 1px #000; text-shadow:1px 1px rgba(0,0,0,0.8) }
.top-stories .date,
.top-stories .leadin { display:none }

.rd-spot { display:none }

}

/*------------------------------------------------------
  ADJUSTMENTS FOR MOBILE PORTRAIT  
  -------------------------------------------------------*/

@media only screen and (min-width:0px) and (max-width:479px) {
  
.site-header .site-title a { background-position:5px 50%; background-size:93% auto } 
.aotw .thumb { max-width:35% }

.rd-spot { display:none }


}


/*-----------------------------------------
  DESKTOP SPECIFIC STYLES 
  -----------------------------------------*/

@media only screen and (min-width:1024px) {

.page { position:relative; z-index:2; overflow:hidden }
div[id="page-background"] { position:absolute; left:0; right:0; top:280px; z-index:1; overflow:hidden }
div[id="page-background"] img { position:relative; left:50%; margin-left:-1000px; width:2000px; max-width:2000px }

.body-container { max-width:1028px; margin:0 auto }
.landing .body-container { max-width:none }
.mainbody { min-height:500px; padding:10px; position:relative }
.landing .mainbody { min-height:0; padding:0 }

.site-header { position:relative; z-index:3; background:url(/images/setup/header_bg.png) no-repeat 50% 0 }
.site-header .site-title { position:relative; z-index:2; width:340px; margin:0 auto }
.site-header .site-title a { display:block; height:168px; text-indent:-9999px }

.mobile-menu-bar, 
.search-bar { display:none }

.site-footer { padding:270px 0 50px; margin-top:-110px; text-align:center; background:url(/images/setup/footer_bg.png) no-repeat 50% 0 }

.content-row { margin-top:10px }
.content-row > div {  position:relative;  max-width:1028px; margin:0 auto }

.content-row1 { margin-top:0 }
.content-row1 .content-col1 { width:654px; float:left }
.content-row1 .content-col2 { width:350px; float:right }

.content-row2 { min-height:454px; margin-bottom:-135px; background:url(/images/setup/aotw_container.jpg) no-repeat 50% 0 }

.content-row3 .content-col1 { width:350px; margin-right:30px; float:left }
.content-row3 .content-col2 { width:412px; float:left }
.content-row3 .content-col3 { width:206px; float:right }

/* MEMBER LOGOS */
.members-logo { position:absolute; top:55px; left:0; right:0; text-align:center }
.members-logo > div { display:inline-block; vertical-align:top; width:1313px; height:108px; margin-left:26px; background: url(/images/setup/master_sprite_2024.png) no-repeat 50% -459px;}
.members-logo ul,
.members-logo li { list-style:none; padding:0; margin:0 }
.members-logo .logo { float:left }
.members-logo .logo5 { margin-right:228px }
.members-logo .logo a { position:relative; z-index:2; display:block; height:108px; text-indent:-9999px}
.members-logo .logo1 a { width:132px }
.members-logo .logo2 a { width:112px }
.members-logo .logo3 a { width: 95px }
.members-logo .logo4 a { width: 98px }
.members-logo .logo5 a { width:100px }
.members-logo .logo6 a { width: 90px }
.members-logo .logo7 a { width:118px }
.members-logo .logo8 a { width:125px }
.members-logo .logo9 a { width:110px }
.members-logo .logo10 a{ width:105px }



/* NAVIGATION */
.dropnav { position:relative; z-index:2; text-align:center;
background: #000000;
background: -moz-linear-gradient(top,  #000000 0%, #003153 50%, #000000 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000000), color-stop(50%,#003153), color-stop(100%,#000000));
background: -webkit-linear-gradient(top,  #000000 0%,#003153 50%,#000000 100%);
background: -o-linear-gradient(top,  #000000 0%,#003153 50%,#000000 100%);
background: -ms-linear-gradient(top,  #000000 0%,#003153 50%,#000000 100%);
background: linear-gradient(to bottom,  #000000 0%,#003153 50%,#000000 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=0 );
}
.dropnav ul, .dropnav li { list-style:none; padding:0; margin:0 }
.dropnav .nav { display:inline-block; vertical-align:top; position:relative; text-align:left }
.dropnav .nav > a { display:block; height:72px; padding:0 30px; font-size:15px; line-height:72px; text-decoration:none; color:#fff; letter-spacing:1px; font-family:'orbitronblack', arial; text-transform:uppercase; text-shadow:0 0 2px #000}
.dropnav .nav:hover > a { 
background: #003c60;
background: -moz-linear-gradient(top,  #003c60 0%, #01619b 50%, #003c60 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#003c60), color-stop(50%,#01619b), color-stop(100%,#003c60));
background: -webkit-linear-gradient(top,  #003c60 0%,#01619b 50%,#003c60 100%);
background: -o-linear-gradient(top,  #003c60 0%,#01619b 50%,#003c60 100%);
background: -ms-linear-gradient(top,  #003c60 0%,#01619b 50%,#003c60 100%);
background: linear-gradient(to bottom,  #003c60 0%,#01619b 50%,#003c60 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003c60', endColorstr='#003c60',GradientType=0 );
}
.dropnav .nav > .submenu { display:none; position:absolute; left:0; top:72px; min-width:200px; padding:20px; background:#0075ba; white-space:nowrap }
.dropnav .nav:hover > .submenu { display:block }
.dropnav .nav:hover > a:after { content:""; position:absolute; bottom:0; left:50%; margin-left:-10px; border:10px solid transparent; border-bottom-color:#0075ba }
.dropnav .submenu a { display:block; white-space:nowrap; font-size:15px; text-decoration:none; color:#fff }
.dropnav .submenu .has-submenu > a { margin-bottom:5px; font-size:18px; font-family:'open_sansbold', arial; text-transform:uppercase; color:#fff; cursor:default }
.dropnav .submenu ul,
.dropnav .submenu .has-submenu { 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 }

.secondary-nav { position:relative; height:40px; padding:10px; color:#fff;
background: #00598d;
background: -moz-linear-gradient(top,  #00598d 0%, #007ac2 50%, #00304c 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00598d), color-stop(50%,#007ac2), color-stop(100%,#00304c));
background: -webkit-linear-gradient(top,  #00598d 0%,#007ac2 50%,#00304c 100%);
background: -o-linear-gradient(top,  #00598d 0%,#007ac2 50%,#00304c 100%);
background: -ms-linear-gradient(top,  #00598d 0%,#007ac2 50%,#00304c 100%);
background: linear-gradient(to bottom,  #00598d 0%,#007ac2 50%,#00304c 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00598d', endColorstr='#00304c',GradientType=0 );
}
.secondary-nav h1 { float:left; margin-bottom:0; color:#fff; font-family:'orbitronblack', arial; font-size:26px; line-height:40px; font-style:italic; font-weight:normal }
.secondary-nav ul { list-style:none; padding:0; margin:0 }
.secondary-nav > div { max-width:1024px; margin:0 auto }
.secondary-nav > div > ul { float:right; margin-top:8px }
.secondary-nav li { float:left }
.secondary-nav li a { text-decoration:none; font-size:14px; font-family:'open_sansbold', arial; color:#fff }
.secondary-nav li a:hover { color:#eee; text-decoration:none }
.secondary-nav li:before { content:"|"; padding:0 5px; color:#6da3c5 }
.secondary-nav li:first-child:before,
.secondary-nav .has-nav li:before { display:none }
.secondary-nav .has-nav { position:relative }
.secondary-nav .has-nav > ul { display:none; position:absolute; right:0; padding:10px; background:#000; background:rgba(0,0,0,0.8); border-radius:5px 0 }
.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; white-space:nowrap }

.j-carousel .story-box { position:relative; z-index:2; height:50px; padding:10px; font-family:'open_sansbold', arial;
background: #fff}
.j-carousel .title { display:block; font-size:20px; line-height:50px; font-family:'open_sanssemibold', arial; color:#072D5B}
.j-carousel .date { display:block; position:absolute; left:50%; bottom:70px; margin-left:-142px; width:193px; font-size:9px; line-height:22px; text-align:center; font-family:'open_sansbold', arial; color:#007ac2 }
.j-carousel .leadin,
.j-carousel .readmore,
.j-carousel .carousel-related-links { display:none }
.j-carousel .controls { position:absolute; width: 82px; height:6px; padding:8px 0 8px 193px; right: 50%; bottom: 70px; margin-right: -135px; text-align:center; background:url(/images/setup/master_sprite20181207.png) no-repeat -910px 0 }
.j-carousel .control { display:inline-block; vertical-align:top; width:6px; height:6px; cursor:pointer; text-indent:-9999px; background:#fff; border-radius:10px; }
.j-carousel .control.active { background:#62a0d7 }

.top-stories .row { margin-top:10px; color:#004677; font-weight:bold }
.top-stories .row:first-child { margin-top:0 }
.top-stories .story { padding:0 10px 0 200px; position:relative; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box }
.top-stories .thumb { width:190px; float:left; margin-left:-200px; box-shadow:0 2px 2px rgba(0,0,0,0.4); position:relative }
.top-stories .thumb img { vertical-align:top }
.top-stories .play-button { position:absolute; left:50%; top:50%; margin-left:-68px; margin-top:-21px; display:block; width:136px; height:42px; text-indent:-9999px; background:url(/info/images/play_btn.png) no-repeat 0 0 }
.top-stories .caption { display:block; padding:3px 5px; font-size:11px; background:rgba(0,0,0,0.5); color:#fff; position:absolute; left:0; right:0; bottom:0  } 
.top-stories .title { display:block; font-size:18px; margin-bottom:5px }
.top-stories .leadin { font-size:13px }
.top-stories .links { margin-top:5px; padding:5px 10px }
.top-stories .links a span,
.top-stories .buttons a + a { display:none }
.top-stories .buttons { margin-top:10px; text-align:center }
.top-stories .buttons a { display:inline-block; vertical-align:top; padding:5px 15px; background:#6f6f6f; color:#fff; border-radius:3px }

.rd-spot { height:250px; width:200px; margin-top:50px; border:3px solid #007ac2; background:#fff }

/* SCHEDULE */
.scrolling-scoreboard { position:relative; padding:10px 0; margin:0 auto; font-family:'open_sansbold', arial; line-height:1.1;
background: #616161;
background: -moz-linear-gradient(top,  #616161 0%, #ffffff 50%, #616161 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#616161), color-stop(50%,#ffffff), color-stop(100%,#616161));
background: -webkit-linear-gradient(top,  #616161 0%,#ffffff 50%,#616161 100%);
background: -o-linear-gradient(top,  #616161 0%,#ffffff 50%,#616161 100%);
background: -ms-linear-gradient(top,  #616161 0%,#ffffff 50%,#616161 100%);
background: linear-gradient(to bottom,  #616161 0%,#ffffff 50%,#616161 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#616161', endColorstr='#616161',GradientType=0 );
}
.scrolling-scoreboard .scoreboard { position:relative; max-width:1028px; margin:0 auto; overflow:hidden }
.scrolling-scoreboard .scroller { position:relative; width:20000% }
.scrolling-scoreboard .slide { width:0.5%; float:left }
.scrolling-scoreboard .events-box { width:33.32%; padding-left:10px; float:left; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box }
.scrolling-scoreboard .event { position:relative; min-height:50px; padding:10px 78px; margin:0 18px; color:#fff;
background: #00243e;
background: -moz-linear-gradient(top,  #00243e 1%, #004677 50%, #00243e 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#00243e), color-stop(50%,#004677), color-stop(100%,#00243e));
background: -webkit-linear-gradient(top,  #00243e 1%,#004677 50%,#00243e 100%);
background: -o-linear-gradient(top,  #00243e 1%,#004677 50%,#00243e 100%);
background: -ms-linear-gradient(top,  #00243e 1%,#004677 50%,#00243e 100%);
background: linear-gradient(to bottom,  #00243e 1%,#004677 50%,#00243e 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00243e', endColorstr='#00243e',GradientType=0 );
 }
.scrolling-scoreboard .no-event,
.scrolling-scoreboard .no-events { display:block; text-align:center; min-height:30px; line-height:30px; padding:10px }
.scrolling-scoreboard .date { position:absolute; left:0; top:0; bottom:0; width:35px; padding:20px 0; font-size:16px; text-align:center; background:#007ac2 }
.scrolling-scoreboard .date:before { content:""; position:absolute; left:-118px; top:50%; margin-top:-100px; border:100px solid transparent; border-right-width:18px;  border-right-color:#007ac2 }
.scrolling-scoreboard .date:after { content:""; position:absolute; left:35px; top:50%; margin-top:-100px; border:100px solid transparent; border-left-width:18px;  border-left-color:#007ac2 }
.scrolling-scoreboard .status { position:absolute; right:0; top:0; bottom:0; width:78px; padding:20px 0; text-align:center; background:#878787 }
.scrolling-scoreboard .status:after { content:""; position:absolute; right:-118px; top:50%; margin-top:-100px; border:100px solid transparent; border-left-width:18px;  border-left-color:#878787 }
.scrolling-scoreboard .sport { font-family:'open_sanssemibold', arial; font-size:11px; font-color: #fff }
.scrolling-scoreboard .sport a { color: #fff }
.scrolling-scoreboard .notes,
.scrolling-scoreboard .neutral-site { display:none }
.scrolling-scoreboard .next, 
.scrolling-scoreboard .prev { position:absolute; left:50%; top:50%; margin-top:-25px; margin-left:-550px; width:30px; height:50px; cursor:pointer; text-align:center; overflow:hidden }
.scrolling-scoreboard .next { left:auto; right:50%; margin:-25px -550px 0 0 }
.scrolling-scoreboard .prev:before { content:"\00ab"; display:block; font-size:50px; line-height:50px; color:#004677 }
.scrolling-scoreboard .next:before { content:"\00bb"; display:block; font-size:50px; line-height:50px; color:#004677 }

}

@media only screen and (min-width:1351px) and (max-width:1400px) {
.site-header { margin-left:-50px }
}

@media only screen and (min-width:1024px) and (max-width:1350px) {
.members-logo { top:90px }
.members-logo > div { width:1010px; height:73px; background:url(/images/setup/master_sprite_2024.png) no-repeat 0 -386px }
.members-logo .logo5 { margin-right:192px }
.members-logo .logo a { height:73px }
.members-logo .logo1 a { width:76px }
.members-logo .logo2 a { width:88px }
.members-logo .logo3 a { width:74px }
.members-logo .logo4 a { width:75px }
.members-logo .logo5 a { width:88px }
.members-logo .logo6 a { width:78px }
.members-logo .logo7 a { width:88px }
.members-logo .logo8 a { width:91px }
.members-logo .logo9 a { width:80px }
.members-logo .logo10 a { width:80px }

}

@media only screen and (min-width:1024px) and (max-width:1100px) {
.site-header { background-position:53% 0 }
.members-logo > div { margin:0 }
}

/* Presto Logo */
a.footer-presto-logo img {
    max-width: 250px;
}