@charset "UTF-8";
/*Main Stylesheet*/
@font-face {
	font-family: 'Heroic';
	src: url(assets/fonts/heroiccondensed.woff) format("woff"), url(assets/fonts/heroiccondensed.woff2) format("woff2");
	font-weight: 500;
}

@font-face {
	font-family: 'Heroic';
	src: url(assets/fonts/heroiccondensed-light.woff) format("woff"), url(assets/fonts/heroiccondensed-light.woff2) format("woff2");
	font-weight: 300;
}

@font-face {
	font-family: 'Heroic';
	src: url(assets/fonts/heroiccondensed-bold.woff) format("woff"), url(assets/fonts/heroiccondensed-bold.woff2) format("woff2");
	font-weight: 700;
}

@font-face {
	font-family: 'Clock';
	src: url(assets/fonts/digital-7-webfont.woff) format("woff"), url(assets/fonts/digital-7-webfont.woff2) format("woff2");
}

.widecolumn {
	background: #FFF;
	line-height: 1.3rem;
	margin: 0 auto;
	padding: 100px 0 150px;
}

.widecolumn .wp-activate-container {
	max-width: 1200px;
	width: 90%;
	margin: 0 auto;
}

.widecolumn a {
	color: #000000;
}

body:not[class="home"] {
	background: #FFF;
}

@media (max-width: 700px) {
	input[type="date"], input[type="datetime"], input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], input[type="week"], select, select:focus, textarea, input[type="submit"] {
		font-size: 16px !important;
	}
}

@keyframes popIn {
	0% {
		opacity: 0;
		transform: scale(0.5) translateZ(0);
	}
	100% {
		opacity: 1;
		transform: scale(1) translateZ(0);
	}
}

html {
	font-size: 18px;
}

@media (max-height: 700px) {
	html {
		font-size: 16px;
	}
}

@media (max-width: 1200px) {
	html {
		font-size: 16px;
	}
}

@media (max-width: 1100px) {
	html {
		font-size: 14px;
	}
}

body:not(.home):not(.page-template-video) {
	background: #FFF;
}

@media (max-width: 700px) {
	#wpadminbar {
		display: none;
	}
}

#edit-link, #new-info, #playerID, #startingFilters {
	display: none;
}

body:not(.logged-in)[data-status="1"] {
	background: #231f20;
}

body:not(.logged-in)[data-status="1"]:before {
	display: block;
	width: 90%;
	left: 0;
	right: 0;
	margin: auto;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-family: 'Heroic';
	text-align: center;
	content: 'UNDER CONSTRUCTION';
	font-size: 62px;
	color: #FFF;
}

body:not(.logged-in)[data-status="1"]:after {
	content: '';
	background-image: url(assets/header/nll_logo.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: -132px auto 0;
	transform: translateY(-50%);
	width: 100px;
	height: 132px;
}

body:not(.logged-in)[data-status="1"] div, body:not(.logged-in)[data-status="1"] section, body:not(.logged-in)[data-status="1"] nav, body:not(.logged-in)[data-status="1"] footer {
	display: none;
}

body {
	background: #10181f;
	font-family: "arvo", serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: normal;
	margin: 0;
	overflow-y: scroll;
}

select::-ms-expand {
	display: none;
}

input, select {
	font-family: "arvo", serif;
	appearance: none;
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
}

input[type="radio"] {
	appearance: radio;
	-webkit-appearance: radio;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

input[type="number"] {
	-moz-appearance: textfield;
}

a, img {
	border: 0;
	outline: 0;
}

.adWrap {
	min-height: 250px;
	position: relative;
}

.ad p {
	font-size: 1.5rem;
	color: #FFF;
	text-align: center;
	font-weight: 900;
	position: absolute;
	text-align: center;
	width: 90%;
	left: 5%;
	margin: 0;
	top: 50%;
	transform: translateY(-50%);
}

.ad p #donkeyFromShrek {
	position: absolute;
	background: url(assets/donkey.png);
	width: 115px;
	height: 145px;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	background-size: contain;
	background-position: bottom center;
	background-repeat: no-repeat;
}

.ad p span {
	display: block;
	font-weight: 500;
	font-size: 0.8em;
}

.icon {
	background-position: top right;
	background-repeat: no-repeat;
	background-size: contain;
	width: 25px;
	height: 25px;
	-webkit-backface-visibility: hidden;
	transition: all 0.2s ease-out;
}

.icon.play {
	background-image: url("assets/btn/play.php?color=rgba(0, 0, 0, 0.99)");
}

.icon.article {
	background-image: url("assets/btn/article.php?color=rgba(0, 0, 0, 0.99)");
}

.icon.alarm {
	background-image: url("assets/btn/alarm.php?color=rgba(0, 0, 0, 0.99)");
}

.icon.audio {
	background-image: url("assets/btn/podcast_icon.png");
}

.icon.gallery {
	background-image: url("assets/btn/gallery_icon.png");
}

.popup {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.75);
	z-index: 20;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

.popup .popup-wrap {
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

@media (max-width: 700px) {
	.popup.newsletter {
		overflow: auto;
	}
	.popup.newsletter .popup-wrap {
		position: relative;
		top: 70px;
		padding-bottom: 70px;
		width: 90%;
		transform: translate(-50%, 0);
	}
}

.popup .popup-close {
	position: absolute;
	width: 40px;
	height: 40px;
	font-size: 70px;
	font-weight: 100;
	color: #FFF;
	line-height: 0.5em;
	font-family: serif;
	text-align: right;
	top: -50px;
	right: 0;
	cursor: pointer;
	transition: color 0.2s ease-out;
}

.popup .popup-close:hover {
	color: #cbcacc;
}

.popup .popup-content {
	display: inline-block;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
	border: 2px solid #000000;
}

.popup form br {
	display: none;
}

.popup form div {
	display: table;
	width: 100%;
}

.popup form .wpcf7-not-valid-tip {
	position: absolute;
	right: 0;
	line-height: 1em;
	bottom: calc(100% + 0.5rem);
	font-size: 0.75rem;
	font-weight: 900;
	color: #000000;
}

.popup form .wpcf7-response-output {
	position: relative;
	display: table !important;
	border: 0;
	outline: 0;
	padding: 0;
	margin: 1rem 0 0;
	color: #000000;
	font-weight: 900;
}

.popup form .wpcf7-response-output.wpcf7-mail-sent-ok {
	color: #bfbfbf;
}

.popup form .wpcf7-form-control-wrap {
	display: block;
	width: 100%;
}

.popup form fieldset {
	border: 0;
	outline: 0;
	margin: 0;
	padding: 0;
	width: 47.5%;
	position: relative;
}

.popup form fieldset:nth-child(odd) {
	float: left;
}

.popup form fieldset:nth-child(even) {
	float: right;
}

@media (max-width: 700px) {
	.popup form fieldset {
		width: 100%;
		float: left;
	}
}

.popup form fieldset.w100 {
	width: 100%;
	float: left;
}

.popup form fieldset.w100 + fieldset {
	float: left;
}

.popup form fieldset.w100 + fieldset + fieldset:not(.left) {
	float: right;
}

.popup form fieldset.left {
	float: left;
}

.popup form input[type="text"], .popup form input[type="email"], .popup form input[type="number"], .popup form input[type="tel"], .popup form input[type="date"], .popup form textarea {
	display: table;
	padding: 0.8rem 0.5rem;
	font-size: 1rem;
	border: 0;
	outline: 0;
	appearance: none;
	background: #FFF;
	color: #000;
	-webkit-appearance: none;
	box-sizing: initial;
	font-style: italic;
	border-left: 3px solid #FFF;
	transition: border-left 0.2s ease-out;
}

.popup form input[type="text"]:focus, .popup form input[type="email"]:focus, .popup form input[type="number"]:focus, .popup form input[type="tel"]:focus, .popup form input[type="date"]:focus, .popup form textarea:focus {
	border-left: 3px solid #000000;
}

.popup form label {
	display: block;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 0.8rem;
}

.popup form textarea, .popup form input[type="text"], .popup form input[type="email"], .popup form input[type="number"], .popup form input[type="tel"], .popup form input[type="date"], .popup form label {
	width: calc(100% - 1rem);
	margin: 0.25rem 0;
}

.popup form input[type="submit"], .popup form button[type="submit"] {
	padding: 0.8rem 1.5rem;
	margin-top: 1rem;
	text-transform: uppercase;
	font-weight: 900;
	font-size: 0.9rem;
	border: 0;
	outline: 0;
	appearance: none;
	-webkit-appearance: none;
	cursor: pointer;
	color: #FFF;
	background: #000000;
	transition: background 0.2s ease-out;
}

.popup form input[type="submit"]:hover, .popup form button[type="submit"]:hover {
	background: #440099;
}

.popup form {
	background: #10181f;
	color: #FFF;
	width: calc(100% - 4rem);
	max-width: 750px;
	padding: 1rem 2rem;
}

.popup form input[type="text"], .popup form input[type="email"], .popup form input[type="number"] {
	border-left: 3px solid #000;
}

.popup form .ajax-loader {
	display: none;
}

.popup form input {
	background: #000;
	color: #FFF;
}

.popup form input[type="submit"], .popup form button[type="submit"] {
	margin: 1rem auto 0;
	display: block;
}

.popup form h3 {
	text-align: center;
	text-transform: uppercase;
}

.popup form .wpcf7-response-output {
	text-align: center;
}

.popup form .wpcf7-response-output.wpcf7-mail-sent-ok {
	color: #FFF;
}

.popup .g-recaptcha {
	width: auto !important;
	margin: 1rem auto -70px;
}

.popup iframe {
	background: #000;
	width: 85vw;
	height: calc(90vw/2 - 50px);
	display: block;
	border: 0;
	outline: 0;
}

.popup iframe[src*="recaptcha"] {
	width: auto;
	height: auto;
	background: transparent;
	margin: 0;
	padding: 0;
}

.popup iframe.video {
	height: calc(90vw/2 - 50px);
}

@media (max-width: 700px) {
	.popup iframe.video {
		width: 95vw;
		height: 95vw;
		max-height: calc(75vh - 50px);
	}
}

.popup iframe.page {
	height: calc(90vh - 80px);
}

.story-content-container {
	max-width: 1190px;
	margin: 0 auto;
}

.manual-section {
	position: relative;
	width: 100%;
	padding-bottom: 1.5rem;
	border-bottom: 1px solid #CCC;
}

.manual-section:first-of-type {
	z-index: 3;
}

.manual-section:before {
	content: '';
	position: relative;
	display: block;
	height: 150px;
	width: 0;
	margin-top: -150px;
	visibility: hidden;
}

.navbar {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 10;
	box-shadow: 0px 0px 30px rgba(35, 31, 32, 0.2), 0px 0px 10px rgba(35, 31, 32, 0.25);
}

.navbar .top-bar {
	background: #10181f;
	width: 100%;
	float: left;
	position: relative;
	z-index: 2;
	overflow: hidden;
	height: 50px;
	transition: height 0.2s ease-out;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
}

.navbar .social {
	position: relative;
	display: block;
	width: 100%;
	min-width: 105px;
	float: right;
	margin-top: 12px;
	margin-left: 15px;
	text-align: center;
	white-space: nowrap;
}

.navbar .social a {
	display: inline-block;
	width: 20px;
	height: 20px;
	background-image: url(assets/header/header_social.png);
	background-repeat: no-repeat;
	transition: background-image 0.2s ease-out;
	margin-right: 0.5rem;
}

.navbar .social a:hover {
	background-image: url(assets/header/header_social_color.png);
}

.navbar .social a[href*="instagram"] {
	background-position: 0 0;
}

.navbar .social a[href*="facebook"] {
	background-position: -21px 0;
}

.navbar .social a[href*="twitter"] {
	background-position: -42px 0;
}

.navbar .social a[href*="youtube"] {
	background-position: -63px 0;
}

.navbar .social a:last-of-type {
	margin-right: 0;
}

.navbar .topBarWrap {
	width: 98%;
	max-width: 1150px;
	margin: 5px auto;
	display: table;
}

.navbar .topBarWrap .nllLogo {
	padding-right: 2rem;
	max-height: 40px;
	width: auto;
	position: relative;
}

.navbar .topBarWrap .nllLogo:after {
	content: '';
	display: block;
	position: absolute;
	width: 1px;
	height: 80%;
	top: 10%;
	right: 0;
	background: #FFF;
}

.navbar .topBarWrap .logoWrap {
	margin-left: 245px;
	width: 100%;
	max-width: 925px;
	display: flex;
	position: relative;
	flex-flow: row nowrap;
}

@media (min-width: 1300px) {
	.navbar .topBarWrap .logoWrap {
		left: -50px;
	}
}

@media (max-width: 1023px) {
	.navbar .topBarWrap .logoWrap {
		width: calc(100% - 205px);
		margin-left: 215px;
	}
}

@media (max-width: 900px) {
	.navbar .topBarWrap .logoWrap {
		width: calc(100% - 175px);
		margin-left: 185px;
	}
}

.navbar .topBarWrap .logoWrap img {
	display: block;
	margin: 2px auto;
	width: auto;
	height: 35px;
	filter: grayscale(100%);
	transition: filter 0.2s ease-out;
}

.navbar .topBarWrap .logoWrap img:hover {
	filter: none;
}

.navbar .topBarWrap .logoWrap .logo.current img {
	filter: none;
}

.navbar .topBarWrap .logoWrap.left {
	float: left;
}

.navbar .topBarWrap .logoWrap.right {
	float: right;
}

.navbar .topBarWrap .logo {
	width: 100%;
	text-align: center;
	display: block;
	float: left;
}

.navbar .login {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0.5rem;
	color: #FFF;
	cursor: pointer;
}

.main-nav-bar {
	background: #440099;
	text-align: center;
	padding: 0;
	width: 100%;
	float: left;
}

.main-nav-bar nav {
	max-width: 1130px;
	margin: 0 auto;
	width: 95%;
	position: relative;
}

@media (min-width: 1300px) {
	.main-nav-bar nav {
		left: -50px;
	}
}

.main-nav-bar .nav-left, .main-nav-bar .nav-right, .main-nav-bar .search {
	display: inline-block;
	vertical-align: middle;
}

.main-nav-bar .nav-left {
	float: left;
}

.main-nav-bar .nav-right {
	display: flex;
	margin-left: 200px;
}

@media (max-width: 1023px) {
	.main-nav-bar .nav-right {
		margin-left: 170px;
	}
}

@media (max-width: 900px) {
	.main-nav-bar .nav-right {
		margin-left: 150px;
	}
}

.main-nav-bar .item-wrap {
	flex: 1;
	position: relative;
}

.main-nav-bar .item-wrap.highlight {
	background: #fa661f;
}

.main-nav-bar .item-wrap a {
	display: inline-block;
	padding: 0.8rem 1.5rem;
	padding-top: 0.8rem;
	text-transform: uppercase;
	text-decoration: none;
	color: #ffffff;
	font-size: 0.85rem;
	font-weight: 900;
	transition: background 0.2s ease-out, color 0.2s ease-out, padding-top 0.2s ease-out;
}

@media (max-width: 900px) {
	.main-nav-bar .item-wrap a {
		padding: 0.8rem 1rem;
	}
}

.main-nav-bar .item-wrap a span {
	position: relative;
	z-index: 2;
}

.main-nav-bar .item-wrap a[data-level="parent"]:before {
	content: '';
	display: block;
	position: absolute;
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	transition: background 0.2s ease-out, color 0.2s ease-out;
}

.main-nav-bar .item-wrap:hover a, .main-nav-bar .item-wrap a.active-page {
	color: #FFF;
}

.main-nav-bar .item-wrap:hover a:before, .main-nav-bar .item-wrap a.active-page:before {
	background: #000000;
}

.main-nav-bar .nav-left .item-wrap:last-of-type a {
	padding: 0.5rem 2rem;
}

.main-nav-bar .main-logo {
	position: absolute;
	left: 10px;
	top: 0;
	max-width: 185px;
	width: 20%;
	transition: all 0.2s ease-out;
	transform-origin: top right;
	transform: translateY(-25%);
	z-index: 3;
}

@media (max-width: 1023px) {
	.main-nav-bar .main-logo {
		max-width: 150px;
	}
}

@media (max-width: 900px) {
	.main-nav-bar .main-logo {
		max-width: 125px;
	}
}

.main-nav-bar .main-logo img {
	float: right;
	margin-top: 0;
	width: 100%;
	transition: all 0.2s;
}

.main-nav-bar .search {
	position: relative;
	padding-left: 1rem;
	height: 2.5rem;
	transition: height 0.2s ease-out;
	margin-bottom: -1rem;
}

.main-nav-bar .item-wrap a + div {
	position: absolute;
	width: 100%;
	overflow: hidden;
	max-height: 0;
	box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.5);
	transition: max-height 0.3s ease-out;
}

.main-nav-bar ul.menu {
	position: relative;
	left: 0;
	top: 100%;
	background: #000000;
	list-style-type: none;
	width: 100%;
	padding: 0;
	margin: 0;
	text-align: center;
}

.main-nav-bar ul.menu li.current-menu-item a {
	background: #440099;
}

.main-nav-bar ul.menu li a {
	color: #FFF;
	font-weight: 500;
	padding: 0.65rem 0.25rem;
	width: calc(100% - 0.5rem);
	font-size: 0.75rem;
	text-transform: none;
}

.main-nav-bar ul.menu li a:hover {
	background: #bfbfbf;
	color: #10181f;
}

.main-nav-bar ul.menu li:last-of-type a {
	padding-bottom: 0.8rem;
}

.navbar[collapsed] .top-bar {
	height: 0;
}

.navbar[collapsed] .item-wrap a[data-level="parent"] {
	padding-top: 1.8rem;
}

.navbar[collapsed] .search {
	height: 4.5rem;
}

.navbar[collapsed] .main-logo {
	transform: scale(0.6) translateY(5px);
}

.navi-search {
	width: 1.5rem;
	height: 1.25rem;
	background: url(assets/btn/) no-repeat center right;
	background-size: contain;
	cursor: pointer;
	position: relative;
	top: 50%;
	transform: translateY(-55%);
}

.navi-search-close {
	background: url(assets/btn/exit-close.svg) no-repeat center right;
	background-size: contain;
}

@media (max-width: 800px) {
	.desktop-nav {
		display: none;
	}
}

.mobile-nav {
	display: none;
	width: 100%;
	height: 60px;
	background: #000000;
	color: #ffffff;
	position: absolute;
	top: 0;
	text-align: center;
	transition: height 0.3s ease-out, background 0.3s ease-out;
}

.mobile-nav .mobile-burger {
	position: absolute;
	left: 10px;
	cursor: pointer;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.mobile-nav .mobile-burger .button {
	width: 24px;
	height: 18px;
	position: relative;
}

.mobile-nav .mobile-burger .button span {
	left: 0;
	position: absolute;
	width: 100%;
	border-radius: 5px;
	height: 4px;
	background: #ffffff;
}

.mobile-nav .mobile-burger .button span:nth-child(1) {
	top: 0;
}

.mobile-nav .mobile-burger .button span:nth-child(2) {
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.mobile-nav .mobile-burger .button span:nth-child(3) {
	bottom: 0;
}

.mobile-nav .mobile-burger p {
	margin: 0 0 0 6px;
	font-weight: 900;
}

.mobile-nav .mobile-burger p, .mobile-nav .mobile-burger .button {
	display: inline-block;
	vertical-align: middle;
}

.mobile-nav .mobile-search {
	position: absolute;
	right: 10px;
	top: 50%;
	background-size: contain;
	transform: translateY(-50%);
	height: 1.5rem;
	width: 1.5rem;
	-webkit-transform: translateY(-50%);
}

.mobile-nav .mobile-logo {
	width: 88px;
	height: 60px;
	margin-top: 4px;
	display: inline-block;
	transition: width 0.3s ease-out;
}

.mobile-nav .mobile-logo img {
	max-width: 100%;
}

@media (max-width: 800px) {
	.mobile-nav {
		display: block;
	}
}

.mobile-menu {
	width: 0;
	position: fixed;
	height: 100vh;
	top: 0;
	left: 0;
	display: block;
	z-index: 100;
	background: transparent;
	overflow: hidden;
	transition: width 0s 0.3s;
}

.mobile-menu .mobile-menu-wrap {
	width: calc(100% - 3rem);
	border-right: 5px solid #cbcacc;
	background: #000000;
	overflow: auto;
	height: 100vh;
	padding-bottom: 100px;
	top: 0;
	left: -100vw;
	transition: left 0.4s ease-out;
	position: absolute;
	-webkit-overflow-scrolling: touch;
}

.mobile-menu .mobile-close {
	color: #FFF;
	margin: 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
	padding: 1.25rem 1rem;
	text-align: left;
	background: #440099;
}

.mobile-menu .mobile-close .close-btn {
	font-size: 1.5rem;
	margin-right: 0.5rem;
}

.mobile-menu .mobile-close .close-btn, .mobile-menu .mobile-close p {
	display: inline-block;
	vertical-align: middle;
	font-weight: 900;
}

.mobile-menu .mobile-close p {
	margin: 0;
	font-size: 1.2rem;
}

.mobile-menu .item-wrap {
	margin: 0;
	padding: 0;
}

.mobile-menu .item-wrap:last-child {
	margin-bottom: 60px;
}

.mobile-menu .item-wrap a, .mobile-menu .item-wrap p {
	display: block;
	position: relative;
	width: calc(100% - 5rem);
	text-align: left;
	background: #000000;
	color: #FFF;
	text-decoration: none;
	font-size: 1.5rem;
	line-height: 1em;
	font-weight: 900;
	margin: 0;
	padding: 2rem 2.5rem;
	text-transform: capitalize;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.mobile-menu[style] {
	width: 100%;
	background: rgba(0, 0, 0, 0.5);
	transition: width 0s 0s;
}

.mobile-menu[style] .mobile-menu-wrap {
	left: 0;
}

.mobile-menu .item-wrap a:first-child:not(:last-child) .subBtn, .mobile-menu .item-wrap p:first-child:not(:last-child) .subBtn {
	position: absolute;
	top: 0;
	height: 100%;
	right: 0;
	border-left: 1px solid rgba(255, 255, 255, 0.5);
	font-size: 40px;
	line-height: 200%;
	width: 70px;
	font-weight: 500;
	text-align: center;
	background: #440099;
}

.mobile-menu .menu-mobile-nav-container, .mobile-menu .menu-main-navigation-container {
	position: relative;
	width: 100%;
	overflow: hidden;
	max-height: 0;
	transition: max-height 0.3s ease-out;
}

.mobile-menu .item-wrap ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.mobile-menu .item-wrap ul li a {
	background: #440099;
	font-size: 1.4rem;
	line-height: 1.2em;
}

[collapsed] .mobile-nav {
	background: #10181f;
	height: 45px;
}

[collapsed] .mobile-nav .mobile-logo {
	width: 48px;
	height: 50px;
}

[collapsed] .mobile-nav .mobile-search {
	filter: brightness(6) saturate(0%);
	-webkit-filter: brightness(6) saturate(0%);
	-ms-filter: brightness(6) saturate(0%);
	-moz-filter: brightness(6) saturate(0%);
}

[collapsed] .mobile-nav .mobile-burger .button span {
	background: #bfbfbf;
}

[collapsed] .mobile-nav .mobile-burger p {
	color: #bfbfbf;
}

.search-overflow-hidden {
	overflow-y: scroll;
}

.search-overflow-hidden .content {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
}

.searchfeed .article-outer-container {
	max-width: 1000px;
	margin: 0 auto;
}

.search-backing {
	position: relative;
	width: 100%;
	min-height: calc(100vh - 94px - 5rem);
	display: block;
	padding-top: 94px;
	left: 0;
	z-index: 5;
	opacity: 0;
	transition: opacity 0.5s ease-out;
	background: rgba(0, 0, 0, 0.8);
}

@media (max-width: 700px) {
	.search-backing {
		min-height: calc(100vh - 5rem);
		padding-top: 80px;
	}
}

.search-backing .search-bar-inner-container {
	margin-top: -4rem;
	width: 100%;
	transition: margin-top 0.3s ease-out;
}

.search-backing .search-input {
	position: relative;
	float: left;
	text-align: center;
	width: 100%;
}

.search-backing .search-icon, .search-backing input {
	display: inline-block;
	vertical-align: middle;
}

.search-backing .search-icon {
	width: 2rem;
	height: 2rem;
	background-color: transparent;
	appearance: none;
	border: 0;
	outline: 0;
	background-image: url(assets/btn/search.svg);
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	cursor: pointer;
}

.search-backing input[type="text"] {
	color: #FFF;
	background: transparent;
	border: 0;
	width: calc(30% - 2rem);
	min-width: calc(240px - 2rem);
	font-size: 1rem;
	padding: 0.5rem;
	border-bottom: 1px solid #FFF;
	outline: 0;
}

@media (max-width: 1023px) {
	.search-backing input[type="text"] {
		width: calc(65% - 2rem);
	}
}

.search-result-container {
	display: block;
	max-width: 1100px;
	width: 95%;
	margin: 0 auto;
	height: auto !important;
}

.search-bar-main-container {
	position: absolute;
	height: 0;
	top: 0;
	width: 100%;
	left: 0;
	z-index: 0;
	overflow: hidden;
	transition: z-index 0s ease-out 0.5s, height 0s ease-out 0.5s;
}

.search-bar-main-container:not(.closed) {
	z-index: 6;
	height: auto;
	transition: z-index 0s ease-out 0s, height 0s ease-out 0s;
}

.search-bar-main-container:not(.closed) .search-content {
	position: relative;
	top: 4rem;
	display: none;
	width: 90%;
	max-width: 700px;
	margin: 0 auto 4rem;
}

.search-bar-main-container:not(.closed) .search-content .no-results {
	color: #FFF;
	text-align: center;
}

.search-bar-main-container:not(.closed) .search-content.loading:before {
	content: '';
	display: block;
	position: absolute;
	background-image: url(assets/btn/loader.gif);
	background-repeat: no-repeat;
	background-position: center;
	left: 50%;
	margin-left: -50px;
	width: 100px;
	height: 100px;
}

.search-bar-main-container:not(.closed) .search-content .article-preview .thumbnail-link {
	display: none;
}

.search-bar-main-container:not(.closed) .search-content .article-preview .textWrap {
	width: calc(95% - 2rem);
}

.search-bar-main-container:not(.closed) .search-backing {
	opacity: 1;
	padding-bottom: 5rem;
}

.search-bar-main-container:not(.closed) .search-backing .search-bar-inner-container {
	margin-top: 4rem;
}

@media (max-width: 700px) {
	.search-bar-main-container:not(.closed) .search-backing .search-bar-inner-container {
		margin-top: 1rem;
	}
}

.score-arrow {
	width: 50px;
	height: 98px;
	text-align: center;
	font-size: 55px;
	line-height: 98px;
	font-family: 'Lucida Console', monospace, sans-serif;
	background: #cbcacc;
	color: #440099;
	vertical-align: bottom;
	display: inline-block;
	cursor: pointer;
	user-select: none;
	opacity: 0;
	transition: all 0.3s ease-out;
}
.score-arrow:hover {
	background: #bfbfbf;
 	color: #440099;
}

.score-arrow[disabled] {
	animation: none !important;
	cursor: default;
	opacity: 0.65;
	pointer-events: none;
}

@media (max-width: 700px) {
	.score-arrow {
		display: none;
	}
}

.no-feed {
	margin-top: 3rem;
}

.single-article.page .no-feed {
	margin-top: 3rem;
}

.single-article.page .no-feed + .story-content-container {
	padding-top: 1.5rem;
}

.score-feed {
	max-width: 1190px;
	width: 95%;
	position: relative;
	display: block;
	margin: -3rem auto 2rem;
	font-size: 0;
	z-index: 5;
}

@media (max-width: 1300px) {
	.score-feed {
		margin-top: -2.5rem;
	}
}

@media (max-width: 700px) {
	.score-feed {
		width: 100%;
		margin: -1.5rem auto 10px;
	}
}

.score-feed .scores-wrap {
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 100px);
	margin: 0;
}

@media (max-width: 700px) {
	.score-feed .scores-wrap {
		width: 100%;
	}
}

.score-feed .scores-all {
	display: block;
	overflow: hidden;
	width: 100%;
	white-space: nowrap;
}

@media (max-width: 700px) {
	.score-feed .scores-all {
		overflow: auto;
		-webkit-overflow-scrolling: touch;
	}
}

.score-feed .scores-all .table-wrap {
	display: inline-block;
	vertical-align: top;
	width: 150px;
	text-decoration: none;
	transition: filter 0.3s ease-out;
	margin: 0 0 0 5px;
}

.score-feed .scores-all .table-wrap:hover {
	filter: brightness(120%);
}

.score-feed .scores-all .table-wrap:first-child {
	margin-left: 5px;
}

.score-feed .scores-all .table-wrap:last-child {
	margin-right: 5px;
}

.score-feed .scores-all .table-wrap.sponsor table {
	height: 98px;
}

.score-feed .scores-all .table-wrap.sponsor th {
	padding: 0;
	height: 38px;
}

.score-feed .scores-all .table-wrap.sponsor th, .score-feed .scores-all .table-wrap.sponsor td {
	white-space: normal;
	text-align: center;
}

.score-feed .scores-all .table-wrap.sponsor img {
	max-width: 90%;
	max-height: 100%;
	width: auto;
	height: auto;
}

.score-feed table {
	background: #bfbfbf;
	color: #000000;
	border: 0;
	outline: 0;
	width: 100%;
	border-spacing: 0;
	table-layout: fixed;
	opacity: 0;
	position: relative;
	transform: translateZ(0);
	backface-visibility: hidden;
	transform-origin: center;
}





 .score-feed table th {
	background: #440099;
 	color: #ffffff;
	padding: 10px 15px;
}

.score-feed table tr:first-of-type {
	margin-bottom: 10px;
}

.score-feed table th, .score-feed table td {
	line-height: 18px;
	white-space: nowrap;
}

.score-feed table th:nth-of-type(2), .score-feed table td:nth-of-type(2) {
	text-align: right;
}

.score-feed table td {
	line-height: 15px;
	padding: 4px 15px;
}

.score-feed table tr:nth-child(2) td {
	padding-top: 10px;
}

.score-feed table tr:last-of-type td {
	padding-bottom: 12px;
}

.score-feed table.past {
	color: #ffffff;
	background: #bfbfbf;
}




.score-feed table.past th {
	background: #440099;
 	color: #ffffff;
}

.score-feed table.live {
	background: #fa661f;
	color: #bfbfbf;
}

.score-feed table.live th {
	background: #fa661f;
	 color: #bfbfbf;
}

.score-feed table.live tr {
	font-weight: 900;
}

.score-feed table th, .score-feed table td {
	width: 50%;
	text-align: left;
	font-size: 13px;
	transition: none;
}

.score-feed table th p, .score-feed table td p {
	float: left;
	margin: 0;
}

.score-feed table th span, .score-feed table td span {
	position: absolute;
	right: 1rem;
}

.score-feed table tr.winner {
	font-weight: 900;
}

.score-feed.populated table {
	animation: popIn 0.5s ease-out forwards;
}

.score-feed.populated table[data-delay="1"] {
	animation-delay: 0.05s;
}

.score-feed.populated table[data-delay="2"] {
	animation-delay: 0.1s;
}

.score-feed.populated table[data-delay="3"] {
	animation-delay: 0.15s;
}

.score-feed.populated table[data-delay="4"] {
	animation-delay: 0.2s;
}

.score-feed.populated table[data-delay="5"] {
	animation-delay: 0.25s;
}

.score-feed.populated table[data-delay="6"] {
	animation-delay: 0.3s;
}

.score-feed.populated table[data-delay="7"] {
	animation-delay: 0.35s;
}

.score-feed.populated .lBtn, .score-feed.populated .rBtn {
	animation: popIn 0.5s ease-out forwards;
}

.topBorder {
	position: absolute;
	background-image: url("assets/backgrounds/border_top.png");
	background-repeat: repeat-x;
	width: 100%;
	height: 7px;
	top: 4.75rem;
	left: 0;
	z-index: 3;
}

@media (max-width: 1200px) {
	.topBorder {
		top: 5rem;
	}
}

@media (max-width: 1100px) {
	.topBorder {
		top: 5.5rem;
	}
}

@media (max-width: 800px) {
	.topBorder {
		top: 4.2rem;
	}
}

.content {
	margin-top: 4.8rem;
	z-index: 1;
}

@media (max-width: 800px) {
	.content {
		margin-top: 2.5rem;
	}
}

@media (max-width: 700px) {
	.content {
		margin-top: 0;
	}
}

@media (max-width: 700px) {
	.single-post .content {
		margin-top: 2rem;
	}
}

section {
	position: relative;
	float: left;
	display: block;
}

.bottomBorder:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 23px;
	opacity: 0.3;
	background-image: url(assets/backgrounds/bottomBorder_stripes.png);
	background-position: 0px 0px;
}

.gallery-wrap {
	display: block;
	width: 100%;
	position: relative;
	margin: 2rem auto 0;
}

.gallery-wrap:first-child {
	margin-top: 0;
}

.gallery-wrap .gallery {
	position: relative;
	display: inline-block;
	width: 100%;
	overflow: hidden;
}

.gallery-wrap .gallery .slide {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	opacity: 0;
	z-index: 0;
	overflow: hidden;
	transition: opacity 0.4s ease-out;
}

.gallery-wrap .gallery .slide.current {
	opacity: 1;
	z-index: 5;
}

.gallery-wrap .gallery .slide img {
	position: relative;
	height: 100%;
	width: auto;
	max-width: initial;
	display: block;
	left: 50%;
	transform: translateX(-50%);
}

.gallery-wrap .gallery .slide p {
	display: block;
	position: absolute;
	bottom: 0;
	width: calc(100% - 1rem);
	color: #FFF;
	background: rgba(0, 0, 0, 0.75);
	margin: 0;
	padding: 0.5rem;
	text-align: center;
}

.gallery-wrap .gallery .slide p a {
	color: #FFF;
}

.gallery-wrap .gallery .slide p a:hover {
	text-decoration: underline;
}

.gallery-wrap .gallery .slide:first-of-type {
	width: 100%;
	height: auto;
	display: table;
	position: relative;
}

.gallery-wrap .gallery .slide:first-of-type img {
	position: relative;
	width: 100%;
	height: auto;
}

.gallery-wrap .arrow {
	position: absolute;
	font-family: monospace;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 100%;
	top: 50%;
	font-size: 70px;
	color: #FFF;
	z-index: 6;
	cursor: pointer;
	transition: background 0.2s ease-out;
	user-select: none;
}

@media (max-width: 700px) {
	.gallery-wrap .arrow {
		font-size: 50px;
	}
}

.gallery-wrap .arrow:hover {
	background: rgba(0, 0, 0, 0.75);
}

.gallery-wrap .arrow.lArrow {
	left: 0;
	padding: 15px 20px 20px 60px;
	transform: translateY(-50%) translateX(-50%);
}

@media (max-width: 700px) {
	.gallery-wrap .arrow.lArrow {
		padding: 7.5px 10px 10px 40px;
	}
}

.gallery-wrap .arrow.rArrow {
	right: 0;
	padding: 15px 60px 20px 20px;
	transform: translateY(-50%) translateX(50%);
}

@media (max-width: 700px) {
	.gallery-wrap .arrow.rArrow {
		padding: 7.5px 40px 10px 10px;
	}
}

.gallery-wrap .gallery-nav {
	width: 100%;
	position: relative;
	margin: 0.5rem auto 0;
	text-align: center;
}

.gallery-wrap .gallery-nav.hidden {
	display: none;
}

.gallery-wrap .gallery-nav .nav-dot {
	display: inline-block;
	width: 75px;
	height: 8px;
	margin: 0 10px;
	background: #10181f;
	cursor: pointer;
	transition: background 0.2s ease-out;
}

@media (max-width: 700px) {
	.gallery-wrap .gallery-nav .nav-dot {
		width: 50px;
	}
}

.gallery-wrap .gallery-nav .nav-dot.current, .gallery-wrap .gallery-nav .nav-dot:hover {
	background: #bfbfbf;
}

@keyframes flickerStrip {
	0% {
		transform: scaleX(1);
		background-position: 50% 0vw;
	}
	10% {
		transform: scaleX(1.09091);
		background-position: 50% -14.58vw;
	}
	20% {
		transform: scaleX(1.18182);
		background-position: 50% -29.16vw;
	}
	30% {
		transform: scaleX(1.09091);
		background-position: 50% -43.74vw;
	}
	40% {
		transform: scaleX(1.09091);
		background-position: 50% -58.32vw;
	}
	50% {
		transform: scaleX(1.27273);
		background-position: 50% -72.9vw;
	}
	60% {
		transform: scaleX(1.27273);
		background-position: 50% -87.48vw;
	}
	70% {
		transform: scaleX(1.18182);
		background-position: 50% -102.06vw;
	}
	80% {
		transform: scaleX(1.09091);
		background-position: 50% -116.64vw;
	}
	100% {
		transform: scaleX(1);
		background-position: 50% -145.8vw;
	}
}

@keyframes fillNav {
	from {
		left: 0;
		width: 0%;
	}
	to {
		left: -25%;
		width: 130%;
	}
}

@media (max-width: 700px) {
	.home .nllWrap {
		margin-top: 100px;
	}
}

.home .nllWrap .score-feed {
	margin-top: -5.14rem;
}

@media (max-width: 700px) {
	.home .nllWrap .score-feed {
		margin-top: -1.5rem;
	}
}

.home-slides,
.mobile-home-slides{
	width: 100%;
	height: calc(90vh - 91px);
	min-height: 520px;
	padding-bottom: 21px;
	position: relative;
	overflow: hidden;
}

@media (max-width: 700px) {
	.home-slides {
		display: none;
	}
}

@media (min-width: 700px) {
	.mobile-home-slides {
		display: none;
	}
}

.home-slides .slide-wrap,
.mobile-home-slides .slide-wrap{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}

.home-slides .slide-nav,
.mobile-home-slides .slide-nav {
	position: absolute;
	bottom: calc(21px + 4rem);
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 2;
}

@media (max-width: 700px) {
	.home-slides .slide-nav,
	.mobile-home-slides .slide-nav {
		bottom: calc(21px + 2rem);
	}
}

.home-slides .slide-nav div,
.mobile-home-slides .slide-nav div{
	display: inline-block;
	width: 75px;
	height: 8px;
	margin: 0 10px;
	background: #cbcacc;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}

.home-slides .slide-nav div:hover,
.mobile-home-slides .slide-nav div:hover {
	background: #3a4046;
	transition: background 0.2s ease-out;
}

.home-slides .slide-nav div.current,
.mobile-home-slides .slide-nav div.current {
	background: #3a4046;
	transition: background 0.2s ease-out;
}

.home-slides .slide-nav div.current:after,
.mobile-home-slides .slide-nav div.current:after{
	animation: fillNav 5.2s linear forwards;
}

.home-slides .slide-nav div:not(.current):after,
.mobile-home-slides .slide-nav div:not(.current):after {
	display: none;
}

.home-slides .slide-nav div:after,
.mobile-home-slides .slide-nav div:after
{
	content: '';
	display: block;
	position: absolute;
	background: #bfbfbf;
	height: 500%;
	top: -250%;
	width: 0%;
	transform: rotate(25deg);
}

.home-slides .slide-nav.animEnd div,
.mobile-home-slides .slide-nav.animEnd div {
	transition: background 0.2s ease-out;
}

.home-slides .slide-nav.animEnd div:after,
.mobile-home-slides .slide-nav.animEnd div:after {
	width: 130%;
	left: -25%;
	animation: none;
}

.home-slides .standings-drawer,
.mobile-home-slides .standings-drawer {
	position: absolute;
	right: 0;
	width: 270px;
	max-width: 25%;
	z-index: 5;
	top: 50%;
	transform: translateY(-50%);
}

@media (max-width: 1000px) {
	.home-slides .standings-drawer,
	.mobile-home-slides .standings-drawer {
		display: none;
	}
}

.home-slides .standings-drawer .sidebar-standings,
.mobile-home-slides .standings-drawer .sidebar-standings {
	position: relative;
	margin: 0;
	z-index: 2;
	right: -270px;
	transition: right 0.3s ease-out;
}

.home-slides .standings-drawer .sidebar-standings.expanded,
.mobile-home-slides .standings-drawer .sidebar-standings.expanded {
	right: 0;
}

.home-slides .standings-drawer .standings-header p,
.mobile-home-slides .standings-drawer .standings-header p {
	cursor: pointer;
}

.home-slides .standings-drawer .standings-header p:before,
.mobile-home-slides .standings-drawer .standings-header p:before {
	content: '';
	display: block;
	position: absolute;
	width: 25px;
	height: 25px;
	background: url(assets/btn/collapse_arrow.png);
	position: relative;
	top: 4px;
	margin-right: 20px;
	display: inline-block;
	right: 0;
	transition: right 0.2s ease-out;
}

.home-slides .standings-drawer .standings-header p:hover:before,
.mobile-home-slides .standings-drawer .standings-header p:hover:before {
	right: -5px;
}

.home-slides .collapsed-drawer,
.mobile-home-slides .collapsed-drawer {
	height: 99%;
	background: #f2f2f2;
	position: absolute;
	z-index: 1;
	width: 67px;
	right: 0;
	margin-right: -10px;
	border-left: 6px solid #bfbfbf;
	cursor: pointer;
	transition: margin-right 0.2s;
}

.home-slides .collapsed-drawer:hover,
.mobile-home-slides .collapsed-drawer:hover {
	margin-right: 0;
}

.home-slides .collapsed-drawer .expand-icon,
.mobile-home-slides .collapsed-drawer .expand-icon {
	width: 100%;
	height: calc(2rem + 31px);
	background-color: #10181f;
	background-image: url(assets/btn/expand_arrow.png);
	background-repeat: no-repeat;
	background-position: 15px center;
}

.home-slides .collapsed-drawer p,
.mobile-home-slides .collapsed-drawer p {
	position: absolute;
	transform-origin: center;
	transform: rotate(-90deg);
	white-space: nowrap;
	width: 100%;
	bottom: 27%;
	text-transform: uppercase;
	font-weight: 900;
	font-size: 18px;
	right: 6px;
	margin: 0;
}

.bigHero {
	width: 100%;
	height: 100%;
	position: absolute;
	opacity: 0;
	z-index: 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center 25%;
	text-align: center;
	font-family: 'Heroic';
	font-size: 1rem;
	transition: opacity 1s ease-out;
}

.bigHero:before {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 40%;
	bottom: 0;
	left: 0;
	z-index: 2;
	background: linear-gradient(to bottom, rgba(153, 153, 153, 0) 0%, #0f0e1f 100%);
}

.bigHero.current {
	left: 0;
	opacity: 1;
	z-index: 1;
}

@media (max-height: 600px) {
	.bigHero {
		font-size: 2.5vh;
	}
}

@media (max-height: 450px) {
	.bigHero {
		font-size: 12px;
	}
}

.bigHero .title:before, .bigHero .title:after {
	content: '';
	display: block;
	position: absolute;
	background-size: contain;
	width: 100%;
}

.bigHero .background {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-size: cover;
	background-position: center 30%;
}

.bigHero .split {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	background: url(assets/hero/rivalry/rivalry-divider.png) repeat-y;
	background-position: 50% 0%;
	background-size: 20vw;
	z-index: 0;
}

.bigHero .vignetter {
	position: absolute;
	bottom: 0;
	height: 100%;
	width: auto;
	z-index: 1;
}

.bigHero .vignetter.right {
	right: 0;
}

.bigHero .vignetter.left {
	left: 0;
}

.bigHero .vignette_darkener {
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
}

.bigHero .mover {
	position: absolute;
	width: 100%;
	top: 0;
	height: 100%;
	background: url(assets/hero/rivalry/movement.png) repeat-y;
	background-size: 30vw;
	z-index: 1;
	opacity: 0.75;
	background-position: 50% 0%;
	animation: flickerStrip 8s linear infinite;
}

.bigHero .headshots {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 0;
}

.bigHero .headshots:after, .bigHero .headshots:before {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 30%;
	padding-bottom: 25%;
}

.bigHero .headshots:before {
	background: url(assets/hero/rivalry/corner-bubbles.png) bottom right no-repeat;
	background-size: contain;
	mix-blend-mode: soft-light;
	z-index: 2;
}

.bigHero .headshots:after {
	background: url(assets/hero/rivalry/corner.png) bottom right no-repeat;
	background-size: contain;
	z-index: 1;
	mix-blend-mode: color;
}

.bigHero .headshots .left-head, .bigHero .headshots .right-head {
	position: absolute;
	width: 50%;
	height: 100%;
	top: 0;
	background-position: center;
	background-size: cover;
	opacity: 0.9;
}

.bigHero .headshots .left-head:before, .bigHero .headshots .right-head:before {
	content: '';
	display: block;
	position: absolute;
	position: absolute;
	width: 100%;
	top: 0;
	height: 100%;
}

.bigHero .headshots .left-head {
	left: 0;
}

.bigHero .headshots .left-head:before {
	left: 0;
	background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.65) 0%, transparent 43%, transparent 100%);
	background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.65) 0%, transparent 43%, transparent 100%);
	background: linear-gradient(to right, rgba(0, 0, 0, 0.65) 0%, transparent 43%, transparent 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 );
}

.bigHero .headshots .right-head {
	right: 0;
}

.bigHero .headshots .right-head:before {
	right: 0;
	background: -moz-linear-gradient(left, transparent 0%, transparent 57%, rgba(0, 0, 0, 0.65) 100%);
	background: -webkit-linear-gradient(left, transparent 0%, transparent 57%, rgba(0, 0, 0, 0.65) 100%);
	background: linear-gradient(to right, transparent 0%, transparent 57%, rgba(0, 0, 0, 0.65) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=1 );
}

.bigHero .headline {
	position: absolute;
	bottom: 8rem;
	z-index: 2;
}

.bigHero .headline.rivalry {
	position: absolute;
	width: 100%;
	max-width: initial;
	top: initial;
	bottom: 8rem;
	left: 50%;
	transform: translateX(-50%);
}

.bigHero .headline .sponsor {
	font-family: 'Arvo';
	font-style: italic;
	font-size: 0.45em;
	font-weight: 100;
	position: relative;
}

.bigHero .headline .sponsor span, .bigHero .headline .sponsor img {
	display: inline-block;
	vertical-align: middle;
}

.bigHero .headline .sponsor a {
	display: inline-block;
}

.bigHero .headline .sponsor a img {
	height: 1em;
	width: auto;
	margin-left: 0.1em;
}

.bigHero .headline a.cta {
	display: table;
	font-family: 'Arvo';
	background: #000000;
	color: #FFF;
	text-decoration: none;
	padding: 0.5em 1.5em;
	box-shadow: 0px 0px 20px rgba(35, 31, 32, 0.2);
	margin: 1em 0;
	width: auto;
	text-shadow: none;
	text-transform: uppercase;
	font-size: 0.5em;
	line-height: 1.2em;
	position: relative;
	padding-right: 2em;
	transition: background 0.2s ease-out;
}

.bigHero .headline a.cta:first-child:last-child {
	margin: 0;
}

.bigHero .headline a.cta button, .bigHero .headline a.cta .iconWrap {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	border: 0;
	outline: 0;
	position: absolute;
	right: 0;
	transform: translate(50%, -50%);
	-webkit-transform: translate(50%, -50%);
	border-radius: 100%;
	z-index: 2;
	top: 50%;
	font-size: 1em;
	height: 2.5em;
	width: 2.5em;
	display: inline-block;
	background-color: #bfbfbf;
}

.bigHero .headline a.cta button span.alarm, .bigHero .headline a.cta .iconWrap span.alarm {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 65%;
	height: 65%;
	left: 17.5%;
	top: 17.5%;
	background-image: url("assets/btn/alarm.php?color=rgba(16, 24, 31, 0.99)");
}

.bigHero .headline a.cta:hover {
	background: #440099;
}

.bigHero .headline a.cta:hover span.alarm {
	animation: alarm 0.2s forwards infinite;
}

.bigHero .headline img {
	display: block;
	max-width: 100%;
	max-height: 35vh;
	pointer-events: none;
	margin: 0 auto;
}

@media (max-height: 700px) {
	.bigHero .headline img {
		max-height: 225px;
	}
}

@media (max-height: 450px) {
	.bigHero .headline img {
		max-height: 200px;
	}
}

.bigHero .headline .leftDets, .bigHero .headline .rightDets {
	position: relative;
	display: inline-block;
	vertical-align: bottom;
	color: #FFF;
	font-weight: 900;
	text-shadow: 0px 0px 20px rgba(35, 31, 32, 0.5);
}

.bigHero .headline .leftDets .addtocalendar, .bigHero .headline .rightDets .addtocalendar {
	font-family: "arvo", serif;
	font-weight: 600;
	display: block;
}

.bigHero .headline .leftDets .addtocalendar li, .bigHero .headline .rightDets .addtocalendar li {
	line-height: 1rem;
	margin: 0.2rem 0;
}

.bigHero .headline .leftDets .addtocalendar li:first-child a, .bigHero .headline .rightDets .addtocalendar li:first-child a {
	padding-top: 0.2rem;
}

.bigHero .headline .leftDets .addtocalendar li a, .bigHero .headline .rightDets .addtocalendar li a {
	color: #FFF;
}

.bigHero .headline .leftDets .atcb-list, .bigHero .headline .rightDets .atcb-list {
	background: #7b2529;
	top: 1px;
	font-size: 1rem;
	margin: 0;
	transform: translateY(-100%);
	text-shadow: none;
	z-index: 1;
}

.bigHero .headline .leftDets .atcb-list.expanded, .bigHero .headline .rightDets .atcb-list.expanded {
	height: 6.85rem;
}

.bigHero .headline .leftDets span, .bigHero .headline .rightDets span {
	font-weight: 100;
}

.bigHero .headline .leftDets p, .bigHero .headline .leftDets h3, .bigHero .headline .rightDets p, .bigHero .headline .rightDets h3 {
	margin: 0;
}

.bigHero .headline .leftDets {
	text-align: right;
	white-space: nowrap;
	font-size: 4em;
	font-weight: 900;
	text-transform: uppercase;
	line-height: 1em;
}

.bigHero .headline .leftDets span {
	color: #cbcacc;
}

.bigHero .headline .rightDets {
	text-align: left;
	font-size: 2.5em;
	font-weight: 900;
	white-space: nowrap;
	text-transform: uppercase;
	line-height: 1em;
}

.bigHero .headline .rightDets span {
	text-transform: none;
}

.bigHero .headline.rivalry .title:before {
	height: 100vh;
	bottom: calc(100% - 2vh);
	background-image: url(assets/hero/rivalry/rivalry_topLine.png);
}

.bigHero .headline.rivalry .title:after {
	top: 100%;
	height: 50vh;
	background-image: url(assets/hero/rivalry/rivalry_bottomLine.png);
	background-repeat: no-repeat;
}

.bigHero .headline.rivalry .rightDets {
	margin-left: 1rem;
}

.bigHero .headline.today {
	left: -5%;
	top: 50%;
}

.bigHero .headline.today .title {
	position: relative;
}

.bigHero .headline.today:before {
	content: '';
	display: block;
	position: absolute;
	position: absolute;
	width: 100%;
	height: 100vh;
	background: #000;
	left: 0;
	top: -50vh;
	border-radius: 100%;
	z-index: 0;
	box-shadow: 0px 0px 200px #000, 0px 0px 200px #000, 0px 0px 200px #000, 0px 0px 200px #000, 0px 0px 200px #000, 0px 0px 200px #000;
	opacity: 0.4;
}

@media (max-width: 700px) {
	.bigHero .headline.today {
		left: 0;
	}
}

.bigHero .headline.today .title:before {
	width: 100vw;
	height: 100%;
	right: 100%;
	top: 0;
	background-image: url(assets/hero/today/today_leftLine.png);
}

.bigHero .headline.today .title:after {
	top: calc(100% - 2px);
	height: 50vh;
	background-image: url(assets/hero/today/today_bottomLine.png);
	background-repeat: no-repeat;
}

.bigHero .headline.today .leftDets, .bigHero .headline.today .rightDets {
	top: 130%;
}

.bigHero .headline.today .leftDets {
	right: 58%;
}

.bigHero .headline.today .rightDets {
	left: 58%;
}

.bigHero .headline.today a.cta.watch button, .bigHero .headline.today a.cta.watch .iconWrap {
	font-size: 1em;
	cursor: pointer;
	background-color: #10181f;
	top: 1.05em;
}

.bigHero .headline.today a.cta.watch button span, .bigHero .headline.today a.cta.watch .iconWrap span {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.bigHero .headline.custom {
	color: #FFF;
	width: 100%;
}

.bigHero .headline.custom .title {
	display: inline-block;
}

.bigHero .headline.custom h1 {
	font-size: 9vw;
	font-weight: 100;
	text-transform: uppercase;
	line-height: 0.8em;
	margin: 0 auto;
	letter-spacing: -0.02em;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.75), 0px 0px 50px rgba(0, 0, 0, 0.5);
}

@media (max-width: 700px) {
	.bigHero .headline.custom h1 {
		font-size: 18vw;
	}
}

.bigHero .headline.custom h1 strong {
	font-weight: 900;
}

.bigHero .headline.custom h1 + p {
	font-size: 1.5vw;
	margin: 0;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.75), 0px 0px 50px rgba(0, 0, 0, 0.5);
}

@media (max-width: 700px) {
	.bigHero .headline.custom h1 + p {
		font-size: 7.5vw;
	}
}

.bigHero .headline.custom a.cta {
	font-size: 1rem;
	margin: 2rem auto 0;
	padding: 0.75em 1.5em;
	font-weight: 900;
}

.bigHero .headline.custom a.cta span {
	display: none;
}

.bigHero .headline.custom p.sponsor {
	font-size: 1rem;
}

.bigHero .headline.custom p.sponsor a img {
	height: 1.5em;
}

.bigHero .headline.custom.postSplit {
	text-align: center;
	bottom: initial;
	position: relative;
	margin: 1rem auto 0;
}

.bigHero .headline.custom.postSplit .cta {
	display: inline-block;
	margin: 0;
}

iframe.bgVideo {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 100%;
	height: calc(100vw/1.77);
	min-height: 100%;
	pointer-events: none;
	border: 0;
	overflow: hidden;
}

.videoPage iframe.bgVideo {
	pointer-events: auto;
	height: 101%;
	top: 0;
	transform: none;
}

.home-slides.videoPage ~ .nllWrap .score-feed {
	transition: all 0.2s ease-out;
}

.home-slides.videoPage:hover ~ .nllWrap .score-feed {
	transform: translateY(30px);
}

.videoPage .bigHero:before, .videoPage .bottomBorder:after {
	display: none;
}

.news-item-container {
	max-width: 1190px;
	width: 95%;
	margin: 0 auto;
	font-size: 0;
}

@media (max-width: 700px) {
	.news-item-container {
		width: 100%;
	}
}

.news-item-container .subscribe-box {
	margin: 0 auto 1rem;
	max-width: 550px;
	width: calc(100% - 6rem);
	background: #bfbfbf;
}

@media (max-width: 700px) {
	.news-item-container .subscribe-box {
		padding: 2rem;
		width: calc(100% - 5rem);
	}
}

.news-item-container .subscribe-box input[type="email"] {
	font-size: 1rem;
}

.news-item-container .subscribe-box input[type="email"]:focus, .news-item-container .subscribe-box input[type="email"]:active {
	border-color: #440099;
}

.news-item-container .no-results {
	display: block;
	width: 100%;
	padding: 1rem 0;
	text-align: center;
}

.news-item-container .no-results h3 {
	font-size: 2rem;
}

.news-item-container .ad {
	background: #000;
}

.news-item-container .ad ins.adsbygoogle {
	display: block !important;
	margin: 0 auto;
}

.news-item-container .ad br {
	display: none;
}

.news-item-container .ad p {
	margin: 0;
}

.news-item-container iframe {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.news-item-container .promo {
	width: 50%;
	margin: 5px;
	background: #FFF;
	height: 250px;
	display: inline-block;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	overflow: hidden;
}

.news-item-container .promo[data-width="50%"] {
	width: 50%;
}

.news-item-container .promo[data-width="25%"] {
	width: 25%;
}

.news-item-container .promo:hover img {
	transform: translate(-50%, -50%) scale(1.04);
}

.news-item-container .promo img {
	position: absolute;
	display: block;
	max-width: 100%;
	max-height: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 0;
	transition: all 0.2s ease-out;
}

.news-item-container .promo a {
	top: 0;
	left: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	border: 0;
	outline: 0;
	z-index: 1;
}

.news-item-container .promo[data-width="50%"] {
	width: calc(50% - 10px);
}

.news-item-container .promo[data-width="25%"] {
	width: calc(25% - 10px);
}

@media (max-width: 1350px) {
	.news-item-container .promo[data-width="25%"] {
		width: calc(33.333% - 10px);
	}
	.news-item-container .promo[data-width="50%"] {
		width: calc(66.666% - 10px);
	}
}

@media (max-width: 1000px) {
	.news-item-container .promo[data-width="25%"], .news-item-container .promo[data-width="50%"] {
		width: calc(50% - 10px);
	}
}

@media (max-width: 675px) {
	.news-item-container .promo[data-width="25%"], .news-item-container .promo[data-width="50%"] {
		width: calc(100% - 10px);
	}
}

.page-template-home .news-item-container {
	max-width: 1240px;
	text-align: center;
}

.page-template-home .news-item-container .thumbnail-outer-container {
	min-width: 300px;
	height: 250px;
	padding-bottom: 0;
}

@media (max-width: 1350px) {
	.page-template-home .news-item-container .thumbnail-outer-container {
		width: calc(33.333% - 10px);
	}
}

@media (max-width: 1000px) {
	.page-template-home .news-item-container .thumbnail-outer-container {
		width: calc(50% - 10px);
	}
}

@media (max-width: 675px) {
	.page-template-home .news-item-container .thumbnail-outer-container {
		width: calc(100% - 10px);
	}
}

.single-article {
	background: #f2f2f3;
	padding-top: 2rem;
	min-height: calc(100vh - 70px);
	border-top: 100px solid #000000;
	border-bottom: 280px solid #10181f;
}

.single-article.about-page {
	border-bottom: 10px solid #10181f;
}

.single-article.about-page .story-content-container {
	margin-bottom: 8rem;
}

@media (max-width: 700px) {
	.single-article {
		border-bottom: 0px;
	}
}

.single-article .content-wrap {
	width: 100%;
	font-size: 0;
}

.single-article .content-wrap .w70 {
	width: calc(100% - 320px);
}

@media (max-width: 1100px) {
	.single-article .content-wrap .w70 {
		width: calc(100% - 300px);
	}
}

@media (max-width: 900px) {
	.single-article .content-wrap .w70 {
		width: 100%;
	}
}

.single-article .content-wrap .w100 {
	width: 100%;
}

.single-article .content-wrap .w100 .article-content {
	width: 100%;
}

.single-article .content-wrap .w100 .story-description p, .single-article .content-wrap .w100 .story-description h1, .single-article .content-wrap .w100 .story-description h2, .single-article .content-wrap .w100 .story-description h3, .single-article .content-wrap .w100 .story-description h4, .single-article .content-wrap .w100 .story-description ul, .single-article .content-wrap .w100 .story-description li {
	max-width: 100%;
}

.single-article .content-wrap .w30 {
	width: 320px;
	font-size: 1rem;
}

@media (max-width: 1100px) {
	.single-article .content-wrap .w30 {
		width: 300px;
	}
}

@media (max-width: 900px) {
	.single-article .content-wrap .w30 {
		width: 100%;
	}
}

.single-article .content-wrap .nll-bar {
	display: inline-block;
	vertical-align: top;
}

.single-article .story-description .transaction {
	margin-bottom: 3rem;
}

.single-article .story-description .transaction .transaction-date {
	font-size: 1.35rem;
	text-transform: uppercase;
}

.single-article .story-description .transaction .transaction-date:after {
	content: '';
	display: block;
	position: absolute;
	width: 100px;
	height: 5px;
	position: relative;
	margin: 0.5rem 0;
	background: #10181f;
}

.single-article .story-description .vimWrap {
	width: 47.5%;
	margin: 1rem 0;
	float: left;
}

.single-article .story-description .vimWrap:nth-of-type(2n) {
	margin-left: 5%;
}

@media (max-width: 700px) {
	.single-article .story-description .vimWrap {
		width: 100%;
		margin-left: 0;
	}
}

.single-article .story-description .vimWrap iframe {
	height: 250px !important;
	margin: 0 !important;
}

.single-article .story-description blockquote:not(.twitter-tweet) p {
	font-size: 1em;
	line-height: 1.1em;
	margin: 0 auto;
	padding: 0;
	width: 100%;
}

.single-article .story-description blockquote:not(.twitter-tweet) ul {
	padding: 0;
	font-size: 1.3rem;
	list-style-type: none;
	color: #bfbfbf;
	font-weight: 500;
	display: table;
	margin: 1rem auto;
}

.single-article .story-description blockquote:not(.twitter-tweet) li {
	display: inline;
}

.single-article .story-description blockquote:not(.twitter-tweet) li:before {
	content: '-';
	padding-right: 0.5rem;
}

.single-article blockquote {
	max-width: 830px;
	display: block;
	margin: 5rem auto 2rem;
	text-align: center;
	line-height: 1em;
	font-weight: 900;
	font-size: 2.3rem;
	position: relative;
}

@media (max-width: 700px) {
	.single-article blockquote {
		font-size: 1.5rem;
	}
}

.single-article blockquote:before {
	content: '';
	display: block;
	position: absolute;
	top: -1rem;
	width: 130px;
	left: calc(50% - 65px);
	height: 5px;
	background: #cbcacc;
}

.single-article .list-component.video {
	display: block;
	padding: 1rem 0;
}

.single-article .story-description {
	max-width: 100%;
	margin: 0 auto;
}

@media (max-width: 700px) {
	.single-article .story-description {
		max-width: 100%;
	}
}

.single-article .story-description div {
	max-width: 100%;
}

.single-article .article-content {
	width: 92.5%;
}

@media (max-width: 800px) {
	.single-article .article-content {
		width: 95%;
		margin: 0 auto;
	}
}

.single-article .list-component-body, .single-article .list-component.picture, .single-article .list-component.video {
	max-width: 100%;
	margin: 0 auto;
}

.single-article .story-editorial-copy-container {
	width: 100%;
	margin: 0 auto;
}

.single-article .header-image {
	width: 110%;
	margin-left: -5%;
	padding-bottom: 46%;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #000;
	background-position: center 20%;
	position: relative;
	overflow: hidden;
}

@media (max-width: 1400px) {
	.single-article .header-image {
		width: 100%;
		margin-left: 0;
	}
}

.single-article .header-image .photo-credit {
	position: absolute;
	color: #FFF;
	font-size: 12px;
	top: 0;
	right: 0;
	text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5), 0px 0px 20px rgba(0, 0, 0, 0.25), 0px 0px 5px rgba(0, 0, 0, 0.5);
	padding: 0.25rem 0.5rem;
	width: auto;
}

.single-article .header-image:not(.video)[style*="url()"], .single-article .header-image:not(.video)[style*="background-image: none"] {
	visibility: hidden;
	padding-bottom: 3.5%;
}

.single-article .header-image:not(.video)[style*="url()"] ~ .story-editorial-copy-container .title-container, .single-article .header-image:not(.video)[style*="background-image: none"] ~ .story-editorial-copy-container .title-container {
	margin-top: -2rem;
}

@media (max-width: 700px) {
	.single-article .header-image:not(.video)[style*="url()"], .single-article .header-image:not(.video)[style*="background-image: none"] {
		padding-bottom: 0;
	}
}

.single-article .header-image.boxlax {
	padding-bottom: 0;
}

.single-article .header-image.boxlax img {
	width: 100%;
}

.single-article .header-image iframe {
	position: absolute;
	border: 0;
	outline: 0;
	display: block;
	width: 100%;
	height: 100%;
}

@media (min-width: 700px) {
	.single-article .header-image.video:hover ~ .story-editorial-copy-container .title-container {
		background: transparent;
		top: 3.75rem;
	}
	.single-article .header-image.video:hover ~ .story-editorial-copy-container .title-container h2:after {
		opacity: 0;
	}
}

.single-article .header-image + .story-editorial-copy-container .title-container {
	top: 0;
	margin-top: -4rem;
}

@media (max-width: 700px) {
	.single-article .header-image + .story-editorial-copy-container .title-container {
		margin-top: 0;
		padding-top: 1rem;
	}
}

.single-article .list-component-picture {
	margin-top: 1rem;
	display: inline-block;
	max-width: 100%;
}

@media (max-width: 700px) {
	.single-article .list-component-picture {
		max-width: 100%;
		width: 100%;
	}
}

.single-article .list-component-picture img {
	display: block;
	margin-bottom: 0.5rem;
	max-width: 100%;
}

.single-article .list-component-attribution {
	display: inline-block;
	margin-bottom: 1rem;
	font-size: 0.8rem;
	font-style: italic;
	width: 60%;
}

@media (max-width: 1024px) {
	.single-article .list-component-attribution {
		width: 55%;
	}
}

@media (max-width: 700px) {
	.single-article .list-component-attribution {
		width: 100%;
	}
}

.single-article .atomic-video-components {
	margin-bottom: -2rem;
	transition: margin-bottom 0.3s ease-out;
	transform: translateY(0);
}

@media (max-width: 700px) {
	.single-article .atomic-video-components {
		margin-bottom: 0;
	}
}

@media (min-width: 701px) {
	.single-article .atomic-video-components:hover + .story-editorial-copy-container .title-container {
		transform: translateY(2rem);
	}
}

.single-article .story-description {
	font-size: 1rem;
	overflow: hidden;
}

.single-article .story-description iframe[src*="vimeo"] {
	height: 400px;
}

.single-article .story-description p, .single-article .story-description h1, .single-article .story-description h2, .single-article .story-description h3, .single-article .story-description h4, .single-article .story-description h5, .single-article .story-description ul, .single-article .story-description li {
	max-width: 1000px;
	width: 100%;
	margin: 0 0 1rem;
}

@media (max-width: 700px) {
	.single-article .story-description p, .single-article .story-description h1, .single-article .story-description h2, .single-article .story-description h3, .single-article .story-description h4, .single-article .story-description h5, .single-article .story-description ul, .single-article .story-description li {
		width: 100%;
		margin: 0 auto 1rem;
	}
}

.single-article .story-description ul, .single-article .story-description ol {
	padding: 0 0 0 2rem;
	max-width: calc(100% - 2rem);
}

@media (max-width: 700px) {
	.single-article .story-description ul, .single-article .story-description ol {
		padding: 0 0 0 1rem;
		max-width: calc(100% - 1rem);
	}
}

.single-article .story-description img {
	max-width: 100%;
	height: auto;
}

.single-article .story-description img.alignleft {
	float: left;
	margin: 1rem 1rem 1rem 0;
}

.single-article .story-description img.alignright {
	float: right;
	margin: 1rem 0 1rem 1rem;
}

.single-article .story-description img.aligncenter {
	display: block;
	margin: 1.5rem auto;
}

@media (max-width: 700px) {
	.single-article .story-description img[style*="width: 50%"] {
		width: 100% !important;
	}
}

.single-article .story-description hr {
	width: 100px;
	height: 5px;
	background: #10181f;
	display: block;
	margin: 3rem 0;
}

.single-article .story-description p, .single-article .story-description ol {
	font-size: 1rem;
	line-height: 1.5em;
	margin: 0 0 1rem;
}

@media (max-width: 700px) {
	.single-article .story-description p, .single-article .story-description ol {
		margin: 0 auto 1rem;
	}
}

.single-article .story-description table {
	text-align: left;
	width: 100% !important;
	height: auto !important;
	margin: 1.5rem auto;
	border-collapse: collapse;
	border-spacing: 0;
	border: 0;
	outline: 0;
	font-size: 0.7rem;
}

@media (max-width: 600px) {
	.single-article .story-description table {
		display: block;
		overflow: auto;
		-webkit-overflow-scrolling: touch;
	}
	.single-article .story-description table tbody {
		display: table;
		min-width: 100%;
	}
}

.single-article .story-description table p {
	font-size: 1em;
	margin: 0;
	line-height: 1em;
}

.single-article .story-description table td, .single-article .story-description table th {
	padding: 0.5rem 0.3rem;
	border-right: 1px solid #bfbfbf;
	text-align: center;
}

.single-article .story-description table td u, .single-article .story-description table th u {
	text-decoration: none;
}

.single-article .story-description table td:empty:before {
	content: '';
	display: block;
	position: absolute;
	position: relative;
	content: '-';
}

.single-article .story-description table td:last-child, .single-article .story-description table th:last-child {
	border-right: 0;
}

.single-article .story-description table tr:first-child:nth-child(odd) {
	background: #000000;
	color: #FFF;
	text-transform: uppercase;
}

.single-article .story-description table tr:nth-child(odd) {
	background: #e6e6e6;
}

.single-article .story-description table tr:nth-child(even) {
	background: #FFF;
}

.single-article .story-description th {
	cursor: pointer;
	transition: background 0.2s ease-out;
}

.single-article .story-description th:hover {
	background: #440099;
}

.single-article .story-description th.current {
	background: #440099;
}

.single-article .story-description iframe {
	width: 100% !important;
	margin: 1rem auto !important;
}

.single-article .story-description iframe[height="166"][src*="soundcloud"] {
	position: relative;
	width: calc(100% + 164px) !important;
	left: -164px;
	margin: 0 auto !important;
}

.single-article .story-description .smcx-iframe-container iframe {
	margin: 0 !important;
}

.single-article .story-description twitterwidget {
	max-width: 100% !important;
	margin: 0 auto !important;
}

@media (max-width: 700px) {
	.single-article .story-description twitterwidget {
		width: 100% !important;
	}
}

.single-article .story-description a {
	color: #000000;
	font-weight: 600;
	text-decoration: none;
}

.single-article .story-description a:hover {
	text-decoration: underline;
}

.single-article .story-description.bigFirst > p:first-of-type:first-letter {
	font-size: 5.3rem;
	text-transform: uppercase;
	font-weight: 900;
	display: inline-block;
	vertical-align: top;
	position: relative;
	float: left;
	line-height: 0.9em;
	margin: 0 0.5rem 0.25rem 0;
}

.single-article .story-content-container {
	margin: -70px auto -160px;
	width: 95%;
}

@media (max-width: 700px) {
	.single-article .story-content-container {
		margin-bottom: -1rem;
		margin-top: -35px;
	}
}

.single-article .title-container {
	width: calc(90% - 2rem);
	max-width: calc(1024px - 2rem);
	padding: 2rem;
	text-align: center;
	background: #f2f2f2;
	margin: 0 auto;
	position: relative;
	transition: all 0.2s ease-out;
}

.single-article .title-container:after {
	content: '';
	display: block;
	position: absolute;
	position: relative;
	width: 130px;
	height: 5px;
	bottom: 0px;
	left: calc(50% - 65px);
	background: #10181f;
	transition: opacity 0.2s ease-out;
}

.single-article .title-container.large:after {
	width: 100px;
	bottom: -10px;
	left: 0;
}

.single-article .title-container .sponsoredPost {
	display: block;
	margin: -1rem auto 1rem;
	text-align: center;
}

.single-article .title-container .sponsoredPost p, .single-article .title-container .sponsoredPost a {
	font-size: 0.9rem;
	display: inline-block;
	vertical-align: middle;
}

.single-article .title-container .sponsoredPost a {
	margin-left: 0.5rem;
}

.single-article .title-container .sponsoredPost a img {
	max-height: 40px;
	width: auto;
}

.single-article .title-container .tag-container {
	width: 100%;
	text-align: center;
}

.single-article .title-container .tag-container .story-tag {
	display: inline-block;
	margin: 0 0.5rem;
}

.single-article .title-container .tag-container a {
	font-size: 0.85rem;
	color: #bfbfbf;
	text-decoration: none;
	transition: color 0.2s ease-out;
}

.single-article .title-container .tag-container a:hover {
	color: #b3a750;
}

.single-article .title-container h2 {
	text-transform: uppercase;
	font-weight: 900;
	font-size: 3.3rem;
	position: relative;
	margin-bottom: 1.5rem;
	margin-top: 1rem;
	line-height: 1em;
}

@media (max-width: 700px) {
	.single-article .title-container h2 {
		font-size: 1.4rem;
	}
}

@media (max-width: 700px) {
	.single-article .title-container.large h2 {
		font-size: 2.4rem;
	}
}

.single-article .author-date-sharing {
	display: flex;
	width: 100%;
	max-width: 950px;
	margin: 0 auto 2rem;
	text-align: center;
}

@media (max-width: 700px) {
	.single-article .author-date-sharing {
		display: block;
	}
}

.single-article .author-date-sharing a {
	color: #000000;
	text-decoration: none;
}

.single-article .author-date-sharing a:hover {
	text-decoration: underline;
}

.single-article .author-date-sharing .social-icons {
	width: 33%;
	display: flex;
}

@media (max-width: 700px) {
	.single-article .author-date-sharing .social-icons {
		width: 100%;
		display: block;
		margin-top: 1.5rem;
	}
}

.single-article .author-date-sharing .social-icons a {
	width: 30px;
	height: 30px;
}

.single-article .author-date-sharing .author, .single-article .author-date-sharing .published-date, .single-article .author-date-sharing [ng-controller="SocialSharingController"] {
	width: 33%;
	font-size: 0.85rem;
}

@media (max-width: 700px) {
	.single-article .author-date-sharing .author, .single-article .author-date-sharing .published-date, .single-article .author-date-sharing [ng-controller="SocialSharingController"] {
		width: 100%;
		display: block;
		margin-bottom: 0.25rem;
	}
}

.single-article .author-date-sharing .author {
	color: #000000;
	font-weight: 500;
}

.single-article.page {
	border-bottom: 0;
	border-top: 150px solid #000000;
	padding-top: 0;
}

.single-article.page .story-content-container {
	margin: 0 auto;
	padding: 3rem 0 8rem;
	display: table;
}

@media (max-width: 700px) {
	.single-article.page .story-content-container {
		padding-bottom: 0rem;
	}
}

.single-article.page .score-feed + .story-content-container {
	padding-top: 1rem;
}

.single-article.page .title-container.large {
	text-align: left;
	width: 100%;
	max-width: 1190px;
	padding: 0 0 2rem;
	margin-top: 0px;
}

@media (max-width: 700px) {
	.single-article.page .title-container.large {
		width: 97.5%;
	}
}

.single-article.page .title-container.large ~ .story-subhead {
	text-align: left;
	margin: 0 0 3rem;
}

.single-article.page .title-container.large ~ .story-subhead:empty {
	margin: 0 0 1rem;
}

@media (max-width: 700px) {
	.single-article.page .title-container.large ~ .story-subhead {
		width: 97.5%;
		margin: 0 auto 3rem;
	}
	.single-article.page .title-container.large ~ .story-subhead:empty {
		margin: 0 auto 1rem;
	}
}

.single-article.page .title-container.large h2 {
	font-size: 3rem;
	margin: 0.35rem 0 0;
	width: 90%;
}

@media (max-width: 700px) {
	.single-article.page .title-container.large h2 {
		font-size: 2rem;
	}
}

.single-article.page .title-container.large h2:after {
	left: 0;
	bottom: -0.85rem;
	height: 5px;
	width: 100px;
}

.noRelatedContent {
	height: 300px;
	background: #f2f2f2;
	margin-bottom: -280px;
}

.bottom-tight-grid {
	width: 100%;
	font-size: 0;
}

.bottom-grid-item {
	width: 47.5%;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 1rem;
}

.bottom-grid-item:nth-child(odd) {
	margin-right: 5%;
}

@media (max-width: 700px) {
	.bottom-grid-item {
		width: 100%;
		margin-right: 0;
	}
}

.bottom-grid-item img {
	width: 100%;
	height: auto;
}

.bottom-grid-item h3 {
	text-transform: uppercase;
	color: #000000;
	margin: 1rem 0 0.5rem !important;
	font-size: 1rem;
}

.bottom-grid-item ul li, .bottom-grid-item ol li {
	margin: 0 0 0.5rem !important;
}

.bottom-grid-item p, .bottom-grid-item ul, .bottom-grid-item ol, .bottom-grid-item p a {
	font-size: 0.8rem !important;
}

.bottom-grid-item a {
	font-size: 1rem !important;
}

.event-grid {
	margin-top: 2rem;
}

.event-listing {
	font-size: 0;
	text-align: center;
}

.event-listing .event-tile {
	font-size: 1rem;
	padding: 1rem;
	display: inline-block;
	vertical-align: top;
	width: calc(50% - 3rem);
	max-width: 500px;
	margin: 0 0.5rem 1rem;
	color: #10181f;
	text-decoration: none;
	transition: color 0.2s ease-out;
}

@media (max-width: 700px) {
	.event-listing .event-tile {
		width: calc(100% - 3rem);
	}
}

.event-listing .event-tile:hover {
	color: #000000;
}

.event-listing .event-tile .month, .event-listing .event-tile .day, .event-listing .event-tile h3, .event-listing .event-tile p {
	display: block;
	text-align: center;
	margin: 0;
	text-transform: uppercase;
}

.event-listing .event-tile h3 {
	max-width: 80%;
	margin: 0 auto;
}

@media (max-width: 700px) {
	.event-listing .event-tile h3 {
		max-width: 100%;
	}
}

.event-listing .event-tile p {
	margin-top: 0.25rem;
}

.event-listing .event-tile .month {
	font-size: 1.5rem;
	font-weight: 900;
}

.event-listing .event-tile .day {
	font-size: 5.5rem;
	font-weight: 900;
	color: #000000;
	line-height: 1em;
}

.event-blurb {
	text-align: left;
	font-size: 1rem;
}

.event-page.page .title-container.large {
	width: 95%;
	margin-left: 0;
}

.event-page.page .eventImage {
	margin: 2rem 0 1rem;
	max-width: 100%;
	height: auto;
}

.event-page.page .event-dets {
	display: block;
	font-size: 0;
}

.event-page.page .event-dets span {
	display: inline-block;
	vertical-align: middle;
	font-weight: 100;
	font-size: 1.5rem;
	margin: -1rem 0.5rem 0;
}

.event-page.page .date {
	color: #10181f;
	font-weight: 900;
	font-size: 1.1rem;
	margin: 0;
	display: inline-block;
}

.event-page.page .location {
	display: inline-block;
	font-size: 1.1rem;
	font-weight: 900;
	text-decoration: none;
	margin: 0;
	color: #10181f;
}

.event-page.page a.location {
	transition: color 0.2s ease-out;
}

.event-page.page a.location:hover {
	color: #000000;
}

.event-page.page p {
	line-height: 1.5em;
}

.event-page.page ul li {
	margin-bottom: 0.5rem;
}

.right-thumbs .post-thumbnail-container {
	margin-top: -10px;
	width: 100%;
}

.right-thumbs .thumbnail-outer-container, .right-thumbs .featured-inner-container, .right-thumbs .sidebar-thumbnail, .right-thumbs .story-thumbnail-container {
	width: 100%;
	margin: 5px 0;
	padding-bottom: 60%;
}

@media (max-width: 900px) {
	.right-thumbs .thumbnail-outer-container, .right-thumbs .featured-inner-container, .right-thumbs .sidebar-thumbnail, .right-thumbs .story-thumbnail-container {
		display: none;
	}
}

.sidebar-standings {
	width: calc(100% - 6px);
	border-left: 6px solid #bfbfbf;
	text-align: left;
	background: #FFF;
	display: inline-block;
	margin: 0 0 5px;
}

@media (max-width: 900px) {
	.sidebar-standings {
		width: 50%;
		max-width: 300px;
	}
}

@media (max-width: 700px) {
	.sidebar-standings {
		width: 100%;
		margin: 0 auto 5px;
	}
}

.sidebar-standings .standings-header {
	background: #000000;
	padding: 1rem 0 1rem 1.5rem;
	margin-top: -1px;
	text-align: left;
	margin-bottom: 1rem;
}

.sidebar-standings .standings-header p {
	color: #FFF;
	margin: 0;
	text-transform: uppercase;
	font-weight: 900;
	font-size: 17px;
}

.sidebar-standings .linkage {
	background: #440099;
	padding: 0.8rem 0;
	text-align: center;
	margin-top: 1rem;
	line-height: 15px;
}

.sidebar-standings .linkage a {
	color: #FFF;
	text-transform: uppercase;
	font-weight: 900;
	margin-left: -0.5rem;
	font-size: 15px;
	text-decoration: none;
}

.sidebar-standings .linkage a:hover span {
	left: 0.85rem;
}

.sidebar-standings .linkage a span {
	font-size: 30px;
	display: inline-block;
	vertical-align: top;
	position: relative;
	transition: left 0.2s ease-out;
	left: 0.5rem;
	top: -0.02em;
}

.sidebar-standings table {
	width: 100%;
	table-layout: fixed;
	padding: 0 0.5rem 0 1.5rem;
	margin: 0;
	text-align: left;
	border-spacing: 0;
	font-size: 1rem;
	position: relative;
}

.sidebar-standings table th {
	font-size: 0.9rem;
}

.sidebar-standings table p {
	margin: 0;
}

.sidebar-standings table:not(.table-label) tr th, .sidebar-standings table:not(.table-label) tr td {
	font-size: 14px;
}

.sidebar-standings table:not(.table-label) tr th:nth-child(1), .sidebar-standings table:not(.table-label) tr th:nth-child(3), .sidebar-standings table:not(.table-label) tr th:nth-child(4), .sidebar-standings table:not(.table-label) tr td:nth-child(1), .sidebar-standings table:not(.table-label) tr td:nth-child(3), .sidebar-standings table:not(.table-label) tr td:nth-child(4) {
	width: 12.5%;
}

.sidebar-standings table:not(.table-label) tr th:nth-child(2), .sidebar-standings table:not(.table-label) tr td:nth-child(2) {
	width: 50%;
}

.sidebar-standings table:not(.table-label) tr td {
	padding: 0.5rem 0;
	position: relative;
}

.sidebar-standings table:not(.table-label) tr td:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	background: #d7d7d7;
	left: 0;
	bottom: 0;
}

.sidebar-standings table:not(.table-label) tr td:last-child:after {
	width: 50%;
}

.sidebar-standings table:not(.table-label) tr:last-child td:after {
	display: none;
}

.sidebar-standings .table-label p {
	text-align: left;
	font-size: 14px;
	color: #000000;
	margin-top: 0.3rem;
	text-transform: uppercase;
}

.sidebar-right .standings-header {
	padding: 1rem 0;
	text-align: center;
}

.page-template-standings .sidebar-standings {
	display: none;
}

.social-icons a {
	width: 39px;
	height: 35px;
	cursor: pointer;
	display: inline-block;
	background-image: url(assets/btn/social-sprites.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	transition: opacity 0.3s ease-out;
}

.social-icons a:hover {
	opacity: 0.7;
}

.social-icons a:not(:first-child) {
	margin-left: 1rem;
}

.social-icons a.facebook-share {
	background-image: url(assets/btn/icon-facebook.png);
}

.social-icons a.twitter-share {
	background-image: url(assets/btn/icon-twitter.png);
}

.social-icons a.reddit-share {
	background-image: url(assets/btn/icon-reddit.png);
}

.social-icons a.email-share {
	background-image: url(assets/btn/icon-mail.png);
}

.social-icons a.print {
	background-image: url(assets/btn/icon-print.png);
}

.article-footer {
	width: 95%;
	display: table;
	font-size: 1rem;
	margin: 3rem auto 2rem;
}

.article-footer .attribution-and-tag-container, .article-footer .sponsor {
	float: right;
	margin-top: 1rem;
}

.article-footer .attribution-and-tag-container .attribution-header, .article-footer .sponsor .attribution-header {
	text-transform: uppercase;
	font-weight: 900;
}

.article-footer .attribution-and-tag-container a, .article-footer .sponsor a {
	color: #000000;
	text-decoration: none;
	font-size: 0.9rem;
}

.article-footer .attribution-and-tag-container a:hover, .article-footer .sponsor a:hover {
	text-decoration: underline;
}

.article-footer .article-footer-left, .article-footer .article-footer-right {
	width: 49%;
	display: inline-block;
}

@media (max-width: 700px) {
	.article-footer .article-footer-left, .article-footer .article-footer-right {
		width: 90%;
		margin-left: 5%;
	}
}

.article-footer .article-footer-left .label, .article-footer .article-footer-right .label {
	font-weight: 900;
	text-transform: uppercase;
	display: block;
	margin-bottom: 0.5rem;
}

.article-footer .article-footer-left {
	float: left;
}

@media (max-width: 800px) {
	.article-footer .article-footer-left {
		display: none;
	}
}

.tag-container {
	width: 100%;
}

.tag-container a {
	font-size: 0.9rem;
	color: #000000;
	text-decoration: none;
}

.tag-container a:hover {
	text-decoration: underline;
}

.tag-container .story-tag {
	display: inline-block;
}

.tag-container .story-tag:not(first-of-type) {
	margin-left: 0.25rem;
}

.article-footer-right {
	width: 100%;
	max-width: 400px;
	margin-bottom: 2rem;
	float: right;
	text-align: right;
}

.article-footer-right.mobile {
	display: none;
}

@media (max-width: 800px) {
	.article-footer-right.mobile {
		text-align: center;
		font-size: 1rem;
		display: block;
		width: auto;
		float: none;
		width: 90%;
		margin: 1rem auto 1rem;
	}
	.article-footer-right.mobile span {
		text-transform: uppercase;
		display: block;
		font-size: 1rem;
		margin-bottom: 1rem;
		font-weight: 600;
	}
	.article-footer-right.mobile a {
		margin: 0 0.1rem;
	}
	.article-footer-right.desktop {
		display: none;
	}
}

.more-like {
	width: 100%;
	float: left;
}

.more-like-text {
	text-align: left;
	font-weight: 900;
	float: left;
	display: inline-block;
	font-size: 1.66rem;
	margin: 0 2rem 1.5rem;
	text-transform: uppercase;
}

@media (max-width: 700px) {
	.more-like-text {
		text-align: center;
		margin: 0 auto 1.5rem;
	}
}

.story-subhead {
	width: 90%;
	max-width: 770px;
	font-style: italic;
	text-align: center;
	margin: 0 auto 4rem;
}

.story-subhead:empty {
	margin: 0 auto 2rem;
}

@media (max-width: 700px) {
	.story-subhead {
		margin-bottom: 2rem;
	}
}

.story-subhead p {
	font-size: 1rem;
	margin: 0;
	line-height: 1.5em;
}

.about-content {
	/*Wrapper to keep elements flush with intended edge and balance top/bottom margin*/
	display: table;
	width: calc(100% + 20px*2);
	margin-left: -20px;
	/*Generate query for tablet - any size under 50%, becomes 50%. Any size at or above 50% becomes 100%.*/
	/*Generate query for mobile - all sizes take up the full screen width.*/
	font-size: 0;
}

.about-content .w30 {
	width: calc(30% - 40px);
	margin: 0 20px;
}

.about-content .w70 {
	width: calc(70% - 40px);
	margin: 0 20px;
}

@media (max-width: 1023px) {
	.about-content .w30 {
		width: calc(50% - 20px*2);
		margin: 0 20px;
	}
}

@media (max-width: 700px) {
	.about-content .w30 {
		width: calc(100% - 20px*2);
		margin: 0 20px;
	}
	.about-content .w70 {
		width: calc(100% - 20px*2);
		margin: 0 20px;
	}
}

@media (max-width: 1023px) {
	.about-content {
		width: 100%;
		margin: 0 auto;
	}
}

.about-content .rulebook {
	width: 100%;
	text-align: center;
	color: #000000;
	margin-left: 2rem;
	font-weight: 900;
	font-size: 0.75rem;
	text-decoration: none;
	transition: color 0.2s ease-out;
}

.about-content .rulebook:hover {
	color: #440099;
}

.about-content .about-sidebar, .about-content .about-text {
	font-size: 1rem;
	display: inline-block;
	vertical-align: top;
}

.about-content .about-sidebar {
	color: #000000;
}

@media (max-width: 700px) {
	.about-content .about-sidebar {
		margin-bottom: 1rem;
	}
}

@media (max-width: 1023px) {
	.about-content .about-sidebar.w30 {
		width: calc(30% - 40px);
	}
	.about-content .about-sidebar.w30 .title a {
		font-size: 1.1rem;
	}
	.about-content .about-sidebar.w30 .title p {
		font-size: 0.8rem;
	}
}

@media (max-width: 700px) {
	.about-content .about-sidebar.w30 {
		width: calc(100% - 40px);
	}
}

.about-content .about-sidebar .about-nav-bar.locked {
	background: #f2f2f2;
	position: fixed;
	top: 0;
	left: 0;
}

.about-content .about-sidebar .about-nav-bar.stuck {
	position: absolute;
}

.about-content .about-sidebar .about-nav-section {
	margin: 1rem 0;
	width: 100%;
	float: left;
}

.about-content .about-sidebar .chapter, .about-content .about-sidebar .title {
	display: inline-block;
	vertical-align: top;
}

.about-content .about-sidebar .chapter {
	font-size: 1.8rem;
	width: 1rem;
	font-weight: 900;
	margin-top: 0.5rem;
	margin-right: 0.5rem;
	float: left;
}

.about-content .about-sidebar .title {
	float: none;
	display: block;
	overflow: hidden;
}

.about-content .about-sidebar .title a {
	font-size: 1.3rem;
	font-weight: 700;
	padding: 0.5rem 0.5rem;
	color: #000000;
	display: block;
	text-decoration: none;
}

.about-content .about-sidebar .title p {
	font-size: 0.85rem;
	font-weight: 100;
	margin: 0;
}

.about-content .about-sidebar .title:hover, .about-content .about-sidebar .title.current {
	background: #000000;
	font-style: italic;
}

.about-content .about-sidebar .title:hover a, .about-content .about-sidebar .title.current a {
	color: #FFF;
}

.about-content .about-sidebar .title.current ~ ul {
	max-height: 70vh;
}

.about-content .about-sidebar ul {
	display: none;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.5s;
	list-style-type: none;
	padding-left: 1.5rem;
	width: calc(100% - 1.5rem);
	margin: 0.25rem 0 0;
}

@media (max-width: 700px) {
	.about-content .about-sidebar ul {
		display: none;
	}
}

.about-content .about-sidebar ul li {
	display: block;
}

.about-content .about-sidebar ul a {
	color: #000000;
	float: none;
	overflow: hidden;
	text-decoration: none;
	font-size: 0.85rem;
	padding: 0.25rem 0 0.25rem 1.5rem;
	display: block;
	font-weight: 600;
}

.about-content .about-sidebar ul a:hover {
	background: #000000;
	color: #FFF;
	font-style: italic;
}

.about-content .filterSearch {
	text-align: left;
}

.about-content .about-text mark {
	background: #000000;
	color: #FFF;
}

.about-content .about-text h2 {
	font-size: 1.2rem;
	margin: 0 auto 1.5rem;
	text-transform: uppercase;
}

.about-content .about-text p {
	line-height: 1.5rem;
}

.about-content .about-section:not(:first-child) h2:before {
	content: '';
	display: block;
	position: absolute;
	position: relative;
	width: 100px;
	height: 5px;
	background: #10181f;
	margin: 2rem 0;
}

.about-content .about-related-videos {
	/*Wrapper to keep elements flush with intended edge and balance top/bottom margin*/
	display: table;
	width: calc(100% + 5px*2);
	margin-left: -5px;
	/*Generate query for tablet - any size under 50%, becomes 50%. Any size at or above 50% becomes 100%.*/
	/*Generate query for mobile - all sizes take up the full screen width.*/
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
	font-size: 0;
}

.about-content .about-related-videos .w25 {
	width: calc(25% - 10px);
	margin: 0 5px;
}

@media (max-width: 1023px) {
	.about-content .about-related-videos .w25 {
		width: calc(50% - 5px*2);
		margin: 0 5px;
	}
}

@media (max-width: 700px) {
	.about-content .about-related-videos .w25 {
		width: calc(100% - 5px*2);
		margin: 0 5px;
	}
}

.about-content .about-related-videos .about-video {
	font-size: 1rem;
	display: inline-block;
	vertical-align: top;
	background: #10181f;
	color: #FFF;
	height: 0;
	padding-bottom: calc(25% - 10px);
	position: relative;
	cursor: pointer;
}

@media (max-width: 700px) {
	.about-content .about-related-videos .about-video {
		padding-bottom: calc(50% - 10px);
		margin-bottom: 10px;
	}
}

.about-content .about-related-videos .about-video:before {
	content: '';
	display: block;
	position: absolute;
	background-image: url(assets/btn/cta_play.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 30%;
	background-color: #cbcacc;
	border-radius: 100%;
	left: calc(50% - 35px);
	top: calc(50% - 35px);
	width: 70px;
	height: 70px;
}

.about-content .about-related-videos .about-video .textWrap {
	position: absolute;
	bottom: 0.75rem;
	left: 0.75rem;
}

.about-content .about-related-videos .about-video .textWrap p {
	margin: 0;
	font-weight: 700;
	font-size: 1rem;
	line-height: 1em;
}

.about-content .about-related-videos .about-video .textWrap span {
	font-size: 14px;
}

.mobile-social-footer {
	display: none;
}

@media (max-width: 800px) {
	.mobile-social-footer {
		margin-top: 1rem;
		margin-bottom: 2rem;
		display: block;
		text-align: center;
	}
	.mobile-social-footer span {
		display: block;
		font-size: 1rem;
		font-weight: 900;
		text-transform: uppercase;
		margin-bottom: 1rem;
	}
}

.thumbnail-outer-container, .featured-inner-container, .sidebar-thumbnail, .story-thumbnail-container {
	display: inline-block;
	vertical-align: top;
	width: calc(25% - 10px);
	height: 0;
	padding-bottom: 250px;
	margin: 5px;
	font-size: 1rem;
	position: relative;
	background: #440099;
	overflow: hidden;
	text-align: left;
}

@media (max-width: 1023px) {
	.thumbnail-outer-container, .featured-inner-container, .sidebar-thumbnail, .story-thumbnail-container {
		padding-bottom: 22%;
	}
}

.thumbnail-outer-container a.story-thumbnail, .featured-inner-container a.story-thumbnail, .sidebar-thumbnail a.story-thumbnail, .story-thumbnail-container a.story-thumbnail {
	display: block;
	position: absolute;
	height: 100%;
	width: 100%;
	overflow: hidden;
}

.thumbnail-outer-container a.story-thumbnail:before, .thumbnail-outer-container a.story-thumbnail:after, .featured-inner-container a.story-thumbnail:before, .featured-inner-container a.story-thumbnail:after, .sidebar-thumbnail a.story-thumbnail:before, .sidebar-thumbnail a.story-thumbnail:after, .story-thumbnail-container a.story-thumbnail:before, .story-thumbnail-container a.story-thumbnail:after {
	content: '';
	display: block;
	position: absolute;
	width: 0px;
	height: 0px;
	z-index: 5;
	transition: width 0.3s ease-out 0s, height 0.3s ease-out 0s, border-color 0.3s 0.1s;
}

.thumbnail-outer-container a.story-thumbnail:before, .featured-inner-container a.story-thumbnail:before, .sidebar-thumbnail a.story-thumbnail:before, .story-thumbnail-container a.story-thumbnail:before {
	top: 0;
	right: 0;
	border-top: 10px solid transparent;
	border-right: 10px solid transparent;
}

.thumbnail-outer-container a.story-thumbnail:after, .featured-inner-container a.story-thumbnail:after, .sidebar-thumbnail a.story-thumbnail:after, .story-thumbnail-container a.story-thumbnail:after {
	bottom: 0;
	left: 0;
	border-bottom: 10px solid transparent;
	border-left: 10px solid transparent;
}

.thumbnail-outer-container a.story-thumbnail:hover, .featured-inner-container a.story-thumbnail:hover, .sidebar-thumbnail a.story-thumbnail:hover, .story-thumbnail-container a.story-thumbnail:hover {
	opacity: 1;
}

.thumbnail-outer-container a.story-thumbnail:hover:before, .thumbnail-outer-container a.story-thumbnail:hover:after, .featured-inner-container a.story-thumbnail:hover:before, .featured-inner-container a.story-thumbnail:hover:after, .sidebar-thumbnail a.story-thumbnail:hover:before, .sidebar-thumbnail a.story-thumbnail:hover:after, .story-thumbnail-container a.story-thumbnail:hover:before, .story-thumbnail-container a.story-thumbnail:hover:after {
	width: 100%;
	height: 100%;
	border-color: #000000;
	transition: width 0.3s ease-out 0s, height 0.3s ease-out 0s, border-color 0s 0s;
}

.thumbnail-outer-container .home-thumbnail-container, .featured-inner-container .home-thumbnail-container, .sidebar-thumbnail .home-thumbnail-container, .story-thumbnail-container .home-thumbnail-container {
	position: absolute;
	background-size: cover;
	background-position: center 25%;
	width: 100%;
	height: 100%;
}

.thumbnail-outer-container:empty, .featured-inner-container:empty, .sidebar-thumbnail:empty, .story-thumbnail-container:empty {
	display: none;
}

.thumbnail-outer-container .icon-container, .featured-inner-container .icon-container, .sidebar-thumbnail .icon-container, .story-thumbnail-container .icon-container {
	position: absolute;
	background: #FFF;
	transform-origin: center;
	transform: rotate(45deg);
	width: 110px;
	height: 110px;
	box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.25);
	top: -55px;
	right: -55px;
	z-index: 5;
	transition: all 0.2s ease-out;
}

.thumbnail-outer-container .icon-container .icon, .featured-inner-container .icon-container .icon, .sidebar-thumbnail .icon-container .icon, .story-thumbnail-container .icon-container .icon {
	position: absolute;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-webkit-backface-visibility: hidden;
	bottom: 8%;
	left: 40%;
}

.thumbnail-outer-container .textWrap, .featured-inner-container .textWrap, .sidebar-thumbnail .textWrap, .story-thumbnail-container .textWrap {
	position: absolute;
	bottom: 1.25rem;
	width: 80%;
	left: 10%;
	color: #FFF;
	text-shadow: 0px 0px 10px rgba(35, 31, 32, 0.5);
	z-index: 4;
}

@media (max-width: 700px) {
	.thumbnail-outer-container .textWrap, .featured-inner-container .textWrap, .sidebar-thumbnail .textWrap, .story-thumbnail-container .textWrap {
		width: 90%;
		left: 5%;
	}
}

.thumbnail-outer-container .textWrap:before, .featured-inner-container .textWrap:before, .sidebar-thumbnail .textWrap:before, .story-thumbnail-container .textWrap:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: -0.75rem;
	width: 50%;
	max-width: 105px;
	height: 5px;
	background: #cbcacc;
}

.thumbnail-outer-container .textWrap .tag, .thumbnail-outer-container .textWrap .date, .featured-inner-container .textWrap .tag, .featured-inner-container .textWrap .date, .sidebar-thumbnail .textWrap .tag, .sidebar-thumbnail .textWrap .date, .story-thumbnail-container .textWrap .tag, .story-thumbnail-container .textWrap .date {
	font-weight: 100;
	line-height: 1rem;
	font-size: 0.77rem;
}

.thumbnail-outer-container .textWrap .tag, .featured-inner-container .textWrap .tag, .sidebar-thumbnail .textWrap .tag, .story-thumbnail-container .textWrap .tag {
	display: inline-block;
}

.thumbnail-outer-container .textWrap .date, .featured-inner-container .textWrap .date, .sidebar-thumbnail .textWrap .date, .story-thumbnail-container .textWrap .date {
	display: inline-block;
	margin: 0.15rem 0;
}

.thumbnail-outer-container .textWrap .title, .featured-inner-container .textWrap .title, .sidebar-thumbnail .textWrap .title, .story-thumbnail-container .textWrap .title {
	display: block;
	font-weight: 900;
	line-height: 1.2em;
}

.thumbnail-outer-container .overlay, .featured-inner-container .overlay, .sidebar-thumbnail .overlay, .story-thumbnail-container .overlay {
	position: absolute;
	width: 100%;
	height: 50%;
	bottom: 0;
	left: 0;
	opacity: 0.9;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,231f20+100&0+0,1+100 */
	background: -moz-linear-gradient(top, rgba(35, 31, 32, 0) 0%, #231f20 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(35, 31, 32, 0) 0%, #231f20 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(35, 31, 32, 0) 0%, #231f20 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#10181f',GradientType=0 );
	/* IE6-9 */
	z-index: 2;
}

.thumbnail-outer-container img, .featured-inner-container img, .sidebar-thumbnail img, .story-thumbnail-container img {
	display: block;
	height: 100%;
	left: 50%;
	transform: translateX(-50%);
	position: relative;
	z-index: 1;
}

.thumbnail-outer-container .sponsoredBy, .featured-inner-container .sponsoredBy, .sidebar-thumbnail .sponsoredBy, .story-thumbnail-container .sponsoredBy {
	background: #440099;
	width: calc(100% - 1.5rem);
	padding: 0.5rem 0.75rem 0.75rem;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 3;
	color: #FFF;
	text-decoration: none;
}

.thumbnail-outer-container .sponsoredBy .sTitle, .featured-inner-container .sponsoredBy .sTitle, .sidebar-thumbnail .sponsoredBy .sTitle, .story-thumbnail-container .sponsoredBy .sTitle {
	display: block;
	font-weight: 900;
	font-size: 1rem;
}

@media (max-width: 1023px) {
	.thumbnail-outer-container .sponsoredBy .sTitle, .featured-inner-container .sponsoredBy .sTitle, .sidebar-thumbnail .sponsoredBy .sTitle, .story-thumbnail-container .sponsoredBy .sTitle {
		font-size: 1.2rem;
	}
}

.thumbnail-outer-container .sponsoredBy .sText, .thumbnail-outer-container .sponsoredBy .sImage, .featured-inner-container .sponsoredBy .sText, .featured-inner-container .sponsoredBy .sImage, .sidebar-thumbnail .sponsoredBy .sText, .sidebar-thumbnail .sponsoredBy .sImage, .story-thumbnail-container .sponsoredBy .sText, .story-thumbnail-container .sponsoredBy .sImage {
	display: inline-block;
	vertical-align: middle;
}

.thumbnail-outer-container .sponsoredBy .sImage, .featured-inner-container .sponsoredBy .sImage, .sidebar-thumbnail .sponsoredBy .sImage, .story-thumbnail-container .sponsoredBy .sImage {
	width: 80px;
	text-align: center;
	margin-left: 10px;
}

.thumbnail-outer-container .sponsoredBy .sImage img, .featured-inner-container .sponsoredBy .sImage img, .sidebar-thumbnail .sponsoredBy .sImage img, .story-thumbnail-container .sponsoredBy .sImage img {
	margin: 0 auto;
}

.thumbnail-outer-container .sponsoredBy .sImage span, .featured-inner-container .sponsoredBy .sImage span, .sidebar-thumbnail .sponsoredBy .sImage span, .story-thumbnail-container .sponsoredBy .sImage span {
	font-size: 12px;
	display: block;
	margin-bottom: 5px;
}

.thumbnail-outer-container .sponsoredBy .sText, .featured-inner-container .sponsoredBy .sText, .sidebar-thumbnail .sponsoredBy .sText, .story-thumbnail-container .sponsoredBy .sText {
	width: calc(100% - 95px);
	text-align: right;
}

.thumbnail-outer-container .sponsoredBy .presented, .featured-inner-container .sponsoredBy .presented, .sidebar-thumbnail .sponsoredBy .presented, .story-thumbnail-container .sponsoredBy .presented {
	font-weight: 100;
	font-size: 0.8rem;
}

.thumbnail-outer-container .sponsoredBy img, .featured-inner-container .sponsoredBy img, .sidebar-thumbnail .sponsoredBy img, .story-thumbnail-container .sponsoredBy img {
	width: 60px;
	height: auto;
	transform: none;
	right: 0;
	left: 0;
}

@media (max-width: 1023px) {
	.thumbnail-outer-container .title, .featured-inner-container .title, .sidebar-thumbnail .title, .story-thumbnail-container .title {
		font-size: 1.2rem;
	}
}

@media (max-width: 700px) {
	.thumbnail-outer-container, .featured-inner-container, .sidebar-thumbnail, .story-thumbnail-container {
		width: calc(100% - 10px);
		padding-bottom: calc(60% - 10px);
	}
}

@media (max-width: 900px) {
	.promo[data-width="50%"] ~ :nth-child(11) {
		display: none;
	}
}

.article-thumbnail-container, .post-thumbnail-container {
	width: 100%;
	max-width: 1190px;
	text-align: center;
	font-size: 0;
}

@media (max-width: 1200px) {
	.article-thumbnail-container:not(.right-thumbs), .post-thumbnail-container:not(.right-thumbs) {
		width: 95%;
	}
}

@media (max-width: 700px) {
	.article-thumbnail-container, .post-thumbnail-container {
		display: none;
	}
}

.article-thumbnail-container {
	margin: 0 auto;
}

.article-thumbnail-container:first-child {
	margin-top: -3rem;
}

.post-thumbnail-container {
	margin: 1rem auto;
	display: table;
}

@media (max-width: 700px) {
	.post-thumbnail-container {
		width: 95%;
		margin-left: 2.5%;
		padding-bottom: 2rem;
	}
}

.list-component-picture {
	text-align: center;
}

.attribution-and-tag-container {
	font-size: 1rem;
}

.story-description-container {
	font-size: 1rem;
	line-height: 1.5rem;
}

.nllWrap {
	width: 100%;
	float: left;
	position: relative;
	z-index: 1;
	margin-top: 2rem;
	padding-bottom: 6rem;
}

@media (max-width: 700px) {
	.nllWrap {
		padding-bottom: 2rem;
	}
}

.wpcf7 select {
	border: 0;
	outline: 0;
	font-size: 1rem !important;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	background-color: #FFF;
	font-style: italic;
	flex: 1 0 auto;
	width: calc(100% - 1rem);
	padding: 0.8rem 2rem 0.8rem 0.5rem !important;
	margin-right: 0.5rem;
	font-size: 0.85rem;
	color: #000;
	font-weight: 500;
	background-image: url("assets/btn/arrow.php?color=rgba(0, 0, 0, 0.99)");
	background-repeat: no-repeat;
	background-position: right 1rem center;
	background-size: 15px;
	transition: color 0.2s ease-out;
}

@media (max-width: 1023px) {
	.wpcf7 select {
		background-size: 10px;
	}
}

.filters {
	width: 96%;
	max-width: 1190px;
	margin: 0 auto 1rem;
	display: table;
	font-size: 1rem;
	position: relative;
	white-space: nowrap;
}

.filters.players, .filters.schedule, .filters.player-stats, .filters.all-team-stats, .filters.standings {
	margin: 0 0 1rem;
}

.filters.news {
	width: 95%;
}

.filters.schedule select, .filters.player-stats select {
	width: 25%;
}

@media (max-width: 700px) {
	.filters.schedule select, .filters.player-stats select {
		width: 100%;
	}
}

.filters.video {
	max-width: 1175px;
}

.filters.video .filterOpts {
	width: 100%;
}

/*
.filters.video .dropdowns select {
	background-color: transparent;
	background-image: url("assets/btn/arrow.php?color=rgba(255, 255, 255, 0.99)");
	color: #FFF; !important;
	border: 1px solid #FFF;
}
*/

.filters.video .dropdowns select {
	background-color: #fff;
	background-image: url("assets/btn/arrow.php?color=rgba(0,61,65,0.99)");
	color: #003da5; !important;
	border: 1px solid #003da5;
}


.filters.video .dropdowns select option {
	background: #ccc;
}

@media (max-width: 900px) {
	.filters {
		width: 99%;
	}
}

@media (max-width: 700px) {
	.filters {
		width: 100%;
		white-space: normal;
	}
}

.filters input, .filters fieldset, .filters select {
	border: 0;
	outline: 0;
	font-size: 1rem;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
}

.filters .filterOpts {
	float: left;
	width: 70%;
}

@media (max-width: 700px) {
	.filters .filterOpts {
		width: 95%;
		margin-left: 2.5%;
	}
}

.filters .filterOpts .dropdowns select {
	width: 20%;
}

@media (max-width: 700px) {
	.filters .filterOpts .dropdowns select {
		width: 100%;
	}
}

.filters label {
	font-weight: 900;
	display: inline-block;
	line-height: 2.5em;
	margin-right: 1rem;
}

.filters fieldset {
	margin: 0;
	padding: 0;
}

.filters .sorters {
	margin-bottom: 1rem;
}

.filters .sorters span, .filters .sorters a, .filters .sorters .linkFilters {
	display: inline-block;
	vertical-align: bottom;
	font-weight: 900;
}

.filters .sorters .linkFilters {
	margin-left: 0.5rem;
}

@media (max-width: 700px) {
	.filters .sorters .linkFilters {
		margin-left: 0;
		margin-top: 0.5rem;
	}
}

.filters .sorters .linkFilters span {
	margin: 0 0.5rem;
}

.filters .sorters a {
	color: #000000;
	text-decoration: none;
	transition: color 0.2s ease-out;
}

.filters .sorters a:hover {
	color: #440099;
}

.filters .sorters a.current {
	text-transform: uppercase;
}

.filters .dropdowns {
	width: calc(100% - 6rem);
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	float: left;
}

@media (max-width: 700px) {
	.filters .dropdowns {
		width: 100%;
		display: block;
	}
}

.filters .dropdowns select {
	background-color: #FFF;
	flex: 1 0 auto;
	padding: 0.8rem 2rem 0.8rem 1rem;
	margin-right: 0.5rem;
	font-size: 0.85rem;
	color: #000000 !important;
	font-weight: 600;
	background-image: url("assets/btn/arrow.php?color=rgba(0, 0, 0, 0.99)");
	background-repeat: no-repeat;
	background-position: right 1rem center;
	background-size: 15px;
	transition: color 0.2s ease-out;
}

@media (max-width: 1023px) {
	.filters .dropdowns select {
		background-size: 10px;
	}
}

.filters .dropdowns select[name="team"] {
	width: 21%;
	display: none;
}

@media (max-width: 700px) {
	.filters .dropdowns select[name="team"] {
		width: 100%;
	}
}

@media (max-width: 700px) {
	.filters .dropdowns select {
		width: 100%;
		margin-bottom: 0.5rem;
	}
	.filters .dropdowns select:first-of-type {
		margin-top: 1rem;
	}
}

.filters input[type="submit"] {
	background-color: #000000;
	color: #FFF;
	padding: 0.8rem 1rem;
	font-weight: 900;
	width: 6rem;
	font-size: 0.9rem;
	cursor: pointer;
	transition: background 0.2s ease-out;
}

.filters input[type="submit"]:hover {
	background-color: #440099;
}

@media (max-width: 700px) {
	.filters input[type="submit"] {
		width: 100%;
	}
}

.filter-opener {
	display: none;
}

@media (max-width: 700px) {
	.filter-opener {
		text-align: right;
		margin-top: -2rem;
		margin-right: 1rem;
		display: block;
		color: #000000;
		font-weight: 900;
		font-size: 1rem;
		text-decoration: none;
	}
}

@media (max-width: 700px) {
	.filter-drawer {
		display: none;
	}
}

.filterSearch {
	float: none;
	overflow: hidden;
	text-align: right;
	font-size: 0;
	white-space: nowrap;
}

@media (max-width: 700px) {
	.filterSearch {
		margin-top: 1rem;
		float: left;
		text-align: left;
		width: 95%;
		margin-left: 2.5%;
	}
}

.filterSearch input {
	font-size: 0.85rem;
	display: inline-block;
	border: 0;
	outline: 0;
	appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	-moz-appearance: none;
	vertical-align: middle;
	padding: 0.8rem 1rem;
}

.filterSearch input[type="text"] {
	width: calc(100% - 6rem);
}

.filterSearch input[type="submit"] {
	background: #000000;
	width: auto;
	padding: 0.8rem 1.5rem;
	background-image: url("assets/btn/filterSearch.png");
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
	transition: background-color 0.2s ease-out;
}

.filterSearch input[type="submit"]:hover {
	background-color: #440099;
}

.story-grid-container:not(.homefeed) .dynamic-thumbnail-container {
	width: 110%;
	margin-left: -5%;
	margin-top: -30px;
}

.article-preview {
	position: relative;
	padding: 1rem 0;
}

.header-text-container {
	width: 95%;
	max-width: 1190px;
	padding: 2rem 0 1rem;
	margin: 0 auto;
}

.header-text-container span {
	font-size: 2rem;
}

.header-text-container .filterSearch {
	width: 40%;
	float: right;
	font-style: italic;
}

@media (max-width: 1023px) {
	.header-text-container .filterSearch {
		width: 90%;
		text-align: left;
		float: left;
		margin: 2rem 0 1rem;
	}
}

@media (max-width: 700px) {
	.header-text-container .filterSearch {
		width: 100%;
	}
}

.stat-listing, .player-listing {
	min-height: 100vh;
	/*Wrapper to keep elements flush with intended edge and balance top/bottom margin*/
	display: table;
	width: calc(100% + 7px*2);
	margin-left: -7px;
	/*Generate query for tablet - any size under 50%, becomes 50%. Any size at or above 50% becomes 100%.*/
	/*Generate query for mobile - all sizes take up the full screen width.*/
	font-size: 0;
	max-width: 97.5%;
}

.stat-listing .w50, .player-listing .w50 {
	width: calc(50% - 14px);
	margin: 7px 7px;
}

@media (max-width: 700px) {
	.stat-listing .w50, .player-listing .w50 {
		width: calc(100% - 7px*2);
		margin: 7px 7px;
	}
}

@media (max-width: 900px) {
	.stat-listing, .player-listing {
		max-width: 100%;
	}
}

@media (max-width: 700px) {
	.stat-listing, .player-listing {
		max-width: 100%;
		margin: 0 0 0 -3px;
	}
}

.stat-listing + .stats-all, .player-listing + .stats-all {
	margin-top: 2.5rem;
}

.stat-listing .stat-block, .player-listing .stat-block {
	opacity: 0;
	transform-origin: center;
}

.stat-listing h3, .player-listing h3 {
	width: 80%;
	text-align: center;
	font-size: 1.2rem;
	margin: 1rem auto 0;
}

.stat-listing.populated .stat-block, .player-listing.populated .stat-block {
	opacity: 1;
}

.stat-listing.populated .stat-block:nth-child(-n+12), .player-listing.populated .stat-block:nth-child(-n+12) {
	opacity: 0;
	animation: popIn 0.5s ease-out forwards;
}

.stat-listing.populated .stat-block:nth-child(-n+12):nth-child(1), .player-listing.populated .stat-block:nth-child(-n+12):nth-child(1) {
	animation-delay: 0.1s;
}

.stat-listing.populated .stat-block:nth-child(-n+12):nth-child(2), .player-listing.populated .stat-block:nth-child(-n+12):nth-child(2) {
	animation-delay: 0.2s;
}

.stat-listing.populated .stat-block:nth-child(-n+12):nth-child(3), .player-listing.populated .stat-block:nth-child(-n+12):nth-child(3) {
	animation-delay: 0.3s;
}

.stat-listing.populated .stat-block:nth-child(-n+12):nth-child(4), .player-listing.populated .stat-block:nth-child(-n+12):nth-child(4) {
	animation-delay: 0.4s;
}

.stat-listing.populated .stat-block:nth-child(-n+12):nth-child(5), .player-listing.populated .stat-block:nth-child(-n+12):nth-child(5) {
	animation-delay: 0.5s;
}

.stat-listing.populated .stat-block:nth-child(-n+12):nth-child(6), .player-listing.populated .stat-block:nth-child(-n+12):nth-child(6) {
	animation-delay: 0.6s;
}

.stat-listing.populated .stat-block:nth-child(-n+12):nth-child(7), .player-listing.populated .stat-block:nth-child(-n+12):nth-child(7) {
	animation-delay: 0.7s;
}

.stat-listing.populated .stat-block:nth-child(-n+12):nth-child(8), .player-listing.populated .stat-block:nth-child(-n+12):nth-child(8) {
	animation-delay: 0.8s;
}

.stat-listing.populated .stat-block:nth-child(-n+12):nth-child(9), .player-listing.populated .stat-block:nth-child(-n+12):nth-child(9) {
	animation-delay: 0.9s;
}

.stat-listing.populated .stat-block:nth-child(-n+12):nth-child(10), .player-listing.populated .stat-block:nth-child(-n+12):nth-child(10) {
	animation-delay: 1s;
}

.stat-listing.populated .stat-block:nth-child(-n+12):nth-child(11), .player-listing.populated .stat-block:nth-child(-n+12):nth-child(11) {
	animation-delay: 1.1s;
}

.stat-listing.populated .stat-block:nth-child(-n+12):nth-child(12), .player-listing.populated .stat-block:nth-child(-n+12):nth-child(12) {
	animation-delay: 1.2s;
}

.stat-listing.loading .stat-block, .player-listing.loading .stat-block {
	animation: popOut 0.25s ease-in forwards;
}

@media (max-width: 1023px) {
	.stat-listing {
		margin-left: 0;
	}
}

@keyframes popOut {
	from {
		opacity: 1;
		transform: scale(1) translateZ(0);
	}
	to {
		opacity: 0;
		transform: scale(0.01) translateZ(0);
	}
}

.stat-spot .player-dets {
	width: 100%;
	margin: 0.5rem 0 0;
	display: table;
	white-space: nowrap;
}

.stat-spot .player-dets p {
	width: 30%;
	display: block;
	float: left;
}

@media (max-width: 1023px) {
	.stat-spot .player-dets p {
		font-size: 0.8rem;
	}
}

@media (max-width: 700px) {
	.stat-spot .player-dets p {
		font-size: 0.9rem;
	}
}

.stat-block.player-tile .stat-image {
	min-height: 131px;
}

@media (max-width: 1023px) {
	.stat-block.player-tile .stat-image {
		min-height: 100px;
	}
}

.stat-block.player-tile a {
	font-size: 1rem;
	color: #000000;
	font-weight: 900;
	display: inline-block;
	text-decoration: none;
	margin: -1rem 1rem 0 0;
	float: right;
}

.stat-block.player-tile a span {
	font-size: 2rem;
	line-height: 0.5em;
	left: 0.25rem;
	display: inline-block;
	vertical-align: top;
	position: relative;
	transition: left 0.2s ease-out;
}

.stat-block.player-tile a:hover span {
	left: 0.75rem;
}

@media (max-width: 340px) {
	.stat-block.player-tile a {
		display: block;
		float: none;
		margin: 0 1rem 0 0;
		text-align: right;
		width: 100%;
	}
}

.stat-spot {
	width: calc(100% - 30px);
	padding: 20px 15px;
	background: #FFF;
}

.stat-spot label {
	font-weight: 900;
	text-transform: uppercase;
	font-size: 1.15rem;
	text-align: left;
	display: block;
	margin-bottom: 20px;
}

.stat-spot h4 {
	margin: 0;
}

.stat-spot h4 a {
	color: inherit;
	text-decoration: none;
	transition: color 0.2s ease-out;
}

.stat-spot h4 a:hover {
	color: #000000;
}

.stat-spot p {
	margin: 0.15rem 0;
	font-size: 0.85rem;
}

@media (max-width: 900px) {
	.stat-spot p {
		font-size: 0.8rem;
	}
}

@media (max-width: 700px) {
	.stat-spot p {
		font-size: 1rem;
	}
}

.stat-spot.top-spot {
	border-left: 5px solid #000000;
	font-size: 0;
	text-align: left;
}

.stat-spot.top-spot .stat-image, .stat-spot.top-spot .stat-text {
	display: inline-block;
	vertical-align: top;
}

.stat-spot.top-spot .number {
	font-size: 1.66rem;
	color: #000000;
	font-weight: 900;
}

.stat-spot.top-spot .stat-image {
	width: 28%;
	max-width: 98px;
	height: auto;
	overflow: hidden;
	margin-right: 5%;
}

.stat-spot.top-spot .stat-image img {
	display: block;
	width: 100%;
	height: auto;
}

.stat-spot.top-spot .stat-image img[src=""] {
	content: url("assets/player-noimg.png");
}

@media (max-width: 320px) {
	.stat-spot.top-spot .stat-image img {
		width: 110%;
		position: relative;
		left: -5%;
	}
}

.stat-spot.top-spot .stat-text {
	text-align: left;
	font-size: 1rem;
	width: 67%;
}

.stat-spot.top-spot .stat-value h5, .stat-spot.top-spot .stat-value p {
	margin: 0;
	display: inline-block;
	vertical-align: middle;
	color: #000000;
}

.stat-spot.top-spot .stat-value h5 {
	font-size: 2.66rem;
	margin-right: 0.5rem;
}

.stat-spot.top-spot .stat-value p {
	width: 50%;
	font-size: 1.33rem;
	text-transform: uppercase;
}

.stat-spot.sub-spot {
	border-left: 5px solid #bfbfbf;
	font-size: 0;
	text-align: left;
}

.stat-spot.sub-spot .stat-info, .stat-spot.sub-spot .number, .stat-spot.sub-spot .stat-value {
	display: inline-block;
	vertical-align: top;
	font-size: 1rem;
}

.stat-spot.sub-spot .number {
	width: 9%;
	max-width: 3rem;
	font-size: 1.33rem;
	font-weight: 900;
	margin-right: 3%;
}

.stat-spot.sub-spot .stat-info {
	width: 62%;
	margin-right: 3%;
}

.stat-spot.sub-spot .stat-value {
	width: 23%;
}

.stat-spot.sub-spot .stat-value h5, .stat-spot.sub-spot .stat-value p {
	margin: 0;
	text-align: center;
	color: #000000;
}

.stat-spot.sub-spot .stat-value h5 {
	font-size: 1.66rem;
}

.stat-spot.sub-spot .stat-value p {
	font-size: 0.9rem;
	width: 90%;
	height: 2em;
	margin: 0 auto;
	text-transform: lowercase;
}

.stat-block {
	display: inline-block;
	vertical-align: top;
	text-align: right;
	width: 100%;
	margin-bottom: 10px;
}

.stat-block.team .stat-image {
	background-size: contain;
	background-position: center;
}

.stat-block.team .top-spot .stat-value {
	margin-top: 0.5rem;
}

.stat-block.team .top-spot .stat-value p {
	font-size: 1.1rem;
}

.stat-listing .stat-column {
	display: inline-block;
	vertical-align: top;
	width: calc(50% - 7.5px);
	margin-top: 1rem;
}

.stat-listing .stat-column:nth-child(odd) {
	margin-right: 15px;
}

@media (max-width: 700px) {
	.stat-listing .stat-column {
		width: 100%;
	}
	.stat-listing .stat-column:nth-child(odd) {
		margin-right: 0;
	}
}

.stat-listing .stat-column .stat-wrap {
	min-height: 26rem;
}

.stat-listing .stat-column .stat-wrap.populated .stat-block {
	animation: popIn 0.5s ease-out forwards;
}

.stat-listing .stat-column .stat-wrap.populated + .btn {
	opacity: 1;
}

.stat-listing .stat-column h3 {
	font-size: 1.2rem;
	margin: 0 0 1rem;
	text-transform: uppercase;
	text-align: left;
}

.stat-listing .stat-block {
	opacity: 0;
}

.stat-listing .btn {
	display: inline-block;
	margin: 0;
	opacity: 0;
	transition: opacity 0.5s 0.5s ease-out;
	float: right;
}

.page-template-templatesstat-list-php .feed .header-text h1 {
	font-size: 2.5rem;
}

.stat-full-list {
	width: calc(100% - 2rem);
}

@media (max-width: 700px) {
	.stat-full-list {
		width: 100%;
	}
}

.stat-full-list .top-spot img[src=""] {
	content: url("assets/player-noimg.png");
}

.stat-full-list .top-spot h4 {
	font-size: 1.25rem;
}

.stat-full-list .top-spot h4 span {
	font-size: 0.5em;
}

.stat-full-list .top-spot .stat-image, .stat-full-list .top-spot .stat-text {
	margin-top: 0;
	vertical-align: middle;
}

@media (max-width: 700px) {
	.stat-full-list .top-spot .stat-image {
		display: none;
	}
}

.stat-full-list .stat-spot.top-spot {
	position: relative;
}

.stat-full-list .stat-spot.top-spot .stat-value {
	position: absolute;
	margin-top: 0;
	right: 0;
	width: 32.5%;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
}

.stat-full-list .stat-spot.top-spot .stat-value h5 {
	line-height: 1em;
}

.stat-full-list .stat-spot.top-spot .stat-value h5, .stat-full-list .stat-spot.top-spot .stat-value p {
	width: 100%;
}

.stat-full-list .stat-spot.top-spot .stat-value p {
	display: none;
}

.home .no-feed {
	display: none;
}

.content .no-feed + .story-and-feed-container .news-item-container {
	position: relative;
	z-index: 2;
	margin-top: -4rem;
}

.feed {
	background: #f2f2f2;
	width: 100%;
	padding-bottom: 8rem;
	border-top: 150px solid #000000;
	float: left;
}

@media (max-width: 800px) {
	.feed {
		padding-bottom: 2rem;
	}
}

.feed.news .no-feed {
	display: none;
}

.feed.news .no-feed + .article-thumbnail-container {
	margin-top: -3rem;
}

.feed .header-text {
	font-size: 3rem;
	font-weight: 900;
	text-transform: uppercase;
	position: relative;
	padding-bottom: 0.5rem;
	margin-bottom: 1rem;
}

@media (max-width: 700px) {
	.feed .header-text {
		font-size: 2rem;
	}
}

.feed .header-text:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100px;
	height: 5px;
	background: #000;
}

.feed .header-text h1 {
	font-size: 1em;
	line-height: 1em;
	margin: 0;
	display: inline-block;
}

.feed .story-and-feed-container {
	max-width: 1190px;
	width: 95%;
	margin: 0 auto;
	position: relative;
}

.feed.schedule .content-wrap {
	padding-top: 1rem;
}

.feed.standings .right-sidebar {
	position: relative;
	top: calc(-1rem - 5px);
}

.feed.standings .stats-wrap {
	max-width: 96.5%;
}

@media (max-width: 900px) {
	.feed.standings .stats-wrap {
		max-width: 100%;
	}
}

.feed.standings .story-subhead {
	text-align: left;
	width: 100%;
	max-width: 100%;
	margin-bottom: 0;
	font-style: normal;
	font-size: 0.7rem;
}

.feed.standings .story-subhead:empty {
	display: none;
}

.feed.schedule, .feed.stats, .feed.players, .feed.all-stats {
	border-top: 150px solid #000000;
}

.feed.schedule .post-thumbnail-container, .feed.stats .post-thumbnail-container, .feed.players .post-thumbnail-container, .feed.all-stats .post-thumbnail-container {
	margin-top: 0;
}

.feed.schedule .header-text-container, .feed.stats .header-text-container, .feed.players .header-text-container, .feed.all-stats .header-text-container {
	padding-top: 0;
}

.feed.schedule .nll-bar, .feed.stats .nll-bar, .feed.players .nll-bar, .feed.all-stats .nll-bar {
	display: inline-block;
	vertical-align: top;
}

.feed.schedule .nll-bar .header-text-container, .feed.stats .nll-bar .header-text-container, .feed.players .nll-bar .header-text-container, .feed.all-stats .nll-bar .header-text-container {
	margin-left: 0;
}

.feed.schedule .stats-all h4, .feed.stats .stats-all h4, .feed.players .stats-all h4, .feed.all-stats .stats-all h4 {
	display: inline-block;
	vertical-align: top;
	font-weight: 900;
	font-size: 1.25rem;
	margin: -0.25rem 0.5rem 0 0;
}

.feed.schedule .stats-all a, .feed.stats .stats-all a, .feed.players .stats-all a, .feed.all-stats .stats-all a {
	margin-left: 0.5rem;
	color: #000000;
	font-weight: 900;
	text-decoration: none;
}

.feed.schedule .stats-all a span, .feed.stats .stats-all a span, .feed.players .stats-all a span, .feed.all-stats .stats-all a span {
	font-size: 2rem;
	line-height: 0.5em;
	left: 0.25rem;
	display: inline-block;
	vertical-align: top;
	position: relative;
	transition: left 0.2s ease-out;
}

.feed.schedule .stats-all a:hover span, .feed.stats .stats-all a:hover span, .feed.players .stats-all a:hover span, .feed.all-stats .stats-all a:hover span {
	left: 0.75rem;
}

.feed.schedule .content-wrap, .feed.stats .content-wrap, .feed.players .content-wrap, .feed.all-stats .content-wrap {
	width: 100%;
	max-width: 1190px;
	display: table;
	font-size: 0;
	min-height: 70vh;
	position: relative;
	z-index: 1;
}

.feed.schedule .content-wrap .w70, .feed.stats .content-wrap .w70, .feed.players .content-wrap .w70, .feed.all-stats .content-wrap .w70 {
	width: calc(100% - 320px);
}

@media (max-width: 1100px) {
	.feed.schedule .content-wrap .w70, .feed.stats .content-wrap .w70, .feed.players .content-wrap .w70, .feed.all-stats .content-wrap .w70 {
		width: calc(100% - 300px);
	}
}

@media (max-width: 900px) {
	.feed.schedule .content-wrap .w70, .feed.stats .content-wrap .w70, .feed.players .content-wrap .w70, .feed.all-stats .content-wrap .w70 {
		width: 100%;
	}
}

.feed.schedule .content-wrap .w30, .feed.stats .content-wrap .w30, .feed.players .content-wrap .w30, .feed.all-stats .content-wrap .w30 {
	width: 320px;
	font-size: 1rem;
}

@media (max-width: 1100px) {
	.feed.schedule .content-wrap .w30, .feed.stats .content-wrap .w30, .feed.players .content-wrap .w30, .feed.all-stats .content-wrap .w30 {
		width: 300px;
	}
}

@media (max-width: 900px) {
	.feed.schedule .content-wrap .w30, .feed.stats .content-wrap .w30, .feed.players .content-wrap .w30, .feed.all-stats .content-wrap .w30 {
		display: block;
		width: 100%;
		margin: 2rem auto 0;
	}
	.feed.schedule .content-wrap .w30 #sidebar, .feed.stats .content-wrap .w30 #sidebar, .feed.players .content-wrap .w30 #sidebar, .feed.all-stats .content-wrap .w30 #sidebar {
		display: inline-block;
	}
	.feed.schedule .content-wrap .w30 .sidebar-standings, .feed.schedule .content-wrap .w30 .post-thumbnail-container, .feed.stats .content-wrap .w30 .sidebar-standings, .feed.stats .content-wrap .w30 .post-thumbnail-container, .feed.players .content-wrap .w30 .sidebar-standings, .feed.players .content-wrap .w30 .post-thumbnail-container, .feed.all-stats .content-wrap .w30 .sidebar-standings, .feed.all-stats .content-wrap .w30 .post-thumbnail-container {
		display: inline-block;
		vertical-align: top;
		width: calc(50% - 20px);
	}
}

@media (max-width: 900px) and (max-width: 700px) {
	.feed.schedule .content-wrap .w30 .sidebar-standings, .feed.schedule .content-wrap .w30 .post-thumbnail-container, .feed.stats .content-wrap .w30 .sidebar-standings, .feed.stats .content-wrap .w30 .post-thumbnail-container, .feed.players .content-wrap .w30 .sidebar-standings, .feed.players .content-wrap .w30 .post-thumbnail-container, .feed.all-stats .content-wrap .w30 .sidebar-standings, .feed.all-stats .content-wrap .w30 .post-thumbnail-container {
		width: 100%;
	}
}

@media (max-width: 900px) {
	.feed.schedule .content-wrap .w30 .post-thumbnail-container, .feed.stats .content-wrap .w30 .post-thumbnail-container, .feed.players .content-wrap .w30 .post-thumbnail-container, .feed.all-stats .content-wrap .w30 .post-thumbnail-container {
		float: right;
	}
}

@media (max-width: 900px) {
	.feed.schedule .content-wrap .w70, .feed.stats .content-wrap .w70, .feed.players .content-wrap .w70, .feed.all-stats .content-wrap .w70 {
		width: calc(100% - 10px);
		display: block;
		margin: 0 auto;
	}
	.feed.schedule .content-wrap .w30, .feed.stats .content-wrap .w30, .feed.players .content-wrap .w30, .feed.all-stats .content-wrap .w30 {
		margin: 2rem auto 0;
	}
	.feed.schedule .content-wrap .w30 .sidebar-thumbnail, .feed.stats .content-wrap .w30 .sidebar-thumbnail, .feed.players .content-wrap .w30 .sidebar-thumbnail, .feed.all-stats .content-wrap .w30 .sidebar-thumbnail {
		width: calc(100% - 10px);
		padding-bottom: 60%;
	}
}

.feed.schedule .content-wrap .related-sidebar, .feed.stats .content-wrap .related-sidebar, .feed.players .content-wrap .related-sidebar, .feed.all-stats .content-wrap .related-sidebar {
	font-size: 1rem;
}

.feed.players .content-wrap {
	padding-top: 1rem;
}

#sidebar {
	margin: 1rem 0;
}

#sidebar ul {
	padding: 0;
	list-style-type: none;
}

#sidebar img {
	display: block;
	width: calc(100% - 10px);
	margin-left: 5px;
	height: auto;
}

.right-sidebar {
	text-align: center;
}

@media (max-width: 900px) {
	.right-sidebar {
		margin-top: 2rem;
	}
}

.right-sidebar .post-thumbnail-container {
	margin: 0 auto;
}

.right-sidebar .adWrap, .right-sidebar .promoWrap {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	background: #cbcacc;
	background-size: cover;
	margin: 5px auto;
}

.right-sidebar .adWrap p, .right-sidebar .promoWrap p {
	margin: 0;
}

.right-sidebar .adWrap br, .right-sidebar .promoWrap br {
	display: none;
}

.right-sidebar .adWrap img, .right-sidebar .promoWrap img {
	max-width: 100%;
}

.right-sidebar .adWrap:empty, .right-sidebar .promoWrap:empty {
	display: none;
}

@media (max-width: 900px) {
	.right-sidebar .adWrap, .right-sidebar .promoWrap {
		margin-left: 0;
		background: transparent;
	}
}

.right-sidebar .adWrap iframe, .right-sidebar .adWrap ins, .right-sidebar .promoWrap iframe, .right-sidebar .promoWrap ins {
	display: block;
	margin: 0 auto;
}

.right-sidebar .adWrap ins.adsbygoogle, .right-sidebar .promoWrap ins.adsbygoogle {
	display: block !important;
}

.right-sidebar .adWrap {
	padding: 10px 0;
}

.right-sidebar .promoWrap {
	background: transparent;
}

.game-score {
	text-align: center;
	margin: 0 auto 1rem;
}

.game-score .score-label {
	font-size: 0.85rem;
	font-weight: 900;
	text-transform: uppercase;
}

.game-score .score-numbers {
	font-size: 4.6rem;
	margin: 0 auto;
	text-align: center;
}

@media (max-width: 700px) {
	.game-score .score-numbers {
		font-size: 13vw;
	}
}

@media (max-width: 500px) {
	.game-score .score-numbers {
		font-size: 17vw;
	}
}

.game-score .score-numbers .away {
	text-align: left;
}

.game-score .score-numbers .home {
	text-align: right;
}

.game-score .score-numbers .divider {
	margin: 0 1rem;
}

.game-score .score-numbers .home, .game-score .score-numbers .away {
	display: inline-block;
	width: calc(50% - 1em);
}

.game-score .score-numbers .home.winner, .game-score .score-numbers .away.winner {
	font-weight: 900;
}

.story-thumbnail {
	display: inline;
}

.thumbnail-link {
	display: inline-block;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 30%;
	margin-left: 1rem;
	transform: none;
}

@media (max-width: 800px) {
	.thumbnail-link {
		width: calc(100% - 2rem);
		margin-bottom: 1rem;
	}
}

.article-preview {
	width: calc(100% - 7px);
	background: #FFF;
	margin: 0 0 1rem;
	border-left: 7px solid #000000;
}

.article-preview .story-short-description iframe {
	display: none;
}

.article-preview img {
	position: relative;
	max-width: 100%;
	height: auto;
}

.article-preview .thumbnail-link {
	background-size: cover;
	background-position: top center;
	padding-bottom: 20%;
	overflow: hidden;
}

.article-preview .thumbnail-link:before, .article-preview .thumbnail-link:after {
	content: '';
	display: block;
	position: absolute;
	width: 0px;
	height: 0px;
	z-index: 5;
	transition: width 0.3s ease-out 0s, height 0.3s ease-out 0s, border-color 0.3s 0.1s;
}

.article-preview .thumbnail-link:before {
	top: 0;
	right: 0;
	border-top: 10px solid transparent;
	border-right: 10px solid transparent;
}

.article-preview .thumbnail-link:after {
	bottom: 0;
	left: 0;
	border-bottom: 10px solid transparent;
	border-left: 10px solid transparent;
}

.article-preview .thumbnail-link:hover {
	opacity: 1;
}

.article-preview .thumbnail-link:hover:before, .article-preview .thumbnail-link:hover:after {
	width: 100%;
	height: 100%;
	border-color: #000000;
	transition: width 0.3s ease-out 0s, height 0.3s ease-out 0s, border-color 0s 0s;
}

@media (max-width: 800px) {
	.article-preview .thumbnail-link {
		padding-bottom: 60%;
	}
}

.article-preview .story-thumbnail {
	color: #FFF;
}

.article-preview .overlay {
	display: none;
}

.article-preview .textWrap {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	width: 56%;
	left: inherit;
	bottom: inherit;
	margin-left: 2rem;
	color: #10181f;
	text-shadow: none;
	padding: 2rem 0;
}

@media (max-width: 800px) {
	.article-preview .textWrap {
		margin-left: 1rem;
		width: calc(100% - 2rem);
	}
}

.article-preview .textWrap p {
	margin: 0;
}

.article-preview .textWrap .article-icons {
	margin-bottom: 0.75rem;
	display: block;
	width: 100%;
}

.article-preview .textWrap .article-meta {
	display: block;
	width: 100%;
	margin-bottom: 0.75rem;
}

.article-preview .textWrap .tile-first-tag-name {
	color: #000000;
	font-weight: 900;
	font-style: italic;
	margin-left: 0.5rem;
	font-size: 1rem;
}

.article-preview .textWrap .date {
	font-size: 0.85rem;
	font-style: italic;
	display: inline-block;
}

.article-preview .textWrap .tag {
	display: inline-block;
}

.article-preview .textWrap .tag a {
	font-size: 0.85rem;
	font-style: italic;
	font-weight: 500;
	text-decoration: none;
}

.article-preview .textWrap .tag a:hover {
	text-decoration: underline;
}

.article-preview .textWrap .story-short-description {
	width: 100%;
	font-size: 1rem;
	font-weight: 100;
	position: relative;
	display: inline-block;
}

.article-preview .textWrap:before {
	display: none;
}

.article-preview .textWrap .date {
	font-style: italic;
}

.article-preview .textWrap .title {
	font-size: 1.3rem;
	margin: 0.5rem 0;
	font-weight: 900;
	text-transform: uppercase;
}

.article-preview .textWrap .title a {
	text-decoration: none;
	color: #10181f;
	transition: color 0.2s ease-out;
}

.article-preview .textWrap .title a:hover {
	color: #000000;
}

.article-preview p.sponsor {
	position: absolute;
	top: 1rem;
	right: 1rem;
	display: inline-block;
	vertical-align: middle;
	font-size: 0.8rem;
	margin-top: 0.25rem;
}

@media (max-width: 700px) {
	.article-preview p.sponsor {
		position: relative;
		top: inherit;
		display: block;
		text-align: right;
		font-size: 1rem;
		right: 1rem;
	}
}

.article-preview p.sponsor img {
	display: inline-block;
	vertical-align: middle;
	max-height: 25px;
}

.article-preview.player {
	text-align: center;
}

.article-preview.player .thumbnail-link {
	width: auto;
	margin: 0 auto;
}

.article-preview.player .textWrap {
	width: 100%;
	margin: 0 auto;
}

.article-preview.player .title {
	margin: 0;
}

.article-preview.player .title a {
	font-size: 1.5rem;
	margin: 0;
	line-height: 1em;
}

.article-preview.player .teamName {
	font-size: 1.1rem;
	text-transform: uppercase;
	margin: 0.5rem 0 0;
	line-height: 1em;
	font-weight: 900;
	color: #000000;
}

.article-preview.player .number {
	font-size: 1.2rem;
	line-height: 1em;
	margin: 0 0 0.5rem;
	color: #000000;
	font-weight: 900;
	text-transform: uppercase;
}

.player-container {
	display: inline-block;
	vertical-align: top;
}

.player-list {
	text-align: center;
	/*Wrapper to keep elements flush with intended edge and balance top/bottom margin*/
	display: table;
	width: calc(100% + 10px*2);
	margin-left: -10px;
	/*Generate query for tablet - any size under 50%, becomes 50%. Any size at or above 50% becomes 100%.*/
	/*Generate query for mobile - all sizes take up the full screen width.*/
}

.player-list .w33 {
	width: calc(33.333% - 20px);
	margin: 10px 10px;
}

@media (max-width: 1023px) {
	.player-list .w33 {
		width: calc(50% - 10px*2);
		margin: 10px 10px;
	}
}

@media (max-width: 700px) {
	.player-list .w33 {
		width: calc(100% - 10px*2);
		margin: 10px 10px;
	}
}

.player-wrap {
	max-width: 95%;
}

@media (max-width: 1023px) {
	.player-wrap {
		max-width: 100%;
		margin-top: -1rem;
		margin-bottom: 2rem;
	}
}

.player-wrap .player-details {
	padding: 40px 25px;
	width: calc(100% - 55px);
	background: #FFF;
	border-left: 5px solid #000000;
	font-size: 0;
	margin-bottom: 2.5rem;
}

.player-wrap .player-details .player-headshot, .player-wrap .player-details .player-text {
	display: inline-block;
	vertical-align: top;
}

.player-wrap .player-details .background {
	position: absolute;
	width: 150%;
	height: 150%;
	top: -25%;
	left: -25%;
	background-position: center;
	background-size: cover;
	z-index: 0;
	filter: blur(15px) brightness(50%);
}

.player-wrap .player-details .player-headshot {
	width: 30%;
	padding: 6.5% 0;
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	margin-right: 5%;
	text-align: center;
	position: relative;
	overflow: hidden;
}

.player-wrap .player-details .player-headshot[style*="background-image"] {
	padding: 0 0 38%;
}

.player-wrap .player-details .player-headshot[style*="background-image"] img {
	display: none;
}

@media (max-width: 700px) {
	.player-wrap .player-details .player-headshot {
		width: 100%;
		margin-bottom: 2rem;
	}
	.player-wrap .player-details .player-headshot[style*="background-image"] {
		padding: 0 0 80%;
	}
}

.player-wrap .player-details .player-headshot img {
	max-width: 100%;
	position: relative;
	z-index: 1;
}

.player-wrap .player-details .player-headshot img[src=""] {
	content: url("assets/player-noimg.png");
}

.player-wrap .player-details .player-text {
	font-size: 1rem;
	width: 60%;
}

@media (max-width: 700px) {
	.player-wrap .player-details .player-text {
		width: 100%;
	}
}

.player-wrap .player-details .player-text h1, .player-wrap .player-details .player-text h2 {
	margin: 0;
}

.player-wrap .player-details .player-text h1 {
	font-size: 1.66rem;
	margin-bottom: 0.25rem;
}

.player-wrap .player-details .player-text h2 {
	font-size: 1rem;
}

.player-wrap .player-details .player-text p {
	margin: 0.25rem 0;
}

.player-wrap .player-details .player-text h1, .player-wrap .player-details .player-text h2 {
	text-transform: uppercase;
}

.player-wrap .player-details .player-text h2 {
	color: #000000;
}

.player-wrap .player-details .player-stats {
	margin-top: 0.5rem;
}

.player-wrap .player-social {
	text-align: right;
	margin-top: 2rem;
}

@media (max-width: 700px) {
	.player-wrap .player-social {
		text-align: left;
	}
}

.player-wrap .player-social a {
	text-decoration: none;
	color: #000000;
}

.player-wrap .player-social a span {
	width: 30px;
	height: 28px;
	display: inline-block;
	vertical-align: middle;
	transition: opacity 0.2s ease-out;
	background-image: url(assets/btn/player-social.png);
}

.player-wrap .player-social a.twitter span {
	background-position: -30px 0;
}

.player-wrap .player-social a:nth-child(1) {
	margin-right: 1rem;
}

.player-wrap .player-social a:hover span {
	opacity: 0.7;
}

.player-wrap .copy-block h3 {
	margin: 2rem 0 1rem;
}

.player-wrap .copy-block p {
	line-height: 1.5rem;
	margin: 0 0 1rem;
}

.season-stat-table {
	display: block;
	width: 100%;
}

.season-stat-table a {
	color: #000000;
	text-decoration: none;
	font-weight: 600;
	transition: color 0.2s ease-out;
}

.season-stat-table a:hover {
	color: #440099;
	text-decoration: underline;
}

.season-stat-table .table-label {
	background: #10181f;
	margin-top: 2rem;
	color: #FFF;
	width: calc(100% - 1.5rem);
	text-transform: uppercase;
	padding: 1rem 0.75rem;
}

.season-stat-table .table-label h3 {
	margin: 0;
	font-size: 1rem;
}

.season-stat-table .table-overflow {
	width: 100%;
	max-width: 95vw;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

.season-stat-table table {
	text-align: left;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	border: 0;
	outline: 0;
	font-size: 0.7rem;
}

@media (max-width: 700px) {
	.season-stat-table table {
		min-width: 860px;
	}
}

.season-stat-table table td, .season-stat-table table th {
	padding: 0.5rem 0.3rem;
	border-right: 1px solid #bfbfbf;
	text-align: center;
}

.season-stat-table table td:first-child, .season-stat-table table th:first-child {
	padding-right: 0.75rem;
}

.season-stat-table table td:empty:before {
	content: '';
	display: block;
	position: absolute;
	position: relative;
	content: '-';
}

.season-stat-table table td:first-child, .season-stat-table table th:first-child {
	padding-left: 0.75rem;
}

.season-stat-table table td:last-child, .season-stat-table table th:last-child {
	border-right: 0;
}

.season-stat-table table tr:first-child:nth-child(odd) {
	background: #000000;
	color: #FFF;
	text-transform: uppercase;
}

.season-stat-table table tr:nth-child(odd) {
	background: #e6e6e6;
}

.season-stat-table table tr:nth-child(even) {
	background: #FFF;
}

.season-stat-table table tr.totals {
	background: #CCC;
}

.season-stat-table th {
	cursor: pointer;
	transition: background 0.2s ease-out;
}

.season-stat-table th:hover {
	background: #440099;
}

.season-stat-table th.current {
	background: #440099;
}

.season-stat-table.goalie tr th, .season-stat-table.goalie tr td {
	text-align: center;
}

@media (max-width: 700px) {
	.season-stat-table.goalie table {
		min-width: 530px;
	}
}

.all-stats .season-stat-table table td:first-child, .all-stats .season-stat-table table th:first-child {
	text-align: center;
	padding-left: inherit;
	padding-right: inherit;
}

.schedule-tile {
	font-size: 1rem;
	width: calc(100% - 6px);
	position: relative;
	background: #FFF;
	border-left: 6px solid #000000;
	margin-bottom: 1rem;
	z-index: 1;
}

@media (max-width: 1023px) {
	.schedule-tile {
		width: calc(100% - 6px);
	}
}

@media (max-width: 700px) {
	.schedule-tile {
		width: calc(100% - 6px);
		padding-bottom: 1rem;
		text-align: center;
	}
}

.schedule-tile .team-wrap {
	margin-top: 1rem;
	margin-bottom: 1.5rem;
	width: 42%;
}

@media (max-width: 700px) {
	.schedule-tile .team-wrap {
		display: table;
		width: 100%;
	}
}

.schedule-tile .at {
	display: block;
	width: 20%;
	text-align: center;
	margin: 0 0 1rem 1rem;
	font-weight: 900;
}

@media (max-width: 700px) {
	.schedule-tile .at {
		width: 100%;
		margin: 1rem 0;
	}
}

.schedule-tile .tile-header {
	background: #bfbfbf;
	display: inline-block;
	padding: 0.5rem 1rem;
	width: calc(100% - 2rem);
}

.schedule-tile .tile-header .dt {
	float: left;
	font-size: 0.85rem;
}

@media (max-width: 700px) {
	.schedule-tile .tile-header .dt {
		font-size: 0.9rem;
	}
}

.schedule-tile .tile-header .dt strong {
	text-transform: uppercase;
}

.schedule-tile .tile-header .place {
	font-size: 0.85rem;
	float: right;
}

@media (max-width: 700px) {
	.schedule-tile .tile-header .dt, .schedule-tile .tile-header .place {
		float: left;
		width: 100%;
	}
}

.schedule-tile.final {
	border-color: #10181f;
}

.schedule-tile.final .tile-header {
	background: #404040;
	color: #FFF;
}

.schedule-tile .team-wrap, .schedule-tile .viewing, .schedule-tile .linkage, .schedule-tile .finalScore {
	display: inline-block;
	vertical-align: middle;
}

.schedule-tile .finalScore {
	width: 20%;
	text-align: center;
	font-size: 3.1rem;
}

.schedule-tile .finalScore .divider {
	display: block;
	width: 17px;
	height: 5px;
	background: #10181f;
	margin: 1rem auto;
}

.schedule-tile .finalScore .home, .schedule-tile .finalScore .away {
	color: #515151;
}

.schedule-tile .finalScore .winner {
	font-weight: 900;
	color: #000000;
}

@media (max-width: 700px) {
	.schedule-tile .finalScore {
		width: 100%;
		margin-bottom: 1rem;
	}
	.schedule-tile .finalScore .home, .schedule-tile .finalScore .away, .schedule-tile .finalScore .divider {
		display: inline-block;
		vertical-align: middle;
	}
}

.schedule-tile .viewing {
	width: 20%;
	font-size: 0.8rem;
	margin-left: 0.5rem;
}

.schedule-tile .viewing span {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0.25rem;
}

.schedule-tile .viewing a {
	color: #000000;
	text-decoration: none;
}

.schedule-tile .viewing a:hover {
	text-decoration: underline;
}

.schedule-tile .viewing a[href*="twitter"] {
	margin-top: 5px;
	margin-bottom: -5px;
	font-size: 0;
	width: 22px;
	height: 22px;
	display: inline-block;
	background: url("assets/btn/twitter.php?color=rgba(29, 161, 242, 0.99)");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: top center;
	vertical-align: bottom;
	margin-left: 0.25rem;
	transition: opacity 0.2s ease-out;
}

.schedule-tile .viewing a[href*="twitter"] ~ a {
	margin-top: 5px;
}

.schedule-tile .viewing a[href*="twitter"]:hover {
	opacity: 0.75;
}

@media (max-width: 700px) {
	.schedule-tile .viewing {
		width: 100%;
		text-align: center;
		margin: 0;
	}
}

.schedule-tile .viewing p {
	margin: 0 0 1.5rem;
}

.schedule-tile .linkage {
	position: absolute;
	top: calc(50% + 1rem);
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	right: 0.75rem;
}

.schedule-tile .linkage .btn {
	display: block;
	max-width: 9.5rem;
}

@media (max-width: 700px) {
	.schedule-tile .linkage {
		position: relative;
		right: inherit;
		transform: none;
		top: inherit;
	}
}

@keyframes fadeIn {
	from {
		filter: opacity(0);
	}
	to {
		filter: opacity(1);
	}
}

.schedule-listing {
	display: block;
	width: 96.5%;
	min-height: 100vh;
}

@media (max-width: 900px) {
	.schedule-listing {
		width: 100%;
	}
}

.schedule-listing:empty:before {
	content: 'No results found.';
	position: relative;
	display: block;
	margin: 0 auto;
	font-weight: 600;
	font-size: 1.3rem;
	margin: 2rem auto;
	text-align: center;
}

.schedule-listing .schedule-tile {
	filter: opacity(0);
}

.schedule-listing.populated .schedule-tile {
	animation: fadeIn 0.5s ease-out forwards;
}

.schedule-listing.populated .schedule-tile:nth-child(1) {
	animation-delay: 0.1s;
}

.schedule-listing.populated .schedule-tile:nth-child(2) {
	animation-delay: 0.2s;
}

.schedule-listing.populated .schedule-tile:nth-child(3) {
	animation-delay: 0.3s;
}

.schedule-listing.populated .schedule-tile:nth-child(4) {
	animation-delay: 0.4s;
}

.schedule-listing.populated .schedule-tile:nth-child(5) {
	animation-delay: 0.5s;
}

.schedule-listing.populated .schedule-tile:nth-child(6) {
	animation-delay: 0.6s;
}

.schedule-listing.populated .schedule-tile:nth-child(7) {
	animation-delay: 0.7s;
}

.schedule-listing.populated .schedule-tile:nth-child(8) {
	animation-delay: 0.8s;
}

.schedule-listing.populated .schedule-tile:nth-child(9) {
	animation-delay: 0.9s;
}

.schedule-listing.populated .schedule-tile:nth-child(10) {
	animation-delay: 1s;
}

.schedule-listing.populated .schedule-tile:nth-child(11) {
	animation-delay: 1.1s;
}

.schedule-listing.populated .schedule-tile:nth-child(12) {
	animation-delay: 1.2s;
}

.team-wrap {
	font-size: 1rem;
}

.team-wrap .logo, .team-wrap .dets {
	display: inline-block;
	vertical-align: middle;
}

.team-wrap .logo {
	margin: 0 0.5rem 0 1rem;
	width: 20%;
}

@media (max-width: 700px) {
	.team-wrap .logo {
		margin-left: 0;
	}
}

.team-wrap .logo img {
	max-width: 80px;
	width: 100%;
	height: auto;
	mix-blend-mode: multiply;
}

.team-wrap .dets {
	width: calc(80% - 2rem);
}

@media (max-width: 700px) {
	.team-wrap .logo, .team-wrap .dets {
		width: 100%;
		display: block;
	}
}

.team-wrap .loc, .team-wrap .name {
	display: block;
	text-transform: uppercase;
	height: 1em;
}

.team-wrap .loc {
	font-size: 0.85rem;
}

.team-wrap .name {
	text-transform: uppercase;
	font-weight: 900;
	font-size: 1.3rem;
}

.team-wrap .standings {
	display: block;
}

.team-wrap .standings p, .team-wrap .standings span, .team-wrap .standings a {
	font-size: 0.8rem;
}

.team-wrap .standings p {
	margin: 0;
	display: inline-block;
}

.team-wrap .standings span {
	display: inline-block;
	margin: 0 0.25rem;
}

.team-wrap .standings a {
	color: #000000;
	text-decoration: none;
	font-weight: 700;
	transition: color 0.2s ease-out;
}

.team-wrap .standings a:hover {
	color: #440099;
}

.matchup {
	width: 90%;
}

@media (max-width: 900px) {
	.matchup {
		width: 100%;
	}
}

.matchup .matchup-time-loc {
	width: 100%;
	text-align: center;
	font-size: 1rem;
	margin: 1rem auto 2rem;
}

.matchup .matchup-time-loc h3, .matchup .matchup-time-loc p {
	margin: 0;
}

.matchup .matchup-time-loc h3 {
	text-transform: uppercase;
	font-size: 1.3rem;
	margin-bottom: 0.25rem;
}

.matchup .matchup-time-loc p {
	font-size: 0.9rem;
}

.matchup .matchup-time-loc span {
	font-weight: 100;
	text-transform: initial;
}

.matchup .matchup-split {
	margin-bottom: 2rem;
	font-size: 0;
}

.matchup .at {
	display: inline-block;
	vertical-align: top;
	margin-top: 1rem;
	font-size: 1rem;
	font-weight: 900;
	width: 8%;
	text-align: center;
}

.matchup .team-wrap {
	display: inline-block;
	vertical-align: top;
	width: 46%;
}

@media (max-width: 700px) {
	.matchup .team-wrap {
		width: 100%;
		text-align: center;
	}
}

.matchup .logo {
	width: 29%;
}

.matchup .dets {
	width: 60%;
	white-space: nowrap;
}

@media (max-width: 700px) {
	.matchup .logo, .matchup .dets {
		width: 100%;
	}
	.matchup .logo {
		margin-bottom: 0.5rem;
	}
	.matchup .at {
		width: 100%;
		margin-bottom: 2rem;
	}
	.matchup h3 span {
		width: 100%;
		display: block;
	}
}

.matchup .standings a, .matchup .standings p, .matchup .standings span {
	font-size: 0.9rem;
}

.matchup .leaders {
	border-top: 1px solid #bfbfbf;
	width: 70%;
	padding: 1rem 10% 0;
	margin: 1rem auto 0;
	font-size: 1rem;
	text-align: left;
}

.matchup .leaders p {
	margin: 0 auto 0.25rem;
	font-size: 0.8rem;
}

.matchup .leaders span {
	color: #10181f;
	font-weight: 600;
}

.matchup .leaders a {
	color: #000000;
	font-weight: 600;
	text-decoration: none;
	transition: color 0.2s ease-out;
}

.matchup .leaders a:hover {
	color: #440099;
}

.single-team .article-preview .textWrap p {
	display: none;
}

.team-feed-content .btn {
	display: table;
}

.team-feed-content .news-item-container {
	margin: 0;
	width: 96%;
}

.team-feed-content .news-item-container .story-short-description {
	display: none;
	height: 0;
	visibility: hidden;
}

.team-feed {
	display: none;
}

.team-feed.current {
	display: block;
}

.team-feed .stat-listing.populated .stat-block:nth-child(-n+12), .team-feed .player-listing.populated .stat-block:nth-child(-n+12), .team-feed .schedule-listing.populated .schedule-tile {
	animation: none;
	opacity: 1;
	filter: opacity(1);
}

.countdown {
	margin-bottom: 1rem;
	display: table;
	width: 100%;
}

.timer {
	border-top: 5px solid #000000;
	background-image: url("assets/backgrounds/timer-backing-large.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #FFF;
}

.timer .timer-header {
	font-size: 1rem;
	text-align: center;
	margin-top: 1rem;
}

.timer .timer-header h3 {
	margin: 0;
	color: #cbcacc;
	text-transform: uppercase;
}

.countdown-ctas .btn {
	margin: 0;
	width: calc(50% - 4rem);
	float: left;
}

@media (max-width: 700px) {
	.countdown-ctas .btn {
		width: calc(100% - 4rem);
	}
}

.countdown-ctas .addtocalendar {
	margin: 0;
	width: 50%;
	float: left;
}

.countdown-ctas .addtocalendar:first-child:last-child {
	width: 100%;
}

@media (max-width: 700px) {
	.countdown-ctas .addtocalendar {
		width: 100%;
	}
}

.countdown-ctas .addtocalendar .atcb-list {
	background: #cbcacc;
	top: 1.7rem;
}

.countdown-ctas .addtocalendar .btn {
	width: calc(100% - 4rem);
}

.clock {
	width: 100%;
	max-width: 335px;
	margin: 0 auto;
	position: relative;
	left: -0.75rem;
	text-align: center;
	transition: opacity 0.3s ease-out;
}

.clock .days, .clock .hours, .clock .minutes, .clock .seconds {
	font-size: 1rem;
	width: 20%;
	display: inline-block;
	position: relative;
	margin: 1rem 0 2rem;
	text-align: center;
}

.clock .days {
	width: 30%;
}

.clock .on, .clock .off {
	font-family: 'Clock';
	font-weight: 500;
	font-size: 3rem;
	width: 100%;
	float: left;
	text-align: center;
	display: inline-block;
}

.clock .on {
	color: #FFF;
	position: relative;
	z-index: 2;
}

.clock .on span {
	display: inline-block;
	width: 1.35rem;
	text-align: right;
}

.clock .off {
	color: #10181f;
	position: absolute;
	left: 0;
	z-index: 1;
}

.clock p {
	margin: 0;
	color: #cbcacc;
	font-size: 0.9rem;
}

.countdown-listing-links {
	font-size: 0.8rem;
	margin: 0.25rem auto;
	display: table;
	width: 100%;
	color: #10181f;
	text-align: center;
}

@media (max-width: 700px) {
	.countdown-listing-links {
		font-size: 14px;
	}
}

.countdown-listing-links a {
	color: #000000;
	text-decoration: none;
	font-weight: 600;
	transition: color 0.2s ease-out;
}

.countdown-listing-links a:hover {
	color: #440099;
}

.countdown-listing-links a[href*="twitter"] {
	font-size: 0;
	width: 22px;
	height: 22px;
	display: inline-block;
	background: url("assets/btn/twitter.php?color=rgba(29, 161, 242, 0.99)");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: top center;
	vertical-align: top;
	margin-left: 0.25rem;
	transition: opacity 0.2s ease-out;
}

.countdown-listing-links a[href*="twitter"]:hover {
	opacity: 0.75;
}

.countdown-listing-links span {
	display: inline-block;
	margin: 0 0.25rem;
}

@media (max-width: 700px) {
	.countdown-listing-links span {
		width: 100%;
		font-size: 0;
	}
}

.live-score {
	margin-top: 3rem;
}

.live-score .score-table {
	width: 100%;
	max-width: 92.5vw;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

.live-score .btn-wrap {
	font-size: 0;
}

@media (min-width: 700px) {
	.live-score .btn {
		display: inline-block;
		width: calc(50% - 4rem);
	}
}

.live-score .countdown-listing-links p {
	margin-top: 0;
}

.live-score table {
	width: 100%;
	min-width: 450px;
	text-transform: uppercase;
	border-spacing: 0;
	margin-bottom: 0;
}

.live-score table th {
	padding: 0.5rem 1.4rem;
	background: #10181f;
	color: #FFF;
}

.live-score table tr:nth-child(2) {
	background: #FFF;
}

.live-score table tr:nth-child(3) {
	background: #e6e6e6;
}

.live-score table td {
	padding: 1rem 1.4rem;
	color: #10181f;
}

.live-score table td:nth-child(1) {
	font-weight: 900;
}

.live-score table th, .live-score table td {
	text-align: center;
}

.live-score table th:nth-child(1), .live-score table td:nth-child(1) {
	text-align: left;
}

.schedule-in-progress .btn.play {
	background-size: 5% 70%;
}

.match-recap-block {
	margin: 3rem auto 3rem;
}

.match-recap-block .btn {
	display: table;
}

.match-recap-block iframe, .match-recap-block video {
	background: #000;
	margin: 0 auto 1rem;
	display: table;
	max-width: 100%;
}

.rule-header {
	font-size: 1.4rem;
	text-align: center;
	text-transform: uppercase;
	font-weight: 900;
}

.rule-header.tp {
	margin-top: 4rem;
	margin-bottom: -2rem;
}

@media (max-width: 700px) {
	.rule-header.tp {
		margin-top: 0;
		margin-bottom: 0;
	}
}

.rule-header.tp h4 {
	margin-bottom: 0;
}

.rule-header:before {
	content: '';
	display: block;
	position: relative;
	width: 100px;
	height: 5px;
	background: #10181f;
	margin: 2rem auto 1rem;
}

.stat-table {
	width: 100%;
	font-size: 1rem;
	border: 0;
	outline: 0;
	border-spacing: 0;
	border-collapse: collapse;
	margin: 1rem auto;
}

.stat-table.head-to-head {
	max-width: 400px;
}

.stat-table.head-to-head th:nth-child(1), .stat-table.head-to-head td:nth-child(1) {
	text-align: right;
	width: 20%;
}

.stat-table.head-to-head th:nth-child(2), .stat-table.head-to-head td:nth-child(2) {
	text-align: center;
	width: 60%;
	padding: 0 2rem;
}

.stat-table.head-to-head th:nth-child(3), .stat-table.head-to-head td:nth-child(3) {
	text-align: left;
	width: 20%;
}

.stat-table.head-to-head th.winner, .stat-table.head-to-head td.winner {
	font-weight: 900;
}

.stat-table.head-to-head th {
	padding: 0.5rem 0;
}

.stat-table.head-to-head th:nth-child(1) img {
	left: 25%;
}

.stat-table.head-to-head th:nth-child(3) img {
	right: 25%;
}

.stat-table.head-to-head th img {
	position: relative;
	max-width: 80px;
	mix-blend-mode: multiply;
}

.stat-table.head-to-head td {
	padding: 1rem 0;
}

.top-players {
	background: #10181f;
	width: 100%;
	display: block;
	float: left;
	padding-bottom: 8rem;
}

@media (max-width: 700px) {
	.top-players {
		padding-bottom: 4rem;
	}
}

@media (max-width: 600px) {
	.top-players {
		padding-bottom: 3rem;
	}
}

.top-players .scaler {
	margin-top: -4rem;
	font-size: 0;
	display: table;
}

.top-players .cat {
	font-weight: 900;
	margin-left: 5px;
}

@media (max-width: 700px) {
	.top-players .cat {
		color: #FFF;
		font-size: 1.5rem;
	}
}

.top-players-section {
	width: 25%;
	display: inline-block;
	vertical-align: top;
	font-size: 1rem;
}

@media (max-width: 700px) {
	.top-players-section {
		width: 100%;
		margin-top: 1rem;
	}
	.top-players-section:first-of-type {
		margin-top: 6rem;
	}
}

.top-player {
	width: calc(100% - 10px);
	float: left;
	margin: 1rem 5px;
}

@media (max-width: 600px) {
	.top-player {
		width: calc(100% - 10px);
		margin-bottom: 0;
	}
}

.top-player a:hover {
	color: #000000;
}

.top-player a:hover h3 {
	color: inherit;
}

.top-player a, .top-player .headshot {
	width: 100%;
	text-decoration: none;
	margin: 0;
}

.top-player .headshot {
	position: relative;
	background-image: url(assets/backgrounds/player_backing.png);
	background-size: cover;
	background-color: #3c3637;
	transition: all 0.2s ease-out;
	background-position: center;
	overflow: hidden;
	border-bottom: 5px solid #000000;
}

.top-player .headshot img {
	max-width: 100%;
	max-height: 160px;
	margin: 0 auto;
	display: block;
}

.top-player .player-details {
	width: 90%;
	margin: 1rem auto;
}

.top-player .player-details h3 {
	font-size: 1rem;
}

.top-player .player-details p {
	font-size: 0.9rem;
}

.top-player .player-details h3, .top-player .player-details p {
	margin: 0;
	color: #FFF;
	transition: color 0.2s ease-out;
}

.top-player .player-details .player-breakdown {
	width: auto;
	max-width: calc(100% - 80px);
	display: inline-block;
	vertical-align: middle;
}

.top-player .player-details img {
	width: auto;
	max-width: 50px;
	float: right;
	margin-top: -0.25rem;
}

@keyframes alarm {
	0% {
		transform: rotate(0deg);
	}
	33% {
		transform: rotate(10deg);
	}
	66% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(-10deg);
	}
}

@-webkit-keyframes alarm {
	0% {
		-webkit-transform: rotate(0deg);
	}
	33% {
		-webkit-transform: rotate(10deg);
	}
	66% {
		-webkit-transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(-10deg);
	}
}

.btn {
	display: block;
	padding: 0.8rem 2rem 0.8rem 2rem;
	font-size: 0.85rem;
	margin: 0.5rem auto;
	background: #000;
	color: #FFF;
	position: relative;
	text-transform: uppercase;
	font-weight: 700;
	text-decoration: none;
	text-align: center;
	transition: all 0.2s ease-out;
}

.btn.red {
	background: #000000;
}

.btn:after {
	content: '›';
	display: inline-block;
	position: relative;
	left: 0.5rem;
	font-size: 2rem;
	top: 0;
	vertical-align: top;
	line-height: 0.4em;
	transition: left 0.2s ease-out;
}

.btn:hover {
	background: #440099;
}

.btn:hover:after {
	left: 1rem;
}

.btn.gold {
	background: #cbcacc;
	color: #10181f;
}

.btn.gold:hover {
	background: #bfbfbf;
}

.btn.gray {
	background: #bfbfbf;
	color: #10181f;
}

.btn.gray:hover {
	background: #928e8e;
}

.btn.play:after {
	margin: -0.5rem 0 -0.2rem 0.2rem;
	vertical-align: middle;
	position: relative;
	width: 0.75em;
	height: 0.75em;
	content: '';
	background-image: url(assets/btn/btn_play_icon.png);
	background-repeat: no-repeat;
	background-size: contain;
}

.btn.play.gold:hover {
	background-color: #bfbfbf;
	background-position: right 0.7rem center;
}

.btn.play.red:hover {
	background-color: #440099;
	background-position: right 0.7rem center;
}

.btn.reminder {
	padding-right: 2rem;
}

.btn.reminder:after {
	font-size: 0;
	width: 1.1rem;
	height: 1.1rem;
	margin-bottom: -10px;
	padding-left: 0;
	margin-left: 0rem;
	transform-origin: bottom center;
	-webkit-transform-origin: bottom center;
	background-image: url(assets/btn/btn_reminder_icon.png);
	background-repeat: no-repeat;
	background-size: contain;
}

.btn.reminder:hover {
	background-color: #bfbfbf;
}

.btn.reminder:hover:after {
	left: 0.5rem;
}

@media (min-width: 700px) {
	.btn.reminder:hover:after {
		animation: alarm 0.2s forwards infinite;
	}
}

.addtocalendar {
	position: relative;
	display: inline-block;
}

.addtocalendar .atc_event {
	display: none;
}

.addtocalendar .atc_event + .atcb-link {
	display: none;
}

.addtocalendar .atcb-list {
	position: absolute;
	width: 100%;
	list-style-type: none;
	z-index: 20;
	background: #bdbdbd;
	padding: 0;
	top: 2.15rem;
	text-align: center;
	height: 0;
	overflow: hidden;
	transition: height 0.2s ease-out;
}

.addtocalendar .atcb-list.expanded {
	height: 6rem;
}

.addtocalendar .atcb-list li:first-child a {
	padding-top: 0.35rem;
}

.addtocalendar .atcb-list a {
	display: block;
	width: calc(100% - 4rem);
	padding: 0 2rem;
	font-weight: 600;
	font-size: 0.8rem;
	text-decoration: none;
	color: #10181f;
	transition: color 0.2s ease-out;
}

.addtocalendar .atcb-list a:hover {
	text-decoration: underline;
}

.loadMore {
	font-size: 1rem;
	background: #cbcacc;
	float: right;
	font-size: 1rem;
	color: #10181f;
	text-transform: uppercase;
	font-weight: 900;
	text-decoration: none;
	position: relative;
	margin-top: 10px;
	padding: 0.75rem 1rem;
	text-align: center;
	width: calc(50% - 40px);
	transition: color 0.3s ease-out, background 0.3s ease-out;
}

@media (max-width: 700px) {
	.loadMore {
		width: auto;
		float: none;
		display: table;
		margin: 1rem auto;
	}
}

.loadMore span {
	position: relative;
	margin-left: 0.5rem;
	left: 0;
	transition: left 0.3s ease-out;
}

.loadMore:hover {
	background: #bfbfbf;
}

.loadMore:hover span {
	left: 0.5rem;
}

.scaler {
	max-width: 1190px;
	width: 95%;
	margin: 0 auto;
}

.scaler .nll-bar {
	font-size: 1rem;
	position: relative;
}

.nll-bar.stats {
	width: 100%;
}

.nll-bar.stats .stats-wrap {
	width: 100%;
}

.nll-bar.stats .stats-wrap .no-players {
	width: 90%;
	text-align: center;
}

.nll-bar.stats .table-label {
	margin-top: 0;
}

.nll-bar.stats .season-stat-table {
	margin-bottom: 2rem;
}

.nll-bar.stats .stats-text {
	margin-bottom: 1rem;
}

.nll-bar.stats .stats-text h3 {
	margin: 0;
}

.subscribe-box {
	padding: 2rem 3rem;
	display: table;
	background: #bfbfbf;
	position: relative;
	white-space: nowrap;
}

.subscribe-box label {
	display: block;
	width: 100%;
	text-transform: uppercase;
	font-weight: 900;
	font-size: 1rem;
	color: #FFF;
	margin-bottom: 1rem;
}

.subscribe-box input {
	display: inline-block;
	vertical-align: top;
	font: inherit;
}

.subscribe-box input[type="email"], .subscribe-box input[type="text"] {
	padding: 0.8rem 1rem;
	border: 0;
	outline: 0;
	appearance: none;
	-webkit-appearance: none;
	box-sizing: initial;
	width: calc(100% - 8.5rem);
	font-style: italic;
	border-left: 3px solid #FFF;
	transition: border-left 0.2s ease-out;
}

.subscribe-box input[type="email"]:focus, .subscribe-box input[type="text"]:focus {
	border-left: 3px solid #000000;
}

.subscribe-box input[type="email"]:focus::placeholder, .subscribe-box input[type="text"]:focus::placeholder {
	color: #FFF;
}

.subscribe-box input[type="submit"] {
	background: #000000;
	color: #FFF;
	padding: 0.8rem 1rem;
	text-transform: uppercase;
	font-weight: 900;
	font-size: 0.9rem;
	border: 0;
	outline: 0;
	appearance: none;
	-webkit-appearance: none;
	cursor: pointer;
	transition: color 0.3s ease-out, background 0.3s ease-out;
}

.subscribe-box input[type="submit"]:hover {
	background: #440099;
}

.staff-listing {
	text-align: left;
	max-width: 97.5%;
	margin-left: -7px;
}

.staff-listing .headshot {
	display: inline-block;
	vertical-align: middle;
	width: 28%;
	margin-right: 5%;
	height: 150px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
}

.staff-listing .headshot[style*='url()'] {
	width: 0;
}

.staff-listing .headshot[style*='url()'] ~ .staff-text {
	width: 90%;
}

.staff-listing .employee {
	display: inline-block;
	vertical-align: top;
	border-left: 5px solid #000000;
	width: calc(50% - 49px);
	padding: 20px 15px;
	margin: 7px;
	background: #FFF;
}

@media (max-width: 700px) {
	.staff-listing .employee {
		width: calc(100% - 49px);
	}
}

.staff-listing .employee .staff-text {
	display: inline-block;
	vertical-align: middle;
	width: 67%;
}

.staff-listing .employee p {
	font-weight: 500;
	font-size: 0.85rem;
	margin: 0;
}

.staff-listing .employee p:nth-child(2) {
	margin: 0.25rem 0;
}

.staff-listing .employee .staff-name {
	font-weight: 900;
	font-size: 1rem;
}

.grid-page .story-subhead {
	margin: 0 0 4rem;
	text-align: left;
}

.grid-page .story-subhead:empty {
	display: none;
}

@media (max-width: 700px) {
	.grid-page .story-subhead {
		width: 95%;
		margin: 0 auto 2rem;
	}
}

.grid-page .w100 {
	width: 100%;
}

.grid-page .w100 .article-content {
	width: 100%;
}

.below-grid-content {
	font-size: 1rem;
}

.grids {
	width: 100%;
	padding-bottom: 100px;
	text-align: center;
}

.grids h3 {
	font-size: 2rem;
	margin-bottom: 0;
}

.grids h3:not(:first-of-type) {
	margin-top: 6rem;
}

.grids p, .grids a {
	font-size: 1rem;
	margin: 0;
}

.grids p {
	max-width: 80%;
	margin: 0 auto 0.5rem;
}

.grids p:before {
	content: '';
	display: block;
	position: absolute;
	position: relative;
	width: 125px;
	height: 5px;
	margin: 0 auto 1rem;
	background: #bfbfbf;
}

.grids a {
	color: #10181f;
	display: inline-block;
	font-size: 1rem;
	font-weight: 600;
	margin-top: 0.2rem;
	text-decoration: none;
}

.grids a:hover {
	text-decoration: underline;
}

.grids .grid-item {
	width: 33.3%;
	display: inline-block;
	vertical-align: top;
	text-align: center;
}

@media (max-width: 700px) {
	.grids .grid-item {
		width: 100%;
	}
}

.grids .grid-item-image {
	height: 215px;
	width: 100%;
	position: relative;
	display: table;
}

.grids .grid-item-image img {
	position: absolute;
	top: 0;
	bottom: 0;
	max-width: 95%;
	max-height: 95%;
	width: auto;
	height: auto;
	left: 0;
	right: 0;
	margin: auto;
	transition: all 0.2s ease-out;
}

.grids .grid-item-image img:hover {
	transform: translateY(-5px);
	opacity: 0.8;
}

.sponsorGrid {
	max-width: 1220px;
	display: block;
	padding-bottom: 0;
	margin: 0 auto;
	max-height: 170px;
	overflow: hidden;
}

.sponsorGrid .gridWrap {
	font-size: 0;
	position: relative;
}

.team-details {
	background: #FFF;
	width: calc(95% - 2.5rem);
	padding: 2.5rem 1.25rem;
	border-left: 5px solid #440099;
	font-size: 0;
}

@media (max-width: 700px) {
	.team-details {
		padding: 1rem;
		width: calc(95% - 2rem);
	}
}

.team-details .team-logo, .team-details .team-info, .team-details .team-stats {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	font-size: 1rem;
}

.team-details .team-logo, .team-details .team-info {
	width: 40%;
}

@media (max-width: 700px) {
	.team-details .team-logo, .team-details .team-info {
		width: 100%;
		text-align: center;
	}
}

.team-details .team-stats {
	width: 20%;
}

@media (max-width: 700px) {
	.team-details .team-stats {
		width: 100%;
		font-size: 0;
		margin-top: 2rem;
	}
	.team-details .team-stats div.stat-block {
		display: inline-block;
		vertical-align: top;
		width: 33.33%;
	}
}

.team-details .team-logo img {
	display: block;
	width: 85%;
	margin: 0;
}

@media (max-width: 700px) {
	.team-details .team-logo img {
		margin: 0 auto;
		max-width: 200px;
	}
}

.team-details .team-header h2, .team-details .team-header h3 {
	color: #2b3034;
	text-transform: uppercase;
	line-height: 1em;
	margin: 0;
}

.team-details .team-header h2 {
	font-size: 2rem;
	margin-bottom: 0.25rem;
}

.team-details .team-header h3 {
	font-weight: 500;
	font-size: 1.15rem;
	margin-bottom: 0.25rem;
}

.team-details .team-header p {
	margin: 0 0 0.25rem;
	font-size: 0.9rem;
}

.team-details .team-header p span {
	margin: 0 0.5rem;
}

.team-details .team-header p a {
	color: #000000;
	text-decoration: none;
	font-weight: 900;
}

.team-details .team-header p a:hover {
	color: #440099;
	text-decoration: underline;
}

.team-details .team-stats .stat-block {
	width: 100%;
	text-align: center;
}

.team-details .team-stats .stat-block:not(:last-child) {
	margin-bottom: 1rem;
}

.team-details .team-stats p {
	margin: 0;
	line-height: 1.1em;
}

.team-details .team-stats p.stat-label {
	font-size: 1.3rem;
}

.team-details .team-stats p.stat-value {
	font-weight: 900;
	font-size: 2.6rem;
}

.team-details .team-links {
	margin: 1rem 0;
}

.team-details .team-links a {
	text-decoration: none;
	font-weight: 900;
	display: table;
	font-size: 0.9rem;
	color: #000000;
	margin-bottom: 0.25rem;
}

.team-details .team-links a:hover {
	color: #440099;
	text-decoration: underline;
}

@media (max-width: 700px) {
	.team-details .team-links a {
		text-align: center;
		width: 100%;
		font-size: 1.2rem;
		margin-bottom: 0.5rem;
	}
}

.team-details .team-social {
	margin-top: 2rem;
}

.team-details .team-social a {
	display: inline-block;
	background-image: url(assets/btn/detail-social.png);
	background-repeat: no-repeat;
	width: 30px;
	height: 30px;
	transition: opacity 0.2s ease-out;
}

.team-details .team-social a:hover {
	opacity: 0.8;
}

.team-details .team-social a:not(:first-child) {
	margin-left: 10px;
}

.team-details .team-social a.twitter {
	background-position: -32px 0;
}

.team-details .team-social a.youtube {
	background-position: -64px 0;
}

.team-details .team-social a.facebook {
	background-position: -96px 0;
}

.team-details .team-social a.snapchat {
	background-position: -128px 0;
}

.team-feed-filter ul {
	list-style-type: none;
	width: 95%;
	text-transform: uppercase;
	padding-left: 0;
	font-size: 0;
}

@media (max-width: 700px) {
	.team-feed-filter ul {
		margin: 1rem auto;
		width: 100%;
	}
}

.team-feed-filter ul li {
	width: 20%;
	text-align: center;
	padding: 1.1rem 0;
	margin: 2rem 0 1rem;
	font-size: 1rem;
	display: inline-block;
	background-color: #cbcacc;
	transition: background-color 0.3s linear, color 0.3s linear;
}

.team-feed-filter ul li:not(:first-child) {
	margin-left: 10px;
}

@media (max-width: 700px) {
	.team-feed-filter ul li {
		display: inline-block;
		margin: 2px;
		width: calc(50% - 4px);
	}
	.team-feed-filter ul li:not(:first-child) {
		margin: 2px;
	}
}

.team-feed-filter ul li:hover, .team-feed-filter ul li.current {
	background-color: #fff;
	color: #8c2c30;
	cursor: pointer;
}

.career-listing {
	font-size: 1rem;
}

.career-listing .btn {
	display: table;
	float: left;
}

#table_JobCatList a {
	color: #000000;
	display: table;
	font-weight: 900;
	font-family: "arvo", serif;
	font-size: 1rem;
	text-decoration: none;
	margin: 0 0 0.5rem;
}

#table_JobCatList a:hover {
	text-decoration: underline;
}

#table_JobCatList form, #table_JobCatList img {
	display: none;
}

#mainFooter {
	float: left;
	width: 100%;
	position: relative;
	z-index: 2;
}

.footer-container {
	width: 100%;
	background: #440099;
	float: left;
	padding-top: 0rem;
	border-bottom: 5px solid #cbcacc;
}

@media (max-width: 800px) {
	.footer-container {
		padding-top: 2rem;
	}
}

.footer-container .subscribe-box {
	top: -5rem;
	width: calc(100% - 6rem);
	max-width: 400px;
	margin-bottom: -2rem;
}

@media (max-width: 800px) {
	.footer-container .subscribe-box {
		margin-top: 2rem;
		width: calc(100% - 2.5rem);
		padding: 2rem 1.25rem;
	}
}

.tertiary-nav {
	margin-top: 3rem;
}

.tertiary-nav a, .tertiary-nav span {
	color: #FFF;
	text-decoration: none;
	font-size: 12px;
}

.tertiary-nav a:hover {
	text-decoration: underline;
}

.tertiary-nav span {
	font-weight: 100;
}

.footer-pages {
	font-size: 0;
	width: 60%;
	display: table;
}

.footer-pages .w25 {
	display: inline-block;
	vertical-align: top;
	width: calc(25% - 20px);
	margin: 0 10px;
}

.footer-linkage {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
}

.footer-branding {
	width: 40%;
	float: left;
	display: table;
}

.footer-branding .footer-logo {
	display: inline-block;
	vertical-align: middle;
}

.footer-branding img {
	display: block;
	margin: 0;
	max-width: 205px;
}

@media (max-width: 1023px) {
	.footer-branding img {
		margin: 0 auto;
	}
}

@media (max-width: 800px) {
	.footer-branding {
		width: 100%;
		text-align: center;
	}
	.footer-branding img {
		max-width: 80%;
	}
}

.footer-branding .footer-social {
	display: inline-block;
	vertical-align: middle;
	margin-left: 1.5rem;
	width: 160px;
}

.footer-branding .footer-social a {
	display: inline-block;
	width: 42px;
	height: 32px;
	margin-bottom: 0.5rem;
	background: url(assets/footer/footer_social2.png);
	transition: opacity 0.3s ease-out;
}

.footer-branding .footer-social a[href*="twitter"] {
	background-position: -42px 0;
}

.footer-branding .footer-social a[href*="instagram"] {
	background-position: -84px 0;
}

.footer-branding .footer-social a[href*="youtube"] {
	background-position: -126px 0;
}

.footer-branding .footer-social a[href*="linkedin"] {
	background-position: -168px 0;
}
.footer-branding .footer-social a[href*="snapchat"] {
	background-position: -210px 0;
}


.footer-branding .footer-social a:hover {
	opacity: 0.6;
}

.footer-branding .footer-social a:not(:last-child) {
	margin-right: 0.5rem;
}

.footer-copyright-container {
	width: 100%;
	float: left;
	text-align: center;
	color: #bfbfbf;
}

.footer-copyright-container small {
	display: block;
	font-size: 12px;
	margin: 0.25rem auto 1rem;
}

.footer-nav-container {
	width: 95%;
	max-width: 1190px;
	margin: 0 auto;
}

.footer-nav-container .page-list {
	list-style-type: none;
	padding: 0;
	display: inline-block;
	vertical-align: top;
}

.footer-nav-container .page-list:last-of-type {
	margin-right: -30px;
	margin-left: 30px;
}

@media (max-width: 800px) {
	.footer-nav-container .page-list {
		display: none;
	}
}

.footer-nav-container .page-list li {
	margin-bottom: 0.75rem;
}

.footer-nav-container .page-list li:empty {
	display: none;
}

.footer-nav-container .page-list li a, .footer-nav-container .page-list li span {
	font-size: 1rem;
	font-weight: 900;
	display: table;
	color: #e5e5e5;
	text-decoration: none;
	margin: 0;
}

.footer-nav-container .page-list li.child {
	margin-top: -0.5rem;
}

.footer-nav-container .page-list li.child a {
	font-weight: 500;
	font-size: 0.85rem;
	color: #c7c2c4;
}

.footer-nav-container .page-list a:hover {
	text-decoration: underline;
}

.footer-nav-container .page-list a small {
	font-size: 1rem;
}

.footer-nav-container .page-list span {
	margin-bottom: 0.2rem;
}

.footer-nav-container .page-list span ~ a {
	font-weight: 500;
	font-size: 0.9rem;
	margin-bottom: 0.2rem;
}

.article-content form br {
	display: none;
}

.article-content form div {
	display: table;
	width: 100%;
}

.article-content form .wpcf7-not-valid-tip {
	position: absolute;
	right: 0;
	line-height: 1em;
	bottom: calc(100% + 0.5rem);
	font-size: 0.75rem;
	font-weight: 900;
	color: #000000;
}

.article-content form .wpcf7-response-output {
	position: relative;
	display: table !important;
	border: 0;
	outline: 0;
	padding: 0;
	margin: 1rem 0 0;
	color: #000000;
	font-weight: 900;
}

.article-content form .wpcf7-response-output.wpcf7-mail-sent-ok {
	color: #bfbfbf;
}

.article-content form .wpcf7-form-control-wrap {
	display: block;
	width: 100%;
}

.article-content form fieldset {
	border: 0;
	outline: 0;
	margin: 0;
	padding: 0;
	width: 47.5%;
	position: relative;
}

.article-content form fieldset:nth-child(odd) {
	float: left;
}

.article-content form fieldset:nth-child(even) {
	float: right;
}

@media (max-width: 700px) {
	.article-content form fieldset {
		width: 100%;
		float: left;
	}
}

.article-content form fieldset.w100 {
	width: 100%;
	float: left;
}

.article-content form fieldset.w100 + fieldset {
	float: left;
}

.article-content form fieldset.w100 + fieldset + fieldset:not(.left) {
	float: right;
}

.article-content form fieldset.left {
	float: left;
}

.article-content form input[type="text"], .article-content form input[type="email"], .article-content form input[type="number"], .article-content form input[type="tel"], .article-content form input[type="date"], .article-content form textarea {
	display: table;
	padding: 0.8rem 0.5rem;
	font-size: 1rem;
	border: 0;
	outline: 0;
	appearance: none;
	background: #FFF;
	color: #000;
	-webkit-appearance: none;
	box-sizing: initial;
	font-style: italic;
	border-left: 3px solid #FFF;
	transition: border-left 0.2s ease-out;
}

.article-content form input[type="text"]:focus, .article-content form input[type="email"]:focus, .article-content form input[type="number"]:focus, .article-content form input[type="tel"]:focus, .article-content form input[type="date"]:focus, .article-content form textarea:focus {
	border-left: 3px solid #000000;
}

.article-content form label {
	display: block;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 0.8rem;
}

.article-content form textarea, .article-content form input[type="text"], .article-content form input[type="email"], .article-content form input[type="number"], .article-content form input[type="tel"], .article-content form input[type="date"], .article-content form label {
	width: calc(100% - 1rem);
	margin: 0.25rem 0;
}

.article-content form input[type="submit"], .article-content form button[type="submit"] {
	padding: 0.8rem 1.5rem;
	margin-top: 1rem;
	text-transform: uppercase;
	font-weight: 900;
	font-size: 0.9rem;
	border: 0;
	outline: 0;
	appearance: none;
	-webkit-appearance: none;
	cursor: pointer;
	color: #FFF;
	background: #000000;
	transition: background 0.2s ease-out;
}

.article-content form input[type="submit"]:hover, .article-content form button[type="submit"]:hover {
	background: #440099;
}

@media print {
	html, body {
		height: 99%;
		position: relative;
	}
	body {
		margin: 50px 50px 0;
	}
	.navbar, .right-sidebar, .post-thumbnail-container, #mainFooter, .article-footer, .fb-comments, .header-image {
		display: none !important;
	}
	.single-article .author-date-sharing {
		margin: 0 auto;
	}
	.story-subhead {
		margin: 0 auto 1rem;
		background: #000;
	}
	.single-article {
		border-top: 0 !important;
		border-bottom: 0 !important;
		padding: 0 !important;
	}
}

.nllWrap {
	background: #000000;
}

.page-roster__player-image {
	border-radius: 200px;
	display: block;
	width: 30px;
	height: 30px;
	overflow: hidden;
	background-color: #888;
}

.page-roster__player-image img {
	width: 100%;
}





