  :root {
	            --primary-color: #2dccd3; 
	            --secondary-color: #000000; 
	            --tertiary-color: #b2b2b2;
	            --highlight-color: #f5e40b;
		    --primary-text-color: #FFF; 
		    --secondary-text-color: #FFF; 
		    --tertiary-text-color: #000;
	            --highlight-text-color: #000;
	            
            }
	.primary-color				{background: #2dccd3 !important; }
	.bg-primary, .btn-primary,.selected, .selected td		{background: #2dccd3 !important; color: #FFF !important;border-color: #009aa1;}	
	.bg-primary a				{	color: #FFF !important; 		}
	.bg-secondary, .btn-secondary		{background: #000000 !important; color: #FFF !important;border-color: #323232;}
			
	
	
	.bg-secondary a				{	color: #9b9b9b !important; 		}
	.bg-info, .btn-info			{background: #b2b2b2 !important; color: #000!important;border-color: ;}
	.bg-info a				{	color: #646464 !important; 		}
	.bg-highlight, .btn-highlight		{background: #f5e40b !important; color: #000 !important;border-color: ;}
	.bg-highlight a				{	color: # !important; 		}
	
	
		.bg-gradient-primary {	  background:  #2dccd3 linear-gradient(180deg, #2dccd3, #1e888d) repeat-x !important;color: #FFF !important;border-color: #009aa1;	}
		.bg-gradient-primary a				{	color: #FFF !important; text-decoration:underline;		}
		.bg-gradient-load {	  background:  #2dccd3 linear-gradient(180deg, #2dccd3, #004047) repeat-x !important;}	
		.bg-gradient-secondary {	  background:  #000000 linear-gradient(180deg, #000000, #646464) repeat-x !important; color: #FFF !important;border-color: #323232;	}	
		.bg-gradient-info {	  background:  #b2b2b2 linear-gradient(180deg, #b2b2b2, #ffffff) repeat-x !important;	color: #000 !important;border:1px solid #808080;}
		.bg-gradient-highlight {	  background:  #f5e40b linear-gradient(180deg, #f5e40b, #ffff6f) repeat-x !important;	color:  !important;border:1px solid #c3b200;}	
		.alert-primary		{	background:  #2dccd3 linear-gradient(180deg, #2dccd3, #3bffff) repeat-x !important;color: #FFF !important; border:2px solid #009aa1; box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;	}
		.alert-secondary	{	background:  #000000 linear-gradient(180deg, #000000, #000000) repeat-x !important;color: #FFF !important; border: 2px solid #323232; box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;	}
		.alert-info	{	background:  #b2b2b2 linear-gradient(180deg, #b2b2b2, #ececec) repeat-x !important; color: #000 !important; border: 2px solid ; box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;	}

	
			
	.bg-primary a:hover		{	color: #bebebe !important; text-decoration:underline;		}	
	.btn-primary:hover		{	background: #46e5ec !important; border:1px solid #2dccd3;	}	
	.btn-secondary:hover	{	background: #191919 !important; border:1px solid #000000;}	
	.btn-info:hover			{	background: #cbcbcb !important; color: #000 !important; border:1px solid #2dccd3;}
	
	button.primary-nav		{background: #2dccd3 !important; color: #FFFFFF !important; border: 1px solid #009aa1; }	
	button.primary-nav:hover,
	button.primary-nav.parent	{background: #b2b2b2 !important; color: #000 !important; border:1px solid #bebebe;}
	button.primary-nav.active	{background: #000000 !important; color: #FFF !important;}
	
	button.secondary-nav		{background: #000000 !important; color: #FFFFFF !important; border:1px solid #323232;}	
	button.secondary-nav:hover,
	button.secondary-nav.parent	{background: #191919 !important; color: #000 !important; border:1px solid #9b9b9b;}
	button.secondary-nav.active	{background: #2dccd3 !important; color: #FFF !important;}
	
	button.info-nav		{background: #b2b2b2 !important; color: #000000 !important; }	
	button.info-nav:hover,
	button.info-nav.parent	{background: #cbcbcb !important; color: #000 !important; border:1px solid #646464;}
	button.info-nav.active	{background: #f5e40b !important; color: #000 !important;}
	
	.card-primary.card-outline 	{  border-top: 3px solid #2dccd3;	}
	.card-secondary.card-outline 	{  border-top: 3px solid #000000; 	}
	.card-info.card-outline 	{  border-top: 3px solid #b2b2b2;	}
	.card-highlight.card-outline 	{  border-top: 3px solid #f5e40b;	}
	
	.btn-primary-reverse			{background: #FFF !important; color: #2dccd3 !important;border-color: #009aa1;}	
	.btn-primary-reverse:hover		{background: #46e5ec !important; border:1px solid #2dccd3;}
	

	.text-primary,.text-primary-stroke	{	color: #2dccd3 !important;}	
	.text-secondary,.text-secondary-stroke	{color: #000000 !important;}
	.text-info, .text-info-stroke	{color: #b2b2b2 !important;}
	.text-highlight, .text-highlight-stroke	{color: #f5e40b !important;}
	
	
	.text-primary-stroke,
	.text-secondary-stroke,
	.text-info-stroke,
	.text-highlight-stroke		{	-webkit-text-stroke: .075rem ;}	
	
	.border-primary		{border-color: #2dccd3 !important;}
	.border-secondary	{border-color: #000000 !important;}
	.border-info		{border-color: #b2b2b2 !important;}
	.border-highlight	{border-color: #f5e40b !important;}
	
	.border-outline-primary		{border-top-color: #2dccd3 !important;}
	.border-outline-secondary	{border-top-color: #000000 !important;}
	.border-outline-info		{border-top-color: #b2b2b2 !important;}
	.border-outline-highlight	{border-top-color: #f5e40b !important;}
	

	.callout.callout-primary {	border-left-color: #2dccd3;	}
	.callout.callout-secondary {	border-left-color: #000000;	}
	.callout.callout-info {	border-left-color: #b2b2b2;	}
	.callout.callout-highlight {	border-left-color: #f5e40b;	}
	 .bg-secondary-reverse	{color: #000000 !important; background: transparent !important;} .sb-statbroadcast-banner-image { background-image: url('https://s3.amazonaws.com/s3.statbroadcast.com/themes/wcc/basketballsb.jpg'); background-repeat: no-repeat; background-position: top center;	}.sb-statbroadcast-banner { background: url('https://s3.amazonaws.com/s3.statbroadcast.com/themes/wcc/statbroadcastbg.jpg'); background-repeat: repeat-x; text-align: center;	}.sb-statmonitr-banner-image { background-image: url('https://s3.amazonaws.com/s3.statbroadcast.com/themes/wcc/basketballsm.jpg'); background-repeat: no-repeat; background-position: top center;	}.sb-statmonitr-banner { background-image: url('https://s3.amazonaws.com/s3.statbroadcast.com/themes/wcc/statmonitrbg.jpg'); text-align: center;	}.sb-mobile-banner {  background: url('https://s3.amazonaws.com/s3.statbroadcast.com/grfx/mobileheader.png') transparent no-repeat top right; background-size:cover; }@font-face {font-family: "Karla";        src: url("//s3.amazonaws.com/s3.statbroadcast.com/themes/wcc/Karla-VariableFont_wght.ttf") format("truetype"),    url("//s3.amazonaws.com/s3.statbroadcast.com/themes/wcc/Karla-VariableFont_wght.woff2")format("woff2");}
.d-md-block	{display:none !important;}
#stats	{margin:0px !important;background: transparent;	background: url(http://s3.amazonaws.com/s3.statbroadcast.com/themes/wcc/scoreboardbg.png) no-repeat top center; background-size: cover; padding-top:.5em !important;}

.sb-videoboard-content-720p	{ height: 720px !important; width:1280px  !important; overflow: hidden; }
.sb-videoboard-content-1080p	{ height: 1080px !important; width:1920px !important}
#mbody, body	{	overflow: hidden; background-color: #0d2a64;font-family: "Karla", arial !important;}
body	{font-family: "Karla",arial;font-weight:bold; background-image: none !important; color: #fff !important;}
.sb-videoboard-wrap		{			margin:0px !important;	margin-left:0px !important; background-image: none;}
.card	{background-color: transparent !important; border:0px solid white;}
.card.card-primary, .card.card-secondary	{margin-left:325px;	border:0px solid white !important; margin-bottom:1em;	}
.gs	{display:none;}
.card-header	{		background-color: rgba(0,0,0,.66); 	height:1.25em !important;	margin-bottom:.25em;	width: auto;	text-transform: uppercase;	font-weight: bold;	font-size:1.5em;	padding-bottom:0px}
	.sb-col.col-6	{width:95% !important;max-width:95%; flex: 95%;}
.sb-col.col-6:nth-child(2)	{display:none;}
.sb-compare-table {width:100% !important;}
.sb-compare-table td.text-center	{	width:85% !important; font-size:1.33em !important; font-weight: normal;	}
.sb-compare-table td.text-left, .sb-compare-table td.text-right	{text-align:center !important;	 font-size:1.33em; line-height:1.1;font-weight: bold;}
.card-primary .sb-team-logo.sb-header-logo{	background-color: transparent !important;	padding:2em;	border:0px;	border-radius:0px;	box-shadow:0px 0px 0px rgba(0,0,0,.66);	position:relative;	display:inline;	float:left;	margin-left:-275px;	height:8rem;	width:8rem;	margin-top:0em;}
.card-primary .sb-team-logo.sb-header-logo.HLogo{	margin-top:2.5em; }
.card-secondary .sb-team-logo.sb-header-logo.HLogo{	margin-top:0em; }
.card-secondary .sb-team-logo.sb-header-logo{	background-color: #fff !important;	padding:2em;	border:0px;	border-radius:0px;	box-shadow: 0px 0px 3px rgba(0,0,0,.66);	position:relative;	display:inline;	float:left;	height:8rem;	width:8rem;	top:0em;	}
.card-primary .sb-team-logo.sb-header-logo.VLogo{margin-top:1em;}
.sb-stats tbody	{font-size:1.5em;}
.sb-stats .bg-table-header{	background-color: rgba(0,0,0,.4) !important; border-bottom: 2px solid white;}
.sb-stats .bg-table-footer{	background-color: rgba(0,0,0,.4) !important; color: #fefefe !important; font-size:1.2em; border-top: 2px solid white;}
.teambox, .sb-compare-table, .sb-compare-table .bg-table-header	{background-color: transparent !important;		}
.sb-compare-table .bg-table-header {border-bottom: 0px solid white;}
.sb-compare-table tbody tr,.sb-stats .table-striped tbody tr {background-color: rgba(0,0,0,.4) !important; }
.sb-stats table thead th,.sb-stats .bg-table-footer td,.sb-stats table tbody td	{border-top:0px !important; padding:.125em .25em !important;}
.border-right	{border:0px solid white !important;}
.sb-compare-table .bg-table-header th	{padding-bottom:1.25em !important;}
.sb-stats .bg-lesser-light,.text-muted td,.sb-stats .bg-light{	background-color: transparent !important;	border:0px solid white !important;	color: #fff !important;}
.sb-stats .sb-compare-table tbody tr td,.sb-stats .sb-compare-table thead th{border:0px solid white !important; }
.sb-stats td	{font-size:.8em !important;}
.sb-stats table {min-height:250px;}

