/*
Theme Name: Working Families
Theme URI: http://social-ink.net
Description: By Social Ink
Version: 1
Author: yonatan reinberg, matt pinto
Author URI: http://social-ink.net
*/
@import "css/lib/reset.css";
@import "css/lib/normalize.css";
@import "css/wp.basic.css";
/*****************
INITS
***********************************************/
	* {
	}
	body {
		font-family: Helvetica, Arial, sans-serif;	
		font-size: 100%;
		width: 100%;
		color:#414042;
		background: white;
	}
		body.home {
			background:#F2F2F2;
		}
		article,aside,details,figcaption,figure,
		footer,header,hgroup,menu,nav,section { 
		    display:block;
		}
/*****************
CONTAINER AND COMMON DIVS
***********************************************/	
		#container {
			width: 100%;
			min-height: 600px;
		}
		.clearfix {
			clear:both;
		}
		.onepage {
			background: none repeat scroll 0 0 #f8f8f8;
			border: 3px solid #CCCCCC;
			clear: both;
			min-height: 600px;
			padding: 0;
			overflow: hidden;
			position: relative;
			z-index: 50;
		}		
			.homepage {
				z-index: 50;
				position: relative;
			}

		.centering_box, .onepage {
			margin-left: auto;
			margin-right: auto;
			max-width: 960px;
			width: 98%;
		}

		.debug,.deprecated,.fb_container { display:none; }
		.mobile_only { display: none; }
		.desktop_only { display: inherit; }
/*****************
COMMON DIV DECORATION
***********************************************/		
		.shadow_module, .onepage { /* http://www.westciv.com/tools/boxshadows/index.html */	
			box-shadow:1px 1px 4px 2px #CCCCCC;	
		}
		.round_module {	/* http://border-radius.com/ */
			border-radius:3px;
		}				
/*****************
COMMON MARKUP
***********************************************/	
		img {	max-width:100%; height:auto	}
		h1, h2, h3, h4, h5 {
			font-family: "brandon-grotesque", Futura, "Century Gothic", Helvetica, Arial, sans-serif;
			font-weight: normal;
		}
		h1 {
			color: #004A8D;
			font-size: 30px;
			letter-spacing: 0.01em;
		}	
			h1 a {
				color: #004A8D;
			}
		h2 {
		}	
		h3 {
			color: #004A8D;
			font-size: 24px;
		}
		h4 {
		}
		h5 {
		}
		p {
			font-size: 1em;
			margin-bottom: 1.5em;
			margin-top: 0;
			line-height: 1.5em;
			margin-top:0;
		}	
			.fancyfont {
				font-family: "brandon-grotesque", Futura, "Century Gothic", Helvetica, Arial, sans-serif;
			}
		a { color: #F35B00; text-decoration:none;	}
			a:hover {
				/*text-decoration:underline;*/
				color: #0074DA;
			}	
		ul {
			margin-left: 0;
			padding-left: 0;
		}
		/*
		Fixes for Internet Explorer?
		*/
			.ie8 , .ie9  {
			}
			.ie7  {
			}			
			input[type=text] {
				padding: .5em;
			}
		select {
			padding: 0.5em 0.75em;
			border: 0;
			border-radius: 2px;
			display:inline-block;
			box-shadow: 0 0 2px #333;
			color: #333333;
		}
		input[type=submit], .button {
			padding: .75em;
			border: 0;
			border-radius: 2px;
			display:inline-block;
			box-shadow: 0 0 2px #333;
			background: #29ABE2;
			color: #fff;
			text-transform: uppercase;
		}
		input[type=submit]:hover, .button:hover {
			box-shadow: 0 0 3px #111;
		}
		input[type=submit]:active, .button:active {
			box-shadow: inset 0 0 3px #222;
			outline: 0;
		}
		input[type=submit]:focus, .button:focus  {
			outline: 0;
		}
			.button_blue {
				background: none repeat scroll 0 0 #0074DA;
				color: #FFFFFF !important;
				font-family: "brandon-grotesque", Futura, "Century Gothic", Helvetica, Arial, sans-serif;
			}
			.button_green {
				background: none repeat scroll 0 0 #13C08F;
				color: #FFFFFF !important;
				font-family: "brandon-grotesque", Futura, "Century Gothic", Helvetica, Arial, sans-serif;
			}
				.button_green:hover {
					background: #13ECAF;
				}
			.button.button_orange, 
			input[type=submit].button.button_orange,
			.header_teaser #can_embed_form input[type="submit"], 
			.header_teaser #can_embed_form .button, 
			.header_teaser #donate_auto_modal input[type="submit"], 
			.header_teaser #donate_auto_modal .button {
				background: none repeat scroll 0 0 #F35B00 !important;
				background-color: #f35b00 !important;
				color: #FFFFFF !important;
				font-family: "brandon-grotesque", Futura, "Century Gothic", Helvetica, Arial, sans-serif !important;
				height: 42px !important;
				text-shadow: none !important;
				border-radius: 2px !important;
			}
				input[type=submit].button.button_orange:hover {
					background: #FD8400;
				}
			.button.action {
				background: none repeat scroll 0 0 #F35B00;
				font-size: 27px;
				text-transform: none;
				box-shadow: 0 0 5px #000000;
				font-family: "brandon-grotesque", Futura, "Century Gothic", Helvetica, Arial, sans-serif;
			}
				.button.action:hover {
					color: #fff;
				}
				.button.action:active {
					box-shadow: inset 0 0 5px #9B4512;
				}
/*****************
NAV MENU MARKUP
***********************************************/
	.menu_horizontal li {
		float: left;
		list-style:none;
	}		
/*****************
HEADER
***********************************************/	
	header#header {
		width:100%;
		background:#002647;
		position: fixed;
		height: 60px;
		z-index: 100;
	}
		.header_inner {
			height: 60px;
		}	
		.logo {
			float: left;
			z-index: 100;
			margin-top: 4px;
			width:127px;
			transition: width 500ms, background 1500ms;
		}
		
			.logo.tiny {
				width:59px;
			}
			
			.logo img {
			}
			
		.header_teaser {
			float: right;
			text-align: right;
			width: 83%;
		}
		.header_teaser .button {
			float: right;
			  margin-left: 6px;
			  margin-top: 0;
			  height: 40px;
			  padding: 7px 10px 4px;
			  border: none;
		}
		
			.wf_signup_new:before {
				content: 'Join Us';
				color: #fff;
				display: block;
				float: left;
				margin-top: 17px;
				font-size: 1.2em;
			}
			
				.wf_signup_new {
					display: block;
					min-width: 530px;
					float: right;
				}

				@media (min-width: 769px) and (max-width: 832px) {
					.wf_signup_new:before {
						content: none;
					}

					.wf_signup_new {
						min-width: 0;
					}
				}
				
					.wf_signup_new #form-first_name,
					.wf_signup_new #form-last_name,
					.wf_signup_new .country_wrap,
					.wf_signup_new .control-group,
					.wf_signup_new h2,
					.wf_signup_new h4,
					.wf_signup_new #d_sharing,
					.wf_signup_new #action_info,
					.wf_signup_new #logo_wrap {
						display:none;
					}
					
					.wf_signup_new #can_embed_form {
					  width: 470px !important;
					  float: right;
					  background: transparent !important;
					  border: 0 !important;
					  height: 60px;
					  padding: 9px !important;
					}

					.wf_signup_new #can_embed_form.can_float #form_col1 {
						display: -ms-flexbox;
						display: flex;
						    min-width: 290px;
					}

					.wf_signup_new #can_embed_form #action_welcome_message {
						    min-width: 290px;

					}

						.wf_signup_new #can_embed_form.can_float #form_col1 input {
							margin-right: 5px !important;
							height: 42px !important;
							border-radius: 0 !important;
							font-family: "brandon-grotesque", Futura, "Century Gothic", Helvetica, Arial, sans-serif !important;

						}

						.wf_signup_new #can_embed_form input[type="email"] {
							width: 155px !important;
						}
			
						.wf_signup_new #can_embed_form input[type="text"]#form-zip_code {
							width: 123px !important;
						}

						.wf_signup_new #can_embed_form.can_float #form_col2 {
							width: 154px !important;
						}

						.wf_signup_new #can_embed_form #d_sharing {
							display: none !important;
						}

						.wf_signup_new #can_embed_form .can_thank_you-block {
							display: none;
						}

						.wf_signup_new #can_embed_form #can_thank_you {
							height: 40px;
							text-shadow: none !important;
							margin-top: 0 !important;
							max-width: 250px;
							float: right;
							padding: 9px 5px !important;
							margin-right: 0 !important;
						}

						.wf_signup_new #can_embed_form #can_thank_you h1 {
							text-shadow: none !important;
							color: #fff !important;
							font-size: .9em;
						}

						.wf_signup_new #can_embed_form #action_welcome_message #action_welcome_message_inner > div {
							    max-width: 100% !important;
							    display: flex;
							    min-width: 240px;
							    justify-content: space-around;
							    font-size: 12px !important;
							}
			
			.wf_signup {
				border-right: 1px solid #FFFFFF;
				color: #FFFFFF;
				display: block;
				float: right;
				font-size: 18px;
				height: 40px;
				width: 353px;
				padding: 10px;

				
			}
				.wf_signup {
					display: none;
				}
				.wf_signup label {
					margin-right: 5px;
				}
					#signup_status_label {
						float: left;
						margin-top: 10px;
					}
					#signup_details {
						float: right;
						width: 282px;
					}
				.wf_signup input[type='text'] {
					font-size: 15px;
					height: 25px;
					border: 0;
				}
					#wf_email {
						width: 130px;
					}
					#wf_zip {
						width: 44px;
					}
			.donater {
				float: right;
				font-size: 18px;
				margin-top: 9px;
				width: 150px;
			}
				.header_teaser .donater a.button {
						height: 21px;
					    letter-spacing: 0.05em;
					    padding: 10px 15px;
					    text-align: left;
					    text-transform: uppercase;
				}
				.header_teaser .donater a.button.wf-heart:before {
					padding-right: 10px;
					margin-left: 0;
				}
				.donater a:hover {
					text-decoration: none;
				}
				.wf-award:before {
					margin-right: 0.4em !important
				}
		.topmenu {
			background: none repeat scroll 0 0 #FFFFFF;
			text-align: right;
			/*border-bottom: 1px solid #002647;*/
			border-bottom: 1px solid #F8F8F8;		
			height: 60px;
			padding-top: 60px;
		}
			.topmenu ul { float: right; margin:0 }
			.topmenu li {
				border-right: 1px solid #BFC9D1;
				height: 45px;
				padding: 0.5em 1.5em;
				text-align: center;
			}
				#menu-main li a:before {
					display: block;
					margin-bottom: 0.5em;
					margin-left: auto;
					margin-right: auto;
				}
				.topmenu ul.search {
					float: right;
					width: 40px;
				}
					.topmenu ul.search li  {
						border-right: 0 none;
						  padding: 12px 10px;
						  height: 37px;
					}
					.topmenu ul.search li a {
						font-size: 28px;
					}
				.topmenu li:after {
				}
				.topmenu li.last_item {
					margin-right: 0;
				}
				.topmenu li a {
					color:#002647;
					font-weight:400;
					text-transform: uppercase;
					display:block;
				}		
					.topmenu li:hover, .topmenu li:hover a {
						background:#002647;
						cursor:pointer;
						color:white;
						text-decoration:none;
					}		
					.topmenu ul.socialmedia li:hover, .topmenu ul.socialmedia li:hover a {
						background: transparent;
						color: inherit;
					}
					.topmenu ul.socialmedia li.first_item a {
						color: #29abe2;
					}
				.topmenu li.current-menu-item a {
					color: #0074DA;
				}
					.topmenu li.current-menu-item a:hover {
						color: #fff;
					}
					.topmenu ul.socialmedia li a:hover, .topmenu ul.socialmedia li.current-menu-item a:hover {
						color: #002647;
					}
				.socialmedia li {
					border: 0 none;
				  font-size: 30px;
				  height: 31px;
				  margin-left: 10px;
				  margin-right: 0;
				  padding: 10px 0;
				  height: 40px;
				}
					.socialmedia li a {
						color:#0074DA;
						display:block;
						padding: 0;
						width: 36px;
					}
		.hero {
			background: url("images/logo_bg.png");
			background-color: #f8f8f8;
			background-position: 10px 18px;
			height: 320px;
			margin-bottom: -157px;
			width: 100%;
		}
			.hero.hashero {
				background-size: cover;
				background-repeat: no-repeat;
				background-position: 0 0;
			}
		.hero h1, .hero h2, .hero h3, .hero h4 {
			color: #FFFFFF;
		}
		.hero h1 {
			line-height: 1em;
		}
	.hero p {
	  line-height: 1.2em;
		font-size: .95em;
	}
/*****************
SEARCHBAR
***********************************************/			
	.search_container {
		background: none repeat scroll 0 0 #F35B00;
		 border-radius: 0;
		 display: none;
		 float: right;
		 margin-top: 61px;
		 padding: 10px;
		 position: absolute;
		 right: -19px;
		 width: 264px;
		 z-index: 50;
	}	
		.search_container input {
			color: #777;
			width: 243px;
		}
		.search_input {
			padding: .5em;
			width: 89%;
		}
/*****************
SIDEBAR
***********************************************/		
	.sidebar {
		width: 22.4%;
		background: #f8f8f8;
		float: right;
		padding-right: 20px;
		padding-top: 20px;
		padding-left: 2.4%;
	}
		.sidebar_module {
			margin-bottom: 1.5em;
		}	
		.sidebar_module ul {
			margin-top:0;
		}		
		.sidebar .sidebar_module.module_container {
			margin-top: -20px;
		}
			.tax-issues .sidebar .sidebar_module.module_container {
				display: none;
			}
			.sidebar .sidebar_module.module_container a {
				color: #fff;
				display: block;
					background: #004A8D;
			margin-top: -20px;
			padding: 5px 10px;
			width: 88%;
			}
			.sidebar .sidebar_module.module_container a:hover {
				color: #004A8D;
				background: #eaeaea;
			}
			.post-type-archive-elections .sidebar .sidebar_module.module_container {
				display: none;
			}
			.sidebar_module .module_title {
				font-size:20px;
				font-weight: bold;
				font-family: "brandon-grotesque", Futura, "Century Gothic", Helvetica, Arial, sans-serif;
				color: #004A8D;
				margin-bottom: 5px;
			}	
			.sidebar_module .module_title.wf-sitemap {
				display: none;
			}
			.sidebar_module.module_custom .module_content ul li, .sidebar_module.module_custom .module_content ul li a {
					color: #004A8D;
				    font-family: "brandon-grotesque", Futura, "Century Gothic", Helvetica, Arial, sans-serif;
				    font-size: 20px;
				    font-weight: bold;
				    margin-bottom: 20px;
				    padding-left: 43px;
			}
		.sidebar_module.module_custom .module_content ul li a:before {
			margin-left: -80px !important;
		}
		.sidebar_module.module_custom .module_content ul li a:hover {
			color: black;
		}
			.sidebar_module.module_custom .module_content ul li a:before {
		/*		content: "";*/
		/*	   display: inline-block;
			   font-family: "wf_icons";
			   font-size: 100%;
			   font-style: normal;
			   font-variant: normal;
			   font-weight: normal;
			   line-height: 1em;*/
			   margin-left: 0.3em;
			   margin-right: 0.8em;
			  /* text-align: center;
			   text-decoration: inherit;
			   text-transform: none;
			   width: 1em;*/
			}
				.module_title.wf-sitemap:before {
					padding-left: 4px;
					padding-right: 12px;				}	
			.sidebar_module.module_twitter .module_title {
			}	
				.sidebar_module .module_title a {
					color:#004A8D;
				}
				.sidebar_module .module_title a:before, .sidebar_module .module_title span:before {
					font-size: 123%;
				   margin-right: 0.5em;
				}
				.sidebar_module.module_donate .module_title a {
					color: #13C08F;
				}
				.page-id-78 .sidebar_module.module_donate {
					display: none;
				}
				.sidebar_module.module_donate .module_title a:after {
					content: ' >>';
				}
				.sidebar_module .module_title a:hover {
					text-decoration:none;
					color:#002647;
				}		
				.sidebar_module.module_donate .module_title a.selected_state {
					display: none;
				}
			.sidebar_module .module_content {
				font-size: 14px;
			}
			.sidebar_module .module_content ul li{
				list-style: none outside none;
				margin-bottom: 3px;
			}
			.module_twitter a {
				color: #0074DA;
			}
			.current_link a {
				font-weight: bold;
				color: #004A8D;
			}
			.sidebar .sidebar_module.module_vote .module_title a {
				background: url("images/icon_vote_wf.png") no-repeat scroll 4px 0 rgba(0, 0, 0, 0);
				display: block;
				padding-left: 43px;
			}
			.sidebar .header_tweet_content p {
				margin-bottom: 0;
			}
			.sidebar p.tweetmeta {
				border-top: 1px solid #CCCCCC;
				color: #999999;
				font-size: 12px;
				margin-top: 3px;
				padding-top: 5px;
			}
		.toppagenavi { display:none; }
		.page-id-315 .next.page-numbers { display:none }
		.page-id-315 .onepage.archivepage1 .next.page-numbers { display:block }
		.page-numbers {
			display: none;
		}
		.next.page-numbers {
			display: block;
			padding: .75em;
			border: 0;
			border-radius: 2px;
			display: inline-block;
			box-shadow: 0 0 2px #333;
			background: #29ABE2;
			color: #fff;
			text-transform: uppercase;
			font-family: 'brandon-grotesque';
			margin-right: 10px;
			margin-top: 10px;
		}
		.next.page-numbers:after {
		    font-family: "wf_icons";
    font-weight: normal;
		}
/*****************
WP BASE MODIFICATION
***********************************************/		
	.content {
		background: url(images/background_bluebar.png);
		background-color: #fff;
		background-repeat: repeat-x;
		background-position: bottom;
		border-right: 1px solid #E6E6E6;
		float: left;
		min-height: 700px;
		width: 72%;
		padding-bottom: 40px;
	}
		.home .content, .content.nosidebar {
			border: 0 none;
			float: none;
			padding: 0;
			width: 100%;
		}
		.content.nosidebar {
			padding-bottom: 40px;
		}
		.post-type-archive-states .content {
			float:none;
			width:100%;
		}
		.single-states .content {
		}
		.single .content .metadata {
			padding-top: 1em;
			border-top: 1px solid #ccc;
		}
		.single .content p.thedate.metadata, .content p.thedate.metadata {
			font-size: 12px;
			color: #ccc;
			border-top: 0;
			padding-top: 0;
			padding-left:2px;
			margin-bottom: 20px;
		}
	.single .content h1 {
			margin-bottom: 0;
			line-height: 30px;
		}
			.single .content .states h1 {
				margin-bottom: 20px;
			}
		.content .text {
			padding-top:0;
		}
		.text {
		}
			.single .text {
				min-height: 200px;
			}
			.single.single-states .text {
				min-height: 0;
			}
		.text p {
			font-size: 14px;
		}
		.text h1 {
		}		
		.text h2 {
		}		
		.text h3 {
			color: #062541;
			font-size: 14px;		
		}	
		.pageinfo, .text {
			padding: 20px 20px 0;
		}	
		.text .readmore a {
			text-transform:uppercase;
		}			
		.feedheader {
			border-bottom: 3px solid #062541;
			  color: #062541;
			  font-size: 14px;
			  font-weight: bold;
			  letter-spacing: 0.02em;
			  margin-bottom: 0.5em;
			  margin-left: auto;
			  margin-right: auto;
			  padding-bottom: 5px;
			  text-transform: uppercase;
			  width: 94%;
		}
		.text ul {
			margin-bottom: 15px;
			margin-left: 0;
		}
		.text ul li {
			list-style-type: disc;
			margin-left: 20px;
			margin-bottom: 15px;
			font-size: 14px;
			line-height: 1.25em;
			}		
	.accordion_link  {
		text-transform:uppercase;
	}			
	.accordion_link:after  {
		content: ' +';
	}
		.accordion_link.opened_accordion:after  {
		content: ' -';
	}
	.menu_horizontal .accordion_link:after {
		content: none;
	}
	.menu_horizontal .accordion_link.opened_accordion:after  {
		content: none;
	}
	.accordion_box {
		display:none;
	}
	.pre_more_wrap {
	}
		.pre_more_wrap p { 
			margin:0;
		}
		.pre_more_wrap .accordion_link { 
			margin-left: 7px;
		}
	.post_more_wrap {
		margin-bottom: 1em;
		margin-top: 1em;	
	}
/* issue */
	.grid_view .feedheader {
		margin-bottom:5%;
	}
	.grid_view .archive_post {
		border-bottom: 1px solid #F2F2F2;
		float: left;
		margin-bottom: 5%;
		margin-left: 4%;		
		padding-bottom: 5%;	
		min-height: 200px;		
	}
		.grid_view .archive_post.even_post {
			border-right: 0 none;
			float: left;
		}
		.grid_view.twocol .archive_post {
			width:39%;
			/*max-width: 266px;*/
			margin-right: 30px;
			height: 212px;
		}
		.grid_view.twocol .archive_post.even_post {
			margin-right: 0;
		}
		.grid_view.threecol .archive_post {
			height: 450px;
			  margin-left: 29px;
			  margin-right: 8px;
			  width: 27%;
		}
			.issue_feed.grid_view.threecol .archive_post {
				height: 203px;
				padding-bottom: 28px;
				margin-bottom: 28px;
			}
		.grid_view.threecol .archive_post.even_post {
			float: left;
		}
	.grid_view .archive_post h2, .grid_view .archive_post h4 {
		background: none repeat scroll 0 0 #F2F2F2;
		display: block;
		margin-bottom: 0;
		padding: 0.5em;
		text-align: center;		
		font-size:18px;
	}		
	.grid_view .archive_post h4:hover, .grid_view .archive_post h4:hover a {
		background: #004A8D;
		color: #fff;
	}
		.states_feed h4 {
			background:none;
		}
	.grid_view .archive_post a {
		color:#004A8D;
		 display: block;
	}		
	.grid_view .archive_post a.statefollow_more {
		display: inline-block;
		margin-left: 5px;
	}		
		.grid_view .archive_post h2:hover, .grid_view .archive_post h2:hover a {
			color: #fff;
			background: #004A8D;
		}
	.grid_view .archive_post .issueimage img:hover {
		box-shadow: 0 0 3px #ccc;
	}	
	.grid_view .archive_post .issueimage img:active {
		box-shadow: inset 0 0 3px #333;
	}	
		.grid_view .border_visual {
			background: none repeat scroll 0 0 #F2F2F2;
			float: left;
			height: 207px;
			margin-left: 8%;
			width: 1px;
		}		
		.grid_view.twocol .border_visual {
			margin-right: 8px;
			margin-left: 8px;
		}
		.grid_view.twocol .issueimage img {
			width: 100%;
		}
			.grid_view .border_visual.even_post, .border_visual.row_last {
				display:none;
				}		
		.grid_view.threecol .border_visual {
			margin-left: 2%;
		}	
	.stateheader {
		border-bottom: 3px solid #004A8D;
	}
		.stateheader h1 {
			display: inline-block;
		}
		.state_selector {
			float:right;
		}
		.latest_state {
			margin-top: 15px;
			min-height: 115px;
		}
		.latest_state h3 {
			color: #004A8D;
		  font-size: 20px;
		  line-height: 1.1em;
		  margin-top: 5px;
		  height: 45px;
		}
		.latest_state h5 {
			color: #808080;
			font-weight: bold;
			margin-bottom: 0;
			text-transform: uppercase;
		}
		.latest_state p {
			color:#808080;
			font-size:12px;
			height: 65px;
		}
	.state_readmore {
		text-align:center;
		padding: 0;
	}
		.state_readmore a {
		}
/*****************
LISTS
***********************************************/		
	/* single page view navigation */
	div.next-post{}
	div.prev-post{}
	/* generated by wp_list_cat and wp_list_pages functions */
	li.page_item {}
	li.current_page_item {}
	li.current_page_parent{}
	li.cat-item{}
	li.current-cat {}
/*****************
FOOTER
***********************************************/			
	#footer {
		margin-top: 60px;
		clear:both;
		background:#0074DA;
		min-height: 200px;
		padding-top: 30px;
	}
	#subfooter {
		background: none repeat scroll 0 0 #004B8D;
		 clear: both;
		 font-size: 12px;
		 min-height: 155px;
		 padding: 15px 0 5px;
	}	
	#copyright {
		clear:both;
		background:white;
		min-height: 55px;
	}	
		#footer, #subfooter {
			color:white;
		}
			#footer p {
				margin-bottom:0;
			}
			#footer a, #subfooter a {
				color:white;
			}
			#copyright, #copyright a {
				color:#004A8D;
				font-size: 12px;
			}
		.footer_inner {
		}
			.footermenu {
			}
				.footermenu h4 {
					font-size:18px;
					text-transform: uppercase;
				}
				.footermenu .col {
					float:left;
					padding-right: 30px;
				}
				.donate_triangle { 
					background: transparent;
					background: url("images/footer_shadow.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
					float: left;
					height: 19px;
					width: 18px;
				}
				.donate_module {				
					color: #FFFFFF;
					float: right;
					font-size: 15px;
					margin-top: 41px;
					position: absolute;
					right: 0;
					width: 45%;
					z-index: 100;
				}
					.donate_inner {
						background: none repeat scroll 0 0 #062541;
						padding: 20px;
						float:left;
						width: 75%;
					}
					.donate_module a {
						color:white;
					}
						.donate_module p a {
							font-weight: bold;
						}
					.donate_module h3, .donate_module h3 a {
						color: #13C08F;
						font-size: 24px;
						text-transform: uppercase;
					}
			.footercredits {
			}		
			.footercredits a {
			}				
			.sitecredits {
				float:left;
			}								
				.sitecredits p {
				}			
				.sitecredits a {
				}					
			.sinkcredits {
				float:right;
				margin-top: 13px;
			}					
				.sinkcredits p {
				}			
				.sinkcredits a {
				}		
		.footermania {
		}
			.footermania li.social a:before {
					font-size: 30px;
			}
			#copyright .footermania li.social.first_item a {
				color: #29abe2;
			}
			.footermania .sitelinks {
				border-left: 1px solid;
				padding-left: 5px;
				margin-left: 5px;				
			}
			.footermania .sitelinks.last_item {
			}
			.footermania li.info {
					margin-left: 10px;
				}
			.footermania li.info, .footermania li.sitelinks {
				margin-top: 7px;
			}
/*****************
ARCHIVE
***********************************************/
	.content article.archive_post {
    padding: 20px;
	}
		.content article.archive_post .text {
			padding: 0;
		}
		.content article.archive_post .metadata {
			border-top: 1px solid #CCCCCC;
			margin-bottom: 0;
		}
	.content article.archive_post.even_post {
		background:#F4F4F4;
	}
			.content.search article.archive_post {
				border-top: 1px solid #eaeaea;
			}
		.content article.archive_post h2 {
			margin-bottom: 0.5em;
			line-height: 20px;
		}
		.content article.archive_post h2 a{
			font-size:20px;
			color:#004A8D;
		}
		.content article.archive_post .featimg {
			float: left;
			  margin-bottom: 0;
			  margin-right: 25px;
			  width: 25%;
		}
		.content article.archive_post.thumb_exists .post_wrap {
			float:left;
			width:70%;
		}
		.content article.archive_post p.post_header_meta {
			font-size: 90%;
			display: none;
		}
		.content article.archive_post .post_meta {
			border-top: 1px solid #eaeaea;
			padding-top: 5px;
			font-size: 90%;
		}
		.content article.archive_post a.readmore {
			font-size: 90%;
			text-transform: uppercase;
			}
			.content article.archive_post a.readmore:after {
				content: '>';
				padding-left: 2px;
			}
			.archive_post .related_topics {
				color: #062541;
				float: left;
				font-size: 14px;
				width: 60%;
			}
			.archive_post .related_topics ul{
				margin-bottom: 10px;
				display: block;
			}
					.archive_post .related_topics ul.taxlist_post_tag {
						margin-top: 5px;
					}
			.archive_post .related_topics li.labeling {
				margin-right: 5px;
			}
			.archive_post .related_topics li {
				margin-right: 10px;
			}
			.archive_post .related_topics .taxlist_state li.tax_state{
				text-transform: uppercase;
			}
			.archive_post .related_topics li.labeling {
				font-weight: bold;
			}
			.archive_post .related_topics a {
				color: #062541;
				text-transform: none;
			}
				.archive_post .related_topics a:hover {
					color: #0074DA;
				}
			.archive_post .related_topics.related_affiliation {
				float: right;
				text-align:right;
				width: 35%;
			}
			.archive_post .related_topics.related_affiliation ul li {
				float: right;
			}
				.archive_post .related_topics.related_affiliation ul{
					display: inline-block;
					margin-top: 14px;
				}
				.archive_post .related_topics.related_affiliation a {
					color: #B3B3B3;
					font-size: 13px;					
				}
			.archive_post .related_topics.related_post_tag {
				clear:both;
			}
		.feed {
			margin-top:2em;
		}
	.relatedposts {
		clear: both;
	}
		.content .relatedposts li {
			list-style: none outside none !important;
			margin:0px;
		}
			.prev {
				float:left;
			}
			.next {
				float:right;
			}	
		.single_relatedposts {
		}		
		.archive_relatedposts {
		}
	.single .metadata {
		font-size: 90%;
		margin-bottom: 1em;
		padding: 0 20px;
	}
		.single.single-states .metadata {
			padding-left: 0;
			padding-right: 0;
		}
		.single .metadata .labeling {
			font-weight: bold;
			text-transform: uppercase;		
		}
		.single .metadata li {
			margin-right: 3px;
		}
		.single .entity_detail {
			margin-top: 20px;
			background: #f8f8f8;
			padding: 15px;
			padding-bottom: 1px;
			color: #999;
		}
			.single .entity_detail h4 {
				font-family: "brandon-grotesque", Futura, "Century Gothic", Helvetica, Arial, sans-serif;
				font-size: 18px;
				margin-bottom: 12px;
			}
			.single .entity_detail p {
				font-style: italic;
			}
/*****************
FP
***********************************************/
	.home .hero {
		color: #FFF;
		    height: auto;
		    margin-bottom: 0;
		    background-repeat: no-repeat;
		    margin-top: 1em;
		    overflow: hidden;
		    background-position: 0 0;
		    display: -ms-flexbox;
		    display: flex;
		    -ms-flex-pack: end;
		        justify-content: flex-end;
		    -ms-flex-align: stretch;
		        align-items: stretch;
		    background-size: 100% auto;
	}
		.home .donate_module {
			/* margin-top:0; */
		}
	.fp_action {
		background: rgb(0, 38, 71);
		background: none repeat scroll 0 0 rgba(0, 38, 71, 0.8);
		float: right;
		height: 91%;
		padding: 2%;
		width: 31%;
	}
	.message{
    background: none repeat scroll 0 0 #002647;
    color: #FFFFFF;
    margin: 2em 0;
    padding: 1% 3%;
	}
		.message h2 {
			font-size: 30px;
		}
		.messaage p {
			margin-bottom:0;
		}
		.fp_mod {
			float: left;
			margin-bottom: 5%;
			min-height: 355px;
			width: 47%;
			z-index: 50;			
			font-size: 15px;
		}		
			.fp_mod .modbody {
				height: 379px;
				 background: none repeat scroll 0 0 #FFFFFF;
			   border: 3px solid #E6E6E6;
			}
			.fp_mod.even_post {
				float:right;
			}
				.fp_affiliate {
					text-align:right;
				}
				.fp_affiliate ul {
					margin-top:0.5em;
				}
				.fp_affiliate .menu_horizontal li {
					float:none;
				}
					.fp_affiliate a {
						color: #B3B3B3;
						font-size: 13px;					
					}
		.fp_mod h3 a {
			color:#004A8D;
			font-size:24px;
			}			
		.fp_socialmedia a {
			color:#004A8D;
			font-weight: bold;
			font-size:16px;
		}
		.fp_mod .nextsteps {
			padding: 20px 0 0;
		}
		.fp_mod .nextsteps a {
			display: block;
			font-size:18px;
			text-transform: uppercase;
		}
		.fp_mod .nextsteps a:hover {
			text-decoration:none;
			color:#fff;
			background:#222222;
		}
		.fp_mod .text {
			background-size: cover;
		    height: 250px;
		    padding-bottom: 1em;
		    padding-top: 0;
		}
		.fp_mod .pageinfo {
		}
		.fp_mod .modquote {
			min-height: 11em;
		}
	.media_explanation {
		padding:0 20px;
	}
		.modulef_1 .nextsteps a {
			background:#F35B00;
		}
	.modulef_2 {
	}
	.modulef_2 .pageinfo {
		height:75px;
	}
	.modulef_2 .text {
		height: 265px;
		padding: 20px 0 0;
	}
	.modulef_2 .modquote {
			background: none repeat scroll 0 0 rgba(255, 255, 255, 0.7);
			height: 60px;
			margin-top: 71px;
			min-height: inherit;
			padding-left: 2em;
			padding-right: 2em;
			padding-top: 2em;
			border-radius: 0;
	}
		.modulef_2 .nextsteps {
			background: rgb(255, 255, 255);
			background: none repeat scroll 0 0 rgba(255, 255, 255, 0.7);
			padding-bottom: 35px;
		}
		.modulef_2 .nextsteps a {
			background: none repeat scroll 0 0 #0074DA;
			    margin: auto;
			    max-width: 380px;
		}
	.modulef_3 .modquote {
		background: none repeat scroll 0 0 #062541;
		color: #FFFFFF;
		font-family: Georgia,Times,"Times New Roman",serif;
		font-size: 18px;
		font-style: italic;
		line-height: 1.7em;
		min-height: 1em;
		padding: 1em;
		margin-bottom: 35px;
	}
		.modulef_3 .nextsteps a {
			background:#13C08F;
		}
		.wp-caption p.wp-caption-text {
		    font-style: italic;
		    margin: 0 0 0 4px;
		    text-align: left;
		    font-size: 90%;
		}
		.superarchive {
		}
			.superarchive a {
				display: block;
			    font-size: 18px;
			    font-weight: bold;
			    margin: auto;
			    padding-left: 35px;
			    text-transform: uppercase;
			    width: 98px;
			}
				.superarchive a:after, a.next.page-numbers:after {
					font-family: "wf_icons";
					 font-weight: normal;
					 margin-left: 10px;
				}
				.superarchive a:hover {
					color: #fff;
				}
	#infscr-loading {
		text-align:center;
		margin-top: 10px;
	}
/* modals */
#sub-success {
		background: none repeat scroll 0 0 #0074DA;
	  color: #FFFFFF;
	  display: block;
	  padding: 30px;
}
#sub-success h2 {
	  border-bottom: 3px solid #FFFFFF;
	padding-bottom: 10px;
}
/* contact form7 */
.wpcf7 input[type=text], .wpcf7 input[type=email] {
	padding: .5em;
	border: 1px solid #ccc;
	color: #999;
	font-size: .95em;
}
.wpcf7 input[type=text]:focus, .wpcf7 input[type=email]:focus,  .wpcf7 input[type=text]:active, .wpcf7 input[type=email]:active, .wpcf7 textarea:focus, .wpcf7 textarea:active {
	color: #333;
	border: 1px solid #333;
}
.wpcf7 textarea {
	border: 1px solid #ccc;
	width: 60%;
	min-width: 400px;
	padding: .5em;
	color: #999;
	font-size: .95em;
}
.wpcf7 div.wpcf7-validation-errors {
	background: rgb(244, 248, 138);
	border-radius: 2px;
	padding: .5em;
	color: rgb(124, 116, 99);
	border: 1px solid rgb(240, 223, 137);
	font-size: .95em;
}
.wpcf7 div.wpcf7-mail-sent-ok {
	border: 1px solid #71BEB8;
	color: rgb(66, 97, 79);
	background: rgb(89, 223, 174);
	border-radius: 2px;
	padding: .5em;
	font-size: .95em;
	}
.wpcf7 input[type=submit] {
	background: #004B8D;
}
.wpcf7 p, .wpcf7 input[type=submit] {
	font-family: "brandon-grotesque", Futura, "Century Gothic", Helvetica, Arial, sans-serif;
}
/**********
salsa petition
**************/
.wf_salsa {
}
.wf_salsa form {
	width: 50%;
	float: left;
	border:3px solid #F35B00;
	padding: 20px;
}
.wf_salsa.petition_content {
	float: right;
	width: 40%;
}
.wf_salsa form input {
	border: none;
	background: #eaeaea;
	color: #555;
	margin-bottom: 20px;
	width: 96%;
}
.wf_salsa label {
	display: block;
	margin-bottom: 5px;
}
.wf_salsa form input[type=submit] {
	width: 100%;
}
.fp.wf_salsa {
	margin-top: 10px;
	}
	.fp.wf_salsa form {
	width: 99%;
	float: none;
	border: none;
	padding: 2% 1%;
	}
.fp.wf_salsa.petition_content {
	display: none;
}
.fp.wf_salsa form input[type=text], .fp.wf_salsa form input[type=email] {
	border: none;
	background: #fff;
	color: #333;
	font-size: 90%;
	margin-bottom: 10px;
	width: 44%;
	float: left;
	padding: 4% 2%;
	margin-right: 2%;
}
.fp.wf_salsa form input#salsa_email {
	width: 94%;
}
.fp.wf_salsa label {
	display: block;
	margin-bottom: 5px;
}
.fp.wf_salsa form input[type=submit] {
	width: 98%;
}