.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

.block {
	display: block;
}

.hide {
	display: none;
}

.absolute {
	position: absolute;
	top: 0px;
	left: 0px;
}

.relative {
	position: relative;
}

a {
	color: #571833;
}

body {
	min-width: 1000px;
	margin: 0px auto;
	padding: 0px;
	background: url(/fls/30300/site_graphics/background.png) repeat;
}

body.responsive {
	min-width: 100%;
}

#container {
	width: 100%;
	background: url(/fls/30300/site_graphics/site_bg.png) repeat-y top center;
}

#site {
	max-width: 1000px;
	margin: 0px auto;
	padding-bottom: 50px;
}

#header {
	background: url(/fls/30300/site_graphics/headerbg.png) repeat-x;
	width: 100%;
	height: 129px;
	-webkit-box-shadow: 0px 4px 10px rgba(50, 50, 50, 0.83);
	-moz-box-shadow: 0px 4px 10px rgba(50, 50, 50, 0.83);
	box-shadow: 0px 4px 10px rgba(50, 50, 50, 0.83);
}

#header.ad {
	background: url(/fls/30300/site_graphics/headerbg_ad.png) repeat-x;
	height: 233px;
}

#header .contents {
	max-width: 1000px;
	margin: 0px auto;
	height: 129px;
	z-index: 1001;
}

#header .logo img {
	height: 170px;
}

#header .name {
	margin-left: 9.4%;
	width: 60.6%;
	max-width: 606px;
}

#header .links {
	width: 30%;
}

#header .header-link {
	width: 98px;
	margin-right: 1%;
}

#header .header-link.last {
	margin-right: 0px;
}

#header .header-link .img {
	max-width: 98px;
	width: 100%;
}

#header-search {
	margin: 20px 0px 0px 16px;
}

#header-search form {
	margin: 0px;
}

#pac12-dropdown-button {
	margin-left: 6px;
}

#pac12-dropdown-button img {
	width: 100%;
	max-width: 49px;
	cursor: pointer;
}

#searchbox {
	left: auto;
	right: 0px;
	top: 79px;
	height: 0px;
	overflow: hidden;
	width: 272px;
	z-index: 999;
}

#searchbox form {
	margin: 0px;
}

#searchbox .searchinput,
#searchbox .searchsubmit {
	height: 28px;
	padding-bottom: 6px;
}

#searchbox .searchinput {
	width: 212px;
	background: #d8d3d7;
	border-left: 1px solid #afaba8;
	border-bottom: 1px solid #afaba8;
	border-radius: 0px 0px 0px 8px;
}

#searchbox .searchsubmit {
	width: 58px;
	background: #fff;
	border-right: 1px solid #adaca8;
	border-bottom: 1px solid #afaba8;
	border-radius: 0px 0px 8px 0px;
}

#searchInput {
	border: 0px;
	background: #fff;
	padding: 2px;
	height: 18px;
	line-height: 18px;
	margin: 6px 6px 0px 10px;
	width: 190px;
	border-radius: 0px;
}

#searchSubmit {
	color: #7F2347;
	border: 0px;
	background: transparent;
	font-weight: bold;
	padding: 0px 8px;
	cursor: pointer;
	font-size: 12px;
	line-height: 34px;
	font-family: Arial;
	height: 34px;
}

#header-search-button {
	max-width: 20px;
	margin-top: 10px;
	cursor: pointer;
}

#log-in {
	font-family: Arial;
	font-size: 11px;
	color: #fff;
	font-weight: bold;
	/*padding: 12px 5px 0px 0px;
	margin-left: 8px;*/
	padding-top: 12px;
	cursor: pointer;
}

#log-in.in-menu {
	padding-top: 10px;
	margin-left: 10px;
}

#search-input {
	width: 134px;
	height: 21px;
	color: #474747;
	font-weight: bold;
	font-family: Noto Sans;
	font-size: 10px;
	line-height: 21px;
	border: 1px solid #a4a6a6;
	background: #fff;
	border-radius: 0px;
	margin: 0px;
	box-shadow: 0px;
	padding: 0px 4px;
}

#search-submit {
	border-radius: 0px;
	border: 0px;
	width: 26px;
}

.adspace.rightfloat {
	position: fixed;
	right: 0px;
	top: 250px;
	z-index: 1000;
}

#menu {
	max-width: 1000px;
	margin: 0px auto;
	z-index: 1000;
}

#menu .contents {
	background: url(/fls/30300/site_graphics/menubg.png) repeat-x;
	height: 50px;
	width: 938px;
}

#rotator {
	margin-top: 0px;
	width: 100%;
	height: 100%;
}

#rotator .main .story {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

#rotator .main .story img {
	width: 100%;
}

#rotator .contents {
	height: 100%;
	overflow: hidden;
	border: 2px solid #000;
	-webkit-box-shadow: 0px 6px 9px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 0px 6px 9px rgba(50, 50, 50, 0.75);
	box-shadow: 0px 6px 9px rgba(50, 50, 50, 0.75);
}

#rotator .titlebar {
	background: rgba(0, 0, 0, 0.75);
	top: auto;
	bottom: 22px;
	width: 100%;
	height: 74px;
	font-size: 12px;
}

#rotator .titlebar a {
	color: #fff;
	font-family: Noto Sans;
	text-decoration: none;
}

#rotator .titlebar .title a {
	font-size: 20px;
	font-weight: bold;
}

#rotator .titlebar .teaser a {
	font-size: 14px;
}

#rotator .titlebar .related a {
	color: #ffc82e;
	font-size: 12px;
	font-weight: bold;
	margin-right: 22px;
}

#rotator .titlebar .title {
	padding: 5px 0px 2px;
}

#rotator .titlebar .title,
#rotator .titlebar .teaser,
#rotator .titlebar .related {
	padding-left: 12px;
}

#rotator .titlebar .legend {
	margin: 4px 6px;
}

#rotator .titlebar .legend span {
	font-family: Noto Sans;
	font-size: 12px;
	color: #ffc82e;
	font-weight: bold;
	cursor: pointer;
}

#rotator .arrow {
	z-index: 600;
	top: 38%;
	left: auto;
	right: 4px;
	cursor: pointer;
	width: 3.8%
}

#rotator .arrow.first {
	left: 4px;
	right: auto;
}

#rotator .play {
	width: 90px;
	position: absolute;
	left: 45%;
	top: 32%;
	z-index: 600;
	cursor: pointer;
	max-width: 90px;
	width: 9%;
}

#subrotator {
	z-index: 600;
	top: auto;
	bottom: 30px;
	left: auto;
	right: 5px;
}

#subrotator .contents {
	width: auto;
	height: auto;
	border: 0px;
}

#subrotator .story {
	width: 64px;
	overflow: hidden;
	margin-left: 6px;
	border: 1px solid #969696;
	cursor: pointer;
}

#subrotator .story.first {
	margin-left: 0px;
}

#subrotator .story img {
	width: 100%;
}

#embedPlayer {
	background: #000;
	position: fixed;
	z-index: 10500;
	display: none;
	width: 724px;
	height: 434px;
}

#embedPlayer .innerWrapper {
	/*width: 704px;
	height: 424px;
	padding: 10px 10px;*/
	width: 96%;
	height: 96%;
	margin: 0px auto;
	padding: 1% 0px;
}

#embedPlayer .xbutton {
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
	z-index: 10001;
}


#embedPlayerFade {
	position: fixed;
	z-index: 10400;
	background: #000;
	opacity: .7;
	filter: alpha(opacity = 70);
	left: 0px;
	top: 0px;
	display: none;
	width: 100%;
	height: 100%;
}

.news-page .second-row {
	margin-top: 20px;
}

.news-page .left-column {
	width: 66%;

}

.news-page .right-column {
	width: 32%;
	min-width: 320px;
}

#social {
	border: 1px solid #b5b5b5;
	margin-right: 16px;
}

#social .ad-space .adspace {
	width: 250px;
}

#social .contents {
	border: 4px solid #7f2346;
	width: 310px;
	height: 380px;
	background: #fff;
}

#social .menu {
	padding: 25px 0px 0px 10px;
	width: 50px;
}

#social .item {
	cursor: pointer;
	opacity: 0.32;
	margin-bottom: 10px;
}

#social .item.active {
	opacity: 1;
}

#social .arrow {
	left: 39px;
}

#social .item.instgram {
	margin-bottom: 0px;
}

#social .e-news {
	border-top: 1px solid #d6d6d6;
	margin-top: 2px;
}

#social .e-news .signup {
	font-family: Noto Sans;
	font-size: 14px;
	color: #7f2347;
	font-weight: bold;
	text-align: center;
}

#social .e-news .form {
	padding: 4px 0px 0px 30px;
}

#social .e-news form,
#social .e-news input {
	margin: 0px;
}

#enewsfield {
	border-radius: 0px;
	width: 200px;
	height: 18px;
	color: #474747;
	background: #f0f0f0;
	border: 1px solid #a4a6a6;
	font-family: Noto Sans;
	font-weight: bold;
	font-size: 12px;
	line-height: 12px;
}

#enewsbutton {
	font-family: Noto Sans;
	font-size: 14px;
	color: #fff;
	background: #a4a6a6;
	border: 0px;
	width: 35px;
	height: 28px;
	border-radius: 0px;
}

#newstabs {
	border: 1px solid #b5b5b5;
}

#newstabs .border {
	padding: 4px;
	background: #7f2346;
}

#newstabs .contents {
	width: 310px;
	height: 172px;
	background: #fff;
}

#newstabs .tabs {
	background: #7f2346;
}

#newstabs .tabs .tab {
	height: 21px;
	color: #fff;
	font-family: Noto Sans;
	font-weight: bold;
	font-size: 14px;
	padding: 0px 6px;
	cursor: pointer;
	border: 1px solid transparent;
}

#newstabs .tabs .tab.active {
	background: #fff;
	color: #7f2347;
	font-weight: bold;
	border: 1px solid #b4b3b3;

}

#newstabs .content {
	height: 149px;
	overflow-y: auto;
}

#more-headlines .story,
#blogs .story,
#aroundpac12 .story {
	border-bottom: 1px solid #f0f0f0;
	padding: 3px 6px;
}

#aroundpac12 .story {
	padding: 5px 6px;
}

#more-headlines .play {
	background-image: url(/fls/30300/site_graphics/sprite.png); background-position: 0 -897px; width: 22px; height: 12px;
}

#more-headlines .play,
#blogs .play,
#aroundpac12 .play {
	padding: 2px 6px 0px 0px;
	cursor: pointer;
}

#more-headlines .story a,
#blogs .story a ,
#aroundpac12 .story a{
	font-family: Noto Sans;
	color: #4b4b4b;
	font-size: 12px;
	line-height: 14px;
	text-decoration: none;
}

#more-headlines .archives a,
#blogs .archives a,
#aroundpac12 .archives a {
	color: #7f2347;
	text-decoration: none;
	font-size: 11px;
	line-height: 20px;
	font-weight: bold;
	font-family: Noto Sans;
	padding-left: 6px;
}

#aroundpac12 {
	border: 1px solid #b5b5b5;
	margin-top: 20px
}

#aroundpac12 .border {
	padding: 4px;
	background: #7f2346;
}

#aroundpac12 .contents {
	width: 310px;
	height: 178px;
	background: #fff;
}

#aroundpac12 .title {
	font-family: Noto Sans;
	font-weight: bold;
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	padding: 0px 0px 4px 6px;
	background: #7f2346;
}

#aroundpac12 .content {
	height: 132px;
	overflow-y: auto;
}

#aroundpac12 .links {
	padding-left: 8px;
}

#aroundpac12 .links a {
	font-size: 11px;
	line-height: 20px;
	color: #7f2347;
	font-family: Noto Sans;
	text-decoration: none;
	font-weight: bold;
}

#cubead {
	border: 1px solid #b5b5b5;
	padding: 0px 9px 9px;
	font-size: 11px;
	line-height: 12px;
	color: #5b6770;
	font-family: Noto Sans;
	text-align: right;
	max-width: 300px;
}

.adspace.undercube {
	margin-top: 19px;
	width: 320px;
	overflow: hidden;
}

#schedule {
	width: 100%;
	background: #7f2346;
	padding-bottom: 4px;
}

#schedule .title {
	font-size: 14px;
	line-height: 22px;
	font-weight: bold;
	color: #fff;
	font-family: Noto Sans;
	margin-top: 16px;
	padding: 2px 20px 4px 6px;
	height: 22px;
}

#schedule .title a,
#schedule .title span {
	font-size: 12px;
	line-height: 22px;
	color: #fff;
	font-family: Noto Sans;
	font-weight: bold;
	text-decoration: none;
}

#schedule .title select {
	font-size: 12px;
	font-family: Noto Sans;
	color: #000;
	border-radius: 0px;
	margin: 0px 15px 0px 0px;
	padding: 0px;
	height: 22px;
	width: 174px;
}

#schedule .content {
	width: 92%;
	height: 170px;
	overflow: hidden;
	background: #fff;
}

#schedule .arrow {
	width: 3.5%;
	height: 170px;
	cursor: pointer;
	background: #fff;
}

#schedule .arrow.first {
	margin-left: .5%;
}

#schedule .arrow.last {
	margin-right: .5%;
}

#schedule .arrow .img {
	width: 12px;
	margin: 75px auto 0px;
	display: block;
}

#schedule .slider {
	width: 100%;
	height: 170px;
}

#schedule .event {
	width: 25%;
	height: 170px;
	font-family: Noto Sans,Arial;
	color: #231f20;
	text-align: center;
}

#schedule .event div {
	width: 80%;
	margin: 0px auto;
}

#schedule .event .date {
	font-family: Noto Sans,Arial;
	font-size: 17px;
	color: #7f2347;
	font-weight: bold;
	border-bottom: 2px solid #a09a99;
	margin: 16px auto 0px;
	text-transform: uppercase;
}

#schedule .event .sport {
	font-size: 15px;
	line-height: 15px;
	padding-top: 10px;
}

body.sport #schedule .event .sport {
	display: none;
}

#schedule .event .opponent {
	font-size: 14px;
	line-height: 14px;
	padding-top: 2px;
}

body.sport #schedule .event .opponent {
	padding-top: 10px;
}

#schedule .event .location {
	font-size: 10px;
	line-height: 10px;
	padding-top: 2px;
}

body.sport #schedule .event .location {
	padding-top: 10px;
}

#schedule .event .time,
#schedule .event .score,
#schedule .event .score a {
	font-size: 14px;
	line-height: 14px;
	color: #7f2347;
	padding-top: 20px;
}

#schedule .event .time {
	color: #231F20;
}

#schedule .event .score,
#schedule .event .score a {
	font-weight: bold;
}

#schedule .event .score a {
	text-decoration: underline;
}

#schedule .event .medialinks {
	padding-top: 4px;
}

#schedule .event .medialinks,
#schedule .event .medialinks a {
	font-size: 12px;
	line-height: 12px;
	font-family: Noto Sans;
	color: #231f20;
}

#schedule .no-data {
	font-family: Noto Sans,Arial;
	text-align: center;
	font-size: 15px;
	color: #231F20;
}

#ad-row {
	padding: 16px 0px;
}

#ad-row .right-leader {
	width: 240px;
	height: 90px;
}

#header .ad-row {
	max-width: 1000px;
	margin: 0px auto;
	padding: 6px 0px;
}

.leaderboard {
	max-width: 740px;
	height: 90px;
}

#ad-row .right-leader {
	margin-left: 20px;
}

#features {
	background: #7f2346;
	width: 100%;
}

#features .title {
	color: #fff;
	font-weight: bold;
	font-family: Noto Sans;
	font-size: 14px;
	line-height: 18px;
	padding: 2px 8px;
}

#features .title span {
	cursor: pointer;
}

#features .border {
	padding: 4px;
}

#features .content {
	width: 100%;
	background: #fff;
	padding: 0px;
	border: 1px solid #bfc1c1;
	height: 165px;
	overflow: hidden;
}

#features .content .item {
	width: 25%;
}

#features .content .item .image,
#features .content .item .text {
	padding: 3%;
}

#features .content .item .image img {
	width: 100%;
}

#features .content .item .text {
	font-family: Noto Sans;
	color: #7f2347;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	padding-top: 0px;
	padding-bottom: 0px;
}

#drippan {
	width: 99%;
	padding: 20px .5% 20px;
	border-bottom: 2px solid #eaeaea;
}

#drippan .item {
	width: 20%;
}

#drippan .header {
	font-family: Noto Sans;
	font-size: 12px;
	color: #7f2347;
	font-weight: bold;
}

#drippan a {
	color: #4b4b4b;
	font-size: 12px;
	line-height: 16px;
	font-family: Noto Sans;
	text-decoration: none;
}

#footer {
	width: 100%;
	font-size: 12px;
	color: #4b4b4b;
	font-family: Noto Sans;
	padding-top: 8px;
}

#footer a {
	font-size: 11px;
	color: #4b4b4b;
	font-family: Noto Sans;
	text-decoration: none;
}
#footer a.affil.first {
	margin-left: 12px;
}
#footer a.affil {
	margin-right: 12px;
}	
#footer .text {
	padding-top: 22px;
}

#neulion {
	padding: 16px 0px 0px 10px;
}

#sectionmenu {
	background: #000;
	width: 100%;
	margin-bottom: 5px;
	height: 30px;
	overflow: hidden;
}

#sectionmenu .title {
	padding: 0px 12px 4px 5px;
}

#sectionmenu .title,
#sectionmenu .title a {
	font-size: 24px;
	line-height: 30px;
	font-weight: bold;
	font-family: Noto Sans;
	color: #fec628;
	text-decoration: none;
	text-transform: uppercase;
}

ul#section-menu {
	list-style-type:none;
	margin: 0;
	padding: 0px;
	float: left;
	position: relative;
	height: 20px;
	margin-top: 8px;
}

ul#section-menu li.divider {
	width: 2px;
	height: 13px;
	background: #fff;
	margin: 3px 0px 0px;
	padding: 0px;
}

ul#section-menu ul.subnav li {
	border-width:1px 1px 0px 1px;
}

ul#section-menu ul.subnav li.last {
	border-width:1px;
}

#section-menu li {
	display:block;
	float:left;
	margin:0px;
	width:auto;
	font-weight:bold;
	white-space:nowrap;
	padding: 0px 10px 0px;
}

#section-menu li a {
	font-family: Noto Sans;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #fff;
}

#inside-sports {
	font-family: Noto Sans;
	font-size: 12px;
	line-height: 18px;
	padding: 2px 5px;
}

#inside-sports span {
	display: block;
	color: #7f2347;
	font-weight: bold;
}

#inside-sports a {
	display: block;
	color: #4b4b4b;
}

.undermenu.adspace {
	padding-bottom: 10px;
}

#content-left {
	width: 66%;
}

#content-right {
	width: 320px;
	min-height: 100px;
}

#article-container {

}

#article-container .play {
	width: 90px;
	position: absolute;
	left: 45%;
	top: 32%;
	z-index: 600;
	cursor: pointer;
	max-width: 90px;
	width: 9%;
}

#article-container .image {

}

#article-container .image img {
	width: 100%;
}

#article-container .image-info {
	background: #000;
	color: #fff;
	font-family: Noto Sans;
	font-size: 10px;
	line-height: 10px;
	padding: 5px;
}

#article-container .image-info .caption {
	font-size: 12px;
	line-height: 20px;
}

#article-title {
	color: #7f2347;
	font-size: 18px;
	font-family: Noto Sans;
	font-weight: bold;
	padding-top: 16px;
}

#article-date-icons .text {
	font-family: Noto Sans;
	color: #6d6d6d;
	font-size: 11px;
	line-height: 14px;
}

#article-date-icons .addthis_toolbox {
	padding: 3px 0px 0px 5px;
}

#articleRelated {
	width: 298px;
}

#articleRelated .border {
	background: #7f2347;
	padding: 0px 4px 4px;
}

#article #articleRelated {
	float: right;
}

#articleRelated .header {
	font-size: 14px;
	font-family: Noto Sans;
	color: #fff;
	background: #7f2347;
	line-height: 26px;
	padding: 0px 10px;
	font-weight: bold;
}

#articleRelated .header img {
	display: block;
}

#articleRelated .content {
	background: #fff;
	padding: 6px 10px 2px 0px;
}

#articleRelated .content a {
	font-family: Arial;
	color: #000;
	text-decoration: none;
	padding-top: 3px;
	font-size: 12px;
	font-weight: normal;
	width: 242px;
}

#articleRelated .item {
	padding: 0px 0px 4px 10px;
}

#article .view {
	padding-top: 13px;
}

#article-content {
	padding-top: 16px;
}

#article-content .article-related-links.left {
	margin: 0px 10px 10px 0px;
}


#article-content .article-related-links.right {
	margin: 0px 0px 10px 10px;
}

#article-container a.back {
	color: #7f2347;
	font-family: Noto Sans;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	padding-top: 16px;
}

#content-right #cubead {
	margin-top: 16px;
}

#content-right #social {
	margin-top: 16px;
}

.livenow {
	position: absolute;
	top: 26%;
	left: 34%;
	width: 36%;
	max-width: 340px;
}

#rotator .main .story .livenow img {
	width: 100%;
	max-width: 340px;
}

.underschad.adspace {
	width: 100%;
	min-width: 1000px;
	overflow: hidden;
	margin-top: 16px;
}

#schedule-table td {
	font-size: 12px;
}

.OoyalaHtml5VideoPlayer {
	width: 100% !important;
	left: -10000px;
}

.OoyalaHtml5VideoPlayer video {
	width: 100% !important;
}

/***********************************************************************************
**** Menu
***********************************************************************************/

#menu-container {
	position:relative;
	min-height:40px;
}

#list-menu {
	/*float:left;*/
	display:block;
	visibility:hidden;
	margin: 0px 0px 0px 78px;
	list-style-type:none;
	padding:0;
	border:0;
	height: 40px;
}

#list-menu .divider {
	float:left;
	width:1px;
	height:40px;
	display:none;
}

#list-menu-button {
	display:none;
	height:40px;
	position:absolute;
	z-index:1;
	top:4px;
	right:5px;
}

#list-menu-button button {
	padding:3px 10px 7px;
}

#list-menu-button .btn {
	background: none;
	border: 0px;
	box-shadow: none;
}

#list-menu-button.show-mobile .btn {
	background: #7f2346;
}

#list-menu-button .icon-bar {
	background-color:#F5F5F5;
	border-radius:1px 1px 1px 1px;
	box-shadow:0 1px 0 rgba(0, 0, 0, 0.25);
	display:block;
	height:4px;
	width:29px;
	margin-top: 4px;
}

#list-menu li.parent {
	float:left;
	background:transparent;
	position:relative;
}

#list-menu li.parent.template {
	position:static;/**/
}

#list-menu ul {
	list-style-type:none;
	padding:0;
	margin:0;
	border:0;
}

#list-menu a {
	display:block;
}

#list-menu a:hover {
	color: #ffc82e;
}

.top-menu-link {
	height:40px;
	line-height:40px;
	padding:0 11px;
	text-decoration:none;
	font-family: Arial;
	font-size: 13px;
	color: #fff;
	font-weight: bold;
}

.top-menu-link:focus,
.top-menu-link:hover {
	text-decoration:none;
}

li.template.menu-active .top-menu-link {
	color: #ffc82e;
}

.subnav {
	display:none;
	position:absolute;
	z-index:1;
	top:40px;
	left:0px;
	padding:0;
}

.subnav.template-ul {
	width:auto;
	height:auto;
	background:transparent;
}

.subnav.template-ul .subnav {
	display:block;
}

.subnav .template {
	width:100%;
	height: 378px;
	position:relative;
	background:#601a36;
	border-radius:0 0 5px 5px;
	/*overflow:hidden;*/
}

.menu-active .subnav {
	display:block;
}

.subnav li a {
	padding:0 10px;
	/*min-width:200px;*/
	height:20px;
	line-height:20px;
	color: #fff;
	font-size: 13px;
	font-family: Arial;
	text-decoration: none;
	font-weight: bold;
}

.subnav li a:hover {
	color: #ffc82e;
}

#list-menu .image {

}

#list-menu .image img {
	width: 100%;
}

#list-menu li.template ul.subnav .standard {
	padding: 12px 0px 0px 1.5%;
	width: 78%;
	float: left;
}

#list-menu li.template ul.subnav ul.subnav {
	position:static;
}

#list-menu li.template ul.subnav .sports ul.subnav {
	width: auto;
	float: none;
	position:static;
	float: left;
}

#list-menu li.template ul.subnav .box-mens,
#list-menu li.template ul.subnav .box-womens {
	width: 47%;
	float: left;
}

#list-menu li.template ul.subnav .box-mens {
	padding-right: 5%;
}

#list-menu li.template ul.subnav .menu-label
 {
	font-size: 14px;
	font-weight: bold;
	color: #ffc82e;
	border-bottom: 1px solid #7b3e50;
	text-transform: uppercase;
}

#list-menu li.template li.header,
#list-menu li.template li.header a {
	font-size: 14px;
	font-weight: bold;
	color: #ffc82e;
	text-transform: uppercase;
}

#list-menu .image-text .headline,
#list-menu .image-text .teaser {
	display:none;
}

#list-menu .parent.sports .feature-1,
#list-menu .parent.sports .feature-2,
#list-menu .parent.sports .label-1,
#list-menu .parent.sports .label-2
{
	display:none;
}

#list-menu .parent .image-text {
	width: 19%;
	padding-left: .5%;
	position: static;
	float: left;
	padding-top: 20px;
}

#list-menu .parent .image-text a {
	min-width: auto;
	padding: 0px;
}

#list-menu .feature-1 {
	position:absolute;
	z-index:1;
	top:10px;
	right:260px;
}

#list-menu .with-sections .subnav li.first {

}

ul#menu-sport-group-1 {
	width:47%;
	float:left;
	margin-left:2%;
	position:static;
}

ul#menu-sport-group-2 {
	width:47%;
	float:left;
	margin-left:2%;
	position:static;
}

#list-menu div.standard li {
	float:left;
	border-width:0px 0px 1px 0px;
	border-style:solid;
	border-color:#7b3e50;
	width: 47%;
	background:transparent;
}

#list-menu div.standard.sports li {
	width: 100%;
}

#list-menu div.standard li.odd {
	margin-right: 5%;
}

#list-menu div.standard.sports li.odd {
	margin-right: 0px;
}

#list-menu div.standard a,
#list-menu div.standard a.sport {
	display:inline;
	min-width:auto;
	padding:0px;
	height:23px;
	line-height:23px;
}

#list-menu .with-sections a.facebook {
	background:url('/fls/30300/site_graphics/fb_icon.png') transparent;
	width:22px;
	height:22px;
	display:block;
	float:right;
	overflow:hidden;
	padding:0;
	background-size: 22px;
	display: none;
}

#list-menu .with-sections a.twitter {
	background:url('/fls/30300/site_graphics/twitter_icon.png') transparent;
	width:22px;
	height:22px;
	display:block;
	float:right;
	overflow:hidden;
	padding:0;
	background-size: 22px;
	display: none;
}

#list-menu .facebook-placeholder,
#list-menu .twitter-placeholder {
	display: none;
}

#list-menu .with-sections a.sport {
	float:left;
}

#list-menu .with-sections a.section {
	float:right;
	font-size: 11px;
	font-weight: normal;
	padding-right: 12px;
}


/*  30300 media player custom styles ---------------------------*/
#mediaportal-brand h1, #mediaportal-brand h1 a{
	font-size:24px;
	color:#7f2347;
	font-family:'Noto Sans', Arial, sans-serif;
	font-weight:bold;
	text-decoration:none;
}
#mediaportal-nav {
	background-color:#7f2347;
	color:#fff;
}
#mediaportal-menu li a {
	font-family:'Noto Sans', Arial, sans-serif;
	background-color:#7f2347;
	color:#fff;
	font-weight:bold;
	font-size:13px;
	text-transform:uppercase;
}
#mediaportal-menu li a:hover, #mediaportal-menu li.active a {
	background-color:#ffc72c;
	color:#7f2347;
}
#mediaportal-menu-audio li a,
#mediaportal-menu-audio li a:hover {
	font-family:'Noto Sans', Arial, sans-serif;
	background-color:#fec628;
	color:#7f2347;
	font-weight:bold;
	font-size:13px;
}
#mediaportal-more-head h4,
#mediaportal-live-audio-list h4,
#mediaportal-more-audio h4{
	font-family:'Noto Sans', Arial, sans-serif;
	color:#7f2347;
	font-size:18px;
	font-weight:bold;
}
#mediaportal-paging input,
#mediaportal-live-audio-list-paging input,
#mediaportal-more-audio-list-paging input{
	color:#fec628;
	background-color:#7f2347;
	border:none;
	font-weight:bold;
	padding:6px 18px;
}

#uploadContentDiv span span img,
#uploadContentDiv p img {
	height: 1px;
	display: block;
}

#total-stats-comp{
 display: none;
}

/*  END 30300 media player custom styles ---------------------------*/

.sprite-asu-edu{ background-image: url(/fls/30300/site_graphics/sprite.png); background-position: 0 0; width: 98px; height: 30px; } 
.sprite-asu{ background-image: url(/fls/30300/site_graphics/sprite.png); background-position: 0 -35px; width: 100px; height: 68px; } 
.sprite-audioicon{ background-image: url(/fls/30300/site_graphics/sprite.png); background-position: 0 -108px; width: 27px; height: 20px; } 
.sprite-buy-tickets{ background-image: url(/fls/30300/site_graphics/sprite.png); background-position: 0 -133px; width: 98px; height: 30px; } 
.sprite-donate-now{ background-image: url(/fls/30300/site_graphics/sprite.png); background-position: 0 -168px; width: 98px; height: 30px; } 
.sprite-downloadicon{ background-image: url(/fls/30300/site_graphics/sprite.png); background-position: 0 -203px; width: 26px; height: 20px; } 
.sprite-galleryicon{ background-image: url(/fls/30300/site_graphics/sprite.png); background-position: 0 -228px; width: 27px; height: 20px; } 
.sprite-icon-4square{ background-image: url(/fls/30300/site_graphics/sprite.png); background-position: 0 -253px; width: 29px; height: 29px; } 
.sprite-icon-facebook{ background-image: url(/fls/30300/site_graphics/sprite.png); background-position: 0 -287px; width: 29px; height: 29px; } 
.sprite-icon-google{ background-image: url(/fls/30300/site_graphics/sprite.png); background-position: 0 -321px; width: 29px; height: 29px; } 
.sprite-icon-instagram{ background-image: url(/fls/30300/site_graphics/sprite.png); background-position: 0 -355px; width: 29px; height: 29px; } 
.sprite-icon-pintrest{ background-image: url(/fls/30300/site_graphics/sprite.png); background-position: 0 -389px; width: 29px; height: 29px; } 
.sprite-icon-tumblr{ background-image: url(/fls/30300/site_graphics/sprite.png); background-position: 0 -423px; width: 29px; height: 29px; } 
.sprite-icon-twitter{ background-image: url(/fls/30300/site_graphics/sprite.png); background-position: 0 -457px; width: 29px; height: 29px; } 
.sprite-img{ background-image: url(/fls/30300/site_graphics/sprite.png); background-position: 0 -491px; width: 128px; height: 68px; } 
.sprite-linkicon{ background-image: url(/fls/30300/site_graphics/sprite.png); background-position: 0 -564px; width: 26px; height: 20px; } 
.sprite-logo{ background-image: url(/fls/30300/site_graphics/sprite.png); background-position: 0 -589px; width: 94px; height: 193px; } 
.sprite-menu-left{ background-image: url(/fls/30300/site_graphics/sprite.png); background-position: 0 -787px; width: 31px; height: 50px; } 
.sprite-menu-right{ background-image: url(/fls/30300/site_graphics/sprite.png); background-position: 0 -842px; width: 31px; height: 50px; } 
.sprite-miniplay{ background-image: url(/fls/30300/site_graphics/sprite.png); background-position: 0 -897px; width: 22px; height: 12px; } 
.sprite-mpsf{ background-image: url(/fls/30300/site_graphics/sprite.png); background-position: 0 -914px; width: 130px; height: 68px; } 
.sprite-ncaa{ background-image: url(/fls/30300/site_graphics/sprite.png); background-position: 0 -987px; width: 84px; height: 68px; } 
.sprite-pdficon{ background-image: url(/fls/30300/site_graphics/sprite.png); background-position: 0 -1060px; width: 27px; height: 20px; } 
.sprite-schedule-left{ background-image: url(/fls/30300/site_graphics/sprite.png); background-position: 0 -1085px; width: 12px; height: 20px; } 
.sprite-schedule-right{ background-image: url(/fls/30300/site_graphics/sprite.png); background-position: 0 -1110px; width: 12px; height: 20px; } 
.sprite-searchbtn{ background-image: url(/fls/30300/site_graphics/sprite.png); background-position: 0 -1135px; width: 26px; height: 23px; } 
.sprite-social-arrow{ background-image: url(/fls/30300/site_graphics/sprite.png); background-position: 0 -1163px; width: 13px; height: 15px; } 
.sprite-v_advertisement{ background-image: url(/fls/30300/site_graphics/sprite.png); background-position: 0 -1183px; width: 12px; height: 90px; } 
.sprite-videoicon{ background-image: url(/fls/30300/site_graphics/sprite.png); background-position: 0 -1278px; width: 27px; height: 20px; } 



#uploadContentDiv span span img,
#uploadContentDiv p img, 
#uploadContentDiv img{
 height: 1px;
 display: block;
}

#schedule-table tbody tr.tournament td {
	display: none;
}

#upcoming-pac12 {
	border: 1px solid #b5b5b5;
	margin-top: 20px;
	max-width: 320px;
}

#upcoming-pac12 .border {
	padding: 4px;
	background: #7f2346;
}

#upcoming-pac12 .contents {
	width: 100%;
	height: 178px;
	background: #fff;
}

#upcoming-pac12 .header {
	font-family: Noto Sans;
	font-weight: bold;
	color: #fff;
	font-size: 14px;
	height: 50px;
	line-height: 50px;
	padding: 0px 0px 0px 6px;
	background: #7f2346;
	display: block;
	text-decoration: none;
}

#upcoming-pac12 .gray-bar {
	height: 19px;
	width: 100%;
	background: #b5b5b5;
}

#upcoming-pac12 .pac12-tv {
	top: 0px;
	left: auto;
	right: 0px;
}

#upcoming-pac12 .content {
	height: 79px;
}

#upcoming-pac12 .links {
	background: #b5b5b5;
	height: 30px;
}

#upcoming-pac12 .links .left {
	width: 50%;
	float: left;
}

#upcoming-pac12 .links div:first-child a {
	border-left: 0px;
}

#upcoming-pac12 .links a {
	display: block;
	font-size: 11px;
	line-height: 30px;
	color: #000;
	font-family: Noto Sans;
	text-decoration: none;
	font-weight: bold;
	border-left: 1px solid #888888;
	text-align: center;
}

#upcoming-pac12 .event {
	padding: 2px 7px;
	border-bottom: 1px solid #ddd;
	position: relative;
	height: 35px;
}

#upcoming-pac12 .event .title {
	font-family: Noto Sans;
	font-weight: bold;
	color: #7f2346;
	font-size: 12px;
	line-height: 16px;
}

#upcoming-pac12 .event .date {
	font-family: Noto Sans;
	font-weight: normal;
	color: #000;
	font-size: 12px;
	line-height: 16px;
}

#upcoming-pac12 .event .live {
	font-weight: normal;
	border: 1px solid #7f2346;
	border-radius: 1px;
	display: inline-block;
	margin-left: 6px;
	line-height: 12px;
	padding: 0px 4px;
	font-size: 11px;
}

#upcoming-pac12 .event .network-info {
	background: url(/fls/0/site_graphics/pac12-infographic.png) no-repeat;
	width: 16px;
	height: 15px;
	display: inline-block;
	margin-left: 6px;
	cursor: pointer;
	position: relative;
	top: 2px;
}

#upcoming-pac12 .event .network-info-box {
	position: absolute;
	top: 42px;
	right: 10px;
	width: 160px;
	background: #fff;
	border: 1px solid #000;
	padding: 10px;
	display: none;
	z-index: 500;
}

#upcoming-pac12 .event .network-info-box.active {
	display: block;
}

#upcoming-pac12 .event .network-info-box a {
	display: block;
	font-size: 11px;
	line-height: 13px;
}

#upcoming-pac12 .no-data {
	font-size: 14px;
	font-weight: bold;
	padding-top: 20px;
	text-align: center;
}

#livenow-bar {
	background: url(/fls/30300/DeepWidgets/images/countdown2/bar_bg.gif) repeat-x;
}

#livenow-bar-lnimage {
	width: 191px;
	background: url(/fls/30300/DeepWidgets/images/countdown2/countdown_bg.png) no-repeat 0px 1px;
}

.schedule-sponsor.adspace {
	padding-left: 10px;
}

body #coach-list .coach-page-title,
body #bio-coach .bio-page-title,
body #bio-player .bio-page-title {
	display: none !important;
}

body #bio-coach .bio-back, 
body #bio-coach .bio-name, 
body #bio-coach .bio-position, 
body #bio-coach .bio-info,
body #bio-coach .bio-text {
	margin-left: 0px;
	margin-right: 0px;
}

#bio-player .bio-logo img {
	margin: 13px 20px 0px 0px;
}

.article-leaderboard {
	width: 740px;
	height: 90px;
	margin: 10px auto 0px;
	clear: both;
}