
	.primary-color				{background-color: #1d2856 !important; }
	.bg-primary, .btn-primary,.selected, .selected td		{background-color: #1d2856 !important; color: #FFF !important;border-color: #000024;}	
	.bg-primary a				{	color: #FFF !important; 		}
	.bg-secondary, .btn-secondary		{background-color: #bdbec0 !important; color: #000 !important;border-color: #8b8c8e;}
			
	
	
	.bg-secondary a				{	color: #646464 !important; 		}
	.bg-info, .btn-info			{background-color: #c0c7c5 !important; color: #000!important;border-color: ;}
	.bg-info a				{	color: #646464 !important; 		}
	.bg-highlight, .btn-highlight		{background-color: #bdbec0 !important; color: #000 !important;border-color: ;}
	.bg-highlight a				{	color: # !important; 		}
	
	
		.bg-gradient-primary {	  background:  #1d2856 linear-gradient(180deg, #1d2856, #131a39) repeat-x !important;color: #FFF !important;border-color: #000024;	}
		.bg-gradient-primary a				{	color: #FFF !important; text-decoration:underline;		}
		.bg-gradient-load {	  background:  #1d2856 linear-gradient(180deg, #1d2856, #000000) repeat-x !important;}	
		.bg-gradient-secondary {	  background:  #bdbec0 linear-gradient(180deg, #bdbec0, #ffffff) repeat-x !important; color: #000 !important;border-color: #8b8c8e;	}	
		.bg-gradient-info {	  background:  #c0c7c5 linear-gradient(180deg, #c0c7c5, #ffffff) repeat-x !important;	color: #000 !important;border:1px solid #8e9593;}
		.bg-gradient-highlight {	  background:  #bdbec0 linear-gradient(180deg, #bdbec0, #ffffff) repeat-x !important;	color:  !important;border:1px solid #8b8c8e;}	
		.alert-primary		{	background:  #1d2856 linear-gradient(180deg, #1d2856, #263572) repeat-x !important;color: #FFF !important; border:2px solid #000024; box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;	}
		.alert-secondary	{	background:  #bdbec0 linear-gradient(180deg, #bdbec0, #fbfcff) repeat-x !important;color: #000 !important; border: 2px solid #8b8c8e; box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;	}
		.alert-info	{	background:  #c0c7c5 linear-gradient(180deg, #c0c7c5, #ffffff) 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-color: #36416f !important; border:1px solid #1d2856;	}	
	.btn-secondary:hover	{	background-color: #d6d7d9 !important; border:1px solid #bdbec0;}	
	.btn-info:hover			{	background-color: #d9e0de !important; color: #000 !important; border:1px solid #1d2856;}
	
	button.primary-nav		{background-color: #1d2856 !important; color: #FFFFFF !important; border: 1px solid #FFFFFF; }	
	button.primary-nav:hover,
	button.primary-nav.parent	{background-color: #c0c7c5 !important; color: #000 !important; border:1px solid  #000;}
	button.primary-nav.active	{background-color: #bdbec0 !important; color: #000 !important;}
	
	button.secondary-nav		{background-color: #bdbec0 !important; color: #000000 !important; border:1px solid #000000;}	
	button.secondary-nav:hover,
	button.secondary-nav.parent	{background-color: #d6d7d9 !important; color: #000 !important; border:1px solid #000;}
	button.secondary-nav.active	{background-color: #1d2856 !important; color: #FFF !important;}
	
	button.info-nav		{background-color: #c0c7c5 !important; color: #000000 !important; }	
	button.info-nav:hover,
	button.info-nav.parent	{background-color: #d9e0de !important; color: #000 !important; border:1px solid #000;}
	button.info-nav.active	{background-color: #bdbec0 !important; color: #000 !important;}
	
	.card-primary.card-outline 	{  border-top: 3px solid #1d2856;	}
	.card-secondary.card-outline 	{  border-top: 3px solid #bdbec0; 	}
	.card-info.card-outline 	{  border-top: 3px solid #c0c7c5;	}
	.card-highlight.card-outline 	{  border-top: 3px solid #bdbec0;	}
	
	.btn-primary-reverse			{background-color: #FFF !important; color: #1d2856 !important;border-color: #000024;}	
	.btn-primary-reverse:hover		{background-color: #36416f !important; border:1px solid #1d2856;}
	

	.text-primary,.text-primary-stroke	{	color: #1d2856 !important;}	
	.text-secondary,.text-secondary-stroke	{color: #bdbec0 !important;}
	.text-info, .text-info-stroke	{color: #c0c7c5 !important;}
	.text-highlight, .text-highlight-stroke	{color: #bdbec0 !important;}
	
	
	.text-primary-stroke,
	.text-secondary-stroke,
	.text-info-stroke,
	.text-highlight-stroke		{	-webkit-text-stroke: .075rem ;}	
	
	.border-primary		{border-color: #1d2856 !important;}
	.border-secondary	{border-color: #bdbec0 !important;}
	.border-info		{border-color: #c0c7c5 !important;}
	.border-highlight	{border-color: #bdbec0 !important;}
	
	.border-outline-primary		{border-top-color: #1d2856 !important;}
	.border-outline-secondary	{border-top-color: #bdbec0 !important;}
	.border-outline-info		{border-top-color: #c0c7c5 !important;}
	.border-outline-highlight	{border-top-color: #bdbec0 !important;}
	

	.callout.callout-primary {	border-left-color: #1d2856;	}
	.callout.callout-secondary {	border-left-color: #bdbec0;	}
	.callout.callout-info {	border-left-color: #c0c7c5;	}
	.callout.callout-highlight {	border-left-color: #bdbec0;	}
	 .bg-secondary-reverse	{color: #bdbec0 !important; background-color: transparent !important;} .sb-statbroadcast-banner-image { background-image: url('//s3.us-west-2.amazonaws.com/themelibrary.gamedaypreps.com/8F68F9D9BE000031/880eb9cd-0840-11f1-8c13-06e0b02ced6d_banner_image_260226-143748.jpg'); background-repeat: no-repeat; background-position: top center;	}.sb-statbroadcast-banner { background: url('') #1d2856; background-repeat: repeat-x; text-align: center;	}.sb-load-dialog-ad {display:-inline-block !important; height: 100%; width:100%; background-image:url(//s3.us-west-2.amazonaws.com/themelibrary.gamedaypreps.com/8F68F9D9BE000031/880eb9cd-0840-11f1-8c13-06e0b02ced6d_loading_image_260226-140206.png); background-repeat: no-repeat; background-size: cover !important;background-color: #1d2856;}.modal-sb-logo, .modal-event-logo.Logo, .modal-bg	{background-image: none !important; }	.sb-mobile-banner {  background: url('//s3.us-west-2.amazonaws.com/themelibrary.gamedaypreps.com/8F68F9D9BE000031/880eb9cd-0840-11f1-8c13-06e0b02ced6d_mobile_banner_image_120226-102748.png') transparent no-repeat top right; background-size:cover; }