/* ==============
   GLOBAL STYLES
   ============== */

/* WEB FONTS */

@font-face {
    font-family: 'montserrat';
    src: url('Montserrat-Regular-webfont.eot');
    src: url('Montserrat-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('Montserrat-Regular-webfont.woff') format('woff'),
         url('Montserrat-Regular-webfont.ttf') format('truetype'),
         url('Montserrat-Regular-webfont.svg#montserratregular') format('svg');
    font-weight: 400;
    font-style: normal;

}

@font-face {
    font-family: 'montserrat';
    src: url('Montserrat-Bold-webfont.eot');
    src: url('Montserrat-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('Montserrat-Bold-webfont.woff') format('woff'),
         url('Montserrat-Bold-webfont.ttf') format('truetype'),
         url('Montserrat-Bold-webfont.svg#montserratbold') format('svg');
    font-weight: 700;
    font-style: normal;

}

@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_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: '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;

}


.accent-bg,
.accent-bg th { color:#fff !important; background:#bbbc8a !important }

body { font-family:'montserrat', arial; font-size:14px; line-height:1.5; background:#243b81; -webkit-font-smoothing:antialiased; -webkit-text-size-adjust:none }

a { color:#bbbc8a; text-decoration:none }
a:hover { color:#848562; text-decoration:underline }
a:focus { outline-color:#00f0ff }

h1,h2,h3,h4,h5,h6 { line-height:1.3 }

h1 { font-size:34px; color:#3E5AA4 }
h2 { font-size:30px; color:#3E5AA4 }
h3 { font-size:26px }
h4 { font-size:22px }
h5 { font-size:18px }
h6 { font-size:16px }

.wrapper { max-width:1260px; margin:0 auto }
.mainbody { padding:10px; background:#fff }
.landing .mainbody { padding:0; background:none }

.content-switcher .switcher-list { position:relative; z-index:1; max-width:250px; font-size:12px; background:#37456f; color:#fff  }
.content-switcher .switcher-list:focus { outline:2px solid #bbbc8a }
.content-switcher .switcher-list .selection { display:block; height: 30px; line-height: 30px; padding:0 40px 0 20px; text-transform:uppercase }
.content-switcher .switcher-list .selection:after { content:""; position:absolute; right:10px; top:12px; border:5px solid transparent; border-top-color:#fff }
.content-switcher .switcher-list.active .selection:after { top:5px; border-bottom-color:#eee; border-top-color:transparent }
.content-switcher ul { display:none; list-style:none; margin:0; white-space:nowrap; padding:10px; background:#1c2e65; position:absolute; left:0; right:0; top:30px }
.content-switcher .switcher-list.active ul { display:block ; max-height: 200px; overflow-y: auto; overflow-x: hidden;}
.content-switcher ul a { display:block; padding:2px 10px; line-height:20px; color:#FFF; white-space:nowrap; text-decoration:none }
.content-switcher ul a:focus,
.content-switcher ul a:hover { background:#393939 }
.content-switcher .content-panel { display:none }
.content-switcher .content-panel.active { display:block }

.navbar-image ul { list-style:none; padding:0; margin:0 }
.navbar-image li img { vertical-align:middle }

.site-footer { padding:60px 0; text-align:center; background:#243b81 }
.footer-logos li { display:inline-block; vertical-align:top; margin:0 30px }
.footer-text { margin-top:50px; color:#fff; font-family:'proximanova', arial; font-size:18px; line-height:30px; letter-spacing:3px; text-transform:uppercase } 
.footer-text p { margin:0 }
.footer-text p:first-of-type { font-weight:700; letter-spacing:0 }


/* CAROUSEL */
.j-carousel .seats:after { content:""; display:block; clear:both }

/* PADDING WILL CHANGE ACCORDING SITE PHOTO SIZE */
.j-carousel .media-box { padding-top:62.5%; 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 # 3 */
.j-carousel { position:relative; z-index:1; overflow:hidden }
.j-carousel .seats { width:800%; position:relative }
.j-carousel .seat { width:12.5%; float:left; position:relative }

.top-stories .row { margin-top:15px }
.top-stories .row:first-child { margin-top:0 }
.top-stories .date { display:block; font-size:12px; font-weight:700; color:#bbbc8a }
.top-stories .title { display:block; font-size:13px; line-height:1.2; color:#fff }
.top-stories .title:hover { color:#243b81; text-decoration:none }
.top-stories .buttons { display:none }

/* STANDINGS */
.standings-wrapper { position:relative; height:518px; padding:20px; background:#19295a }
.standings-wrapper h3 { margin:0 0 10px; font-size:25px; font-family:'proximanova', arial; font-weight:400; color:#fff; text-transform:uppercase }
.standings-brief { color:#fff; text-transform:uppercase }
.standings-brief h3 { display:none }
.standings-brief table { width:100%; border-collapse:collapse }
.standings-brief th,
.standings-brief td { padding:8px 10px }
.standings-brief th { padding:10px; color:#9b9f80; border-bottom:1px solid #47547b }
.standings-brief td:first-child ~ td { text-align:center }
.standings-brief td a { display:block; white-space:nowrap; font-size:12px; color:#fff }
.standings-brief td a:hover { color:#bbbc8a; text-decoration:none }
.standings-brief .team-logo { display:inline-block; vertical-align:middle; max-width:30px; margin-right:5px; background:#fff; border-radius:3px; box-shadow:0 0 5px rgba(0,0,0,0.8) inset }

/* 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 }

/* COMMUNITY SERVICES */
.cummunity-service-wrapper { height:294px; padding:15px; border:3px solid #dfdfdf; background:#fff; overflow:auto }
.cummunity-service-wrapper .row { margin-top:15px }
.cummunity-service-wrapper .row:first-child { margin-top:0 }
.cummunity-service-wrapper .date { display:block; font-size:12px; font-weight:700; color:#243b81 }
.cummunity-service-wrapper .title { display:block; font-size:13px; line-height:1.2; color:#565656 }
.cummunity-service-wrapper .title:hover { color:#243b81; text-decoration:none }
.cummunity-service-wrapper .buttons a + a { display:none }
.cummunity-service-wrapper .buttons { margin-top:10px; text-align:center }
.cummunity-service-wrapper .buttons a { display:inline-block; vertical-align:top; padding:5px 15px; background:#6f6f6f; color:#fff; border-radius:3px }

/* TABS */
.tabs-wrapper .tab_title { display:none }
.tabs-wrapper .tab a { display:block; height:33px; border:3px solid transparent; line-height:33px; padding:0 20px; font-weight:700; text-transform:uppercase; text-align:center; text-decoration:none; background:rgba(223,223,223,0.6); color:#fff }
.tabs-wrapper .tab a.active { color:#243b81; border-color:#dfdfdf; background:#fff }
.tabs-wrapper .panes { position:relative }
.tabs-wrapper .pane { display:block !important; position:absolute; left:0; right:0; top:-9999px; visibility:hidden }
.tabs-wrapper .pane.active { position:static; visibility:visible }

.main-tabs { position:relative }
.main-tabs .tabs { position:absolute; left:0; top:0; z-index:2 }
.main-tabs .tab a { min-width:120px }
.main-tabs .pane .overflow { height:488px; padding:50px 20px 20px; overflow:auto; background:#19295a }
.main-tabs .pane1 .overflow { height:auto; padding:0 }

/* CAMPUS UPDATES */
.campus-updates-hdr { width:1184px; max-width:100%; height:66px; margin:0; text-indent:-9999px; background:url(/images/setup/2016/master_sprite20180111.png) no-repeat 0 -350px }
.campus-updates ul { list-style:none; padding:0; margin:0 0 0 -20px }
.campus-updates li { float:left; width:25% }
.campus-updates li > div { display:block; height:80px; margin-left:20px; margin-bottom:20px; padding:20px 10px; border:3px solid #535353; text-align:right;
background: #243b81;
background: -moz-linear-gradient(-45deg,  #243b81 0%, #1d2f66 38%, #1d2f66 40%, #243b81 40%, #243b81 100%);
background: -webkit-linear-gradient(-45deg,  #243b81 0%,#1d2f66 38%,#1d2f66 40%,#243b81 40%,#243b81 100%);
background: linear-gradient(135deg,  #243b81 0%,#1d2f66 38%,#1d2f66 40%,#243b81 40%,#243b81 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#243b81', endColorstr='#243b81',GradientType=1 );
}

.campus-updates li img { float:left; margin-right:10px }
.campus-updates li a { display:block; color:#fff; text-decoration:none; line-height:1.4 }
.campus-updates li a:hover { color:#bbbc8a }

/* SCOREBOARD */
.scoreboard-wrapper { position:relative }
.scoreboard-wrapper .scoreboard-hdr { margin:0; line-height:1; font-family:'proximanova', arial; font-size:40px; font-weight:400; color:#fff; text-transform:uppercase  }
.scoreboard-wrapper .content-switcher .switcher-list { position:absolute; right:60px; top:5px; width:250px }
.scoreboard-wrapper .content-switcher.loading .scoreboard-slider { opacity:0.4 }

.scoreboard-slider { position:relative }
.scoreboard-slider .slider { width:100%; padding:10px 0 0; overflow:hidden; position:relative }
.scoreboard-slider .slides { width:100000%; position:relative }
.scoreboard-slider .slide { width:0.1%; float:left }
.scoreboard-slider .no-events { height:120px; font-size:20px; line-height:120px; text-align:center; color:#fff }
.scoreboard-slider .event-box { width:24.25%; float:left; margin-left:1%; font-size:13px; position:relative; color:#fff; background:#19295a }
.scoreboard-slider .event-box:first-child { margin-left:0 }
.scoreboard-slider .event { min-height:200px; padding:10px }
.scoreboard-slider .event .no-event { display:block; padding:20px; color:#777; text-align:center; text-transform:uppercase }
.scoreboard-slider .event .date { margin:-10px -10px 0; padding:10px; font-weight:700; color:#243b81; text-transform:uppercase; background:#bbbc8a }
.scoreboard-slider .event .sport { margin:0 -10px 10px; padding:10px; text-align:center; background:#253463 }
.scoreboard-slider .event .status { text-align:right }
.scoreboard-slider .event .team { margin-bottom:5px; font-family:'proximanova', arial; font-size:12px; font-weight:900; text-transform:uppercase }
.scoreboard-slider .event .team-logo { display:inline-block; vertical-align:middle; max-width:30px; margin-right:5px; background:#fff; border-radius:2px; box-shadow:0 0 5px rgba(0,0,0,0.9) inset }
.scoreboard-slider .event .team-logo img { vertical-align:middle}
.scoreboard-slider .event .score { float:right; line-height:23px }
.scoreboard-slider .event .result { display:block }
.scoreboard-slider .event .neutralsite-notes { display:none }
.scoreboard-slider .event .links a { font-size:11px }
.scoreboard-slider .prev,
.scoreboard-slider .next { position:absolute; right:30px; top:-35px; width:25px; height:30px; text-indent:-9999px; cursor:pointer; background:url(/images/setup/2016/master_sprite20180111.png) no-repeat -645px 2px #fff }
.scoreboard-slider .next { right:0; background-position:-671px 2px }
.scoreboard-slider .prev.disabled,
.scoreboard-slider .next.disabled { opacity:0.4; cursor:default }
.scoreboard-slider .full-schedule-btn { position:absolute; right:315px; top:-35px; width:230px; height:30px; font-size:11px; line-height:30px; text-align:center; text-decoration:none; color:#fff; background:#19295a }
.scoreboard-slider .full-schedule-btn:before { content:''; display:inline-block; vertical-align:middle; border:5px solid transparent; border-left-color:#bbbc8a }

/* 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 { display:block; text-align:center }
.slider-wrapper .image img { vertical-align:top }
.slider-wrapper .image span { display:none }
.slider-wrapper .next, 
.slider-wrapper .prev { position:absolute; left:20px; top:50%; margin-top:-22px; width:45px; height:45px; cursor:pointer; text-indent:-9999px; background:url(/images/setup/2016/master_sprite20180111.png) no-repeat -535px 0 }
.slider-wrapper .next { left:auto; right:20px; background-position:-590px 0 }

.sponsors-slider { padding:20px 85px; background:#fff }
.sponsors-slider .image { width:20%; float:left }

.aotw-slider { height:294px; padding:15px; border:3px solid #dfdfdf; background:#fff; overflow:hidden }
.aotw-slider .thumb { float:left; width:140px; margin:0 10px 0 0; border:3px solid #555 }
.aotw-slider .thumb img { width:100%; vertical-align:top }
.aotw-slider .info { padding-right:0px }
.aotw-slider .title { display:block; margin-bottom:10px; font-weight:700; text-decoration:none }
.aotw-slider .title span { display:block; font-size:12px; line-height:1; text-transform:uppercase;color:#bbbc8a }
.aotw-slider .title span:first-child { margin-bottom:10px; margin-top:30px; font-size:18px; text-transform:uppercase; color:#243b81 }
.aotw-slider .prev,
.aotw-slider .next { left:auto; right:32px; top:5px; margin-top:0; width:25px; height:30px; border:2px solid #243b81; background:url(/images/setup/2016/master_sprite20180111.png) no-repeat -645px 2px #fff }
.aotw-slider .next { right:5px; background-position:-671px 2px }

/* FULL STANDINGS */
.full-standings { overflow-x:auto }
.full-standings .stats-table{ border-collapse:collapse; width:100%; min-width:1000px }
.full-standings .stats-table td { padding:5px }
.full-standings .stats-header td { background:#1c2e65; padding-right:0; color:#FFF; font-weight:normal; font-size:14px }
.full-standings .stats-team a{ text-decoration:none; font-size:14px; color:#333333 }
.full-standings .stats-field{ text-align:center }
.full-standings .conf-label{ background-color:#000; font-weight:300 }
.full-standings .conf-field{ background-color:#999; color:#FFF; text-align:center }

/*-------------------------------------------------------------------- 
  SITE SPECIFIC COLORS FOR INTERNAL PAGES 
  --------------------------------------------------------------------*/

/* STAFF DIRECTORY */
.staff-directory th { background:#bbbc8a; color:#fff }

/* ROSTER */
.roster table td { padding:5px 10px }
.roster .roster-header { background:#bbbc8a; color:#fff }
.roster .roster-header a { color:#fff }
.roster tr:nth-child(even) td { background:#f5f5f5 }

/* SCHEDULE */
.schedule-list table th { background-color:#bbbc8a; color:#fff }

/* STATS */
.stats-wrapper { width:100% }
.stats-wrapper .stats-quarter-box { width:auto }
.stats-wrapper th { background:#bbbc8a }
.stats-wrapper th,
.stats-wrapper td { font-size:14px; padding:5px }
	
/* BIO */
.bio-wrap .head { background:#bbbc8a; 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) {

html { min-height:100% }
body { position:relative; min-height:100% }

.page { position:relative; z-index:2; padding-top:50px; overflow:hidden }
.page-backgrounds { position:absolute; left:0; right:0; top:0; bottom:0; background:no-repeat 50% 0 #243b81; background-size:2000px auto }

.wrapper { box-shadow:0 -10px 100px 20px rgba(0,0,0,0.5) }
.body-container { background:#243b81 }
.mainbody { min-height:500px; padding:20px; position:relative }
.landing .mainbody { min-height:0; padding:0 }

.site-header { position:relative; z-index:3; padding-top:90px }
.site-header .site-title { position:absolute; left:50%; top:-37px; margin-left:-112px; z-index:1 }
.site-header .site-title a { display:block; width:224px; height:180px; margin:0 auto; text-indent:-9999px; background:url(/images/setup/2016/master_sprite20180111.png) no-repeat 0 0  }

.mobile-menu-bar, .search-bar { display:none }

.content-row { padding:30px 0; margin:0 38px; border-top:1px dotted #fff }
.content-row1 { border:none }

.content-row2 .content-col1 { width:67.57%; float:left }
.content-row2 .content-col2 { width:32.43%; float:right }

.content-row3 .content-col { width:32%; margin-left:2%; float:left; background:#19295a }
.content-row3 .content-col:first-child { margin-left:0 }
.content-row3 .content-col > h3 { position:relative; margin:0; font-family:'proximanova', arial; font-size:25px; font-weight:400; line-height:60px; text-transform:uppercase; text-align:center; color:#fff }
.content-row3 .content-col > h3:before { content:''; position:absolute; left:50%; top:0; margin-left:-50px; width:100px; height:5px; background:#bbbc8a }
.content-row3 .content-col iframe { vertical-align:middle }

.content-row4 { padding:50px 38px; margin:0; border:none; background:#bbbc8a }

/* NAVIGATION */
.dropnav { position:relative; text-align:center; background:#1c2e65 }
.dropnav ul, .dropnav li { list-style:none; padding:0; margin:0 }
.dropnav .nav { display:inline-block; vertical-align:top; text-align:left }
.dropnav .nav1 { margin-left:-20px }
.dropnav .nav5 { margin-left:200px }
.dropnav .nav > a { position:relative; display:block; height:45px; padding:15px; font-size:15px; font-weight:700; line-height:45px; text-decoration:none; color:#fff; text-transform:uppercase }
.dropnav .nav:hover > a:after { content:''; position:absolute; left:50%; bottom:0; border:15px solid transparent; border-bottom-color:#bbbc8a; border-left:none }
.dropnav .nav > .submenu { display:none; position:absolute; left:0; right:0; top:75px; min-width:200px; min-height:224px; padding:30px; background:#bbbc8a; white-space:nowrap }
.dropnav .nav:hover > .submenu { display:block }
.dropnav .nav > .submenu:after { content:''; position:absolute; right:20px; top:50%; margin-top:-112px; width:300px; height:224px; background:url(/images/setup/2016/master_sprite20180111.png) no-repeat -230px 0 }
.dropnav .submenu a { display:block; font-size:15px; font-weight:700; line-height:30px; color:#fff; white-space:nowrap; text-decoration:none }
.dropnav .submenu a:hover { color:#1c2e65 }
.dropnav .submenu .has-submenu[data-follow-link="false"] > a { cursor:default; color:#243b81 }
.dropnav .submenu .has-submenu > a { font-size:18px; text-transform:uppercase }
.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 }
.dropnav .submenu.level2 .has-submenu { display:block; margin:0; clear:both }
.dropnav .submenu.level2 .has-submenu > a { float:left; min-width:220px  }
.dropnav .submenu.level2 .has-submenu .submenu { overflow:hidden }
.dropnav .submenu.level2 .has-submenu li { float:left; margin-right:10px }
.dropnav .submenu.level2 .has-submenu li a { font-size:12px; text-transform:uppercase; color:#243b81 }
.dropnav .submenu.level2 a[rel="wiki-link"] + a { position:absolute; text-indent:-9999px }

.secondary-nav { position:relative; z-index:2; padding:10px 20px; color:#243b81; border:3px solid #dfdfdf; background:#fff }
.secondary-nav h1 { float:left; margin-bottom:0; color:#243b81; font-size:24px; text-transform:uppercase }
.secondary-nav ul { list-style:none; padding:0; margin:0 }
.secondary-nav > div > ul { float:right; margin-top:5px }
.secondary-nav li { float:left }
.secondary-nav li a { color:#243b81; text-decoration:none }
.secondary-nav li a:hover { color:#bbbc8a; text-decoration:none }
.secondary-nav li:before { content:"|"; 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 > 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 > ul { display:block }
.secondary-nav .has-nav li { float:none }
.secondary-nav .has-nav li a { display:block; min-width:100px; color:#fff; white-space:nowrap }
.secondary-nav .has-nav li a:hover { color:#eee }

.j-carousel .story-box { position:relative; padding:10px; border:3px solid #dfdfdf; background:#fff }
.j-carousel .title { display:block; font-size:20px; color:#243b81; font-weight:700; white-space:nowrap; text-overflow:ellipsis; overflow:hidden }
.j-carousel .title:hover { color:#bbbc8a }
.j-carousel .date { position:absolute; left:-3px; top:-30px; height:20px; padding:5px 10px; line-height:20px; font-size:12px; text-transform:uppercase;  color:#19295a; background:rgba(255,255,255,0.8) }
.j-carousel .leadin,
.j-carousel .readmore { display:none }
.j-carousel .controls { position:absolute; left:0; right:0; bottom:60px; text-align:center; }
.j-carousel .control { position:relative; display:inline-block; vertical-align:top; width:5px; height:5px; border:3px solid rgba(255,255,255,0.6); text-indent:-9999px; cursor:pointer; background:rgba(255,255,255,0.6); border-radius:100% }
.j-carousel .control.active { background:#243b81 }
 
/* MEMBER LOGOS */
.member-logos { position:absolute; left:0; right:0; top:0; height:84px; border:3px solid #848562; text-align:center; white-space:nowrap; background:#bbbc8a }
.member-logos .trigger { display:none }
.member-logos ul { list-style:none; padding:0; margin:0 }
.member-logos .has-nav:nth-child(5) { margin-right:300px }
.member-logos .has-nav { display:inline-block; vertical-align:top; margin:0 12px; padding:10px 0; position:relative; z-index:1 }
.member-logos .has-nav > a { display:block; height:64px; text-indent:-9999px; background:url(/images/setup/2016/master_sprite20180111.png) no-repeat 0 -250px }
.member-logos .has-nav:hover > a:after { content:''; position:absolute; left:50%; bottom:0; border:15px solid transparent; border-bottom-color:#d6d6d6; border-left:none }
.member-logos .has-nav:nth-child(1) > a { width:69px }
.member-logos .has-nav:nth-child(2) > a { width:43px; background-position:-107px -250px }
.member-logos .has-nav:nth-child(3) > a { width:71px; background-position:-184px -250px }
.member-logos .has-nav:nth-child(4) > a { width:79px; background-position:-284px -250px }
.member-logos .has-nav:nth-child(5) > a { width:61px; background-position:-396px -250px }
.member-logos .has-nav:nth-child(6) > a { width:55px; background-position:-730px -250px }
.member-logos .has-nav:nth-child(7) > a { width:56px; background-position:-810px -250px }
.member-logos .has-nav:nth-child(8) > a { width:67px; background-position:-898px -250px }
.member-logos .has-nav:nth-child(9) > a { width:71px; background-position:-994px -250px }
.member-logos .has-nav:nth-child(10) > a { width:85px; background-position:-1097px -250px }
.member-logos .has-nav .submenu { display:none; position:absolute; left:0; top:84px; width:340px; padding:20px 10px; border:3px solid #d6d6d6; text-align:left;
background: #ffffff;
background: -moz-linear-gradient(-45deg,  #ffffff 0%, #d6d6d6 30%, #ffffff 30%, #ffffff 100%);
background: -webkit-linear-gradient(-45deg,  #ffffff 0%,#d6d6d6 30%,#ffffff 30%,#ffffff 100%);
background: linear-gradient(135deg,  #ffffff 0%,#d6d6d6 30%,#ffffff 30%,#ffffff 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 );
}
.member-logos .has-nav:hover .submenu { display:block }
.member-logos .has-nav:nth-child(5) ~ .has-nav .submenu { left:auto; right:0 }
.member-logos .submenu .thumb { float:left; margin-right:20px  }
.member-logos .submenu .info { overflow:hidden }
.member-logos .submenu h3 { margin-bottom:5px; font-size:25px; color:#243b81; text-transform:uppercase; white-space:normal }
.member-logos .submenu ul { overflow:hidden }
.member-logos .submenu li { float:left }
.member-logos .submenu li:before { content:'|'; float:left; margin:0 4px; font-size:12px }
.member-logos .submenu li:first-child:before { display:none }
.member-logos .submenu li a { float:left; font-size:12px; text-transform:uppercase }

}

@media only screen and (min-width:1024px) and (max-width:1260px) {
.member-logos .has-nav:nth-child(5) { margin-right:250px }
.member-logos .has-nav { margin:0 5px }    

.dropnav .nav1,
.dropnav .nav5 { margin:0 }
.dropnav .nav > a { font-size:14px; padding:45px 10px 0 }
.dropnav .nav > .submenu { top:90px }

.scoreboard-wrapper .content-switcher .switcher-list { top:44px }
.scoreboard-wrapper .scoreboard-hdr { margin-bottom:40px }
}

/*---------------------------------------------------------------- 
  COMMON STYLES FOR MOBILE AND TABLET 
  ----------------------------------------------------------------*/

@media only screen and (max-width:1023px) {

body { padding:0 }

.content-row3 .content-col > h3 { position:relative; margin:0; font-family:'proximanova', arial; font-size:25px; font-weight:400; line-height:60px; text-transform:uppercase; text-align:center; color:#fff }
.content-row3 .content-col > h3:before { content:''; position:absolute; left:50%; top:0; margin-left:-50px; width:100px; height:5px; background:#bbbc8a }

.site-header { position:relative; background:#bbbc8a }
.site-header .site-title { margin:0 }
.site-header .site-title a { display:block; height:115px; text-indent:-9999px; background:url(/images/setup/2016/header_tablet.png) no-repeat 50% 50% }

.mobile-menu-bar { display:block; padding:5px; background:#0e2880 }
.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 }
.no-touch .mobile-menu-bar li a:hover,
.mobile-menu-bar li a.active { background:#bbbc8a; color:#000; 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 { display:none }
.search-bar .submit em:before { display:block; width:100%; height:23px; line-height:25px; text-align:center; color:#333; margin:0 }

.dropnav { display:none; background:#0a216d }
.dropnav.active { display:block }
.dropnav .nav > .submenu { display:none }
.dropnav .nav > a,
.dropnav .submenu a { display:block; padding:5px 10px; line-height:24px; color:#fff; text-decoration:none; position:relative }
.dropnav .submenu .has-submenu > a { color:#fff; text-transform:none; color:#fff; background:#061851 }
.dropnav .submenu .has-submenu[data-follow-link="false"] > a { color:#444; background:#eee }
.dropnav .nav { border-top:1px solid rgba(0,0,0,0.2) }
.dropnav .nav:first-child { border-top:none }
.dropnav .nav.has-submenu { position:relative }
.dropnav .nav.has-submenu > a { margin-right:40px }
.dropnav .nav.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:#0e2880 }
.dropnav .nav.has-submenu.active:after { content:'\e811' }
.dropnav .has-submenu.active > .submenu { display:block; background:#061856 }
.dropnav .submenu-title { display:none }
.dropnav .submenu.level2 { background:#0f2b89 }
.dropnav .submenu.level2 li { border:none }
.dropnav .submenu.level2 a { padding-left:20px; font-size:13px; line-height:20px }

.secondary-nav { background:#fff; border:2px solid #dfdfdf; color:#000 }
.secondary-nav h1 { position:relative; margin:0; padding:10px; font-size:20px; color:#19295a; 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: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:#19295a 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 #19295a; 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 { 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 .leadin,
.j-carousel .readmore { display:none}
.j-carousel .controls {  height: 22px; padding:5px; text-align:center;   background:#bbbc8a }
.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:#243b81; box-shadow:none }
.j-carousel .control.active:before { border-color:#243b81 }
.j-carousel .control .thumb { display:none }

.tabs-wrapper .tabs { display:none }
.tabs-wrapper .tab_title { position:relative; display:block; margin:0; font-family:'proximanova', arial; font-size:25px; font-weight:400; line-height:60px; text-transform:uppercase; text-decoration:none; text-align:center; color:#fff }
.tabs-wrapper .tab_title:before { content:''; position:absolute; left:50%; top:0; margin-left:-50px; width:100px; height:5px; background:#bbbc8a }
.tabs-wrapper .pane { position:static; visibility:visible }
.tabs-wrapper .pane .overflow { height:auto }

.standings-wrapper .standings-hdr { position:relative; display:block; margin:0; font-family:'proximanova', arial; font-size:25px; font-weight:400; line-height:60px; text-transform:uppercase; text-decoration:none; text-align:center; color:#fff; background:#243b81 }
.standings-wrapper .standings-hdr:before { content:''; position:absolute; left:50%; top:0; margin-left:-50px; width:100px; height:5px; background:#bbbc8a }

.twitter-col { display:none }
.scoreboard-wrapper { display:none }

.member-logos { background:#091B58 }
.member-logos .trigger { position:relative; margin:0; padding:10px; font-size:20px; color:#fff; font-weight:normal }
.member-logos .trigger:after { content:""; width:0; height:0; border-style:solid; border-color:#fff transparent transparent; border-width:8px 8px 0; position:absolute; right:10px; top:50%; margin-top:-4px }
.member-logos.active .trigger:after { border-color:transparent transparent #fff; border-width:0 8px 8px }
.member-logos > div { display:none; padding:10px; background:rgba(0,0,0,0.3) }
.member-logos.active > div { display:block }
.member-logos ul { list-style:none; padding:0; margin:0 }
.member-logos .has-nav > a { display:block; line-height:30px; text-decoration:none; text-transform:uppercase; color:#fff }
.member-logos .has-nav > div { display:none }

.standings-wrapper { padding:0 }
.standings-wrapper .standings-hdr { position:relative; display:block; margin:0; font-family:'proximanova', arial; font-size:25px; font-weight:400; line-height:60px; text-transform:uppercase; text-decoration:none; text-align:center; color:#fff; background:#243b81 }
.standings-wrapper .standings-hdr:before { content:''; position:absolute; left:50%; top:0; margin-left:-50px; width:100px; height:5px; background:#bbbc8a }

.cummunity-service-wrapper { height:auto }

.campus-updates { padding:10px; background:#bbbc8a }
.campus-updates li { width:50% }
.campus-updates-hdr { display:none }

.aotw-slider { height:auto }

.sponsors-slider { text-align:center }
.sponsors-slider .image { display:inline-block; vertical-align:top; width:auto; float:none; margin:5px 10px }

.bios .profile { overflow:hidden; color:#fff; background:#333; position:relative; padding: 10px 10px 10px 110px;}
.bios .icon { position:absolute; right:31px; bottom:-4px }
.bios .images { width: 100px; padding-top:50px; float:left; margin-left: -110px; text-align:center; position:relative }
.bios .photo img { border: 2px solid #333 }
.bios .number { font-size:20px; line-height: 40px; position:absolute; left:5px; right: 5px; top:0; font-weight: bold;}
.bios .texts .name { font-size:1.2em; padding:5px 10px; margin-bottom:10px;background:#333; color:#fff; border-radius:3px }
.bios .data { line-height:20px }
.bios .profile .texts .icon { text-align: right; padding: 0 31px 0 0; position:relative; top:3px }
.bios .details { color:#444; text-align:left; padding:10px; margin:0 }

div[id="results"] .tabs .tab { display:none }
div[id="results"] .panel:before { content:""; display:block; height:30px; line-height:30px; padding:0 10px; text-transform:uppercase; color:#FFF; background:#333 }
div[id="results"]  #tab-1:before { content:"Yesterday" }
div[id="results"]  #tab-2:before { content:"Today" }
div[id="results"]  #tab-3:before { content:"Tomorrow" }
div[id="results"] h4 { height:25px; line-height:25px; padding:0 10px; font-weight:normal; margin:0 }
div[id="results"] .event  { padding:10px }
div[id="results"] .date:first-child { background:#000; color:#fff }
div[id="results"] .sport {  background:#333; color:#fff }
div[id="results"] .team-result { float:right }

div[id="headlines"] .new { margin-top:15px; padding:10px; border:1px solid #fff; background:#f5f5f5; -webkit-box-sizing:border-box; box-sizing:border-box; box-shadow:0 0 5px rgba(0,0,0,0.4) }
div[id="headlines"] .new:first-child { margin-top:0 }
div[id="headlines"] .new .links { margin-bottom:5px }
div[id="headlines"] .new .text { display:block; margin-top:5px; font-size:12px; color:#444 }
div[id="headlines"] .new .title a { font-size:16px;  text-transform:uppercase }

}

/*---------------------------------------
  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/2016/header_mobile_wide.png) no-repeat 0 50%; background-size:100% auto }

.mobile-menu-bar { position:absolute; right:5px; top:22px; padding:0; background:none }
.mobile-menu-bar li a { background:#333 }
.no-touch .mobile-menu-bar li a:hover,
.mobile-menu-bar li a.active { color:#fff; background:#19295a }
.mobile-menu-bar li span { display:none }

.campus-updates li { width:100% }

}

/* PrestoSports Logo Styling */

a[aria-label="PrestoSports"] img {
    max-width: 270px;
    padding-top: 40px;
}