@charset "UTF-8";
/* CSS Document */

/*SU Colors:
Blue: #0B599D
Red: #D12026

Logo colors:
Drk Blue: #03538A 
Lt Blue: #73ACD2
Drk Green: #62A631
Lt Green: #A0B942
Drk Red: #CF0A0E
Lt Red:#D9705C
*/
		
.accordionBranding {
  text-align: center;
  font-family: 'Droid Serif', Georgia, 'Times New Roman', Times, serif;
  font-size: 16px;
  font-weight: 400;
  margin-top: -20px;
}
#missionAccordian .accordion-heading a {
	color: #0067B1;
}
.nav-header {
	font-size: 16px;
	font-weight: 700;
}
.faqSelect {
	color: #0B599D;
	text-transform: uppercase;
}
.faq {
	color: #0B599D;
	padding-top: 10px;
	line-height: 1.25em;
}
.badge {
	margin-top: 3px;
}
.margin20 {
	margin-bottom: 20px;	
}
/*Slider Button Styles*/
.slideButton {
	width: 100%;
	height: 58px;
	margin-bottom: 6px;
	font-weight: 600;
	color: #fff;
	text-align: center;
	line-height: 50px;
}

.slideButton a {
	color: #fff;
	text-decoration: none;
}
.slideButton a:hover{
	color: #FDAD19;
}
.sb1 {
	background-color: #03538A;
}
.sb2 {
	background-color: #73ACD2;
}
.sb3 {
	background-color: #CF0A0E;
}
.sb4 {
	background-color: #D9705C;
}
.sb5 {
	background-color: #A0B942;
}
.sb6 {
	background-color: #62A631;
}

/*Timeline Styles*/
.timelineMain {
	background-color: #FCBA31;
	border-top: 5px solid #669933;
}
.timelineHead {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 700;
	color: #D11F25;
	text-align: center;
}
.timeline {
	background-color: #FCBA31;
	color: #fff;
	font-size: 10px;
	font-weight: 700;
	text-align: center;
}
.timelineBorder {
	border-bottom: 1px solid #fff;
}
.timeline p {
	line-height: 1.25em;
}
.timeline2 {
	background-color: #FCBA31;
	color: #002D44;
	font-size: 10px;
	font-weight: 700;
	text-align: center;
}
.timeline2 p {
	line-height: 1.25em;
}
.timelineLarge {
	font-size: 12px;
}
.timeline a {
	color: #fff;
}
.timeline2 a {
	color: #002D44;
}
.timelineTiny {
	font-size: 9px;
}
.timelineBack {
	background-color: #f5f5f5;
}
.counts {
	color: #0B599D;
	font-size: 14px; 
	padding-top: 10px;
}
.countsHead {
	color: #0B599D;
	font-size: 16px; 
	font-weight: 700;
}
.countsRed {
	color: #D12026;
	font-size: 16px; 
	font-weight: 700;
	padding-right: 20px;
}
.blueGreyPromo {
	background-color: #E5ECF0;
	font-size: 18px;
}
#sponsors {
	border-top : 2px solid #fff;
	border-bottom : 1px dotted #73add3;
	text-align : center;
	padding-bottom : 5px;
}
.sponsorTitle {
	background-image: url('../speakup/images/sponsors/sponsorBanner.jpg');
	background-repeat: no-repeat;
	text-align: center;
	height: 40px;
	width: 850px;
	color: #fff;
	margin: auto;
	padding-top: 5px;
}
.sponsorTitle2 {
	text-align: center;
	margin: auto;
	padding-top: 5px;
}
.sponsorSpace {
	padding: 0 6px;
}
