#content>.container {
	background-color: #fff;
	background-color: rgba(255,255,255,0.85);
}
/* WTT */
.nova-wtt-nav-container .navbar-header {
	background-color: #900;
}
.nova-wtt-nav-container .navbar-collapse.collapse.in {
	height: auto !important;
	padding: 0 10px;
}
.wtt-nav {
	margin: 0 !important;
}
.takeover-fix {
	position: relative;
	z-index: 2;
}
ul.wtt-nav {
	padding-bottom: 10px;
}
.wtt-nav li.dropdown {
	margin-right: 10px;
}
.wtt-nav .nova-wtt-nav__label {
	color: #eee;
}
.wtt-nav .dropdown-toggle {
	background: #fff;
}
.wtt-nav .dropdown-menu {
	margin: 0;
	padding: 0;
	background-color: #fff;
}
.wtt-nav .dropdown-item:hover {
	background-image: none;
	background-color: #900 !important;
	color: #fff;
}
/* General */
.switch_stories.active {
	font-weight: 700;
}
body {
	font-size: 62.5%;
	font-family: 'Roboto', 'Helvetica', Arial, Verdana, Tahoma, sans-serif;
	overflow-x: hidden
}
img {
	width: 100%
}
div {
	font-size: 1.4rem;
}
h1 {
	font-size: 3rem;
	color: #c62127;
	font-weight: 700
}
h2 {
	font-size: 2.6rem;
	font-weight: 700
}
h3 {
	font-size: 2rem;
	color: #c62127;
	font-weight: 700
}
h4 {
	font-size: 1.8rem;
}
a {
	color: #c62127;
	transition: color .3s
}
a:hover {
	color: #c62127;
	text-decoration: none
}
.loading:before {
	position: absolute;
	content: url('stats-table-update.gif');
	padding-top: 10%;
	text-align: center;
	width: 100%;
	height: 100%;
	z-index: 999;
	left: 0;
	background-color: rgba(255,255,255, 0.8);
}
.no-border, .no-border th, .no-border td {
    border: none !important;
}
.text-bold {
	font-weight: 700;
}
/* Community news */
#pshome_community_news {
	height: 380px;
	margin-bottom: 25px;
	-webkit-box-shadow: 0 0 3px 1px rgba(0, 0, 0, .25);
	-moz-box-shadow: 0 0 3px 1px rgba(0, 0, 0, .25);
	box-shadow: 0 0 3px 1px rgba(0, 0, 0, .25)
}
.ps_carousel,
.ps_carousel .item,
.ps_carousel .item.active {
	height: 100%
}
.carousel-inner {
	height: 100%;
}
.fill,
.trending {
	width: 100%;
	height: 100%;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover
}
.carousel-caption {
	bottom: 0;
	color: #fff;
	left: 0;
	padding: 0 10px 10px 10px;
	position: absolute;
	right: 0;
	text-align: center;
	text-shadow: 0 0 0 rgba(0, 0, 0, 0);
	z-index: 10;
	background-color: rgba(255, 255, 255, .7);
	color: #1a1a1a
}
.carousel-caption .ps_carousel_title {
	font-weight: 700;
	font-size: 28px;
	font-color: #1a1a1a;
	margin-top: 15px
}
.carousel-caption .ps_carousel_sample {
	font-weight: 400;
	font-size: 14px
}
.carousel-control .ps_carousel_control {
	width: 50px;
	margin-top: 100px
}
.carousel-control.right {
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .2) 100%);
	background-repeat: repeat-x;
	left: auto;
	right: 0
}
.carousel-control.left {
	background-image: linear-gradient(to right, rgba(0, 0, 0, .2) 0, rgba(0, 0, 0, 0) 100%);
	background-repeat: repeat-x
}
/* MISC */
.nova-league__message {
	max-height: 140px;
	overflow-y: auto;
	border: 1px solid #ccc;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 10px;
	padding: 8px;
}
.nova-league-season-block {
	height: 140px;
	overflow-y: auto;
	border: 1px solid #ccc;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 10px;
	padding: 8px;
}
.nova-img--100 {
	max-height: auto;
	max-width: 100px;
}
/* Scoreboard */
.scoreboard_container {
	background-color: #1e1e1e;
	position: relative;
	padding: 4px 0;
}
.nova-sb-title {
	color: #ccc;
	margin: 1px 4px;
}
.nova-sb-title--no-margin {
	margin: 0;
}
.nova-sb-title ul {
	margin: 0;
}
.nova-sb-title ul a {
	color: #ccc;
	padding: 2px 4px;
}
.nova-sb-title ul a:focus, .nova-sb-title ul a:hover {
	text-decoration: none;
}
.nova-sb-title ul a.active {
	color: #333;
	background-color: #ccc;
}
.nova-sb-tag-container {
	padding: 1px;
}
.nova-sb-tag {
	background-color: #333;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #666;
	display: block;
	overflow: hidden;
}
.nova-sb-tag:hover {
	background-color: #444;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(231,166,26,0.8);
	-moz-box-shadow: 0px 0px 5px 0px rgba(231,166,26,0.8);
	box-shadow: 0px 0px 5px 0px rgba(231,166,26,0.8);
}
.nova-sb-tag__header, .nova-sb-tag__team {
	font-size: 12px;
	color: #ccc;
	padding: 2px 3px;
}
.nova-sb-tag__header {
	background-color: #2a2a2a;
	background-color: rgba(32,32,32,0.7);
}
.nova-sb-tag__header__status {
	color: #ca3;
	font-weight: 700;
}
.nova-sb-tag__header__time,
.nova-sb-tag__team__score {
	float: right;
}
.nova-sb-tag__team--win {
	font-weight: 700;
	color: #eee;
}
.nova-sb-tag__league {
	text-align: center;
	color: #ccc;
	background-color: #222;
	font-size: 12px;
}
/* Hockey Only */
.ps-hk-league-videolink {

}
.ps-hk-league-videolink img {
	margin-right: 10px;
	width: auto;
}
.nova-video-container--slider__item-wrapper--on {
	background: #ccc;
}
.nova-video-container {
	margin-top: 10px;
}
.nova-video {
	position: relative;
	max-width: 250px;
	height: 300px;
	border: 1px solid #ddd;
	margin: 0 auto;
}
.nova-video__desc {
	padding: 2%;
}
.nova-video__views {
	position: absolute;
	bottom: 0;
	width: 96%;
}
/* MISC */
.vc-fix-container {
	display: table;
}
.vc-fix {
	display: table-cell;
	vertical-align: middle;
}
.vc-fix--middle {
	vertical-align: middle;
}
.vc-fix--top {
	vertical-align: top;
}
.inline-block {
	display: inline-block !important;
}
.nova-video-tag {
	margin-bottom: 5px;
}
.nova-video-tag.col-lg-3:nth-child(4n+1){
	clear: left;
}
.nova-font--bold {
	font-weight: 700;
}
.nova-img--auto {
	width: auto !important;
}
.border-radius-5 {
	border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border: 0px solid #000000;
	overflow: hidden;
}
.ps_main {
	margin-top: 20px;
}
.margin-top-0 {
	margin-top: 0;
}
.margin-top-10 {
	margin-top: 10px;
}
.margin-top-20 {
	margin-top: 20px;
}
.margin-top-5 {
	margin-top: 5px;
}
.margin-bottom-20 {
	margin-bottom: 20px;
}
.margin-bottom-0 {
	margin-bottom: 0;
}
.btn-ps {
	background: none;
	border: 1px #ccc solid;
	transition: background-color .3s
}
#ps_side_collapse .btn-ps {
	background-color: #fff;
}
.btn-ps:hover, #ps_side_collapse .btn-ps:hover {
	color: #eee;
	background-color: #c62127;
}
.table-fixed {
	table-layout: fixed;
}
/* Pagination */
.nova-pagination {
	margin-top: 12px;
	padding: 0;
}
.nova-pagination a {
	padding: 1px 4px;
	margin: 0 2px;
}
.nova-pagination__on, .nova-pagination__on:hover, .nova-pagination__on:focus {
	color: #eee;
	background-color: #900;
}
/* Boxscore */
.yellowcard, .redcard {
	width: 12px;
	height: 15px;
	position: relative;
	top: 2px;
	display: inline-block;
}
.yellowcard {
	background-color: #fde533;
}
.redcard {
	background-color: #c93230;
}
.soccer-score {
	background-image: url('http://image005.flaticon.com/1/svg/53/53283.svg');
	width: 14px;
	height: 14px;
	position: relative;
	top: 1px;
	display: inline-block;
	background-size: cover;
}
/* Header */
#header {
	padding: 20px 0 0 0;
	background-color: #1a1a1a;
	height: auto;
	border-bottom: 3px solid #c62127
}
#header .navbar {
	margin: 0;
}
#header .page_logo {
	max-width: 340px;
}
.header-nav .navbar {
	width: 100%;
	border: none;
	box-shadow: none;
	z-index: 998;
}
.header-nav .navbar-toggle {
	border: 1px solid #333;
	font-size: 18px;
	margin: 0;
}
.navbar-toggle.ps_home_mobile {
	color: white;
	padding-bottom: 2px;
}
.header-nav .icon-bar {
	height: 3px;
}
.header-nav .nova-sidebar__switch {
	color: #eee;
}
.support-admin {
	float: right;
	text-align: right;
	margin-top: -5px;
	color: #fff;
	font-size: 12px
}
.support-admin a {
	margin: 10px;
	color: #dfdfdf
}
.support-admin a:hover {
	color: #c62127
}
.field.form-control {
	background: #2a2a2a;
}
.navbar-default {
	background: none;
	background-color: rgba(0, 0, 0, 0);
	border-color: none
}
.navbar-toggle {
	transition: background-color .3s
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background-color: #8D0000
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #fff
}
.navbar-collapse {
	background-color: #1a1a1a;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
	border-color: rgba(0, 0, 0, 0)
}
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
	background: none;
	background-color: #c62127;
	color: #1a1a1a
}
.navbar-default .navbar-nav>li>a {
	color: #dfdfdf;
	transition: background-color .3s
}
.navbar-default .navbar-nav>li>a:hover {
	background-color: #900;
	color: #dfdfdf
}
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
	background-color: #c62127;
	color: #fff
}
.dropdown-menu {
	right: 0;
	float: right;
	padding: 5px 0;
	margin: 8px 0 0;
	background-color: #1a1a1a;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: 4px;
	box-shadow: 0 6px 12px rgba(0, 0, 0, .176);
	background-clip: padding-box;
	min-width: 240px
}
/* Heading */
.nova-content-header__title {
	padding-bottom: 5px;
	border-bottom: 1px solid #ddd;
}
.nova-content-header__dropdown {
	width: 200px;
	position: absolute;
	top: 1px;
	right: 2px;
}
.nova-title {
	color: #c62127;
	padding-right: 10px;
	display: block;
}
.nova-sub-text {
	font-weight: 300;
	font-size: 0.7em;
	padding-top: 4px;
	margin: 2px 0;
	display: block;
}
.btn-group .link_on {
	background-color: #900;
	color: #fff;
}
.btn-default {
	background: none;
}
.nova-heading .nova-sub-text {
	font-weight: 400;
}
.nova-heading__date {
	margin-top: 10px;
	float: right;
}
.nova-content-header {
	padding: 2px 8px;
	position: relative;
	background-color: #222;
	border-radius: 5px;
}
.nova-content-header__page {
	font-size: 18px;
	color: white;
	display: inline-block;
	margin: 7px 0;
}
.nova-content-header__logo-container {
	text-align: center;
}
.nova-boxscore-table>tbody>tr>td {
	border: none;
}
.nova-boxscore__scores {
	font-size: 60px;
}
/* Boxscore */
.nova-boxscore {
	padding: 0 15px;
}
.nova-boxscore>.table>tbody>tr>td {
	border-top: none;
}
.nova-boxscore .table>tbody>tr>td {
	vertical-align: middle;
}
.nova-boxscore__logo {
	margin: 0 auto;
	display: block;
}
.nova-boxscore__detail {
	border: none;
}
.nova-boxscore__gamestate, .nova-boxscore__score {
	font-weight: bold;
}
.nova-boxscore__gamestate {
	font-size: 1.6em;
}
.nova-boxscore__score {
	font-size: 3em;
}
.nova-boxscore__name, .nova-boxscore__record {
	display: block;
	text-align: center;
}
.nova-boxscore__record {
	font-size: 1.4em;
}
.nova-boxscore__detail {
	margin-top: 10px;
}
.nova-content-header__logo {
	margin-top: 20px;
}
.nova-content-header__logo, .nova-boxscore__logo, .nova-sidebar__logo, .nova-leader-img {
	max-width: 100px;
}
.nova-heading__line-break {
	border-top: 3px solid #333;
}
.nova-content-header__stats {
	margin: 0;
}
.nova-content-header__stats th, .nova-content-header__stats td {
	text-align: center;
	font-weight: bold;
}
.table.nova-content-header__stats th {
	color: #ccc;
	padding: 3px;
	font-size: 1.3em;
}
.table.nova-content-header__stats td {
	font-size: 1em;
}
.nova-content-header__stats .nova-content-header__stats__photo {
	width: 80%;
	margin: 0 auto;
}
.nova-content-header__stats .nova-content-header__stats__list {
	list-style: none;
	padding: 0;
	margin: 0;
}
.nova-content-nav {
	margin-top: 5px;
	padding-left: 0;
}
.nova-content-nav__item {
	white-space: nowrap;
	display: inline-block;
	margin-right: 5px;
}
.nova-content-nav__item a {
	padding: 3px 6px;
}
.nova-content-nav__item .link_on {
	color: #eee;
	background-color: #900;
}
.ps_game_week {
	padding: 3px 10px;
}
.nova-calendar-container {
	position: absolute;
	z-index: 998;
	right: 0;
	padding: 0;
}
.nova-calendar {
	border: 1px solid #666;
	background-color: white;
	padding: 1px;
	width: 100%;
	table-layout: fixed;
	-webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.75);
}
.nova-calendar td {
	font-size: 13px;
	height: 22px;
}
.nova-calendar__header {
	background-color: #333;
	text-align: center;
	height: 26px;
}
.nova-calendar__header td {
	padding: 4px;
}
.nova-calendar__header, .nova-calendar__header a {
	color: #eee;
}
.nova-calendar a {
	font-weight: bold;
}
.nova-calendar__today {
	text-decoration: underline;
}
/* List */
.nova-list-header {
	background: #333;
	font-weight: bold;
	margin-left: -6%;
	width: 107% !important;
	-moz-box-shadow: 1px 1px 3px #666;
	-webkit-box-shadow: 1px 1px 3px #666;
		box-shadow: 1px 1px 3px #666;
	color: #eee;
	margin-top: 10px;
	padding: 5px 0 5px 9%;
}
.nova-list-header:after {
	content: " \25bc";
}
.nova-list-header.opened:after {
	content: " \25b2";
}
.nova-list-header:hover {
	cursor: pointer;
}
.nova-list-header__shadow {
	width: 0;
	height: 0;
	line-height: 0;
	border-left: 10px solid transparent;
	border-top: 5px solid #b2b2b2;
	top: 104%;
	left: 0;
	position: absolute;
	z-index: -1;
}
/* Sidebar */
.nova-sidebar {
	background-color: #efefef;
	background-color: rgba(254, 254, 254, 0.8);
}
.nova-sidebar .navbar-collapse {
	background: none;
}
.nova-sidebar .collapse {
	padding: 0;
	background: none;
}
.nova-sidebar__logo {
	margin: 10px auto;
	height: auto;
}
.nova-sidebar__switch {
	margin-top: 10px;
}
.nova-sidebar li {
	text-align: center;
	width: 100%;
	z-index: 1;
}
.nova-sidebar li a {
	border: 1px solid #ccc;
	border-top: none;
	display: block;
	width: 100%;
	padding: 6px;
	background: #ffffff;
	color: #900;
}
.nova-sidebar li a:hover, .nova-sidebar .link_on, #ps_side_collapse .link_on {
	color: #eee;
	background: #900;
}

.nova-sidebar .link_on_black {
	color: #ffffff !important;
	background: #333 !important;
}

.nova-sidebar-options__head {
	position: relative;
}
.nova-sidebar-options__head .glyphicon {
	position: absolute;
	right: 10px;
	top: 50%;
	font-size: 12px;
	margin-top: -6px;
	float: right;
}
.nova-sidebar-options__expand {
	position: relative;
}
.nova-sidebar-options {
	position: absolute;
	z-index: 999;
	left: 164px;
	top: -16px;
}
.nova-sidebar-options__container {
	margin-top: 4px;
	border: 1px solid #cccccc;
	background: #ffffff;
	padding: 5px;
}
.nova-sidebar-options__table {
	margin: 0;
}
.table.nova-sidebar-options__table td {
	border: 1px solid #ccc;
	padding: 3px;
}
.table.nova-sidebar-options__table td a {
	padding: 3px 6px;
	border: none;
	background: none;
	white-space: nowrap;
}
.table.nova-sidebar-options__table td a:hover {
	color: #c62127;
}
/* Links list */
.nova-links-list {
	padding: 2px 4px;
	margin: 0;
	text-align: right;
}
.nova-links-list--background {
	background-color: #ddd;
}
.nova-links-list--bordered {
	border: 1px solid #ddd;
}
.nova-links-list .nova-links-list__item {
	font-size: 0.8em;
	padding: 0;
	list-style: none;
	display: inline-block;
}
.nova-links-list .nova-links-linst__item>* {
	display: inline;
}
.nova-links-list__item--btn:nth-child(n+1) {
	margin-left: 5px;
}
.nova-links-list__item--btn {
	background-color: #fff;
	border-radius: 4px;
}
.nova-links-list__item a {
	width: 100%;
	padding: 2px 4px;
}
/* Stats table */
.table.nova-stats-table>tbody>tr>td,
.table.nova-stats-table>tfoot>tr>td,
.table.nova-stats-table>thead>tr>td {
	padding: 3px;
	text-align: center;
	vertical-align: middle;
}
.table.table-bordered {
	border: none;
}
.table.nova-stats-table thead tr {
	background-color: #333;
	color: white;
}
.table.nova-stats-table thead .nova-stats-table__tag>td {
	background-color: #fff;
	color: #000;
	border: none;
}
.table.nova-stats-table thead .nova-stats-table__tag .nova-stats-table__tag-item {
	background-color: #ddd;
	font-weight: 700;
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa;
	border-right: 1px solid #aaa;
}
.table.nova-stats-table--second thead tr {
	background-color: #900;
}
.table.nova-stats-table th {
	white-space: nowrap;
	border: none;
	text-align: center;
}
.table.nova-stats-table thead a {
	color: white;
	width: 100%;
	padding: 8px;
	margin: -8px;
}
.table.nova-stats-table img {
	width: inherit;
}
.table.nova-stats-table th:first-child,
.table.nova-stats-table td:first-child,
.table.nova-stats-table .text-left {
	text-align: left;
	padding-left: 8px;
}
.table.nova-stats-table th.text-right, .table.nova-stats-table td.text-right {
	text-align: right;
	padding-right: 8px;
}
.table.nova-stats-table th.text-center, .table.nova-stats-table td.text-center {
	text-align: center;
}
.table.nova-stats-table .nova-stats-table__inner-table {
	vertical-align: top;
}
.table.nova-stats-table table {
	margin: 0;
}
.table.nova-stats-table .nova-logo-32 {
	height: 32px;
}
.nova-stats-table--fixed-first-col {
	width: 90%;
}
.nova-font-sm .nova-stats-table--fixed-first-col {
	margin-left: 75px;
}
.nova-font-md .nova-stats-table--fixed-first-col {
	margin-left: 85px;
}
.nova-stats-table--fixed-first-col th:first-child,
.nova-stats-table--fixed-first-col td:first-child {
	position: absolute;
	left: 0;
	width: 76px;
	overflow-x: hidden;
}
.nova-stats-table--fixed-first-col th:first-child {
	background-color: #333;
	padding: 8px;
}
.nova-stats-table--fixed-first-col td:first-child {
	background-color: white;
}
.nova-stats-table--fixed-first-col td {
	height: 39px;
}
.nova-font-md .nova-stats-table--fixed-first-col td:first-child {
	height: 43px;
}
.nova-font-md .nova-stats-table--fixed-first-col th:first-child,
.nova-font-md .nova-stats-table--fixed-first-col td:first-child {
	width: 86px;
}
.nova-stats-table__sub-title {
	background-color: #ccc !important;
	font-weight: bold;
}
.nova-stats-table__cell-highlight {
	background-color: #900;
	color: #fff;
}
.nova-stats-table__cell-highlight a {
	color: #fff;
}
.nova-stats-table__sort-desc:after {
	content: "\f0d7";
	font-family: 'FontAwesome', serif;
	opacity: .4;
	position: relative;
	margin-left: 4px;
	overflow: hidden;
	display: inline-block;
	position: relative;
	top: 5px;
}
.nova-stats-table__sort-asc:after {
	content: "\f0d8";
	font-family: 'FontAwesome', serif;
	opacity: .4;
	position: relative;
	margin-left: 4px;
	overflow: hidden;
	display: inline-block;
	position: relative;
	top: 5px;
}
.nova-font-sm .nova-stats-table__sort-desc:after {
	height: 10px;
}
.nova-font-md .nova-stats-table__sort-desc:after {
	height: 14px;
}
/* Scoreboard */
.nova-scoreboard-container {
	margin-bottom: 10px;
}
.nova-scoreboard {
	border: 1px #ccc solid;
	margin: 5px;
	font-size: 1em;
}
.nova-scoreboard__header {
	padding: 5px 8px;
}
.nova-scoreboard--pregame .nova-scoreboard__header {
	background-color: #ccc;
}
.nova-scoreboard--complete .nova-scoreboard__header {
	background-color: #222;
	color: #fff;
}
.nova-scoreboard--inprogress .nova-scoreboard__header {
	background-color: #800;
	color: #fff;
}
.nova-scoreboard__title {
	font-weight: 700;
	display: inline-block;
}
.nova-scoreboard__venue, .nova-scoreboard__time {
	font-size: .8em;
	font-weight: bold;
	font-style: italic;
	padding-top: 2px;
	float: right;
}
.nova-scoreboard__teams {
	margin: 0;
	padding: 0;
}
.nova-scoreboard__team {
	position: relative;
	padding: 5px;
	list-style: none;
}
.nova-scoreboard__team:before, .nova-scoreboard__team:after {
	display: table;
	content: " ";
}
.nova-scoreboard__team:after {
	clear: both;
}
.nova-scoreboard__team--win {
	background-color: #f3fdd3;
	border-right: 5px solid #900;
	padding-right: 0;
}
.nova-scoreboard__logo, .nova-scoreboard__team-info, .nova-scoreboard__score {
	float: left;
}
.nova-scoreboard__logo {
	padding: 5px;
	max-width: 50px;
	padding: 0 5px;
	width: 18%;
}
.nova-scoreboard__team-info {
	padding: 0 10px;
	width: 64%;
}
.nova-scoreboard__team-info--full {
	width: 82%;
}
.nova-scoreboard__name {
	font-size: 1.2em;
	font-weight: 700;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100%;
	display: block;
}
.nova-scoreboard__record {
	font-size: 0.8em;
	color: #999;
}
.nova-scoreboard__score {
	font-size: 1.6em;
	font-weight: bold;
	text-align: center;
	padding: 0 10px 0 0;
	width: 18%;
}

.nova-scoreboard--link, .nova-scoreboard--link:hover {
	color: #fff;
}
/* Footer */
#footer {
	padding: 30px 0 50px 0;
	background-color: #1a1a1a;
	margin-top: 20px;
	border-top: 3px solid #c62127;
}
.corporate-links {
	width: 100%;
	margin-left: -40px;
	margin-top: -15px
}
.corporate-links li {
	width: 170px;
	display: inline-block;
	list-type: none	;
	font-weight: 700;
	color: #dfdfdf;
	font-size: 13px
}
.products {
	margin-top: 7px;
	display: inline-block;
}
.products li {
	display: block;
	list-style-type: none;
	margin-left: -20px;
	margin-top: 4px;
	font-weight: 400;
	font-size: 12px;
	transition: color .3s
}
.products a {
	color: #999;
}
.products a:hover {
	color: #c62127
}
.ps_footer_social {
	text-align: center;
	display: block;
	margin-left: 10px;
	margin-bottom: 20px;
	padding-left: 0
}
.ps_footer_social li {
	display: inline-block;
	margin: 20px 10px 0 0;
	transition: background-color .3s, color .3s
}
.ps_footer_social a {
	color: #999;
	font-size: 1.4em;
	padding: 5px 10px;
}
.ps_footer_social a:hover {
	color: #dfdfdf;
	background-color: #c62127
}
.copyright a, .copyright span {
	display: block;
}
.copyright span {
	color: #999;
	font-size: 12px
}
#ps_footer_accordion {
	margin-top: 20px;
}
#ps_footer_accordion .panel-title a {
	width: 100%;
	display: block;
	padding: 5px 0;
	font-size: 18px;
	font-weight: 700;
}
#bottom-footer {
	background-color: #212121;
	padding-top: 10px;
}
#bottom-footer img {
	width: 180px;
	margin-bottom: 10px
}
.stories-main-img {
	height: 390px;
	margin: 15px 0;
	-webkit-box-shadow: 0 0 3px 1px rgba(0, 0, 0, .25);
	-moz-box-shadow: 0 0 3px 1px rgba(0, 0, 0, .25);
	box-shadow: 0 0 3px 1px rgba(0, 0, 0, .25)
}
.time {
	color: rgba(0, 0, 0, .5)
}
.story-content {
	margin-bottom: 30px
}
.story-content p {
	font-size: 16px;
	font-weight: 400
}
.divider {
	border-top: 1px solid rgba(0, 0, 0, .2);
	margin-bottom: 20px
}
.share-title {
	margin-top: 13px;
	text-align: center
}
.social-share,
.social-share-top,
.social-share-mobile {
	color: #1a1a1a;
	width: 300px;
	margin: 20px auto 35px
}
.social-share-mobile {
	width: 330px
}
.social-share-top img,
.social-share img {
	width: 12px
}
.social-share-mobile img {
	width: 30px
}
.social-share-top {
	float: right;
	margin: 0 -50px 0 0
}
.social-share li,
.social-share-top li,
.social-share-mobile li {
	display: inline-block;
	margin: 0 10px 0 0;
	text-align: center
}
.social-share li a,
.social-share-top li a,
.social-share-mobile li a {
	color: #8d0000;
	padding: 7px 10px;
	text-align: center;
	transition: background-color .3s, color .3s
}
.social-share-top li a {
	padding: 5px 8px
}
.social-share li a:hover,
.social-share-top li a:hover {
	text-decoration: none;
	background-color: #c62127;
	border-radius: 5px;
	color: #fff
}
.source {
	font-size: 16px;
	color: rgba(0, 0, 0, .5);
	margin-bottom: 20px;
	text-align: center
}
.rel-art-single {
	margin: 15px 0 20px
}
.rel-art-img {
	display: block;
	float: left;
	height: 70px;
	width: 110px
}
.rel-art-desc {
	display: block;
	float: right;
	width: 205px;
	margin: -17px 0 0 0;
	padding-left: 5px
}
.pointstreak-sol-links {
	margin: 10px 0
}
#footer .panel-group .panel+.panel {
	margin-top: 15px
}
#footer .panel-default>.panel-heading {
	background: none;
	background-color: rgba(0, 0, 0, 0);
	border-color: rgba(0, 0, 0, 0);
	color: #333
}
#footer .panel-title {
	text-align: center;
	color: #dfdfdf
}
#footer .panel {
	background-color: #212121;
	border: 0;
	transition: background-color .3s
}
#footer .panel-group .panel {
	border-radius: 0
}
#footer .panel:hover {
	background-color: #c62127
}
#footer .panel a:hover {
	color: #dfdfdf
}
.productlinks {
	margin-left: -40px
}
.productlinks a {
	color: #dfdfdf;
	font-size: 18px
}
.productlinks li {
	list-style: none;
	text-align: center;
	padding: 8px 0;
	margin: 2px 0;
	transition: background-color .3s
}
.productlinks li:hover {
	background-color: #8d0000
}
/* Tab list */
.nova-tab-list {
	margin-bottom: 5px;
}
.nova-tab-list .dropdown-menu {
	background-color: white;
}
.nav-tabs.nova-tab-list>.active>a,
.nav-tabs.nova-tab-list>.active>a:hover,
.nav-tabs.nova-tab-list>.active>a:focus,
.nova-tab-list .dropdown-menu>.active>a,
.nova-tab-list .dropdown-menu>.active>a:hover,
.nova-tab-list .dropdown-menu>.active>a:focus {
	background: none;
	background-color: #900;
	color: #fff;
}
.nova-tab-list__selected-tab {
	margin-left: 10px;
	font-size: 1em;
}
.nova-tab-content {
	margin-top: 10px;
	clear: both;
	position: relative;
}
.nova-divider {
	width: 96%;
	margin: 26px auto 10px auto;
	overflow: hidden;
	text-align: center;
}
.nova-divider:before, .nova-divider:after{
	content: "";
	vertical-align: top;
	display: inline-block;
	width: 50%;
	height: 0.65em;
	border-bottom: 1px solid #ccc;
	margin: 0 2% 0 -55%;
}
.nova-divider:after{
	margin:0 -55% 0 2%;
}
/* Video Stuff */
.nova-video-container {
	padding-top: 10px;
	height: 600px;
}
.nova-video-container--slider {
	max-height: 600px;
	overflow-x: hidden;
	overflow-y: scroll;
}
.nova-video-container--slider__item__description {
	display: block;
	width: 100%;
	white-space: normal;
}
.nova-video-container__liked, .nova-video-container__disliked {
	float: left;
    text-align: center;
    width: 90px;
    padding: 2px;
    height: 20px;
    line-height: 18px;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    margin: 0 10px 0 4px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #009900;
}
.nova-video-container__disliked {
    background-color: #ff3300;
}
.nova-video-container--slider__item-wrapper {
	position: relative;
	margin-bottom: 5px;
}
.nova-video-container--slider__item__mask {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 999;
	width: 101%;
	height: 65px;
    white-space: normal;
	background: none;
	background: rgba(255,255,255,0.7);
}

.nova-leader--title {
	font-size:1.1em;
	font-weight: bold;
}

.nova-top-border {
	border-top: 1px solid #ccc;
}
@media (min-width: 1200px) {
	.row div.nova-scoreboard-container:nth-of-type(3n+1) {
		padding-right: 1px;
		clear: both;
	}
	.row div.nova-scoreboard-container:nth-of-type(3n+2) {
		padding: 0 8px;
	}
	.row div.nova-scoreboard-container:nth-of-type(3n+3) {
		padding-left: 1px;
	}
}
@media (max-width: 1200px) {
	.nova-video-container {
		height: 460px;
	}
	.nova-video-container--slider {
		max-height: 460px;
	}
	.nova-video-tag.col-lg-3:nth-child(4n+1) {
		clear: none;
	}
	.nova-video-tag.col-md-4:nth-child(3n+1){
		clear: left;
	}
	.row div.nova-scoreboard-container:nth-of-type(2n+1) {
		padding-right: 1px;
		clear: both;
	}
	.row div.nova-scoreboard-container:nth-of-type(2n+2) {
		padding-left: 1px;
	}
	.nova-sidebar-options {
		left: 130px;
	}
	.nova-scoreboard__team {
		padding: 10px 0;
	}
	.nova-scoreboard__team--win .nova-scoreboard__score {
		padding-left: 5px;
	}
}
@media (max-width: 991px) {
	.text-center-sm {
		text-align: center !important;
	}
	.scoreboard_container {
		background-color: #1e1e1e;
		position: relative;
		padding: 4px 0;
		margin-top:15px;
	}
	.nova-video-container--slider__item__description {
		margin-top: 5px;
		line-height: 1;
	}
	.nova-video-container--slider__item-wrapper {
		display: inline-block;
		width: 140px;
		margin: 0 5px;
	}
	.nova-video-container {
		height: 360px;
	}
	.nova-video-container--slider {
		height: auto;
		overflow-x: scroll;
		overflow-y: hidden;
	}
	.nova-video-container--slider ul {
		white-space: nowrap;
	}
	.nova-video-tag.col-lg-3:nth-child(4n+1) {
		clear: none;
	}
	.nova-video-tag.col-md-4:nth-child(3n+1){
		clear: none;
	}
	.nova-video-tag.col-sm-6:nth-child(2n+1){
		clear: left;
	}
	.overflowx {
		overflow-y: hidden;
		overflow-x: scroll;
	}
	#footer .page_logo,
	#header .page_logo {
		display: block;
		max-width: 260px;
		max-height: 90%;
		margin: 0 auto;
	}
	.navbar-header {
		float: none;
	}
	.navbar-toggle {
		display: block;
	}
	.navbar-collapse {
		border-top: 1px solid transparent;
		box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
	}
	.navbar-collapse.collapse {
		display: none!important;
	}
	.navbar-collapse.collapse.in {
		display: block!important;
	}
	.navbar-nav {
		float: none!important;
		margin: 7.5px -15px;
	}
	.navbar-nav>li {
		float: none;
	}
	.navbar-nav>li>a {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.navbar-text {
		float: none;
		margin: 15px 0;
	}
	/* since 3.1.0 */
	.navbar-collapse.collapse.in {
		display: block!important;
		max-height: 400px;
		overflow-x: hidden;
	}
	.collapsing {
		overflow: hidden!important;
	}
	#ps_side_collapse.collapsing {
		max-height: 400px;
	}
	.ps_stats_table_leader {
		padding: 10px;
	}
	#header {
		padding: 0;
		position: fixed;
		height: 55px;
		top: 0;
		width: 100%;
		z-index: 999;
	}
	.ps_header_centerfix {
		display: flex;
		justify-content: center;
		align-items: center;
		height: 50px;
		padding: 0;
		z-index: 999;
	}
	#ps_side_collapse .navbar-nav {
		margin-top: 0;
		margin-bottom: 0;
	}
	#ps_com {
		margin-top: 40px;
	}
}
@media (max-width: 768px) {
	.nova-video {
		max-width: 100%;
		height: auto;
	}
	.nova-video__views {
		position: relative;
		width: 100%;
	}
	.nova-boxscore__logo {
		width: 90px;
	}
	.nova-boxscore__scores {
		font-size: 30px;
		padding-top: 30px !important;
	}
	.row div.nova-scoreboard-container {
		padding: 0 5px !important;
		clear: both;
	}
}
#nova-sidebar__nav .navbar-nav {
	float: none;
}
