@import url(https://fonts.googleapis.com/css?family=Roboto:400,400i,700,700i,900,900i);

:root {
   --pres-main-bg-light: #ffffff;
   --pres-main-bg-dark: #000000;
   --pres-main-fg-color: #000000;
   --pres-light-fg-color: #ffffff;
   --pres-soft-black: #333333;
   --pres-light-alt: #eeeeee;
}

@font-face {
	font-family: "Font Awesome 6 Pro Brands";
	src: url('/typefaces/Font Awesome 6 Pro Free/fa-brands-400.woff2') format('woff2'), /* Super Modern Browsers */
}

.fa-brands {
   font-family: 'Font Awesome 6 Pro Brands';
}


@font-face {
   font-family: "Font Awesome 5 Pro Light";
   src: url('/typefaces/Font Awesome 5 Pro/fa-light-300.woff2') format('woff2'), /* Super Modern Browsers */
   url('/typefaces/Font Awesome 5 Pro/fa-light-300.woff') format('woff'), /* Pretty Modern Browsers */
   url('/typefaces/Font Awesome 5 Pro/fa-light-300.ttf') format('truetype'); /* Safari, Android, iOS */
}

.fal {
   font-family: 'Font Awesome 5 Pro Light';
}


@font-face {
	font-family: "Font Awesome 5 Pro Regular";
	src: url('/typefaces/Font Awesome 5 Pro/fa-regular-400.woff2') format('woff2'), /* Super Modern Browsers */
	url('/typefaces/Font Awesome 5 Pro/fa-regular-400.woff') format('woff'), /* Pretty Modern Browsers */
	url('/typefaces/Font Awesome 5 Pro/fa-regular-400.ttf') format('truetype'); /* Safari, Android, iOS */
}

.far {
   font-family: 'Font Awesome 5 Pro Regular';
}


@font-face {
	font-family: "Font Awesome 5 Pro Solid";
	src: url('/typefaces/Font Awesome 5 Pro/fa-solid-900.woff2') format('woff2'), /* Super Modern Browsers */
	url('/typefaces/Font Awesome 5 Pro/fa-solid-900.woff') format('woff'), /* Pretty Modern Browsers */
	url('/typefaces/Font Awesome 5 Pro/fa-solid-900.ttf') format('truetype'); /* Safari, Android, iOS */
}

.fas {
	font-family: 'Font Awesome 5 Pro Solid';
}

@font-face {
   font-family: "Font Awesome 5 Pro Duotone";
   src: url('/typefaces/Font Awesome 5 Pro/fa-duotone-900.woff2') format('woff2'), /* Super Modern Browsers */
   url('/typefaces/Font Awesome 5 Pro/fa-duotone-900.woff') format('woff'), /* Pretty Modern Browsers */
   url('/typefaces/Font Awesome 5 Pro/fa-duotone-900.ttf') format('truetype'); /* Safari, Android, iOS */
}

.fad {
   font-family: 'Font Awesome 5 Pro Duotone';
}

body {
   font-family: 'Roboto', Helvetica, Arial, sans-serif;
   background-color: #f0f0f0;
   font-size: 100%;
   margin: 0px;
   padding: 0px;
   color: var(--pres-main-fg-color);
   -webkit-text-size-adjust: 100%;
   font-weight: 400;
}

* {
   box-sizing: border-box;
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;   
}

.group:after,
.mts_widget:after,
.custom_pages_widget:after {
   content: "";
   clear: both;
   display: table;
}

.custom_header_widget {
   position: relative;
}

input[type=text], 
input[type=number], 
input[type=tel], 
input[type=email], 
input[type=password],
input[type=date] {
   font-family: unset;
   padding: 0px 5px;
   line-height: 28px;
   background: var(--pres-main-bg-light);
   color: var(--pres-main-fg-color);
   border: solid 1px #aaaaaa;
   border-radius: 3px;
   -webkit-border-radius: 3px;
   -moz-border-radius: 3px;
   font-size: unset;
   transition: border 250ms, box-shadow 250ms;
   -webkit-transition: border 250ms, box-shadow 250ms;
   -moz-transition: border 250ms, box-shadow 250ms;
}

   input[type=text]:focus, input[type=number]:focus, input[type=tel]:focus,
   input[type=email]:focus, input[type=password]:focus,
   input[type=text]:active, input[type=number]:active, input[type=tel]:active,
   input[type=email]:active, input[type=password]:active,
   input[type=text]:focus-visible, input[type=number]:focus-visible, input[type=tel]:focus-visible,
   input[type=email]:focus-visible, input[type=password]:focus-visible {
      border: solid 1px #5897fb;
      box-shadow: 0px 0px 3px #5897fb;
      outline: none;
   }

textarea {
   font-family: unset;
   padding: 10px;
   border: solid 1px #bbbbbb;
   background: var(--pres-main-bg-light);
}

.mRounded, .chosen-single {
   border-radius: 3px;
   -webkit-border-radius: 3px;
   -moz-border-radius: 3px;
}

.mRounded {
   overflow: hidden;
}

.rounded {
   border-radius: 0px;
   -webkit-border-radius: 0px;
   -moz-border-radius: 0px;
}

.fRounded {
   border-radius: 3px;
   -webkit-border-radius: 3px;
   -moz-border-radius: 3px;
   overflow: hidden;
}

noscript {
   padding: 30px;
   text-align: center;
   background: #aa0000;
   width: 100%;
   position: absolute;
   color: var(--pres-light-fg-color);
   z-index: 250;
}

.widget_column > div:not(.custom_break_widget), 
.site_links_widget, .custom_footer_widget, 
.custom_header_widget, .photo_upload_widget {
   min-width: 100%;
   min-height: 200px;
}

.widget_column .custom_break_widget {
   clear: both;
}

.mts_widget_loaded {
   min-width: 0 !important;
   min-height: 0 !important;
}

.mts_widget:after {
   content:"";
   display: table;
   clear: both;
}

.mts_widget_loaded:empty {
   margin-bottom: 0;
}

#acomp {
   position: absolute;
   background: var(--pres-main-bg-light);
   font-size: 1em;
   z-index: 151;
   display: none;
   width: 190px;
   border-radius: 0px 0px 5px 5px;
   -webkit-border-radius: 0px 0px 5px 5px;
   -moz-border-radius: 0px 0px 5px 5px;
   margin-top: -3px;
   padding: 0px 0px 0px 0px;
   border: solid 1px #dddddd;
   border-top: none;
}

#acomp .itm {
   padding: 10px;
   border-top: solid 1px #dddddd;
   background: var(--pres-main-bg-light);
   font-size: .8em;
   width: 100%;
   text-decoration: none;
   display: block;
   color: inherit;
}

#acomp .itm:last-child {
   border-bottom: none;
   border-radius: 0px 0px 5px 5px;
   -webkit-border-radius: 0px 0px 5px 5px;
   -moz-border-radius: 0px 0px 5px 5px;
}

#acomp .itm:hover, #acomp .highlight {
   background: var(--pres-soft-black);
   color: var(--pres-light-fg-color);
   cursor: pointer;
}

.lockingNewsNotice {
   text-align: center;
   padding: 4px;
   position: fixed;
   width: 100%;
   z-index: 999999;
   background-color: #cc0000;
   bottom: 0px;
   color: #fff;
   padding: 20px 0px;
   cursor: pointer;
}

/* START SPRITES */

/*DEPRICATED*/
#shareViaEmail {
   background-image: url("/images/sprites/share_sprite.png");
   background-position: 100% 0;
   display: inline-block;
   height: 100%;
   width: 16%;
   float: left;
   cursor: pointer;
   margin: 0px 5px 0px 0px;
}

/*DEPRICATED*/
#shareViaFB {
   background-image: url("/images/sprites/share_sprite.png");
   background-position: 0% 0;
   display: inline-block;
   height: 100%;
   width: 15%;
   float: left;
   cursor: pointer;
   margin: 0px 0px 0px 0px;
}

/*DEPRICATED*/
#shareViaTwitter {
   background-image: url("/images/sprites/share_sprite.png");
   background-position: 50% 0;
   display: inline-block;
   height: 100%;
   width: 15%;
   float: left;
   cursor: pointer;
   margin: 0px 0px 0px 0px;
}

/* END SPRITES */
.navCaret {
   display: none;
}

noscript {
   position: relative;
   top: 0px;
   left: 0px;
   padding: 30px;
   background: #aa0000;
   color: var(--pres-light-fg-color);
   text-align: center;
   width: 100%;
   line-height: 40px;
   display: inline-table;
}

.closeSpinner {
   right: 0;
   position: absolute;
   padding: 15px;
   cursor: pointer;
}

.busySpinnerBg {
   position: fixed;
   top: 0px;
   left: 0px;
   width: 100%;
   height: 100%;
   background: rgba(255,255,255, .8);
   z-index: 150;
   display: none;
}

.busySpinner {
   width: 128px;
   height: 128px;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   -webkit-transform: translate(-50%,-50%);
   -moz-transform: translate(-50%, -50%);
   position: fixed;
}

.previewWarning {
   background-color: #ff6600;
   color: var(--pres-light-fg-color);
   font-size: 1em;
   text-align: center;
   width: 100%;
   padding: 10px;
   position: relative;
   margin-bottom: 20px;
   clear: both;
}

/* MOBILE AD */
 .footer_ad {
   display: none;
}
   
.fullAdView {
   display: none;
}

.fullPageAd {
   display: none;
}

.adOptions {
   color: var(--pres-light-fg-color);
   z-index: 6;
   position: relative;
   width: 300px;
   font-size: 1.5em;
}

#skipAd {
   float: right;
   text-decoration: underline;
   color: var(--pres-main-fg-color);
   background: var(--pres-main-bg-light);
   display: none;
   width: 300px;
   padding: 5px 0;
   text-align: center;
}

.adCounter {
   width: 300px;
}

.adCounter > img {
   height: 18px;
   width: 187px;
}

.loadingAd {
   width: 100px;
   overflow: hidden;
   float: left;
}

.fullPageAd > div {
   margin: 0 auto;
}

/* END MOBILE AD */

.clearfix {
   clear: both;
}

img {
   border: none;
}

/* HEADER */
#headContainer, #headContainerL {
   width: 100%;
   position: relative;
   clear: both;
   padding: 0px;
	z-index: 13;
	background-color: #051a27;
}

#header {
	width: 100%;
	margin: auto;
   position: relative;
   padding: 10px;
}

.far.mobileMenuBtn {
   display:inline-block;
   vertical-align: middle;
   position: relative;
   margin: 0px; 
	left: 0px;
   height: 24px;
   width: 24px;
   cursor: pointer; /*REQUIRED FOR IOS FUNCTIONALITY IF FUNCTION IS NOT .CLICK*/
   color: var(--pres-light-fg-color);
   line-height: 24px;
}

.logoA {
   float: right;
   max-width: 200px;
}

#logo, #logo_image, #logo_imageL  {
   width: 100%;
}

.hSignLog
{
	display: block;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
   max-width: 185px;
   position: absolute;
}

.fbLike {
   width: 10%;
   float:left;
   margin-left: 2%;
}

.searchBar {
	position: absolute;
   right: 30px;
   top: 40px;
   display: none;
   font-size:14px;
}

#goSearch {
   width: 30px;
   height: 30px;
   line-height: 30px;
   text-align: center;
   position: absolute;
   top: 0px;
   right: 0px;
   z-index: 2;
   cursor: pointer;
   border-radius: 0px 3px 3px 0px;
   -webkit-border-radius: 0px 3px 3px 0px;
   -moz-border-radius: 0px 3px 3px 0px;
   background: var(--pres-soft-black);
}

.goSearch {
   color: var(--pres-light-fg-color);
}

#searchType, #searchType_chosen {
   float: left;
   margin-right: 5px;
   min-width: 80px;
   max-width: 116px;
}

#searchTxt {
   width: 190px;  
   float: right;
   color: var(--pres-main-fg-color);
   margin: 0px;
   overflow: hidden;
   position: relative;
   padding-right: 35px;
}

#searchBarBtn {
   cursor:pointer;
   float: left;
   width: 24px;
   height: 24px;
   background-image: url("/images/sprites/share_sprite.png");
   background-repeat: no-repeat;
   background-size: 90px 210px;
   background-position: -60px -60px;
}
/* END HEADER */

/* START NAV BAR */
.navigationContainer 
{
	position: relative;
	width: 100%;
	top: 0px;
   overflow: hidden;
	left: 0px;
	background: var(--pres-main-bg-light);
   z-index: 11;
	height: 0px;
}

.mainNav.mno {
   padding: 5px;
   font-size: 1em !important;
}

.portalTasks {
   float: left;
   color: var(--pres-light-fg-color);
   font-size: 1em;
	font-weight: bold;
	line-height: 1.8em;
}

.navLink 
{
	float: left;
	margin: 0px 0px 0px 5px;
	cursor: pointer;
   color: var(--pres-main-fg-color);
   font-size: .9em;
   padding: 5px 10px;
   text-decoration: none;
   background: var(--pres-main-bg-light);
}

.mainNav, .subNav {
   clear: both;
   position: relative;
   width: 100%;
   padding: 0px;
}

.navagation_menu_widget {
   height: 50px;
}

.mainNavContainer {
   background-position: 0 0;
   background-repeat: no-repeat;
   margin: 0 auto;
   width: 100%;
	float: left;
	clear: both;
   position: relative;
   display: flex;
   flex-direction: column;
}

.navagation_admin_menu_widget .mainNavContainer 
{
	height: auto;
	padding: 0px;
}

.fas.universalLink {
   height: 39px;
   width: 39px;
   margin: 0px 0px 0px 0px;
   color: var(--pres-light-fg-color);
   float: right;
   padding: 0px;
   line-height: 39px;
   text-align: center;
   transition: background 250ms;
   -webkit-transition: background 250ms;
   -moz-transition: background 250ms;
}

.fas.universalLink:hover {
   background: var(--pres-main-bg-dark);
}

.mainRegisterBtn {
   display: inline-block;
   vertical-align: middle;
   cursor: pointer;
   padding: 5px 0px;
   text-align: center;
   margin: 0px 0px 0px 10px;
   text-decoration: none;
   font-size: 14px;
   font-weight: 700;
   line-height: 30px;
   padding: 0px;
}

.hpCtr 
{
	position: relative;
	width: 100%;
	top: 0px;
	left: 0px;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	z-index: 11;
	height: 0px;
   margin: auto;
   text-align: center;
}

.hpCtr * {
   float: none !important;
   display: inline-block !important;
   vertical-align: middle !important;
}
	   
.mainNavO {
   height: auto; /*--EACH MOBILE MENU BUTTON IS 46 PX TALL--*/
   text-align: left;
   border-top: solid 1px #bbbbbb;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   clear: both;
   float: left;
   overflow-y: auto;
   -webkit-overflow-scrolling: touch;
}

.navigationContainer.mainNavO {
   min-height: 300px;
}
   
.hpCtr.mainNavO {
   text-align: center;
   margin: 10px 0px 0px 0px;
   padding: 10px 0px 0px 0px;
}

.navigation_menu_widget .item {
   text-decoration: none;
   position: relative;
   clear: both;
   color: var(--pres-main-fg-color);
   line-height: 48px;
   width: 100%;
   margin: 0px;
   padding: 0px 10px;
   cursor: pointer;
   border-bottom: solid 1px #bbbbbb;
	display: flex;
   justify-content: space-between;
   align-items: center;
}

.nmi.item {
   padding: 0px;
   border-bottom: none;
}

.desktopNavItem {
   display: none;
}

 .itemAdd {
   width: auto;
   border-bottom: none;
   padding: 0px 10px;
   display: inline-block;
   float: none;
   position: relative;
   font-size: 14px;
   line-height: 48px;
}

.itemAdd a {
	border-bottom: solid 1px #dddddd !important;
}

 .itemAdd a:last-of-type {
	 border-bottom: none !important;
 }

 .itemAdd:hover {
	 cursor: pointer;
 }

 .itemAdd .navType {
   width: 100%;
   text-align: center;
}

.moreItems {
   width: 16px;
   position: relative;
   display: inline-block;
   vertical-align: middle;
	line-height: 48px;
	margin-left: 5px;
}

 .moreListCtr, .itemAdd .moreListCtr {
   z-index: 12;
   position: absolute;
   right: 0px;
   left: auto;
   background: var(--pres-main-bg-light);
   color: var(--pres-main-fg-color);
   display: none;
   overflow-y: auto;
	border: solid 1px #dddddd;
}

.moreListCtr .mnuHeading,
.moreListCtr .item {
   font-size: 1em;
   float: left;
   width: 100%;
}

.moreList {
   float: left;
   width: 100%;
   clear: both;
}

.navigation_menu_widget .moreList a.item {
    color: var(--pres-main-fg-color);
}

 .navigation_menu_widget .moreList a.item {
   float: left;
   clear: both;
   width: 100%;
   padding: 0px 10px;
   border-bottom: solid 1px #bbbbbb;
}

 .navigation_menu_widget {
   overflow: visible;
}

/*.mainNav a.item:hover, .mainNav .item:hover,
.rightFooter a.item:hover, .rightFooter .item:hover
{
	cursor: pointer;
	background: #eeeeee;
}*/

.hpCtr .mainLogoutBtn 
{
	margin: 0px 0px 0px 0px;
	text-align: center;
   padding: 0px;
   text-decoration: none;
   font-size: 14px;
   vertical-align: middle;
   font-weight: 700;
}

.navigation_admin_menu_widget {
   width: 100%;
   position: relative;
   clear: both;
   background: var(--pres-soft-black);
   z-index: 152;
   height: 39px;
}

.navigation_admin_menu_widget .portalAdminCtr {
   width: 300px;
   position: absolute;
   top: 100%;
   left: 0px;
   transform: translate(0px, 0px);
   z-index: 152;
   background: rgba(0,0,0,.9);
}

.navigation_admin_menu_widget .adminItem
{
	width: 100%;
	margin: 0px 0px;
	border: none !important;
   color: var(--pres-light-fg-color);
   position: relative;
   float: left;
   text-decoration: none;
   font-size: .8em;  
   overflow: hidden; 
   height: 0px;
   clear: both;
   padding: 0px 10px;
   line-height:40px;
}

.navigation_admin_menu_widget .adminItemOpen {
   height: auto;
}

.navigation_admin_menu_widget .adminItem:hover {
   background: url(/images/opacityDot.png) !important;
   cursor: pointer;
}

.paGear {
	cursor: pointer;
	padding: 0px 10px;
	color: var(--pres-light-fg-color);
	vertical-align: middle;
	display: inline-block;
	font-size: .9em;
	margin-right: 5px;
	transition: background 250ms;
	-webkit-transition: background 250ms;
	-moz-transition: background 250ms;
}

.paGear:hover {
	background: var(--pres-main-bg-dark);
}

.paGear i {
	color: var(--pres-light-fg-color);
	font-size: 1.25em;
   margin-right: 5px;
   display: inline-block;
   vertical-align: middle;
}

.adminMenuLbl {
   display: inline-block;
   line-height: 39px;
}

.navigationContainer .mainLogoutBtn 
{
	margin-top: 10px;
}

.mnuHeading 
{
   visibility: hidden;
   height: 0px;
   overflow: hidden;
}

/*#navbar .item:hover { 
   cursor: pointer;
}*/

.fas.mainItem,
.far.mainItem,
.fa-brands.mainItem,
.fab.mainItem,
.fal.mainItem,
.fad.mainItem {
   cursor: pointer;
   height: 30px;
   width: 30px;
   margin: 0px 0px 0px 0px;
   cursor: pointer;
   vertical-align: middle;
	display: inline-block;
   color: var(--pres-light-fg-color);
   line-height: 30px;
   text-align: center;
}

/* END NAV BAR */

/* MAIN CONTENT CONTAINERS */
.masterMcWrap {
   width: 100%;
   position: relative;
   clear:both;
   background: #f0f0f0;
   padding: 0px 0px 0px 0px;
	z-index: 10;
   display: inline-block;
   vertical-align: top;
   min-height: var(--pres-mmc-min-height, 0);
}

.masterMcWrap .mts_widget {
   margin-bottom: 20px;
}

.innerSec {
   width: 100%;
   padding: 0px;
   display: block;
}

/* LEFT SIDE CONTAINER */
#user_container, #lcol
 {
	width: 100%;
	height: auto;
	margin: 0px 0px 0px 0px;
	float: left;
	clear: left;	
}

#right_container, #rcol
 /* RIGHT SIDE CONTAINER */ {
	width: 100%;
	height: auto;
	margin: 0px 0px 0px 0px;
	float: left;
   clear: both;
	padding: 0px 0px 5px 0px;
}
/* END MAIN CONTENT CONTAINERS */

/*MENU DROP DOWN*/
.menuDropBg {
	position: absolute;
	background: var(--pres-main-bg-light);
	margin: 0px 0px 0px 0px;
	overflow: hidden;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 15;
	transform: translateX(100%);
	transition: transform 250ms;
	-webkit-transition: transform 250ms;
	-moz-transition: transform 250ms;
   display: none;
}

.menuDropBgShow {
   min-height: 300px;
	transform: translateX(0);
	border-top: none;
   display: block;
}

.mts_horizontal_icons
{
   position: fixed;
}

.menuDrop {
   width: 100%;
   min-height: 100%;
   margin: auto; 
   position: relative;  
}

.sportsContainer {
	position: absolute;
	height: 100%;
   width: 100%;
	overflow: hidden;
	background: var(--pres-main-bg-light);
}

.menuDropBgShow .sportsContainer 
{
   left: 0px;
	transition: left 500ms;
	-webkit-transition: left 500ms;
	-moz-transition: left 500ms;
	-o-transition: left 500ms;
}

.sportsHeader, .featuredStoryHeader, .recentHeadlineHeader {
   font-weight: bold;
   color: var(--pres-light-fg-color);
   background: rgba(0,0,0,.85);
   font-size: 1em;  
   width: 100%;
	position: relative;
	display: flex;
   align-items: center;
   gap: 10px;
	padding: 0px 0px;
	line-height: 48px;
}

.sportsList {
   position: relative;
   float: left;
   clear: both;
   width: 100%; 
   height: calc(100% - 48px);
   margin: 0px 0px 0px 0px;
   overflow-x: hidden;
   overflow-y: auto;
   -webkit-overflow-scrolling: touch;
	background: var(--pres-main-bg-light);
}

.subList {
   width: 100%;
   overflow-x: hidden;
   position: relative;
}

.subSubList {
   width: 100%;
   height: 0px;
   overflow: hidden;
   z-index: 1;
   background: var(--pres-main-bg-light);
}

.subSubList.showSubList {
   height: auto;
}

.scrollerContainer {
   float: left;
   height: 200px;
   margin: 20px 0 0 4px;
   width: 17px;
   border-radius: 0px !important;
   -webkit-border-radius: 0px !important;
   -moz-border-radius: 0px !important;
   border: none;
}

.scrollBar {
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   border-radius: 10px;  
   width: 10px;
   height: 40px;
   background: var(--pres-main-bg-dark);
   box-shadow: 0px 1px 1px #555555;
   float: left;
   margin: 5px 0px 0px 6px;
}

.pmi {
   clear: both;
   color: var(--pres-main-fg-color);
   float: left;
   overflow: hidden;
   text-overflow: ellipsis;
   white-space: nowrap;
   width: 100%;
   cursor: pointer;
}

i.showSubMenuBtn {
   width: 28px;
   height: 28px;
   display: flex;
   justify-content: center;
   align-items: center;
   text-align: center;
   border-radius: 5px;
   transform: rotate(0);
   transition: transform 250ms;
}

i.showSubMenuBtn.rotateArrow {
   transform: rotate(180deg);
}

i.hideSubMenuBtn {
   cursor: pointer;
   margin: 0px 0px 0px 10px;
   height: 48px;
   line-height: 48px;
   font-size: 1em;
   color: var(--pres-light-fg-color);
}



.hideSubMenuBtn {
   margin: 10px;
}

.featuredStoryContainer {
   height: 290px;
   width: 20%;
   float: left;
   margin: 0px 0px 0px 20px;
}

.recentHeadlinesContainer {
   float: left;
   height: 290px;
   margin: 0px 0px 0px 20px;
   width: 52%;
}

.featuredPhotoContainer {
   float: left;
   clear: both;
   width: 100%;
   margin: 10px 0px 0px 0px;
   border: solid 5px #ffffff;
   box-shadow: 0px 0px 5px #000000;
   overflow: hidden;
}

.featuredPhoto {
   max-width: 100%;
   max-height: 129px;
   float: left;  
}

.featuredStoryTitle {
   float: left;
   clear: both;
   font-size: 1em;
   font-weight: bold;
   color: var(--pres-main-fg-color);
   margin: 10px 0px 0px 0px;  
   overflow: hidden;
   text-overflow: ellipsis;
   white-space: nowrap;
   width: 100%;
}

.tLong {
   white-space: normal;
   height: auto;
   max-height: 67px;
}

.featuredStoryText {
   color: var(--pres-main-fg-color);
   font-size: .8em;
   float: left;
   clear: both;
   margin: 10px 0px 0px 0px;
   overflow: hidden;
   text-overflow: ellipsis;
   white-space: nowrap;
   width: 230px;
   height: 23px;
}  

.txtLong {
   height: auto;
   max-height: 146px;
   white-space: normal;
}

.readMore {
   
   text-decoration: underline;
   font-size: .75em;
   margin: 10px 0px 0px 0px;
   float: left;
   clear: both;  
}

.readMoreH {
   font-size: .8em;
   margin: 2px 0px 0px 0px;
   float: left; 
   clear:left;
}

.readMoreH:hover {
   color: var(--pres-light-fg-color);
	text-decoration: underline;
}

.noHeadlines {
   color: #FAFAFA;
   float: left;
   font-size: 14pt;
   margin: 40px 0 0 10px;
}

.featuredStoryHolder {
   float: left;
   clear: both;
   height: 250px;
   width: 100%;
   margin: 0px 0px 0px 0px;
}

.storyHeadline {
   float: left;
   clear: both;
   height: 19%;
   width: 100%;
   margin: 0px 0px 0px 0px;   
   border-bottom: solid 1px #bbbbbb;
   padding: 1% 0px;
}

.headlineTitle {
   color: var(--pres-main-fg-color);
   float: left;
   font-size: 1em;
	font-weight: bold;
   overflow: hidden;
   text-overflow: ellipsis;
   white-space: nowrap;
   width: 100%;
}

.headlineDate {
   float: right;  
   font-size: .8em;
   color: #666666;  
	margin-top: 2px;
}

.ami {
   float: right;
}

.ami img {
   width: 100%;
}

.mdItem {
   float: left;
   overflow: hidden;
   text-decoration: none;
   text-overflow: ellipsis;
   white-space: nowrap;
   width: 100%;
   padding: 0px 10px;
   color: var(--pres-main-fg-color);
	line-height: 48px;
   font-weight: normal !important;
}

.mdItem:hover {
   background: #efefef;
}

.subSubList .mdItem:first-of-type {
   border-top: solid 1px #dddddd;
}

.subList .mdItem,
.subSubList .mdItem {
   border-bottom: solid 1px #dddddd;
}

.subSubList .mdItem {
   font-size: .9em;
   padding-left: 20px;
}

.fas.cmi {
   cursor: pointer;
   margin: 0px 0px 0px 10px;
   height: 48px;
   line-height: 48px;
   font-size: 1em;
   color: var(--pres-light-fg-color);
}

/*.cmi:hover 
{
	opacity: .75;
}*/

.ami > img {
	height: 16px;
	width: 16px;
	float: left;
}

/*END MENU DROP DOWN*/

/* Start Scores */

.scoreContainer {
   width: 100%;
   padding: 10px;
   float: left;
   clear: both;
   background: var(--pres-main-bg-light); /* Old browsers */
   border-bottom: solid 1px #bbbbbb;
   position: relative;
}

.scoreContainer a 
{
   color: var(--pres-main-fg-color);
}

.scoreContainer .lci {
   width: 24px;
   margin: 0px 0px 0px auto;
}

/*.scoreContainer:hover {
   opacity: .8;
}*/

.scoreContainer:last-of-type {
   border-bottom: none;  
}

.scoreContainer .scoreContent {
   width: 100%;
   float: left;
}

.scoreContainer .genDate {
   float: left;
   width: 100%;
}

.scoreContainer .haTeams {
   float: left;
   width: 75%;
   margin: 0px 0px 0px 0px;
}

.scoreContainer .athScore {
   max-width: 90px;
   float: right;  
}

.scoreContainer .scoreDate {
   width: 100%;
}
   
/* End Scores */


/* Start Ads */

.centeredAd {
   margin: 0px auto 0px 0px;
   padding: 20px 0px 20px 0px;
   width: 100%;
   background-color: #bbbbbb;
   position: relative;
   text-align: center !important;
   float:right;
}

.borderedAd {
   width: 100%;
   float: left;
   margin-bottom: 20px;
   clear: both;
   background: var(--pres-main-bg-light);
   padding: 20px 0;
   text-align: center;
}

.adslot {
   margin: 0px auto 20px auto;
   text-align: center;
}

.inlineAd {
   float: left;
   margin: 20px 0;
}

.centeredSmallAd {
   float: left;
   margin: 0px 0px 0px 0px;
   padding: 1% 0px;
   width: 100% !important;
}

.centeredSmallAd div {
   margin: auto;
   width: 468px;
}

/* End Ads */


/* ALERTS STYLES */
.alertsContainer {
   position: fixed;
   top: 0px;
   right: 0px;
   width: 300px;
   margin: 0px 0px 0px 0px;
   z-index: 14;
   display: none;
   background: var(--pres-main-bg-dark);
   opacity: .9;
   height: 100%;
   overflow: auto;
}

#alertDD {
   clear: both;
   width: 100%;
   position: relative;
   min-height: 100%;
   display: none;
   overflow: auto;
   background: var(--pres-main-bg-dark);
   box-shadow: none;
}

.alertHead {
   position: relative;
   padding: 10px;
   width: 100%;
   color: var(--pres-light-fg-color);
   font-size: 1.25em;
}

.macBtn {
   cursor: pointer;
   margin: 0px 1%;
   height: 20px;
   width: 20px; 
   border-radius: 20px;
   -webkit-border-radius: 20px;
   -moz-border-radius: 20px;
   font-size: .75em;
   color: var(--pres-light-fg-color);
   border: solid 1px #ffffff;
   text-align: center;
   float: right;
   display: block;
}  

.alertsDropArrow {
   height: 29px;
   color: #fafafa;
   text-shadow: 0px 1px 1px #000000;
   width: 30px;
   float: left;
   border-right: solid 1px var(--pres-soft-black);
   border-left: solid 1px #000000;
   border-bottom: solid 1px #000000;
   border-top: solid 1px var(--pres-soft-black);
   text-align: center;
     
   background-image: url(/images/alertsDropArrow.png);
   background-repeat: no-repeat;
   background-position: 5px 10px;
   cursor: pointer;
}

.alertsBody {
   height: 22px;
   color: #fafafa;
   text-shadow: 0px 1px 1px #000000;
   width: 256px;
   float: left;
   border-right: solid 1px var(--pres-soft-black);
   border-left: solid 1px #000000;
   border-bottom: solid 1px #000000;
   border-top: solid 1px var(--pres-soft-black);
     
   font-size: 10pt;
   color: #bbbbbb;
   padding: 7px 0px 0px 10px;
}

.alertsAlert {
   height: 16px;
   color: var(--pres-light-fg-color);
   width: 25px;
   float: left;
   background-color: #aa0000;
   text-align: center;
   font-size: .75em;
   padding: 2px 0px 0px 0px;
   border-radius: 22px;
   -webkit-border-radius: 22px;
   -moz-border-radius: 22px;
   margin: 0px 0px 0px 0px;
   cursor: pointer;
   
}

.alertNoneContainer {
   float: left;
   height: 146px;
   width: 175px;
   overflow: auto;
   font-size: 1em;
   color: #aaaaaa;
   padding: 5px 0px 0px 5px;
}

.alertHeader {
   background-color: #1d1d1d;
   text-align: center;
   font-size: 12pt;
   color: #fafafa;
   height: 15px;
   width: 164px;
   padding: 10px;
}

.alertTitle {
   float: left;
   height: 15px;
   width: 177px;
   padding: 5px 0px 2px 5px;
   font-size: 1em;
   color: var(--pres-light-fg-color);
   overflow: hidden;
   white-space: nowrap;
   text-overflow: ellipsis;
}

.alertBody {
   float: left;
   clear: both;
   font-size: 1em;
   color: var(--pres-light-fg-color);
   margin: 5px 0px 0px 5px;
   text-decoration: none;
}

.alertPostDate {
   float: right;
   

   font-size: 8pt;
   color: #aaaaaa;  
   margin: 5px 5px 0px 0px;
}

.alertEvent {
   font-size: 1em;
   
   
}

.alertEvent a {
   float: left;
   margin: 0px 2px 0px 0px;
}

.alertEventCanceled {
   color: #a32200;
}

.alertEventRescheduled {
   color: #a3a322;
}

.alertBodyTxt {
   float: left;
   clear: both;
   margin: 5px 0px 0px 0px;   
   color: var(--pres-light-fg-color);
}

.alertItem {
   padding: 3%;
   font-size: 1em;
   width: 100%;
   color: var(--pres-light-fg-color);
   float: left;
   clear: both;
   border-top: solid 1px #bbbbbb;
}

.alertItem a {
   color: var(--pres-light-fg-color);
   width: 90%;
   overflow: hidden;
   white-space: nowrap;
   text-overflow: ellipsis; 
}

.alertItem:hover {
   background: var(--pres-soft-black);
}

.shareSite {
   float: left;
   width: 100%;
   padding: 10px;
}

.fas.alertsIcon {
   cursor: pointer;
   height: 48px !important;
   width: 48px !important;
   text-align: center;
   line-height: 48px !important;
   font-size: 1.25em !important;
   padding: 0px;
}

.fas.alertsIcon:hover {
   background: var(--pres-soft-black);
   color: var(--pres-light-fg-color);
}

.shareSiteButton {
   float: left;
}

.sharingIcons {
   float: left;
   width: 192px;
   height: 29px;
   overflow: hidden;
}

.sharingIcons img {
   margin: 0px 3px 0px 0px;
   float: left;
   cursor: pointer;
   border: none;
}

.shareIconTxt {
   float: left;
   color: var(--pres-main-fg-color);
   background: var(--pres-main-bg-light);
   border-radius: 5px;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   width: 85px;
   height: 27px;  
   text-align: center;
   padding: 2px 5px;
   display: none;
	font-size: .8em;
	line-height: 1em;
}

.rCaret {
   float: left;
   width: 0px;
   height: 0px;
   border-top: solid 5px transparent;
   border-bottom: solid 5px transparent;
   border-left: solid 5px #ffffff;   
   margin-top: 9px;
   display: none;
}
/* END ALERTS STYLES */

/* --------- Alerts Feed --------- */

.alertsArea {
   float: left;
   background: var(--pres-main-bg-light);
   height: auto;
   width: 100%;
   margin: 0px 0px 20px 0px;
}

.alertsArea .alertsLoad {
   float: left;
   height: auto;
   width: 100%;
}

.alertsArea .alertsFeed 
{
   float: left;
   width: 100%;
}

.alertsArea .alertContainer {
   height: auto;
   width: 100%;
   float: left;
   clear: both;
   padding: 10px;
}

.alertsArea .alertNoneContainer {
   float: left;
   height: 146px;
   width: 175px;
   overflow: auto;
   font-size: 12pt;
   color: #aaaaaa;
   padding: 5px 0px 0px 5px;
}

.alertsArea .alertHeader {
   float: left;
   clear: both;
   font-size: 1.25em;
   width: 100%;
   padding: 10px;
}

.alertsArea .alertTitle {
   float: left;
   width: 100%;
   padding: 0px 0px 0px 0px;
   font-size: 1em;
   font-weight: bold;
   color: var(--pres-main-fg-color);
   height: auto;
}

.alertsArea .alertBody {
   float: left;
   clear: both;
   font-size: .8em;
   color: var(--pres-main-fg-color);
   text-decoration: none;
   margin: 0px;
}

.alertsArea .alertPostDate {
   float: left;
   clear: both;
   width: 100%;
   font-size: .8em;
   color: var(--pres-main-fg-color);  
   margin: 5px 0px 0px 0px;
}

.alertsArea .alertEvent {
   font-size: 8pt;
}

.alertsArea .alertEvent a {
   float: left;
   margin: 0px 2px 0px 0px;
   color: var(--pres-main-fg-color);
}

.alertsArea .alertEventCanceled {
   color: #a32200;
   margin-left: 10px;
}

.alertsArea .alertEventRescheduled {   
   color: #a3a322;
}

.alertsArea .teamLink {
   text-decoration: none;
   color: var(--pres-main-fg-color);
}

.alertsArea .alertsBubble .teamLink {
   text-decoration: none;
   color: #fafafa;
}

.alertsArea .btnShowMoreAlerts {
   height: auto;
   width: 164px;
   padding: 10px;
   background-color: #2d88b7;
   float: left;
   clear: both;
   color: #fafafa;
   
   font-size: 9pt;

   border: none; 
   cursor: pointer;
   text-align: center;
}

.alertsArea .alertsBubble {
   display: none;
   position: absolute;
   background-color: #1d1d1d;
   padding: 10px;
   width: 280px;
   z-index: 100;
}

.alertsArea .alertsBubble .caret {
   position: relative;
   top: 2px;
   left: 10px;
   width: 41px;
   height: 17px;
   background: url(/images/caret.png);
   display: none;
}

.alertsArea .alertsBubbleInnerContainer {
   height: auto;
}

.alertsArea .alertsBubbleBody {
   
   font-size: 10pt;

   color: #fafafa;
   float: left;
   border: solid;
   border-color: #2d88b7;
   border-width: 0px 0px 1px 0px;
   padding: 0px 0px 3px 0px;
   width: 280px;
   word-wrap: break-word;
   white-space: normal;
   overflow: hidden;
}

.alertsArea .alertsBubbleWriter {
   

   font-size: 8pt;
   color: #2d88b7;
   margin: 5px 0px 0px 0px;
   text-decoration: none;
   float: left;
   clear: both;
   width: 280px;
   word-wrap: break-word;
   white-space: normal;
   overflow: hidden;
}

.alertsArea .alertsBubbleVenue {
   

   font-size: 8pt;
   color: #fafafa;
   margin: 5px 0px 0px 0px;
   text-decoration: none;
   float: left;
   clear: both;
   width: 280px;
   word-wrap: break-word;
   white-space: normal;
   overflow: hidden;
}

.alertsArea .alertsBubbleDateTime {
   

   font-size: 8pt;
   color: #fafafa;
   margin: 5px 0px 0px 5px;
   text-decoration: none;
   float: right;
}
/* --------- End Alerts Feed --------- */

#searchFrm {
   clear: both !important;
}

.shareTopIcon {
   float: right;
   margin: 0px 0px 0px 0px;
   width: 29px;
   height: 29px;  
   cursor: pointer;
}

.iA {
   position: relative;
   cursor: pointer;
}

.successMessage {
   width: 400px;
   padding: 50px 20px 20px 20px;
   height: 60px;
   background: var(--pres-main-bg-light);
   color: var(--pres-main-fg-color);
   font-size: 1.2em;
   text-align: center;  
}

h1.heading
{
   display: none;
}

.masterBackButton { display: none; }

/* DEFAULT HEADING THROUGHOUT ENTIRE SITE */
.mts_cc_heading {
   font-size: 1em;
   line-height: 1.75em;
   font-weight: bold;
   float: left;
   padding: 10px;
   width: 100%;
   background: var(--pres-soft-black);
   color: var(--pres-light-fg-color);
   text-transform: capitalize;
}

a, a.mts_cc_text {
   text-decoration: none;
}
.mts_cc_button:hover 
a:hover, 
a.mts_cc_text:hover,
.mts_cc_button:hover  {
   cursor: pointer;
}

.mts_cc_text {
   color: #e23740;
}

.mts_cc_button {
   background: #e23740;
   color: var(--pres-light-fg-color) !important;
   cursor: pointer;
   -webkit-appearance: none;
   -moz-appearance: none;
   border: none;
   text-transform: capitalize;
	opacity: 1;
   border-radius: 3px;
   -webkit-border-radius: 3px;
   -moz-border-radius: 3px;
   overflow: hidden;
}

.button {
   text-decoration: none;
}
/* DEFAULT END HEADING THROUGHOUT ENTIRE SITE */

.borderBox {
   clear: both;
   float: left;
   height: auto;
   padding: 20px;
   width: 100%;
}

.borderBtn, .returnToTeamAdmin, .eventReturnBtn,
.back, #back, .botButton, .backToProfile, .backButton {
   float: left;
   font-size: 1em;
   text-align: center;
   padding: 5px 10px;
   clear: left; 
   margin: 0px 0px 0px 0px;
   cursor: pointer;
   text-decoration: none;
}

.navagation_logo_widget {
   min-height: 85px;
}

/* --------- Footer Style --------- */

.site_links_widget 
{
   position: relative;
   clear:both;
   bottom: 0px;
   padding: 0px;
   width: 100%;
   z-index: 5;
   background: var(--pres-soft-black);
   float:left;
}

.site_links_widget a.fItem, 
.site_links_widget .fItem,
.site_links_widget .rowFootHeadR {
   width: 100%; 
   padding: 0px; 
   clear: both; 
   border-radius: 0px; 
   margin: 0px; 
   line-height: 60px; 
   color: var(--pres-light-fg-color); 
   float: left;
   font-size: .9em; 
   border: none; 
   position: relative;
}

.site_links_widget a.rowFootHeadR {
   float: right;
}

#footerContainer {
   position: relative;
   clear: both;
	width: 100%;
	margin: 0px auto 0px auto;
	float: right;
}

.footerContent {
   position: relative;
   margin: auto;
   width: 100%;
}

#footer {
	width: 100%;
}

.topFooter
{
	width: 100%;
	float: left;
	clear: both;
   padding: 20px;
}

.footerColumn {
	height: auto;
	float: left;
	width: 100%;
	margin: 10px 0px 0px 0px;
}

.footerColumnR {
	float: right;
	margin: 0px 0px 0px 0px;
	width: 100%;
	font-size: .8em;
}

.footerColumnR:hover 
{
	background: rgba(0,0,0,.8);
}

.rowFootHead {
	font-size: .8em;
	color: var(--pres-main-fg-color);
	float: left;
	margin: 0px 0px 15px 0px;
	text-decoration: none;
}

.rowFootLink {
	float: left;
	clear: both;
}

.scrollTop 
{
	position: fixed;
	top: -48px;
	right: 10px;
	z-index: 20;
	cursor: pointer;
	transition: top 500ms;
	-webkit-transition: top 500ms;
	-moz-transition: top 500ms;
}

.stShow 
{
	top: 10px;
	transition: top 500ms;
	-webkit-transition: top 500ms;
	-moz-transition: top 500ms;
}

.portalSportsHeading 
{
	font-size: 2em;
	color: var(--pres-light-fg-color);
	font-weight: bold;
	padding: 10px;
	margin-bottom: 20px;
	text-align: center;
	background-image: url(/images/opacityDot.png);
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

/* --------- End Footer Style --------- */

/* -- CSS FOR FILTERS -- */
.mediaInterfaceWrapper 
{
   position: relative;
   width: 100%;
   padding: 10px;
   float: left;
}

.filterIcon, .imageBackBtn
{
   height: 24px;
   float: left;
   cursor: pointer;
   border: solid 1px transparent;
}

.filterIconR 
{
   height: 24px;
   float: left;
   cursor: pointer;
   margin: 10px;
}

/*#allPhotosFilterIcon,*/ #photoBlockBtn,
#photoGridBtn
{
   display: none;
}

.snapMiw 
{
   position: fixed;
   z-index: 204;
   top: 0px;
   left: 0px;
   box-shadow: 0px 0px 5px #000000;
   padding: 10px;
}
/* -- END CSS FOR FILTERS -- */

/*FAN FRENZY*/
.fan_frenzy_widget {
   float: left;
   clear: both;
   width: 100%;
}

.ffl 
{
   width: 100%;
   padding: 20px;
   display: inline-block;
   vertical-align: top;
}

.fanFrenzyLink,
.ffl img {
   cursor: pointer;
   width: 100%;
}
/*END FAN FRENZY*/

.noTeams 
{
   width: 100%;
   padding: 10px;
   float: left;
   clear: both;
   background: var(--pres-main-bg-light);
   color: var(--pres-main-fg-color);
}

.pBorder 
{
   display: none;
}

.emailRejected {
   width: 100%;
   position: fixed;
   z-index: 100;
   background-color: #aa0000;
   top: 50%;
   padding-bottom: 10px;
   color: var(--pres-light-fg-color);
   padding: 20px;
   width: 400px;
   left: 50%;
   transform: translate(-50%, -50%);
   -webkit-transform: translate(-50%, -50%);
   -moz-transform: translate(-50%, -50%);
   -ms-transform: translate(-50%, -50%);
   border-radius: 10px;
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   box-shadow: 0px 0px 20px var(--pres-soft-black);
}

.emailLink 
{
   font-weight: bold;
   color: var(--pres-light-fg-color);
}
      
.rejectedTitle {
   text-align: center;
   font-weight: bold;
   font-size: 1.5em;
}
      
.rejectTop {
   width: 100%;
   float: left;
   margin-bottom: 10px;
}
      
.rejectedInfo {
   text-align: center;
   line-height: 1.5em;
}
      
.rejectHide {
   position: absolute;
   top: 15px;
   right: 15px;
   height: 20px;
   width: 20px;
   border-radius: 10px;
   border: solid 1px #ffffff;
   text-align: center;
}

.rejectHide:hover 
{
   cursor: pointer;
   opacity: .75;
}

#previousStoryTitle {
   position: fixed;
   top: 50%;
   left: 12%;
   padding: 10px 10px 10px 5px;
   background: var(--pres-main-bg-light);
   border-radius: 5px;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   width: 50px;
   height: 50px;
   z-index: 155;
   box-shadow: 0px 0px 3px #888888;
}

#nextStoryTitle {
   position: fixed;
   top: 50%;
   right: 2%;
   padding: 10px 5px 10px 10px;
   background: var(--pres-main-bg-light);
   border-radius: 5px;
   -webkit-border-radius: 5px;
   box-shadow: 0px 0px 3px #888888;
   -moz-border-radius: 5px;
   width: 50px;
   height: 50px;
   z-index: 155;
}

#previousStoryTitle img,
#nextStoryTitle img {
   display: block;
   margin: auto;
   height: 30px;
}

.mStoryTitle {
   display: none;
}

 #previousStoryTitle {
   position: fixed;
   top: 50%;
   left: 0px;
   padding: 10px 10px 10px 5px;
   background: var(--pres-main-bg-light);
   border-radius: 0px 5px 5px 0px;
   -webkit-border-radius: 0px 5px 5px 0px;
   -moz-border-radius: 0px 5px 5px 0px;
   width: 50px;
   height: 50px;
}

 #nextStoryTitle {
   position: fixed;
   top: 50%;
   right: 0px;
   padding: 10px 5px 10px 10px;
   background: var(--pres-main-bg-light);
   border-radius: 5px 0px 0px 5px;
   -webkit-border-radius: 5px 0px 0px 5px;
   -moz-border-radius: 5px 0px 0px 5px;
   width: 50px;
   height: 50px;
}

#previousStoryTitle:hover,
#nextStoryTitle:hover {
   cursor: pointer;
   box-shadow: 0px 0px 0px #888888;
   transition: box-shadow 250ms;
}

.sponsorText {
   float: right;
   font-size: .9em;
   color: #888888;
}

.hideIt 
{
	display: none;
	margin: 0px;
	padding: 0px;
}

.mts_borderedAdGroup {
   width: 100%;
   float: left;
}

.mts_borderedAdGroup .borderedAd {
   clear: none;
   width: 50%;
}

/*EXTRAS*/
.customPageCtr {
   float: left;
   clear: both;
   width: 100%;
}

.cpCtr {
   float: left;
   clear: both;
   position: relative;
   width: 100%;
   padding: 10px 10px 0px 10px;
}

.cpCtr:last-of-type {
   padding-bottom: 20px;
}

.cpHeader {
   float: left;
   width: 100%;
   clear: both;
   position: relative;
}

.cpLink {
   width: 100%;
   text-align: center;
   float: left;
   clear: both;
   padding: 0px;
   padding-top: 56.25%;
   box-shadow: 0px 0px 3px #888888;
   background: var(--pres-main-bg-light);
   position: relative;
}

.customPageLink {
   text-align: center;
   max-height: 100%;
   position: absolute;
   left: 50%;
   top: 50%;
   transform: translate(-50%, -50%);
}
/*END EXTRAS*/

.noContentPic {
   width: 48px;
   display: inline-block;
   vertical-align: middle;
   margin-right: 20px;
}

.noContentCopy {
   display: inline-block;
   vertical-align: middle;
}

.noContent {
   float: left;
   clear: both;
   width: 100%;
   padding: 20px;
}

/*BETA INDICATOR*/
.betaIndicator {
   background: #cc0000;
   color: var(--pres-light-fg-color);
   text-align: center;
   font-weight: bold;
   font-size: 14px;
   align-items: center;
   justify-content: center;
   padding: 5px;
   border-radius: 5px;
   top: 6px;
   margin-left: 10px;
   display: inline-flex;
}

/*SITEWIDE USER ALERT*/
.sitewideUserAlert {
   width: 100%;
   display: none;
   gap: 20px;
   justify-content: space-between;
   background: #aa0000;
   color: #ffffff;
   position: relative;
   z-index: 99999999;
   left: 0px;
   padding: 20px;
   align-items: center;
   flex-wrap: wrap;
}

.sitewideUserAlert.active {
   display: flex;
}

.sitewideUserAlertButtons {
   display: flex;
   gap: 10px;
   flex-wrap: wrap;
}

.sitewideUserAlert button {
   background: #ffffff;
   color: #aa0000;
   border: none;
   padding: 5px 10px;
   font-size: 16px;
}

.siteWideClosed {
   display: none;
}

/*COMMENT COUNT*/
.commentCountContainer {
   width: 100%;
   display: none;
   flex-direction: row;
   gap: 5px;
   margin: 0px 0px 20px 0px;
}

/*NEEDED FOR ORGANIZE LAYOUT PURPOSES*/
@media all and (min-width: 320px) and (max-width: 767px) {
   .mts_widget, .widget_region,
   .widget_column {
		width: 100% !important;
      margin-left: 0px !important;
      margin-right: 0px !important;
	}
}
/*NEEDED FOR ORGANIZE LAYOUT PURPOSES*/

/*MEDIA QUERY TABLET*/
@media all and (min-width: 768px) {
   .innerSec {
		width: 100%;
      padding: 0px;
	}

   #user_container,
   #lcol {
      width: calc(100% - 320px);
   }
   
   #rcol, #right_container,
   .rTopCol, .rightSide {
      width: 300px;
      margin: 0px 0px 0px 20px;
      float: right;
      clear: right;
   }

   .masterMcWrap {
      width: 100%;
      padding: 20px 0px;
   }

   .sportsContainer {
      top: 0px !important;
   }

   #headContainer, #headContainerL
	{
		position: relative;
	}
	
	#footer, .centeredAd
	{
		width: 100%;
		top: 0px !important;
	}
	
	.mainNavO 
	{
		overflow: hidden;
		padding: 0px;
		height: auto;
      top: 0px !important;
	}
	
	.hpCtr.mainNavO 
	{
		padding: 10px;
	}

   .far.mobileMenuBtn {
      display: inline-block;
      vertical-align: middle;
      position: relative;
      margin: 0px; 
		top: 50%;
		left: 0px;
		transform: none;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
      height: 30px;
      width: 30px;
      z-index: 50;  
      cursor: pointer;
   }

   .logoA {
      max-width: 400px;
   }
   
	#logo, #logo_image, 
   #logo_imageL, .logoA {
      position: relative;
      top: 0px;
		left: 0px;
		transform: none;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
   }

   #searchTxt
   {
      margin-left: 10px;
   }
      
    #searchType_chosen 
    {
      margin-right: 0px;
    }

   .navigation_admin_menu_widget .adminItem {
		margin: 0px;
	}
	
	.mnuHeading 
	{
		margin: 0px;
	}
	
	.footerColumnR a.item 
	{
		width: 100%;
		font-size: 1.25em;
		text-align: center;
		background: transparent;
		margin: 0px;
		border: none;
	}

	.hpCtr .mainLogoutBtn
	{
		margin: 0px 0px 0px 10px;
		padding: 0px;
		width: auto;
      line-height: 30px;
	}

	.sportsContainer 
	{
		border-right: none;
	}	
	
	.menuText 
	{
		width: auto;
		display: inline-block;
	}

	.hpCtr
	{
		position: relative;
		width: 100%;
		top: 0px;
		left: 0px;
		overflow: hidden;
		-webkit-overflow-scrolling: touch;
		z-index: 11;
		height: 0px;
		transform: none;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
      padding-left: 0px;
	}
	
	.mainNavO 
	{
	   height: auto;
	}
	
   .cpCtr {
      background: var(--pres-main-bg-light);
   }
        
   /*ROUNDED ITEMS*/
   .mRounded {
      border-radius: 0px;
      -webkit-border-radius: 0px;
      -moz-border-radius: 0px;
   }
    
   .rounded {
      border-radius: 3px;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
   }
   /*END ROUNDED ITEMS*/

   /*FAN FRENZY*/
   .ffl 
   {
		width: 100%;
      padding: 0px;
   }	
   /*END FAN FRENZY*/

   .tRounded {
      border-radius: 3px 3px 0px 0px;
      -webkit-border-radius: 3px 3px 0px 0px;
      -moz-border-radius: 3px 3px 0px 0px;
   }

   .bRounded {
      border-radius: 0px 0px 3px 3px;
      -webkit-border-radius: 0px 0px 3px 3px;
      -moz-border-radius: 0px 0px 3px 3px;
}
   }
/*END MEDIA QUERY TABLET*/

/*MEDIA QUERY MED SCREEN*/
@media all and (min-width: 1024px) {
   .centeredAd {
      width: 100%;
   }

   .innerSec {
      width: 960px;
      padding: 0px;
      margin: auto;
   }

   .moreListCtr {
      left: auto;
      right: 0px;
      position: absolute;
   }

   .masterBackButton { 
      display: none; 
   }

   .mmSearchItem {
      display: none !important;
   }

   .navagation_logo_widget {
      min-height: 84px;
   }
	
	.centeredAd
   {
      width: 100%;
   }
   
   .subList {
      height: auto;
      width: 100%;
   }

	.sportsList {
      width: 100%;
   	height: calc(100%);
   }

   /*HEADER*/
   #header {
      padding: 30px;
   }

   .logoA {
      float: none;
      margin: 0px 0px 0px 0px;
      display:inline-block;
      vertical-align:middle;
   }
   
   .hpCtr {
      position: relative;
      vertical-align: middle;
      display: inline-block;
      width: auto;
      padding: 0px;
      background: 0 0;
      z-index: 13;
      height: auto;
      margin-left: 10px;   
   }
   
   .searchBar {   
      display: block;
      position: absolute;
      top: 50%;
      right: 30px;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
   }   
   /*END HEADER*/

	.navigationContainer {
		width: 100%;
		z-index: 11;
		height: auto;
		background: var(--pres-main-bg-light);
		left: 0px;
		top: 0px;
		transition: left 0ms;
		-webkit-transition: left 0ms;
		-moz-transition: left 100ms;
		border-top: solid 1px #dddddd;
		border-bottom: solid 1px #dddddd;
		white-space: nowrap;
		overflow: visible;
      display: inline-block;
      vertical-align: top;
	}
	   
   /*NAVIGATION ITEMS*/
   .mmItem,
   .mffl, 
   .mfld,
   .navigation_menu_widget a.item,
   .navigation_menu_widget .item {
      clear: none;
      width: auto;
      font-size: 1em;
      border-bottom: none;
   }
   
   .far.mobileMenuBtn, .mobileSelectors, 
   .mmItem, .filterMnuBtn,
   .mOptBtn, .mffl, .mfl,
   .muha, .aboveOverlay {
      display: none;
   }
   
   .moreListCtr .item {
      font-size: 1em !important;
      width: 100% !important;
   }
   /*END NAVIGATION ITEMS*/

   .site_links_widget a.fItem, 
   .site_links_widget .fItem,
   .site_links_widget .rowFootHeadR {
      width: auto; 
      padding: 0px 20px; 
      clear: none; 
      border-radius: 0px; 
      margin: 0px; 
      line-height: 5em; 
      color: var(--pres-light-fg-color); 
      float: none; 
      font-size: .9em; 
      vertical-align: middle; 
      display: inline-block; 
      border: none; 
      position: relative;
   }
	
   .site_links_widget a.fItem:hover, 
   .site_links_widget .fItem:hover {
      background: var(--pres-main-bg-dark);
      opacity: 1 !important;
   }
	
   .topFooter {
      padding: 0px;
	}
}
/*END MEDIA QUERY MED SCREEN*/
   
/* CSS FOR MAIN NAVIGATION ACROSS TOP */
@media all and (min-width: 1025px) {
   .mainNavContainer {
      flex-direction: row;
   }

   .navigationContainer.mainNavO {
      min-height: unset;
   }

   .desktopNavItem {
      display: block;
   }
   
   .mobileNavItem {
      display: none !important;
   }
   
   .botFooter 
	{
      width: 100%;
   }

	.navigation_menu_widget {
	   padding: 0px;
	   position: relative;
	   width: auto;
	   float:left;
	   background: var(--pres-main-bg-light);
	}

	.footerColumnR, .horiztonal .footerColumnR .item
	{
	   text-align: center;
	   width: auto;
	   float: right;
	   clear: none;
	   background: var(--pres-soft-black);
	}
   
	.navigation_logo_widget #headContainer, 
	.navigation_logo_widget #headContainerL 
	{
   	position: relative;
	}

	.sportsHeader {
		display: none;
	}
	
	.centeredAd {
		top: 0px;
	}

	.navigation_menu_widget a.item,  
   .navigation_menu_widget .item	{
		width: auto;
		padding: 0px 8px;
		clear: none;
		border-radius: 0px;
		margin: 0px;
		float: none;
		font-size: .9em;
		vertical-align: middle;
		display: flex;
      justify-content: space-between;
      align-items: center;
		border: none;
		position: relative;
	}

	.navigation_menu_widget a.item:hover, 
	.navigation_menu_widget .item:hover,
	.navigation_admin_menu_widget a.item:hover, 
	.navigation_admin_menu_widget .item:hover {
		opacity: 1 !important;		
	}

	.pmi:hover 
	{
	background: #eeeeee;
	}
	
	.mnuHeading 
	{
	display: none;
	}
	
	.site_links_widget a.item 
	{
	color: var(--pres-light-fg-color);
	border: none;
	}
	
	#footerContainer 
	{
	padding: 0px 0px 0px 0px;
	}

	.centeredAd,
	#mycapw
	{
	width: 100% !important;
	}

	#footer {
		width: 100% !important;
	}

	.menuDropBg {
		width: 300px;
      height: 0px;
		top: calc(100% + 1px);
      transform: translateX(0);
      left: 0px;
	}

	.menuDropBgShow {
      height: 300px;
		max-height: 300px;
	}

	.sportsContainer {
		top: 0px;
		margin-top: 0px !important;
		z-index: 9;
		position: absolute;
		max-height: 300px;
		min-height: 0px;
      height: 100%;
		transition: left 0ms;
		-webkit-transition: left 0ms;
		-moz-transition: left 0ms;
		padding-bottom: 0px;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
      display: flex;
      flex-direction: column;
	}

   .menuDropBgShow .menuDrop 
	{
		position: relative;
	}

	.sportsList 
	{
		border: none;
		padding-bottom: 0px;
	}

   .grdImgBot 
   {
      position: absolute;
      width: 100%;
      height: 30px;
      padding: 8px 0px;
      z-index: 15;
      background-image: url(/images/opacityDot.png);
	   bottom: 0px;
	   left: 0px;
	   text-align: center;
	   color: var(--pres-light-fg-color);
	   font-weight: bold;
	   font-size: .8em;
	   cursor: pointer;
   }

	.grdImgBotHide 
   {
      display: none;
   }
}
/* END CSS FOR MAIN NAVIGATION ACROSS TOP */
/*baseline style media query*/
@media all and (min-width: 1082px) {
   #acomp, #searchTxt {
      width: 250px;
   }
}

/*MEDIA QUERY LARGE SCREEN*/
@media all and (min-width: 1367px) {
   .innerSec {
      width: 1170px;
      margin: 0px auto;

   }
}
/*END MEDIA QUERY LARGE SCREEN*/
