@charset "UTF-8";
/* Page Styles CSS */



/*
Home
=====================================
*/	
		

	/* === Columns ============= */
	.home .leftCol3 hr,
	.home .rightCol3 hr {
		border-bottom:#ccc dotted 1px;
		margin:50px auto;
	}
	
/*
Banner
===============================================
*/

#banners {
	position:relative;
	background-color:#025621;
	background:url(../images/banner-2017-bg.jpg) repeat-x;
	height:506px;
	z-index:0;
	overflow:visible;
}
	
	#banners .banner {
		position:absolute;
		display:none;
		left:50%;
		margin-left:-536px;
		top:0px;
		z-index:0;
	}
	
	#banners .banner:first-child {
		display:block;
		z-index:1;
	}

	#banners a {
		position:relative;
	}

	#banners img {
		display:block;
		width:1072px;
		margin:0 auto;
		padding-bottom:0px;
	}
	
		#banners a img {
			display:block;
/*			width:1072px;
*/			padding-bottom:0px;
			margin:0 auto;
		}

/*
Arrows & Dots
===============================================
*/

#arrowsDots {
	position:absolute;
	left:47%;
	bottom:15px;
	z-index:50;
	overflow:visible;
}

	/* === Dots ======= */
	#arrowsDots #blueDots span {
		cursor:pointer;
		display:inline-block;
		background:#fff; /* white */
		width:14px;
		height:14px;
		margin:35px 4px 0px 4px;
		-moz-border-radius:50%;
		border-radius:50%;
		-moz-box-shadow:inset 0px 1px 2px #888;
		-webkit-box-shadow:inset 0px 1px 2px #888;
		box-shadow:inset 0px 1px 2px #888;
	}
		
		#arrowsDots #blueDots span:hover,
		#arrowsDots #blueDots span.active {
			background:#289cc6; /* light blue */
		}

/*=== Home Header ==*/
.home header {
	position: absolute;
	height: 129px;
	text-align:center;
	top:0;
	width:100%;
    background: rgba(0, 0, 0, 0) url("../../images/bg-header.png") repeat-x scroll center center;
    z-index: 1;
}

	.home header #logo {
		background: rgba(0, 0, 0, 0) url("../../images/logo-donetwork-header.png") no-repeat scroll 0 0;
	    float: left;
	    height: 104px;
	    margin: 17px 0 0 11px;
	    text-indent: -9999px;
	    width: 152px;
	}

	.home header ul {
		font-family:Abadi-Light, Arial, sans-serif;
		font-size: 1.8em;
	    left: 10px;
	    padding: 0;
	    position: absolute;
	    right: 65px;
	    min-width:974px;
	}
		.home header ul li {
			display:inline-block;
			height:94px;
			padding:78px 15px 0;
		}

		.home header ul li a {
			color:#f4f4f4;
			padding:78px 10px;
		}

		.home header ul li a:hover {
			background:#3ca8c7;
			background:-moz-linear-gradient(top,  #3ca8c7 16%, #0889c4 100%);
			background:-webkit-gradient(linear, left top, left bottom, color-stop(16%,#3ca8c7), color-stop(100%,#0889c4));
			background:-webkit-linear-gradient(top,  #3ca8c7 16%,#0889c4 100%);
			background:-o-linear-gradient(top,  #3ca8c7 16%,#0889c4 100%);
			background:-ms-linear-gradient(top,  #3ca8c7 16%,#0889c4 100%);
			background:linear-gradient(top,  #3ca8c7 16%,#0889c4 100%);
			filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3ca8c7', endColorstr='#0889c4',GradientType=0 );
			color:#ffde00;
			text-decoration:none;
		}
		
	/* === Content ============= */
	.home .content {
		margin-top:55px;
	}

		
	/* === Social Links ============= */
	.home .socialLinks #likes,
	.home .socialLinks #tweets {
		margin-top:14px;
	}
	
	.home .socialLinks p {
		float:right;
		font-family:Abadi-Light, Arial, sans-serif;
		font-size:1.9em;
		line-height:45px;
		color:#1f4d99;
		margin:0px 12px 0px 0px;
	}

	.home .socialLinks a {
		display:inline-block;
		width:34px;
		height:34px;
		text-indent:-9999px;
		vertical-align:middle;
		margin:3px 0px 3px 5px;
	}

	.home .socialLinks #facebook {
		background:url(../../images/icon-facebook.png);
	}

	.home .socialLinks #twitter {
		background:url(../../images/icon-twitter.png);
	}

	.home .socialLinks #youtube {
		background:url(../../images/icon-youtube.png);
	}

	.home .socialLinks #yelp {
		background:url(../../images/icon-yelp.png);
	}

	/* === DOnetwork Login ============= */
	.home .donetworkLogin {
		float:none;
		position:absolute;
		right:0px;
		margin-top:129px;
	}

	/* === DOnetwork Login Form ============= */
	.home .donetworkLoginForm {
		right:0px;
		top:162px;
	}

	/* === Message Alert ============== */
	.home div#alertDiv {
		background:#fff;
		padding-top:35px;
	}

		.home #alertDiv p {
			background-color:#f00;
			color:#fff;
			font-weight:bolder;
			text-align:center;
			font-size:2.5em;
		}

	/* === Mailchimp Subscribe field ========*/
	#mc_embed_signup{
		background:#fff;
		font:14px Helvetica,Arial,sans-serif;
		float:left;
		margin-left:10%;
		background:#ffffff00;
	}

	#mc_embed_signup label {
		float:left;
		padding:7px 5px 0px;
		font-family:'Abadi-light', Arial, sans-serif;
		color:#0c812d;
	}

	#mc_embed_signup .button {
		background-color:#0c812d;
		font-weight:bold;
	}

	  #mc_embed_signup .button:hover {
	  	color:#ffde00;
		background-color:#0c812d;

	  }

	#mc_embed_signup input.email {
		width:215px;
	}
	
	/* === GOTV Button ============== */
	.home img.gotv {
		display: block;
		margin: 10px auto -40px;
		box-shadow: 0px 0px 7px 0px #1b3a1f;
	}

	/* === Topics & News ============= */
	.home h1#hotLine {
		font-size:3.6em;
		background:#900;
		color:#f4f4f4;
		text-align:center;
		text-transform:uppercase;
		border-top:#900 dashed 3px;
		border-bottom:#900 dashed 3px;
		padding:10px 0px;
		clear:both;
	}
	
		.home h1#hotLine span {
			display:block;
			font-size:0.8em;
			text-transform:none;
		}
	
	/* === Topics & News ============= */
	.home .topicNews h6 {
		display:block;
		/*background:#cb3e00; old color*/
		background:#ff0000;
		font-size:3.8em;
		text-transform:uppercase;
		padding:4px 10px 0px 10px;
		color:#fff;
	}
	
	.home .topicNews hr {
		margin:auto;
	}
	
	.home .topicNews #top {
		display:inline-block;
		padding:8px 10px 0px 10px;
		line-height:0.9em;
	}
	
	.home .topicNews .copy1 {
		display:block;
		color:#000;
		margin:10px 10px;
	}
	
		.home .topicNews .copy1:hover {
			color:#34a2d3;
			text-decoration:none;
		}
	
		.home .topicNews .copy1 span {
			font-size:0.8em;
			color:#cb3e00;
			text-transform:uppercase;
		}
		
	.home .topicNews #bottom {
		display:block;
		/*background:#cb3e00; old color */
		background:#ff0000;
		font-family:Abadi-Light, Arial, sans-serif;
		font-size:1.8em;
		line-height:30px;
		min-height:20px;
		text-transform:uppercase;
		text-align:right;
		margin:0px;
		padding-top:3px;
	}
		
		.home .topicNews #bottom a {
			color:#fff;
			margin-right:10px;
		}
		
			.home .topicNews #bottom a:hover {
				color:#ffde00;
				text-decoration:none;
			}

	.home  div.topicNews {
	    box-shadow: 4px -4px 7px 4px black;

	}


	/* === The Factsheet Corner ============= */
	.home .factsheetCorner h6 {
		display:block;
		background: rgb(34,156,211);
		font-size:3.8em;
		text-transform:uppercase;
		padding:4px 10px 0px 10px;
		margin-bottom:5px;
		color:#fff;
	}
	
	.home .factsheetCorner hr {
		margin:auto;
	}
	
	.home .factsheetCorner #top {
		display:inline-block;
		padding:8px 10px 0px 10px;
		line-height:0.9em;
	}
	
	.home .factsheetCorner .copy1 {
		display:block;
		color:#000;
		margin:10px 10px;
	}

		.home .factsheetCorner .copy1:hover {
			color:#34a2d3;
			text-decoration:none;
		}
	
		.home .factsheetCorner .copy1 span {
			font-size:0.8em;
			color:#cb3e00;
			text-transform:uppercase;
		}

	.home .factsheetCorner .subDownload {
		display:inline;
		color:#cb3e00;
		text-transform:uppercase;
	}

	.home .factsheetCorner .multiDownload {
		display:inline;
		margin-top:10px;
	}

		.home .factsheetCorner .multiDownload span {
			margin-left:10px;
		}
		
	.home .factsheetCorner #bottom {
		display:block;
		background:#cb3e00;
		font-family:Abadi-Light, Arial, sans-serif;
		font-size:1.8em;
		line-height:30px;
		min-height:20px;
		text-transform:uppercase;
		text-align:right;
		margin:0px;
		padding-top:3px;
	}
		
		.home .factsheetCorner #bottom a {
			color:#fff;
			margin-right:10px;
		}
		
			.home .factsheetCorner #bottom a:hover {
				color:#ffde00;
				text-decoration:none;
			}

	/* === Find Organizer & Topics ============= */
	.home .findOrganizerTopics {
		margin-top:50px;
		border-bottom:#34a2d3 solid 25px;
	}
	
		.home .findOrganizerTopics h6 {
			display:block;
			background:#34a2d3;
			font-size:3.8em;
			text-transform:uppercase;
			padding:4px 10px 0px 25px;
			color:#fff;
		}
		
		.home .findOrganizerTopics #top {
			display:inline-block;
			padding:8px 20px 0px 25px;
			line-height:0.9em;
		}
	
		.home .findOrganizerTopics form {
			display:block;
			border-right:#34a2d3 solid 25px;
			border-left:#34a2d3 solid 25px;
			padding:15px 0px;
		}
	
			.home .findOrganizerTopics form p {
				font-size:1.6em;
				line-height:1.3em;
				color:#1c1c1c;
				width:250px;
				margin:0px auto 5px 30px;
			}
	
			.home .findOrganizerTopics form div {
				display:block;
				width:300px;
				margin:0px auto;
			}
	
			.home .findOrganizerTopics form #searchAgendas,
			.home .findOrganizerTopics form #searchOrganizer {
				display:block;
				border:#34a2d3 solid 1px;
				width:296px;
				color:#999;
				font-size:1.6em;
				height:25px;
				text-transform:uppercase;
				margin:0px;
			}
	
			.home .findOrganizerTopics form #submit {
				float:right;
				background:#34a2d3;
				border:none;
				width:165px;
				color:#fff;
				font-family:Abadi-Light, Arial, sans-serif;
				font-size:1.8em;
				line-height:20px;
				text-transform:uppercase;
				margin:0px;
			}
	
				.home .findOrganizerTopics form #submit:hover {
					cursor:pointer;
					color:#ffde00;
				}

	/* === ILC Spotlight ============= */
	.home #ilcSpotlight {
		background:url(../images/photo-may-events.jpg) 0px 0px;
		width:417px;
		margin-bottom:30px;
	}

		.home #ilcSpotlight h6 {
			display:block;
			background:#34a2d3;
			font-size:3.8em;
			line-height:1.0em;
			padding:4px 25px 0px 25px;
			color:#fff;
			margin-top:0px;
			text-transform:uppercase;
		}
		
		.home #ilcSpotlight h6.top {
			float:right;
			display:inline-block;
			width:auto;
			font-size:2.4em;
			padding:5px 20px 5px 15px;
		}

		.home #ilcSpotlight h6.middle {
			display:inline-block;
			margin-top:173px;
			padding:10px 25px 0px 25px;
			line-height:0.9em;
		}
		
		.home #ilcSpotlight ul {
			background:#34a2d3;
			margin:0px;
		}
		
		.home #ilcSpotlight li {
			padding:0px;
			list-style:url(../../images/arrow-yellow-10x10.png);
			margin-left:30px;
		}
		
		.home #ilcSpotlight a {
			background:#34a2d3;
			font-size:1.8em;
			line-height:1.3em;
			text-transform:none;
			color:#ffde00;
			padding:5px 30px 5px 0px;
		}
		
			.home #ilcSpotlight a.middle {
				padding-top:15px;
			}
		
			.home #ilcSpotlight a.bottom {
				padding-bottom:15px;
			}
		
			.home #ilcSpotlight a:hover {
				color:#cb3e00;
			}

	/* === Article Headline ============= */
	.home .articleHeadline {
		background:url(../images/photo-voting-anna-acton.jpg) -9px -80px;
		width:417px;
		margin-bottom:30px;
	}

		.home .articleHeadline h6 {
			display:block;
			background:#000;
			font-size:2.8em;
			line-height:1.1em;
			padding:4px 25px 0px 25px;
			color:#fff;
		}
		
		.home .articleHeadline h6.top {
			display:inline-block;
			margin-top:350px;
			padding:10px 25px 0px 25px;
			font-size:4.4em;
			line-height:0.9em;
			text-transform:uppercase;
		}
		
		.home .articleHeadline a {
			display:block;
			background:#000;
			padding:15px 25px;
			font-size:1.6em;
			text-transform:uppercase;
			color:#ffde00;
		}
		
	/* === Voting Headline ============= */
	.home #votingHeadline ul {
		padding:0px;
		margin:0px;
	}
	
	.home #votingHeadline li {
		margin:3px 0px 3px 20px;
		text-transform:none;
	}
		
	/* === Next Training 1 ============= */
	.home .nextTraining1 {
		background:#fff;
		border:#34a2d3 solid 1px;
	}

	/* === Spotlight ============= */
	.home #spotlight {
		background:url(../images/straw-report-promo.jpg) no-repeat 0px -10px;
	}

		.home #spotlight h6 {
			float:right;
			text-align:right;
			width:100%;
			text-transform:uppercase;
			font-size:2.6em;
			line-height:0.9em;
		}
	
		.home #spotlight #top {
			display:inline-block;
			width:auto;
			font-size:2.6em;
			padding-bottom:10px;
			color:#ffde00;
		}
	
		.home #spotlight #middle {
			margin-top:320px;
			padding:10px;
		}
	
		.home #spotlight img {
			float:right;
			margin:5px 0px 10px 20px;
		}
	
		.home #spotlight .copy2 {
			clear:both;
			margin-top:20px;
			font-size:1.4em;
		}

	/* === Video Contest ============= */
	.home #videoContest {
		display:block;
		background:#fff;
		text-align:right;
		border-top:#134175 solid 25px;
		border-right:#134175 solid 1px;
		border-left:#134175 solid 1px;
	}

		.home #videoContest img {
			margin:20px auto;
			width:400px;
		}

		.home #videoContest h6#top {
			display:inline-block;
			text-align:left;
			font-size:3.8em;
			text-transform:uppercase;
			padding:3px 15px 0px 20px;
		}

			.home #videoContest h6 {
				background:#134175;
				color:#fff;
				font-size:2.4em;
				padding:3px 15px 5px 0px;
			}

	/* === Voting Summit Announcement ============= */
	.home #voting-summit {
		display:block;
		background:#f4f4f4;/* old color #249bd3*/
		text-transform:uppercase;
		color:#249bd3;/*old color #fff*/
	}

		.home #voting-summit:hover {
			text-decoration:none;
			color:#0C812D;
		}

		.home #voting-summit span {
			display:block;
			text-align:right;
			font-family:Abadi-Light, Arial, sans-serif;
			font-size:2.1em;
			margin-right:15px;
			line-height:10px;
			margin-bottom: 35px;
			padding-bottom:15px;
			border-bottom: #249bd3 1px solid;
		}

	/* === Survey Announcement Green on White ============= */
	.home #surveyAnnounce {
		display:block;
		background:#fff;
		text-transform:uppercase;
		color:#0f852f;
	}

		.home #surveyAnnounce:hover,
		.home #surveyAnnounce2:hover,
		.home #surveyAnnounce3:hover a {
		text-decoration:none;
		color:#cb3e00;
		}

		.home #surveyAnnounce span,
		.home #surveyAnnounce2 span,
		.home #surveyAnnounce3 span {
			display:block;
			text-align:right;
			font-family:Abadi-Light, Arial, sans-serif;
			font-size:2.1em;
			margin-right:15px;
			line-height:40px;
		}

			/* === Survey Announcement white on Green ============= */
	.home #surveyAnnounce2 {
		display:block;
		background:#0f852f;
		text-transform:uppercase;
		color:#fff;
		letter-spacing: .1em;
	}

	.home #surveyAnnounce2:hover {
		color:yellow;
	}
		/*== Survey Announcement transparent and blue text == */

	.home #surveyAnnounce3 {
		display:block;
		background:#f4f4f4;
		text-transform:uppercase;
		color:#035974;
		letter-spacing: .1em;
	}

	.home #surveyAnnounce3:hover {
		color:#888;
		text-decoration:none;
	}
	
	/* === Award Winners ============= */
	.home #awardWinners {
		display:block;
		clear:both;
		text-align:center;
	}
	
		.home #awardWinners h1 {
			background:#34a2d3;
			font-size:4.5em;
			line-height:0.9em;
			text-transform:uppercase;
			color:#fff;
			padding:10px 0px;
		}
	
		.home #awardWinners div {
			display:block;
			background:#eee;
			padding:0px 0px;
			text-align:center;
		}
	
			.home #awardWinners div img {
				display:block;
				margin:15px 0px 10px 0px;
			}
	
			.home #awardWinners div span {
				display:inline-block;
				color:#34a2d3;
				font-family:Abadi-Light, Arial, sans-serif;
				font-size:1.6em;
				margin:0px 15px 15px 15px;
			}
	
			.home #awardWinners div strong {
				display:block;
				font-size:1.4em;
				font-weight:normal;
				color:#666;
			}
	
	/* === What Do You Call It Annoucement ============= */
	.home #whatDoYouCallIt {
		display:block;
		font-family:Abadi-Light, Arial, sans-serif;
		font-size:3.6em;
		text-align:center;
		color:#0f852f;
	}
	
		.home #whatDoYouCallIt:hover {
			color:#34a2d3;
			text-decoration:none;
		}
	
		.home #whatDoYouCallIt img {
			display:block;
			margin:0px 10px 10px auto;
		}
	
	/* === DONet Advisory Committee Announcement ============= */
	.home #advisoryCommittee {
		display:block;
		margin:0px auto;
	}
	
	/* === Stevie Wonder YouTube Video ============= */
	.home #stevieWonder iframe {
		margin:0px auto -5px auto;
	}

	.home #stevieWonder .headingBlack h6 {
		display:block;
		background:#666;
		font-size:3.0em;
		padding:4px 0px 4px 20px;
	}
	
	/* === Wheels Rolling ============= */
	.home #wheelsRolling {
		display:block;
		margin:0px auto -10px auto;
		text-align:center;
	}

		.home #wheelsRolling img {
			display:block;
			margin:0px auto 10px auto;
		}
	
		.home #wheelsRolling h6 {
			display:block;
			color:#4c69a1;
			font-size:3.2em;
			line-height:1.0em;
		}
	
			.home #wheelsRolling:hover,
			.home #wheelsRolling:hover h6 {
				color:#ffc600;
				text-decoration:none;
			}
	
	/* === Wheels Rolling ============= */
	.home #givingTuesday img {
		width:406px;
		border:#265f97 solid 1px;
	}
	
	/* === Workshop Proposal ============= */
	.home #workshopProposal img {
		border-bottom:#ccc solid 2px;
	}
	
	/* === #VoteDisability Conference Announcement ============= */
	.home a#voteDisabilityConference {
		text-align:center;
	}

		.home a#voteDisabilityConference img {
			width:100%;
		}

		.home a#voteDisabilityConference h2 {
			font-size:5.4em;
			color:#34a2d3;
			text-transform:uppercase;
			padding-top:10px;
		}

		.home a#voteDisabilityConference p {
			font-size:1.8em;
			line-height:1.2em;
			color:#34a2d3;
			margin:0px;
		}

			.home a#voteDisabilityConference:hover,
			.home a#voteDisabilityConference:hover * {
				color:#4c69a1;
				text-decoration:none;
			}
	
	/* === Voting Guides ============= */
	.home #votingGuides h2 {
		display:block;
		background:#34a2d3;
		color:#fff;
		font-size:4.0em;
		text-transform:uppercase;
		padding:3px 10px;
	}

	.home #votingGuides ul {
		color:#34a2d3;
		font-size:1.4em;
		padding-left:25px;
	}

		.home #votingGuides ul li {
			margin-top:15px;
		}

			.home #votingGuides ul li a {
				color:#4c69a1;
			}

				.home #votingGuides ul li a:hover {
					color:#34a2d3;
				}

	.home #votingGuides p {
		display:block;
		background:#34a2d3;
		font-family:Abadi-Light, Arial, sans-serif;
		font-size:1.8em;
		text-align:right;
		text-transform:uppercase;
		padding:3px 5px;
		margin-top:15px;
	}

		.home #votingGuides p a {
			color:#ffde00;
		}

	
	/* === National Voter Registration Day ============= */
	.home #nationalVoterRegistrationDay {
		display:block;
		background:url(../../images/bg-blue-speckles.jpg);
		text-align:center;
		padding:20px 0px;
	}

		.home #nationalVoterRegistrationDay img {
			display:block;
			width:40%;
			margin:0px auto 10px auto;
		}

		.home #nationalVoterRegistrationDay a {
			font-family:Abadi-Light, Arial, sans-serif;
			font-size:3.3em;
			line-height:1.0em;
			color:#fff;
		}

			.home #nationalVoterRegistrationDay a:hover {
				color:#ffde00;
			}

	
	/* === Self-Driving Cars ============= */
	.home #selfDrivingCars {
		text-align:center;
	}
	
		.home #selfDrivingCars h2 {
			font-size:3.0em;
			line-height:1.0em;
			text-align:center;
		}
		
			.home #selfDrivingCars h2 small {
				display:block;
				font-size:0.7em;
				line-height:1.0em;
				margin-top:5px;
				color:#676767
			}
			
		.home #selfDrivingCars img {
			display:block;
			margin:20px auto;
		}
		
		.home #selfDrivingCars p {
			font-size:1.4em;
			line-height:1.6em;
			color:#333;
			text-align:left;
		}
		
			.home #selfDrivingCars p strong {
				display:block;
				color:#000;
				font-size:1.2em;
				line-height:1.4em;
				text-align:center;
				margin:20px auto;
			}
		
			.home #selfDrivingCars p a {
				color:#025a23;
			}
		
		.home #selfDrivingCars a#button {
			display:inline-block;
			background:#025a23;
			color:#fff;
			font-family:Abadi-Light, Arial, sans-serif;
			font-size:2.1em;
			text-align:center;
			text-transform:uppercase;
			padding:10px 15px;
			margin-top:15px;
		}
	
/* === We Cant Breathe ============= */
.home #cantBreathe {
	margin:25px auto;
	padding:25px 35px 40px;
	border-radius:25px;
	background-color:#e9e9e9;
	width: 89%;
	box-shadow: inset 0px 3px 7px 0px rgba(0, 0, 0, 0.16);
}
	
	.home #cantBreathe a {
		color:#ac2825;
	}
	
	.home #cantBreathe img {
		width:675px;
		margin:25px auto;
		display:block;
	}

	.home #cantBreathe h1 {
		background-color:#7dabf9;
		color:#fff;
		font-size:3.8em;
		text-align:center;
		margin-bottom:25px;
	}

	.home #cantBreathe p {
		font-size:1.4em;
		line-height:1.7em;
		margin-bottom:35px;
	}

	.home #cantBreathe div#toolKit {
		float:right;
		width:365px;
		padding-left:15px;
		margin-right:15px;
		color:#ac2825;
		font-size:2em;
	}

		.home #cantBreathe div#toolKit div.socMedia {
			text-align:center;
			margin-top:115px;

		}

			.home #cantBreathe div#toolKit div.socMedia span {
				text-align:center;
				color:#444;
				font-weight:bold;
			}
			
			.home #cantBreathe div#toolKit .socMedia a {
				display:inline-block;
			}
	
/* === We Cant Breathe ============= */
.home #dayMourning {
	margin:25px auto;
	padding:25px 35px;
	border-radius:25px;
	background-color:#fff;
	color:#333;
	width: 89%;
	text-align:center;
	box-shadow: inset 0px 3px 7px 0px rgba(0, 0, 0, 0.16);
}
	
	.home #dayMourning img {
		display:block;
		width:600px;
		height:140px;
		margin:0px auto;
	}
	
	.home #dayMourning div {
		display:block;
		background:url(../../home/images/vigil-pic.jpg) no-repeat 50% 35%;
		background-size:cover;
		height:100px;
		border-radius:50px;
	}
	
	.home #dayMourning p {
		font-size:1.6em;
		margin:20px 30px;
	}
	
		.home #dayMourning p strong {
			font-family:Abadi-Light, Arial, sans-serif;
			font-size:1.9em;
			letter-spacing:-1px;
			color:#720404;
		}
		
	.home #dayMourning ul {
		margin:20px 60px;
		padding:0px;
	}
		
		.home #dayMourning ul li {
			display:block;
			font-size:1.4em;
			margin:15px auto;
		}
		
			.home #dayMourning ul li strong {
				display:block;
				font-size:1.2em;
			}
		
			.home #dayMourning ul li a {
				color:#447ae7;
			}
		
	.home #dayMourning a#button {
		display:inline-block;
		background:#720404;
		color:#fff;
		font-family:Abadi-Light, Arial, sans-serif;
		font-size:2.4em;
		border-radius:15px;
		padding:10px 20px;
		margin:30px auto 15px auto;
	}


/* === Share Your Story Promo ============= */
.home a#shareYourStory {
	display:block;
	position:fixed;
	bottom:21px;
	left:0;
}
	
	.home a#shareYourStory img.floaty {
		width: 400px;
		box-shadow:0px 0px 7px #000;
		transition: ease-in-out, width .35s ease-in-out;
	}
	
	.home a#shareYourStory img.floaty:hover {
		width:425px;
	}

	.home a#shareYourStory img.floaty:focus {
		width:425px;
		opacity: .7;
	}



/* === Follow Us Soc Mead Promo ============= */
.home div.followUsText.copy2 {
	background-color:rgb(34,156,211);
	line-height:2.5em;
	margin-top:-5px;
}

	.home div.followUsText.copy2 p {
		text-align:center;
		font-size:1.3em;
		color:#fff;
		padding-top:5px;
	}

	.home div.followUsText.copy2 p a {
		color:#fff;
	}




@media (max-width: 1200px) {
 
	#banners a img {
		width:100%;
	}

}