/* ==============
   GLOBAL STYLES
   ============== */

/* WEB FONT FOR LANDING PAGES */

@font-face {
    font-family: 'montserratbold';
    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: normal;
    font-style: normal;

}

@font-face {
    font-family: 'montserratregular';
    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: normal;
    font-style: normal;

}

@font-face {
    font-family: 'arvobold';
    src: url('arvo-bold-webfont.eot');
    src: url('arvo-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('arvo-bold-webfont.woff2') format('woff2'),
         url('arvo-bold-webfont.woff') format('woff'),
         url('arvo-bold-webfont.ttf') format('truetype'),
         url('arvo-bold-webfont.svg#arvobold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
	font-family: "AkzidenzGroteskBE-BoldExIt";
	src: url("akzidenz-grotesk-bq-bold-extended-italic2807.eot");
	src: url("akzidenz-grotesk-bq-bold-extended-italic2807.eot#iefix") format("embedded-opentype"),
	url("akzidenz-grotesk-bq-bold-extended-italic2807.woff") format("woff"),
	url("akzidenz-grotesk-bq-bold-extended-italic2807.ttf") format("truetype"),
	url("akzidenz-grotesk-bq-bold-extended-italic2807.svg") 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_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;

}

.accent-bg,
.accent-bg th { color:#fff !important; background:#163764 !important }

body { font-family:'open_sansregular', arial; font-size:14px; line-height:1.5; background:#fff; -webkit-font-smoothing:antialiased; -webkit-text-size-adjust:none }
.landing body { font-family:'montserratregular', arial }

a { color:#e11a26; text-decoration:none }
a:hover { color:#f92431; text-decoration:underline }

h1,h2,h3,h4,h5,h6,b,strong { font-family:'open_sansbold', arial; font-weight:normal }

h1 { font-size:24px; color:#163764}
h2 { font-size:21px; color:#163764}
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 { display:block; height:37px; line-height:37px; padding:0 25px; margin:0; text-align:center; font-family:'montserratbold', arial;  font-size:15px; text-transform:uppercase; background:#eb1b28; color:#fff }

.select-dropdown { position:relative; min-width:150px; max-width:300px; font-family:'montserratregular', arial; font-size:11px; background:#000; background:rgba(0,0,0,0.5); margin-bottom:10px; border-radius:3px; 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:23px; 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:#fff transparent transparent  }
.select-dropdown.active > .selection:after { border-color:transparent transparent #fff; border-width:0 6px 6px }
.select-dropdown ul, 
.select-dropdown li { margin:0; padding:0; list-style:none }
.select-dropdown ul { display:none; border-radius:0 0 5px 5px }
.select-dropdown.active ul { display:block; max-height:200px; left:0; right:0; top:23px; overflow:auto }
.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 }

.site-footer { padding:20px 0; text-align:center; border-top:2px solid #2e4b75;
background: #010d1d;
background: -moz-linear-gradient(top,  #010d1d 0%, #011633 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#010d1d), color-stop(100%,#011633));
background: -webkit-linear-gradient(top,  #010d1d 0%,#011633 100%);
background: -o-linear-gradient(top,  #010d1d 0%,#011633 100%);
background: -ms-linear-gradient(top,  #010d1d 0%,#011633 100%);
background: linear-gradient(to bottom,  #010d1d 0%,#011633 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#010d1d', endColorstr='#011633',GradientType=0 );
}
.footer-logos ul { list-style:none; margin:0; padding:10px }
.footer-logos li { display:inline-block; vertical-align:top; margin:0 10px }

/* CAROUSEL */
.j-carousel .seats:before,
.j-carousel .seats:after { content: " "; display:table }
.j-carousel .seats:after { clear:both }

/* SCHEDULE */
.schedule-boxscore .event-box { margin-top:10px; padding:10px; position:relative; background:#fff; overflow:hidden; border-radius:3px }
.schedule-boxscore .event-box:first-child { margin-top:0 }
.schedule-boxscore .sport { color:#A90510 }
.schedule-boxscore .status,
.schedule-boxscore .result { float:right }

/* PADDING WILL CHANGE ACCORDING SITE PHOTO SIZE */
.j-carousel .media-box { padding-top:63%; 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 }

/* SLIDER */
.slider-wrapper { position:relative }
.slider-wrapper .slider { position:relative; overflow:hidden }
.slider-wrapper .items { position:relative; width:2000% }
.slider-wrapper .item { float:left; width:5% }

.banner-slider .image { position:relative; display:block }
.banner-slider .image img { width:100%; vertical-align:top }
.banner-slider .image .info { position:absolute; right:10px; top:40px; max-width:38%; text-align:center; color:#fff }
.banner-slider .image .info span { display:block; font-size:11px; text-transform:uppercase  }
.banner-slider .image .info span:first-child { font-size:29px; line-height:1; font-family:'AkzidenzGroteskBE-BoldExIt', arial }
.banner-slider .image .info span:first-child + span { font-size:15px;  font-family:'AkzidenzGroteskBE-BoldExIt', arial; color:#eb1b28 }
.banner-slider .next, 
.banner-slider .prev { position:absolute; left:-36px; top:50%; margin-top:-17px; width:16px; height:34px; cursor:pointer; text-indent:-9999px; overflow:hidden; background:url(/images/setup/master_sprite20170207.png) no-repeat -865px 0 }
.banner-slider .next { left:auto; right:-36px; background-position:-889px 0 }

/* STANDINGS */

.standings-toggler .scroll-list { padding:0 37px; background:#a90510; overflow:hidden; position:relative }
.standings-toggler .slider { width: 230px; height:52px; line-height:52px; margin: 0 auto; position:relative }
.standings-toggler .items { width:2000em; position:relative; list-style:none; padding:0; margin:0 }
.standings-toggler .item { width: 230px; float:left; color:#FFF; font-size:16px;  cursor:pointer; text-align:center; text-shadow:0 -1px 1px #000; position:relative }
.standings-toggler .selected { color:#fe1321; text-shadow:0 1px 1px #000 }
.standings-toggler .next, #standings-toggler .prev { display:block; width:16px; height:34px; cursor:pointer; position:absolute; left: 0; top: 0; background:url(/images/setup/master_sprite20170207.png) no-repeat -865px 0; z-index:1 ; border: 7px solid #a90510;}
.standings-toggler .next { left:auto; right:0; background-position:-889px 0 }

.standings-hdr { text-align:left }
.standings-container { position:relative; padding:10px;background:url(/images/setup/header_bg_pattern.png) }
.standings-container-sports { position:relative; padding:10px; height:510px; overflow:auto;background:url(/images/setup/header_bg_pattern.png) }
.content-toggler[id="standings-toggler"] .select-dropdown { position:absolute; right:10px; top:-31px; z-index:2 }
.content-toggler[id="standings-toggler"] .panel { height:458px; overflow:auto }
.content-toggler[id="standings-toggler"] .article-body { font-family:'montserratbold', arial; font-size:11px; text-transform:uppercase; padding:10px; border:1px solid #ccc; background:#fff }
.content-toggler[id="standings-toggler"] .article-text p { line-height:20px; padding:5px; margin:0; border-top:1px solid #e5e5e5 }
.content-toggler[id="standings-toggler"] .article-text p:first-child { border-top:none }

.standings-brief { font-family:'montserratbold', arial; font-size:11px; text-transform:uppercase; padding:10px; border:1px solid #ccc; background:#fff }
.standings-brief > h3 { display:none }
.standings-brief table { width:100%; border-collapse:collapse }
.standings-brief th,
.standings-brief td { padding:10px; text-align:center }
.standings-brief th:first-child,
.standings-brief td:first-child { text-align:left }
.standings-brief th { font-size:11px; color:#fff; background:#163764 }
.standings-brief td { border-top:1px solid #e5e5e5 }
.standings-brief tr:first-child + tr td { border-top:none }

/* AOTW */
.aotw-col { position:relative }
.aotw-slider { min-height:482px; padding:10px 10px 38px; background:url(/images/setup/header_bg_pattern.png)}
.aotw-slider .athlete { position:relative; margin-top:10px; padding:3px 108px 3px 3px; border:10px solid #fff; border-top-width:20px; background:#f1f1f1 }
.aotw-slider .athlete:first-child { margin-top:0 }
.aotw-slider .athlete .thumb img { vertical-align:top }
.aotw-slider .athlete .info {  position:absolute; right:3px; top:20px; width:105px; text-align:center }

.aotw-slider .info .logo { display:block; height:63px; margin:0 auto; text-indent:-9999px; background:url(/images/setup/master_sprite20170207.png) no-repeat -9999px -9999px }
.aotw-slider .info .cotr { width:105px; background-position:0 -115px }
.aotw-slider .info .cbc { width:55px; background-position:-113px -115px }
.aotw-slider .info .capilano { width:65px; background-position:-173px -115px }
.aotw-slider .info .camosun { width:47px; background-position:-252px -115px }
.aotw-slider .info .douglas { width:80px; background-position:-310px -115px }
.aotw-slider .info .langara { width:70px; background-position:-399px -115px }
.aotw-slider .info .ubc-okanagan { width:92px; background-position:-473px -115px }
.aotw-slider .info .kpu { width:53px; background-position:-571px -115px }
.aotw-slider .info .viu { width:82px; background-position:-632px -115px }
.aotw-slider .info .quest { width:55px; background-position:-718px -115px }
.aotw-slider .info .ufv { width:64px; background-position:-786px -115px }
.aotw-slider .info .oc { width:65px; background:url(/images/Institutional_Actual_Logos/OC_2017-Present_-Coyotes_JPEG-.jpg) no-repeat; background-size:contain }


.aotw-slider .info span { display:block; text-decoration:none; text-transform:uppercase; font-size:15px; font-family:'montserratbold', arial; color:#3d3d3d }
.aotw-slider .sport-name { position:absolute; width:160px; left:50%; right:0; top:-20px; margin-left:-80px; font-size:9px; line-height:14px; text-align:center; color:#fff; background:#163764 }
.aotw-slider .prev,
.aotw-slider .next { position:absolute; left:10px; bottom:10px; display:block; width:15px; height:18px; cursor:pointer; text-indent:-9999px; background:url(/images/setup/master_sprite20170207.png) no-repeat -1070px 0 }
.aotw-slider .next { left:auto; right:10px; background-position:-1085px 0 }
.more-aotw { display:block; position:absolute; left:25px; right:25px; bottom:10px; height:18px; font-size:9px; line-height:18px; color:#fff; text-align:center; background:#a6a6a6 }

/* SCHEDULE */
.scrolling-scoreboard { position:relative; font-family:'arvobold', arial }
.scrolling-scoreboard .scoreboard { position:relative; width:100%; overflow:hidden }
.scrolling-scoreboard .scroller { position:relative; width:20000% }
.scrolling-scoreboard .slide { width:0.5%; float:left }
.scrolling-scoreboard .events-box { position:relative; width:24.1%; float:left; margin-left:1.2%; color:#fff }
.scrolling-scoreboard .events-box:first-child { margin-left:0 }
.scrolling-scoreboard .no-events,
.scrolling-scoreboard .no-event { text-align:center }
.scrolling-scoreboard .events-box .event { padding:10px; background:#163764 }
.scrolling-scoreboard .neutral-site { margin-top:5px; font-size:10px; color:#c2c2c2 }
.scrolling-scoreboard .notes { display:none }
.scrolling-scoreboard .date { display:block; font-size:22px; line-height:35px; margin-bottom:10px; color:#fff; border-bottom:2px solid #eb1b28; text-transform:uppercase }
.scrolling-scoreboard .sport { font-size:14px; margin-bottom:10px; }
.scrolling-scoreboard .sport a { color:#fff }
.scrolling-scoreboard .result { display:block; font-size:18px }
.scrolling-scoreboard .status { position:absolute; right:10px; top:20px; font-size:11px; }
.scrolling-scoreboard .links {left:1px; right:1px; bottom:1px; padding:5px; font-size:14px; background:#000 }
.scrolling-scoreboard .links a { color:#fff; margin:0 1px }
.scrolling-scoreboard .links.empty { display:none }
.scrolling-scoreboard .prev,
.scrolling-scoreboard .next { position:absolute; right:30px; top:-40px; width:22px; height:22px; cursor:pointer; text-indent:-9999px; background:url(/images/setup/master_sprite20170207.png) no-repeat -910px 0 }
.scrolling-scoreboard .next { right:0; background-position:-936px 0 }

/* NEW SCOREBOARD */
.scoreboard-slider { position:relative; font-family:'arvobold', arial }
.scoreboard-slider .slider { position:relative; width:100%; overflow:hidden }
.scoreboard-slider .slides { position:relative; width:20000% }
.scoreboard-slider .slide { width:0.5%; float:left }
.scoreboard-slider .event-box { position:relative; width:24.1%; float:left; margin-left:1.2%; color:#fff }
.scoreboard-slider .event-box:first-child { margin-left:0 }
.scoreboard-slider .no-events,
.scoreboard-slider .no-event { text-align:center }
.scoreboard-slider .event { min-height:160px; padding:10px; background:#163764 }
.scoreboard-slider .event .neutral-site { margin-top:5px; font-size:10px; color:#c2c2c2 }
.scoreboard-slider .event .notes { display:none }
.scoreboard-slider .event .date { display:block; font-size:22px; line-height:35px; margin-bottom:10px; color:#fff; border-bottom:2px solid #eb1b28; text-transform:uppercase }
.scoreboard-slider .event .sport { font-size:14px; margin-bottom:10px; }
.scoreboard-slider .event .sport a { color:#fff }
.scoreboard-slider .event .result { display:block; font-size:18px }
.scoreboard-slider .event .score { float:right }
.scoreboard-slider .event .status { position:absolute; right:10px; top:20px; font-size:11px; }
.scoreboard-slider .event .links { margin-top:10px; padding:5px 10px; font-size:14px; background:#000 }
.scoreboard-slider .event .links a { color:#fff; margin-right:5px }
.scoreboard-slider .event .links .sep,
.scoreboard-slider .event .links a span { display:none }
.scoreboard-slider .event .links.empty { display:none }
.scoreboard-slider .prev,
.scoreboard-slider .next { position:absolute; right:30px; top:-40px; width:22px; height:22px; cursor:pointer; text-indent:-9999px; background:url(/images/setup/master_sprite20170207.png) no-repeat -910px 0 }
.scoreboard-slider .next { right:0; background-position:-936px 0 }
.scoreboard-slider .full-schedule-btn { display:none }

/* LEAGUE lEADERS */
.leaders-col { position:relative; padding:10px; background:url(/images/setup/header_bg_pattern.png) repeat }
.leaders-hdr { text-align:left; max-width:330px }
.content-toggler[id="leaders-toggler"] .select-dropdown { position:absolute; left:200px; top:17px; width:180px }

.league-leaders { position:relative; max-height:730px; padding:10px 0; text-transform:uppercase; overflow:auto }
.league-leaders .row { margin:10px 0 0 -10px }
.league-leaders .row:first-child { margin-top:0 }
.league-leaders .cat-title { padding:0 10px; margin:0 0 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 { width:33.33%; padding-left:10px; margin-top:10px; float:left; -webkit-box-sizing:border-box; box-sizing:border-box }

.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:none; height:30px; line-height:30px; padding:0 10px; margin-top:10px; font-size:11px; text-transform:uppercase; color:#fff; background:#EB1B28; border-radius:3px }
.league-leaders .complete-leaders:after { content:"\00bb"; float:right; font-size:22px }

/*-------------------------------------------------------------------- 
  SITE SPECIFIC COLORS FOR INTERNAL PAGES 
  --------------------------------------------------------------------*/

  /* FULL STANDINGS */
.all-conference-standings .stats-division { font-size: 18px; background: #333; color: #FFF; text-transform:uppercase ; padding: 5px;}
.stats-table { width: 100%; border-collapse: collapse; font-size:11px; margin-bottom:10px }
.stats-table td { padding: 2px }
.stats-table .stats-header td { background:#cc0000; padding-right: 0px; color:#fff; font-weight: bold; font-size:12px }
.stats-table .stats-team a { color: #808080; font-weight: bold }
.stats-table .stats-team a:hover { color: #cc0000 }
.stats-table .stats-field { color:#000; text-align:center }
.stats-table .conf-label  { font-weight:bold }
.stats-table .conf-field { background:#808080; color:#fff; text-align: center }
.stats-table .stats-division { background:#cc0000; color: #FFF; text-transform:uppercase; font-weight: bold }

/* ROSTER */
.roster table td { padding:5px 10px }
.roster .roster-header { background:#163764; color:#fff }
.roster .roster-header a { color:#fff }

/* SCHEDULE */
.schedule-list table th { background-color:#163764; color:#fff }

/* STATS */
.stats-wrapper { width:100% }
.stats-wrapper .stats-quarter-box { width:auto }
.stats-wrapper th { background:#163764}
.stats-wrapper th,
.stats-wrapper td { font-size:14px; padding:5px }
	
/* BIO */
.bio-wrap .head { background:#163764; 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:960px) {

body { padding:0 }
div[id="page-background"] { display:none }

.site-header { position:relative; background:#153763 }
.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% }

.member-logos { display:none; background:#eee }
.member-logos.active { display:block }
.member-logos ul,
.member-logos li { list-style:none; padding:0; margin:0 }
.member-logos li { border-top:1px solid #EFECEC; border-bottom:1px solid #ccc }
.member-logos li a { display:block; height:30px; line-height:30px; padding:0 10px; }

.mobile-menu-bar { display:block; padding:5px; background:#EB1B28 }
.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:#9B1d22; color:#fff; text-decoration:none } 

.search-bar { display:none }
.search-bar.active { display:block; width:100%; padding:10px; position:relative; background:#CCC; -webkit-box-sizing:border-box; box-sizing:border-box }
.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; -webkit-box-sizing:border-box; box-sizing:border-box  }
.search-bar .submit { width:30px; height:23px; border:none; overflow:hidden; top:11px; right:10px; 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:'oswaldbook', arial; background:#9b1d22; color:#fff }
.secondary-nav h1 { position:relative; margin:0; padding:10px; font-size:16px; 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 .story-box { position:absolute; left:0; right:0; bottom:0; padding:30px 10px 10px; font-size:14px; color:#fff; text-align:left;
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')";
}
.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:#999 }
.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:#EB1B28; box-shadow:none }
.j-carousel .control.active:before { border-color:#EB1B28 }
.j-carousel .control .thumb { display:none }

.tabs-wrapper .tabs { display:none }
.tabs-wrapper .tab_title { display:block; height:30px; line-height:30px; margin-bottom:0; padding:0 10px; border-bottom:5px solid #233a75; text-transform:uppercase; background:#9b1d22; color:#fff }
.tabs-wrapper .tab_title:hover { color:#fff; text-decoration:none }
.tabs-wrapper .pane { display:block !important; background:url(/images/setup/header_bg_pattern.png) repeat }

.tabs-wrapper[id="social-tabs"] { display:none }
.tabs-wrapper[id="ur-tabs"] { display:none }
.tabs-wrapper[id="ur-tabs"] .pane > .overflow { padding:10px; background:#fff }

.content-toggler[id="standings-toggler"] .panel { height:auto }

.schedule-boxscore .event-box:nth-child(n+6) { display:none }
.aotw { height:auto }

.banner-slider { padding:10px; background:#011128 }
.banner-slider .image img { display:none }
.banner-slider .image .info { position:static; max-width:none  }
.banner-slider .next,
.banner-slider .prev { display:none }

.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); -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 }
.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 }

.league-leaders .col { width:100% }

.schedule .title { margin-bottom:10px }
.schedule .team-record .titles > div,
.schedule .team-record .data > div { padding:5px; -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; -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 TABLET LANDSCAPE  
  ----------------------------------------------------------*/

@media only screen and (min-width:601px) and (max-width:960px) {
.top-stories .thumb { width:40%; float:left }
}

/*---------------------------------------
  ADJUSTMENTS FOR MOBILE  
  ----------------------------------------*/

@media only screen and (min-width:0px) 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 }

.content-toggler[id="leaders-toggler"] .select-dropdown { position:relative; left:0; top:0; width:100%; max-width:none; margin-top:10px }

}

@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 }

}

/*------------------------------------------------------
  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% }

}


/*-----------------------------------------
  DESKTOP SPECIFIC STYLES 
  -----------------------------------------*/

@media only screen and (min-width:961px) {

body { background:url(/images/setup/page_bg_pattern.jpg) #0D2E5B }

div[id="page-background"] { position:absolute; left:0; right:0; top:0; z-index:1 }
div[id="page-background"] img { width:100% }

.page { position:relative; z-index:2 ; background:url(/images/setup/header_diagonal_bg.png) no-repeat 50% 0 }
.body-container { position:relative; max-width:902px; margin:0 auto; background:#163764; box-shadow:0 10px 25px 2px #000 }

.mainbody { min-height:500px; padding:10px; position:relative }
.landing .mainbody { min-height:0; padding:0 }

.site-header {  max-width:902px; margin:0 auto; box-shadow:0 10px 25px 2px #000 }
.site-header > .container { position:relative; z-index:3;  background:url(/images/setup/header_bg_pattern.png); }
.site-header .site-title { text-align:center; margin: 0 -30px; background:url(/images/setup/header_diagonal_bg.png) no-repeat 50% 0 }
.site-header .site-title a { display:block; height:109px; width:340px; margin:0 auto; text-indent:-9999px; background:url(/images/setup/master_sprite20170207.png) no-repeat 0 0 }

.championships-title { 
background: #11294b;
background: -moz-linear-gradient(top,  #11294b 0%, #14325b 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#11294b), color-stop(100%,#14325b));
background: -webkit-linear-gradient(top,  #11294b 0%,#14325b 100%);
background: -o-linear-gradient(top,  #11294b 0%,#14325b 100%);
background: -ms-linear-gradient(top,  #11294b 0%,#14325b 100%);
background: linear-gradient(to bottom,  #11294b 0%,#14325b 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#11294b', endColorstr='#14325b',GradientType=0 );
}
.championships-title p { margin:0; font-family:'AkzidenzGroteskBE-BoldExIt', arial; font-size:30px; line-height:80px; color:#ACB3BB; text-align:center }
.championships-title p span { color:#EA1A27 }
.championships-title p span span { color:#fff }

.member-logos { margin:15px 0; text-align:center }
.member-logos ul { list-style:none; margin:0; padding:0 }
.member-logos li { display:inline-block; vertical-align:top; margin:0 3px }
.member-logos li a { display:block; height:65px; text-indent:-9999px; background:url(/images/setup/master_sprite-2020.png) no-repeat -9999px -9999px }
.ie8 .member-logos li a { text-indent:0; height:30px; line-height:30px; text-transform:uppercase }
.member-logos li:nth-child(1) a { width:47px; background-position:-252px -115px }
.member-logos li:nth-child(2) a { width:65px; background-position:-173px -115px }
.member-logos li:nth-child(3) a { width:105px; background-position:0 -115px }
.member-logos li:nth-child(4) a { width:68px; background-position:-876px -106px }
.member-logos li:nth-child(5) a { width:80px; background-position:-310px -115px }
.member-logos li:nth-child(6) a {width: 75px;background-position: -399px -115px}
.member-logos li:nth-child(7) a { width:75px; background-position:-637px -113px }
/*.member-logos li:nth-child(8) a { width:64px; background-position:-786px -115px }*/
.member-logos li:nth-child(8) a {width: 75px;background-position: -563px -115px}

.member-logos li:nth-child(1) a:hover { background-position:-252px -178px }
.member-logos li:nth-child(2) a:hover { background-position:-173px -178px }
.member-logos li:nth-child(3) a:hover { background-position:0 -178px }
.member-logos li:nth-child(4) a:hover { background-position:-877px -182px }
.member-logos li:nth-child(5) a:hover { background-position:-310px -178px }
.member-logos li:nth-child(6) a:hover { background-position:-399px -178px }
.member-logos li:nth-child(7) a:hover { background-position:-637px -178px }
/*.member-logos li:nth-child(8) a:hover { background-position:-786px -178px }*/
.member-logos li:nth-child(8) a:hover { background-position:-563px -178px }

.mobile-menu-bar, .search-bar { display:none }

.pac-west-logo { height:292px; background:url(/images/setup/page_bg_logo_overlay.jpg) no-repeat 50% 50%  }
.pac-west-logo img { width:100%; height:100% }

.content-row { margin-top:2px }

.content-row1 { margin-top:0 }
.content-row1 .content-col1 { width:600px; float:left }
.content-row1 .content-col2 { width:300px; float:right }

.content-row4 { margin-top:0 }
.content-row4 .content-col1 { width:600px; float:left }
.content-row4 .content-col2 { width:300px; float:right }

/* NAVIGATION */
.dropnav { position:relative;   z-index:3; border-bottom:1px solid #0c1e36; font-family:'montserratregular',arial; background:#163764; }
.dropnav ul, 
.dropnav li { list-style:none; padding:0; margin:0 }
.dropnav > ul { padding:0 20px; border-bottom:1px solid #345178 }
.dropnav .nav { float:left; margin-left:20px }
.dropnav .nav:first-child { margin-left:0 }
.dropnav .nav > a { position:relative; display:block; height:47px; font-size:14px; line-height:47px; text-decoration:none; color:#fff; text-transform:uppercase }
.dropnav .nav:hover > a:after { content:""; display:block; position:absolute; left:0; right:0; bottom:10px; height:3px; background:#ff0000 }
.dropnav .nav:hover > a:before { content:""; position:absolute; left:50%; bottom:0; margin-left:-5px; border:5px solid transparent; border-top-color:#ff0000 }
.dropnav .nav > .submenu { display:none; position:absolute; left:20px; right:20px; top:47px; min-height:200px; padding:20px; border:2px solid #eb1b28; border-top:nonef; white-space:nowrap; background:url(/images/setup/header_bg_pattern.png)}
.dropnav .nav:hover > .submenu { display:block }
.dropnav .submenu a { display:block; line-height:24px; font-size:14px; white-space:nowrap; text-decoration:none; color:#4a4a4a }
.dropnav .submenu a:hover { color:#eb1b28 }
.dropnav .submenu .has-submenu > a { margin-bottom:10px; font-size:18px; font-family:'montserratbold', arial; text-transform:uppercase; color:#163764; cursor:default }
.dropnav .submenu ul,
.dropnav .submenu .has-submenu { position:relative; display:inline-block; vertical-align:top; min-width:150px; margin-left:20px }
.dropnav .submenu ul:first-child,
.dropnav .submenu .has-submenu:first-child { margin-left:0 }
.dropnav .submenu.level1:before { content:""; position:absolute; right:20px; top:50%; margin-top:-47px; width:430px; height:94px; background:url(/images/setup/master_sprite20170207.png) no-repeat -345px 0 }

.secondary-nav { position:relative; z-index:2; max-width:902px; margin:0 auto; border-bottom:1px solid #2f4562; color:#fff; 
background: #11294b;
background: -moz-linear-gradient(top,  #11294b 0%, #14325b 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#11294b), color-stop(100%,#14325b));
background: -webkit-linear-gradient(top,  #11294b 0%,#14325b 100%);
background: -o-linear-gradient(top,  #11294b 0%,#14325b 100%);
background: -ms-linear-gradient(top,  #11294b 0%,#14325b 100%);
background: linear-gradient(to bottom,  #11294b 0%,#14325b 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#11294b', endColorstr='#14325b',GradientType=0 );
}
.secondary-nav > div { border-bottom:1px solid #0a192e }
.secondary-nav h1 { float:left; padding-left:10px; margin-bottom:0; color:#fff; font-size:30px; line-height:77px; font-family:'AkzidenzGroteskBE-BoldExIt', arial; text-transform:uppercase; font-weight:normal }
.secondary-nav ul { list-style:none; padding:0; margin:0 }
.secondary-nav > div > ul { float:right; margin:28px 10px 0 0 }
.secondary-nav li { float:left }
.secondary-nav li a { color:#fff; font-size:14px; text-decoration:none }
.secondary-nav li a:hover { color:#eee; text-decoration:none }
.secondary-nav li:before { content:"|"; padding:0 5px; font-style:italic; color:#dd1c2b }
.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 { background:url(/images/setup/header_bg_pattern.png) repeat }
.j-carousel .story-box { position:relative; height: 132px; padding:10px; margin:10px; border:1px solid rgba(0,0,0,0.1); font-size:13px; color:#7e7e7e; background:#fff; -webkit-box-sizing:border-box;box-sizing:border-box }
.j-carousel .title { display:block; font-size:20px; color:#3d3d3d }
.j-carousel .date { position:absolute; left:-11px; right:-11px; top:-40px; display:block; height:30px; line-height:30px; padding:0 10px; color:#fff; background:#000; background:rgba(0,0,0,0.5) }
.j-carousel .readmore { position:absolute; right:0; bottom:0; height:18px; padding:0 30px 0 10px; font-size:9px; line-height:18px; color:#fff; background:#eb1b28 }
.j-carousel .readmore:after { content:"\00bb"; position:absolute; right:0; top:0; width:20px; height:18px; font-size:17px; line-height:15px; text-align:center; background:#a90510 }
.j-carousel .controls { position:absolute; right:10px; bottom: 162px;}
.j-carousel .control { position:relative; float:left; width:6px; height:6px; margin-left:5px; cursor:pointer; text-indent:-9999px; overflow:hidden; background:#fff; border-radius:3px }
.j-carousel .control:first-child { margin-left:0 }
.j-carousel .control.active { background:#eb1b28 }

 
/* TABS */

/* workaround to let the tab panes take up space in the dom */
.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 }

.tabs-wrapper .tab_title { display:none }
.tabs-wrapper .tab a { display:block; height:37px; line-height:37px; padding:0 25px; font-family:'montserratbold', arial;  font-size:15px; text-transform:uppercase; background:#a90510; color:#fff }
.tabs-wrapper .tab a.active { background:#eb1b28 }
.tabs-wrapper .tab a:hover { color:#fff; text-decoration:none }
.tabs-wrapper .pane { background:url(/images/setup/header_bg_pattern.png) repeat }

.tabs-wrapper[id="main-tabs"] .pane > .overflow { height:510px; overflow:auto }
.tabs-wrapper[id="main-tabs"] .pane1 > .overflow { height:auto; padding:0; overflow:hidden }

.tabs-wrapper[id="ts-tabs"] .pane > .overflow { height:493px; overflow:auto }
.tabs-wrapper[id="ts-tabs"] .pane1 > .overflow { overflow:hidden }

.tabs-wrapper[id="ur-tabs"] { padding:10px; background:url(/images/setup/header_bg_pattern.png) repeat }
.tabs-wrapper[id="ur-tabs"] .pane > .overflow { padding:10px; background:#fff }
.tabs-wrapper[id="social-tabs"] .pane > .overflow { height:510px; padding:10px; background:url(/images/setup/header_bg_pattern.png) }

.tabs-wrapper[id="social-tabs"] .twitter-timeline { width:100% !important }
.facebook-widget { text-align:center }

.top-stories { padding:10px; background:url(/images/setup/header_bg_pattern.png) repeat }
.top-stories .row { margin-top:10px; margin-left:-10px; color:#fff }
.top-stories .row:first-child { margin-top:0 }
.top-stories .story { width:33.32%; padding-left:10px; float:left; position:relative; -webkit-box-sizing:border-box; box-sizing:border-box }
.top-stories .thumb { position:relative; border:1px solid #ccc; border-bottom:none }
.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:none } 
.top-stories .details { position:relative; min-height:132px; padding:10px 10px 28px; border:1px solid #ccc; border-top:none; font-size:13px; color:#7e7e7e; background:#fff; -webkit-box-sizing:border-box; box-sizing:border-box }
.top-stories .title { display:block; font-size:20px; color:#3d3d3d }
.top-stories .date { position:absolute; left:0; right:0; top:-30px; display:block; height:30px; line-height:30px; padding:0 10px; color:#fff; background:#000; background:rgba(0,0,0,0.5) }
.top-stories .leadin { font-size:11px  }
.top-stories .readmore { position:absolute; right:0; bottom:0; height:18px; padding:0 30px 0 10px; font-size:9px; line-height:18px; color:#fff; background:#eb1b28 }
.top-stories .readmore:after { content:"\00bb"; position:absolute; right:0; top:0; width:20px; height:18px; font-size:17px; line-height:15px; text-align:center; background:#a90510 }
.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:block; height:18px; font-size:10px; line-height:18px; color:#fff; text-transform:uppercase; text-align:center; background:#a6a6a6 }
.top-stories .buttons a:after { content:"\00bb"; font-size:13px; padding-left:5px  }

.tabs-wrapper .top-stories .story { width:50% }

}

.instagram-feed { position:relative; overflow:auto; height:505px }
.instagram-feed ul { margin:0; list-style:none }
.instagram-feed .item { width:33%; float:left }
.instagram-feed .item .gutter { padding:2px 0 0 2px }
.instagram-feed img { vertical-align:middle; width:100% }
.instagram-feed img.lazyload,
.instagram-feed img.lazyloading { opacity:0; transform:scale(0) }
.instagram-feed img.lazyloaded { opacity:1; transition:opacity .8s, transform .4s; transform:scale(1); transition-delay:.4s }
.instagram-feed .item .placeholder { position:relative; padding-top:100% }
.instagram-feed .load-more { text-align:center; cursor:pointer }
.instagram-feed .load-more span { position:absolute; left:0; right:0; top:50%; margin-top:-1em; color:#444; text-transform:uppercase }
.instagram-feed .item a { display:block; position:absolute; left:0; right:0; top:0; bottom:0; background:#ccc; text-decoration:none }
.instagram-feed .item.video a:before { content:"\e80a"; position:absolute; left:0; right:0; top:50%; z-index:2; font-family:'glyphicons'; font-size:30px; line-height:1; margin-top:-15px; color:#eee; text align:center; text-shadow:0 0 2px rgba(0,0,0,0.5); speak:none }
.instagram-feed .item a:after { content:""; transition:background .6s ease-out }
.instagram-feed .item:hover a:after { position:absolute; left:0; right:0; top:0; bottom:0; z-index:3; background:rgba(0,0,0,0.2) }
.instagram-feed .prev,
.instagram-feed .next { display:none }