/* ==================================================
   UPDATES for SUB PAGES - WJR
   ==================================================	*/
   
/* Used on Other Ways to Give Page - cleans the well div by removing the border and background color */
 #clean {
	 background-color:#fff; 
	 border:0px;
 }
 
 /* Used on FAQs  - using pills to navigate sub sections, need to clean up LI css from style.css */
.nav-pills > li {
	 background-image: none!important;
	 padding-left:0px!important;
	 margin-left:0px;
	 margin-right:25px;
 }
 
 /* Numbers styling in wells in About Page */
.numbers .well {
	padding:5px 15px 10px;
	margin-bottom:10px;
}

.numbers h3 {
	font-family: "Open Sans Condensed", "Arial Narrow", sans-serif;
	font-size:48px!important;
	border-bottom:1px solid #ccc;
	padding-bottom:8px;
	margin-bottom:5px;
}

.numbers p > span {
	font-size:36px!important;
}

.numbers p {
	font-family: "Open Sans Condensed", "Arial Narrow", sans-serif!important;
	text-transform: uppercase;
	line-height:1.2;
	white-space:nowrap;
	font-size:12px;
	margin:0px 0px;
	padding:0px 0px;
}

.winning p > span {
	font-size:48px!important;
}

.winning p {
	font-family: "Open Sans Condensed", "Arial Narrow", sans-serif!important;
	text-transform: uppercase;
	line-height:1.2;
	white-space:nowrap;
	font-size:16px;
	margin:0px 0px;
	padding:0px 0px;
}


