@charset "utf-8";
/*   BOOTSTRAP Overrides -- CSS Document */

    /* override the few glyphicons I used, to NOW point to FONTELLO equivs -- UNTIL - all glyphicon instances are removed from all code.
	 */
		 .glyphicon-download:before { 
		     font-family: 'fontello',"Arial Black", Arial, sans_serif;  /* override halflings font with fontello and fallbacks for alt codes on fontello icons */
			 content : '\21d3';  /* code from fontello-embedded.css */			 
		  } 
		  
		  .glyphicon-new-window:before { 
		     font-family: 'fontello',"Arial Black", Arial, sans_serif;  /* override halflings font with fontello and fallbacks for alt codes on fontello icons */
			 content : '\21d7';  /* code from fontello-embedded.css */		 
		  } 

/* overrides to increase contrast for new 508 regs - note in some cases, see pageLevelNav override specific to that context. */
.btn-primary,
.ssdInPageNavWrap .btn-primary, 
 {
  background-color: #1468B0;  /* with link text #fff,  this was #428bca */
}


