  :root {
	            --primary-color: #06253a; 
	            --secondary-color: #ea1946; 
	            --tertiary-color: #bfced6;
	            --highlight-color: #ffffff;
		    --primary-text-color: #FFF; 
		    --secondary-text-color: #FFF; 
		    --tertiary-text-color: #000;
	            --highlight-text-color: #000;
	            
            }
	.primary-color				{background: #06253a !important; }
	.bg-primary, .btn-primary,.selected, .selected td		{background: #06253a !important; color: #FFF !important;border-color: #000008;}	
	.bg-primary a				{	color: #FFF !important; 		}
	.bg-secondary, .btn-secondary		{background: #ea1946 !important; color: #FFF !important;border-color: #b80014;}
			
	
	
	.bg-secondary a				{	color: #9b9b9b !important; 		}
	.bg-info, .btn-info			{background: #bfced6 !important; color: #000!important;border-color: ;}
	.bg-info a				{	color: #646464 !important; 		}
	.bg-highlight, .btn-highlight		{background: #ffffff !important; color: #000 !important;border-color: ;}
	.bg-highlight a				{	color: # !important; 		}
	
	
		.bg-gradient-primary {	  background:  #06253a linear-gradient(180deg, #06253a, #041826) repeat-x !important;color: #FFF !important;border-color: #000008;	}
		.bg-gradient-primary a				{	color: #FFF !important; text-decoration:underline;		}
		.bg-gradient-load {	  background:  #06253a linear-gradient(180deg, #06253a, #000000) repeat-x !important;}	
		.bg-gradient-secondary {	  background:  #ea1946 linear-gradient(180deg, #ea1946, #ff7daa) repeat-x !important; color: #FFF !important;border-color: #b80014;	}	
		.bg-gradient-info {	  background:  #bfced6 linear-gradient(180deg, #bfced6, #ffffff) repeat-x !important;	color: #000 !important;border:1px solid #8d9ca4;}
		.bg-gradient-highlight {	  background:  #ffffff linear-gradient(180deg, #ffffff, #ffffff) repeat-x !important;	color:  !important;border:1px solid #cdcdcd;}	
		.alert-primary		{	background:  #06253a linear-gradient(180deg, #06253a, #07314d) repeat-x !important;color: #FFF !important; border:2px solid #000008; box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;	}
		.alert-secondary	{	background:  #ea1946 linear-gradient(180deg, #ea1946, #ff215d) repeat-x !important;color: #FFF !important; border: 2px solid #b80014; box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;	}
		.alert-info	{	background:  #bfced6 linear-gradient(180deg, #bfced6, #feffff) 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: #1f3e53 !important; border:1px solid #06253a;	}	
	.btn-secondary:hover	{	background: #ff325f !important; border:1px solid #ea1946;}	
	.btn-info:hover			{	background: #d8e7ef !important; color: #000 !important; border:1px solid #06253a;}
	
	button.primary-nav		{background: #06253a !important; color: #FFFFFF !important; border: 1px solid #000008; }	
	button.primary-nav:hover,
	button.primary-nav.parent	{background: #bfced6 !important; color: #000 !important; border:1px solid #bebebe;}
	button.primary-nav.active	{background: #ea1946 !important; color: #FFF !important;}
	
	button.secondary-nav		{background: #ea1946 !important; color: #FFFFFF !important; border:1px solid #b80014;}	
	button.secondary-nav:hover,
	button.secondary-nav.parent	{background: #ff325f !important; color: #000 !important; border:1px solid #9b9b9b;}
	button.secondary-nav.active	{background: #06253a !important; color: #FFF !important;}
	
	button.info-nav		{background: #bfced6 !important; color: #000000 !important; }	
	button.info-nav:hover,
	button.info-nav.parent	{background: #d8e7ef !important; color: #000 !important; border:1px solid #646464;}
	button.info-nav.active	{background: #ffffff !important; color: #000 !important;}
	
	.card-primary.card-outline 	{  border-top: 3px solid #06253a;	}
	.card-secondary.card-outline 	{  border-top: 3px solid #ea1946; 	}
	.card-info.card-outline 	{  border-top: 3px solid #bfced6;	}
	.card-highlight.card-outline 	{  border-top: 3px solid #ffffff;	}
	
	.btn-primary-reverse			{background: #FFF !important; color: #06253a !important;border-color: #000008;}	
	.btn-primary-reverse:hover		{background: #1f3e53 !important; border:1px solid #06253a;}
	

	.text-primary,.text-primary-stroke	{	color: #06253a !important;}	
	.text-secondary,.text-secondary-stroke	{color: #ea1946 !important;}
	.text-info, .text-info-stroke	{color: #bfced6 !important;}
	.text-highlight, .text-highlight-stroke	{color: #ffffff !important;}
	
	
	.text-primary-stroke,
	.text-secondary-stroke,
	.text-info-stroke,
	.text-highlight-stroke		{	-webkit-text-stroke: .075rem ;}	
	
	.border-primary		{border-color: #06253a !important;}
	.border-secondary	{border-color: #ea1946 !important;}
	.border-info		{border-color: #bfced6 !important;}
	.border-highlight	{border-color: #ffffff !important;}
	
	.border-outline-primary		{border-top-color: #06253a !important;}
	.border-outline-secondary	{border-top-color: #ea1946 !important;}
	.border-outline-info		{border-top-color: #bfced6 !important;}
	.border-outline-highlight	{border-top-color: #ffffff !important;}
	

	.callout.callout-primary {	border-left-color: #06253a;	}
	.callout.callout-secondary {	border-left-color: #ea1946;	}
	.callout.callout-info {	border-left-color: #bfced6;	}
	.callout.callout-highlight {	border-left-color: #ffffff;	}
	 .bg-secondary-reverse	{color: #ea1946 !important; background: transparent !important;} .sb-statbroadcast-banner-image { background-image: url('https://s3.amazonaws.com/s3.statbroadcast.com/themes/conferenceusa/softball_sb.jpg'); background-repeat: no-repeat; background-position: top left;	}.sb-statbroadcast-banner { background: url('https://s3.amazonaws.com/s3.statbroadcast.com/themes/conferenceusa/statbroadcastbg.jpg'); background-repeat: repeat-x; text-align: left;	}.sb-statmonitr-banner-image { background-image: url('https://s3.amazonaws.com/s3.statbroadcast.com/themes/conferenceusa/statmonitrbanner.jpg'); background-repeat: no-repeat; background-position: top left;	}.sb-statmonitr-banner { background-image: url('https://s3.amazonaws.com/s3.statbroadcast.com/themes/conferenceusa/statmonitrbg.jpg'); text-align: left;	}.sb-mobile-banner {  background: url('https://s3.amazonaws.com/s3.statbroadcast.com/themes/conferenceusa/header.png') transparent no-repeat top right; background-size:cover; }

