/* Media queries
-------------------------------------------------------------------------------*/
@media screen and (max-width: 1020px) {

	.wrapper{
		width: 92%;
		padding: 0 4%;
	}
	#tagLine {
		font-size: 14px;
		width: 310px;
	}
	#tagLine p {
	    font: 14px/18px 'proxima-nova',sans-serif !important;
    }
	#mainContent{
		padding-right: 0;
		width: 100%;
	}
	.page-template-page-events-php #mainContent, .page-template-page-donor-php #mainContent, .page-template-issue-area-php #mainContent, .page-template-family-relationships-php #mainContent, .page-template-rural-communities-php #mainContent, .page-template-transgender-law-php #mainContent, .page-template-featured-cases-php #mainContent, .page-template-default #mainContent, .page-template-full-case-list-php #mainContent, .page-template-full-policy-list-php #mainContent, .page-template-press-releases-php #mainContent, .page-template-press-room-archives-php #mainContent, .page-template-staff-list-php #mainContent, .page-template-newsletters-php #mainContent, .single-cases-advocacy #mainContent, .single-policy-legislation #mainContent, .single-take-action #mainContent, .single-staff #mainContent, .single-events #mainContent, .single-resources #mainContent, .single-press-release #mainContent {
		padding-right: 0;
		width: 100%;
	}
	#homepageSlideshow, #homepageBanner{
		width: 100%;
		height: auto;
	}
	.slide,
	#featuredSlideshow,
	#featuredPR,
	#featuredPRCaption,
	#featuredMedia,
	.homepage #viewsAnalysis,
	footer form,
	aside#widgetArea,
	#featuredMediaCaption{
		width: 100% !important;
	}
	.page-template-issue-area-php #mainContent, .page-template-family-relationships-php #mainContent, .page-template-featured-cases-php #mainContent, .page-template-default #mainContent, .page-template-full-case-list-php #mainContent, .page-template-press-releases-php #mainContent, .page-template-press-room-archives-php #mainContent, .page-template-staff-list-php #mainContent, .single-cases-advocacy #mainContent, .single-policy-legislation #mainContent, .single-staff #mainContent, .single-resources #mainContent, .single-press-release #mainContent{
		width: 100% !important;
	}
	aside#widgetArea{
		margin-top: 40px;
	}
	aside#widgetArea div{
		width: 48%;
		float: left;
	}
	#homeContent {
		padding-right: 6%;
		width: 54%;
	}
	aside#sidebar{
		width: 40%;
	}
	aside#sidebar form input[type="text"]{
		width: 75%;
	}
	footer form input[type="text"] {
		width: 70%;
	}
	footer form input[type="submit"] {
		float: left;
	}
	#featuredSlideshow #featuredLeft{
		width: 65%;
	}
	#featuredSlideshow #featuredRight{
		width: 35%;
		float: left;
	}
	#featuredSlideshow h2{
		width: auto;
		font-size: 25px;
	}
	#featuredSlideshow a#slideLink{
		font-size: 14px;
	}
	#homeContent h2 {
		font-size: 18px;
	}
	#mainNav li {
		width: 15%;
		text-align: center;
		padding: 0 1%;
	}
	#mainNav li a:hover {
		border-bottom: 0;
	}
	#mainNav li,
	#mainNav li a{
		line-height: normal;
	}
	#mainNav li:last-child,
	#mainNav li:last-child a{
		padding: 0;
	}
	#mainNav li a:hover, #mainNav li.current-page-ancestor a, #mainNav li.current_page_item a {
	    border-bottom: 0;
	}
	#footerAddress {
		margin-right: 3%;
		padding-right: 3%;
		width: 22%;
	}
	#footerLinks {
		margin-right: 3%;
		width: 42%;
	}
	#footerSocial {
		width: 26%;
	}
	#footerLinkCol1 {
		padding-right: 6%;
		width: 45%;
	}
	#footerLinkCol2 {
		padding-right: 0;
		width: 45%;
	}
	::-webkit-input-placeholder	{ color:#fff; }
	input:-moz-placeholder { color:#fff; }
	input:-ms-placeholder { color:#fff; }
	::-ms-input-placeholder	{ color:#fff; }
	:-ms-input-placeholder	{ color:#fff; }
}
@media screen and (max-width: 800px) {
	.homepage-banner-ask .text, .homepage-banner-ask .dollar-sign {
        font-size: 100%;
	margin-left:0;
       }
}
@media screen and (max-width: 768px) {
	#quickLinks span{
	font-size: 16px;
	}
}
@media screen and (max-width: 730px) {
	#logo{
		float: none;
	}
	#tagLine{
		float: none;
		padding: 0 4%;
		text-align: center;
		height: auto;
		width: auto;
	}
	#topNav .social {
		display: none;
	}
	#topNav form, #topNav ul#menu-header-links {
		float: none;
	}
}

@media screen and (max-width: 666px) {
	#header #topNav{
		float: none;
	}
	body{
		background: none;
	}
	.mobile{
		display: block;
	}

	#footerLinkCol1 .mobile {
		display: inline;
	}
	#footerSocial #connectOnline {
    	overflow: auto;
    	margin-bottom: 1.563em;
	}
	#homeFeatured {
		margin-top: 40px;
	}
	.entry:last-child {
		border-bottom: 0 none;
	}
	#mainNav li{
		background: url("images/arrow-black.png") no-repeat scroll 95% center #ebebeb;
		border-bottom: 1px solid #dedede;
		border-top: 1px solid #d7d7d7;
		float: none;
		height: 40px;
		text-align: left;
		width: 100%;
		border-left: 0;
		padding: 0;
	}
	#mainNav li a{
		color: #000;
		line-height: 40px;
		padding: 0 0 0 10px;
		font-size: 20px;
	}
	#mainNav li:last-child a{
		color: #fff;
		padding: 0 0 0 10px;
	}
	#mainNav li:first-child,
	#mainNav li:last-child{
		border-top:none;
	}
	#mainNav li, #mainNav li a{
		display: block;
	}
	#mainNav li:last-child{
		position: inherit;
		border-bottom: none;
		box-shadow: none;
		background: url("images/arrow-white.png") no-repeat scroll 95% center #ff6d00;
	}
	.homepage #viewsAnalysisPhoto,
	.homepage #viewsAnalysisContent p.date,
	.homepage aside#sidebar,
	.homepage #homepageSlideshow,
	.homepage #breadcrumbs,
	header #topNav,
	#footerAddress,
	#footerLinkCol2,
	#menu-footer-links-2,
	#footerSocial #emailSignup{
		display: none;
	}
	.homepage #viewsAnalysisContent{
		margin-left: 0;
	}
	aside#sidebar,
	#homeContent{
		width: 100%;
		padding: 0;
	}
	#findIssue, #quickLinks{
		height: auto;
		margin-bottom: 40px;
		background-color: transparent;
	}
	#findIssue span, #quickLinks span{
		width: auto;
		float: none;
		text-align: left;
		background: none;
		color: #af272e;
	}

	#quickLinks .corner{
		display: none;
	}
	#quickLinks li a {
		float: none;
		text-align: left;
		width: auto;
		border-right: none;
		background-color: #ebebeb;
		border-bottom: 1px solid #dedede;
		border-top: 1px solid #d7d7d7;
		height: 40px;
		padding-left: 10px;
		line-height: 40px;
		font-weight: bold;
		font-size: 20px;
		background: url("images/arrow-black.png") no-repeat scroll 95% center #EBEBEB;
	}
	#footerLinkCol1{
		width: 100%;
	}
	#footerLinks,
	#footerSocial{
		width: 48.5%;
		border-right: none;
	}
	#featuredSlideshow #featuredRight {
		float: none;
		width: 100%;
	}
	#featuredSlideshow #featuredLeft {
		width: 100%;
	}
	#featuredSlideshow h2 {
		float: left;
		font-size: 20px;
		margin: 10px;
	}
	#featuredSlideshow a#slideLink{
		float: left;
		margin: 0 10px 10px;
	}
	#featuredAction {
	    width: auto;
	}
	#featuredAction img {
	    float: none;
	    width: 100%;
	}
	#featuredAction h2 {
	    float: none;
	    width: auto;
	    margin: 10px;
	}
	#featuredAction p {
	    margin: 0 10px 10px;
	}
	#featuredAction a#details {
	    margin: 0 10px 10px;
	}
	.linkButtonFeatured li {
	    width: 100%;
	}
	.linkButtonFeatured a {
	    width: 99%;
	}
	#takeActionBoxes .takeAction {
	    min-height: 0;
	    width: 100%;
	    margin-bottom: 5px;
	}
}
@media screen and (max-width: 560px) {
	aside#widgetArea div{
		float: none;
		width: 100%;
	}
	.entry.icon {
		padding-left: 0;
		background: none;
	}

	#featuredText h1 {
	    font-size: 1.25em;
	}
	#featuredText p {
    	font-size: 1em;
	}
	.entry.marriage, .entry.parenting,.entry.employment,.entry.elders,.entry.asylum-immigration,.entry.youth,.entry.family,
	.entry.civil-rights,.entry.transgender-youth,.entry.transgender-parents,.entry.transgender-law,.entry.sports,
	.entry.proyecto-podoroso,.entry.rural-communities,.entry.prisons,.entry.low-income,.entry.healthcare,.entry.housing,
	.entry.hate,.entry.state,.entry.federal{background: none;}
	.entry h2 a {
		color: #0092B9;
	}
	.homepage #viewsAnalysisContent h2 a {
    	color: #0092B9;
	}
	#mobileSubscribeSearch {
		display: block;
	}
	#mobileSubscribeSearch h3 {
	    font: 15px/18px 'proxima-nova',sans-serif;
	    color: #af272e;
	    font-weight: 600;
	    text-transform: uppercase;
	    margin-bottom: 4px;
	}
	#mobileSubscribeSearch .subscribe {
    	margin-bottom: 19px;
    	overflow: auto;
	}
	#mobileSubscribeSearch .search {
    	margin-bottom: 0;
    	overflow: auto;
	}
	#mobileSubscribeSearch form input[type="text"] {
	    border: 1px solid #E7E7E7;
	    color: #000000;
	    float: left;
	    font: 15px 'proxima-nova',sans-serif;
	    height: 28px;
	    padding: 0 0 0 10px;
	    width: 230px;
	}
	#mobileSubscribeSearch form input[type="submit"] {
	    background: url("images/ico_search.png") no-repeat scroll -55px 0 transparent;
	    border: 0 none;
	    cursor: pointer;
	    float: left;
	    height: 30px;
	    width: 35px;
	}
	#mobileSubscribeSearch .search form input[type="submit"] {
	    background: url("images/ico_search.png") no-repeat scroll -90px 0 transparent;
	}
	.redBox.big .searchArea,
	.redBox.big {
		width: auto;
	}
	.redBox{
		width: 290px;
	}
	.redBox .searchArea{
		width: 240px;
	}
	.redBox input[type="text"]{
		width: 140px;
	}
	.redBox select{
		width: 150px;
	}
	.redBox small {
		margin-left: 0;
	}

.homepage-banner-ask .text, .homepage-banner-ask .dollar-sign {
        font-size: 75%;
	margin:0;
	padding: 0;
       }
	.homepage-banner-ask .button {
	float:none;
	width:75%;
      }
	.homepage-banner-ask {
	 width:20%;
	 text-align:center;
}
}