/*
Theme Name: Alliance for Aviation Across America
Version: 2.0
Author: New Partners
*/

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
}

a, a:active {
	color: #a44a3f;
}

body {
	min-height: 100%;
	color: #333333;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
}

#error404 {
	margin: 0;
	padding: 0 1%;
	background: url('images/error-404.jpg') bottom center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width: 98%;
	height: 96vh;
	position: relative;
}

#logo {
	margin: 0;
	padding: 10px 0 0 0;
	float: left;
}

/* HEADER */

header {
    text-align: right;
    color: #fff;
    background-attachment: scroll;
    background-position: center center;
    background-repeat: none;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
	position: relative;
}

#featured {
	margin: 0;
	padding: 20px 0;
	width: 50%;
	text-align: center;
	position: absolute;
	left: 23%;
	top: 18%;
}

#subhead {
	margin: 0;
	padding: 0;
	color: #ffffff;
	font-family: 'Oswald',sans-serif;
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0.2em;
}

#title {
	margin: 15px 0;
	padding: 0;
	color: #ffffff;
	font-family: 'Oswald',sans-serif;
	font-size: 36px;
	font-weight: 400;
	line-height: 42px;
}

#excerpt {
	margin: 10px 0 0 0;
	padding: 0;
	color: #ffffff;
	font-size: 21px;
}

#button {
	margin: 40px 0 0 0;
}

#button a, #button a:active, #button a:visited {
	margin: 0;
	padding: 10px 20px;
	color: #ffffff;
	font-family: 'Oswald',sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	text-decoration: none;
	border: 3px solid #ffffff;
}

#signup {
	margin: 0;
	padding: 0 1%;
	width: 88%;
	position: absolute;
	bottom: 20px;
	left: 4%;
}

@media (max-width:768px){
	#signup {
		display: none!important;
	}
}

#email, #zip {
	background: none;
	height: 94px;
	border: 3px solid #ffffff!important;
	color: #ffffff;
	font-family: 'Oswald',sans-serif;
	font-size: 24px;
	text-transform: uppercase;
}

#email {
	margin: 0 1% 0 0;
	padding: 0 0 0 1%;
	width: 46%;
}

#zip {
	margin: 0 1% 0 0;
	padding: 0 0 0 1%;
	width: 24%;
}

#submit {
	margin: 0;
	padding: 0;
	width: 21%;
	height: 98px;
	color: #ffffff;
	font-family: 'Oswald',sans-serif;
	font-size: 24px;
	text-transform: uppercase;
	background-color: Transparent;
	background-repeat:no-repeat;
 	cursor: pointer;
 	overflow: hidden;
 	outline: none;
	border: 3px solid #ffffff;
}

::-webkit-input-placeholder { /* Chrome */
	  color: #ffffff;
}

:-ms-input-placeholder { /* IE 10+ */
	  color: #ffffff;
}

::-moz-placeholder { /* Firefox 19+ */
	  color: #ffffff;
	  opacity: 1;
}

:-moz-placeholder { /* Firefox 4 - 18 */
	  color: #ffffff;
	  opacity: 1;
}

/* SULLY AD */

.featuredbutton a, .featuredbutton a:active, .featuredbutton a:visited {
	margin: 20px 0 0 0!important;
	padding: 15px 25px!important;
	background: #ffffff!important;
	color: #000000!important;
	font-family: 'Oswald',sans-serif!important;
	font-size: 24px!important;
	text-transform: uppercase!important;
	text-decoration: none!important;
	border: 3px solid #ffffff!important;
}

#learn {
	margin: 0;
	padding: 40px 2% 40px 2%;
	background: rgba(172, 190, 163, 1.0);
	width: 96%;
	color: #ffffff;
}

#ad {
	margin: 0;
	padding: 40px 2% 40px 2%;
	background: #a44a3f;
	width: 96%;
	color: #ffffff;
}

#bucket {
	margin: 0;
	padding: 0 1%;
	width: 23%;
	float: left;
	font-size: 14px;
	color: #ffffff;
	text-align: center;
	line-height: 18px;
}

#split {
	margin: 0;
	padding: 0;
	width: 48%;
	float: left;
}

.video-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; }
.video-container iframe, .video-container object, .video-container embed, .video-container video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


/* SCROLL SECTIONS */

#about {
	margin: 0 auto;
	padding: 40px 6%;
	width: 88%;
}

#who {
	margin: 0;
	padding: 0;
	color: #a44a3f;
	font-family: 'Oswald',sans-serif;
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	text-align: center;
}

h1 {
	margin: 10px 0 0 0;
	padding: 0;
	font-family: 'Oswald',sans-serif;
	font-size: 42px;
	font-weight: 400;
	text-align: center;
	line-height: 46px;
}

h1#white a, h1#white a:active, h1#white a:visited {
	color: #ffffff!important;
	text-decoration: none!important;
}

hr {
	margin: 30px auto 0 auto;
	width: 220px;
	height: 2px;
	border: none;
}

#red {
	color: #a44a3f;
}

#roof-terracotta {
	background: #a44a3f!important;
}

#blue {
	color: #40476d;
}

#port-gore {
	background: #40476d;
}

#white {
	color: #ffffff;
}

#ffffff {
	background: #ffffff;
}

#green {
	color: #acbea3;
}

#spring-rain {
	background: #acbea3;
}

menu#alliance {
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
	text-align: center;
	line-height: 60px;
}

menu#alliance li {
	margin: 0 5px;
	display: inline-block;
}

menu#alliance li a, menu#alliance li a:active, menu#alliance li a:visited {
	margin: 0;
	padding: 10px 20px;
	color: #a44a3f!important;
	font-family: 'Oswald',sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	text-decoration: none;
	border-top: 3px solid #a44a3f!important;
	border-left: 3px solid #a44a3f!important;
	border-right: 3px solid #a44a3f!important;
	border-bottom: 3px solid #a44a3f!important;
}

#economic {
	margin: 0;
	padding: 40px 1%;
	background: #40476d;
	width: 98%;
	color: #ffffff;
}

#state {
	margin: 0;
	padding: 0;
	color: #ffffff;
	font-family: 'Oswald',sans-serif;
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	text-align: center;
}

#map {
	margin: 0;
	padding: 0;
	width: 48%;
	float: left;
}

#map2 {
	margin: 0;
	padding: 0;
	width: 68%;
	float: left;
}


#impact {
	margin: 0;
	padding: 40px 0 0 0;
	width: 50%;
	float: left;
}

#data {
	margin: 0;
	padding: 40px 0 0 0;
	width: 30%;
	float: left;
}

menu#studies {
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
	text-align: center;
	line-height: 60px;
}

.clearfix {
	clear: both;
}

menu#studies li {
	margin: 0 5px;
	display: inline-block;
}

menu#studies li a, menu#studies li a:active, menu#studies li a:visited {
	margin: 0;
	padding: 10px 20px;
	color: #ffffff;
	font-family: 'Oswald',sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	text-decoration: none;
	border: 3px solid #ffffff;
}

#latest {
	margin: 0;
	padding: 40px 1%;
	background: url('images/latest.png') bottom center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width: 98%;
	height: 92vh;
}

#news {
	margin: 0;
	padding: 0;
	color: #acbea3;
	font-family: 'Oswald',sans-serif;
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	text-align: center;
}

#flexbox {
	margin: 40px 0 0 0;
	width: 100%;
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
}

#flexbox > div {
	width: 29%;
}

#flexbox > div:first-child {
	margin-right: 20px;
}

#filter {
	padding: 20px;
}

select {
	margin: 0 0 40px 0;
	padding: 10px;
	background: rgba(255,255,255,0.25);
	width: 250px;
	color: #333333;
	font-family: 'Oswald','FontAwesome',sans-serif!important;
	text-transform: uppercase;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
	-webkit-appearance: none;
	-moz-appearance: none;
	text-indent: 1px;
	text-overflow: '';
	border: none!important;
}

#proclamations {
	margin: 0!important;
	width: 100%!important;
}

option {
	background: rgba(255,255,255,0.25)!important;
}

#story1, #story2 {
	margin: 0 0 0 20px;
	padding: 20px;
	background: rgba(255,255,255,0.25);
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
}

h2, h2 a, h2 a:active, h2 a:visited {
	margin: 0 0 10px 0;
	padding: 0;
	color: #333333!important;
	font-family: 'Oswald',sans-serif;
	font-size: 32px;
	font-weight: 400;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 32px;
	border-bottom: none!important;
}

#headline {
	margin: 0 0 15px 0;
	padding: 0;
}

h3, h3 a, h3 a:active, h3 a:visited {
	margin: 0 0 10px 0;
	padding: 0;
	color: #333333;
	font-family: 'Oswald',sans-serif;
	font-size: 24px;
	font-weight: 400;
	text-transform: uppercase;
	text-decoration: none;	
	line-height: 24px;
}

menu#meta {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

menu#meta li {
	margin: 0;
	padding: 0;
	display: inline;
	width: 39%;
	color: #626262;
	font-family: 'Oswald',sans-serif;
	font-size: 12px;
	font-weight: 300;
	text-transform: uppercase;
	text-decoration: none;	
	line-height: 24px;
	overflow: hidden;
}

menu#meta li:nth-child(2) {
	float: right!important;
	text-align: right!important;
}

#separator {
	padding: 0 10px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}

.post-categories {
	margin: 0!important;
	padding: 0!important;
	width: 40%!important;
	float: left!important;
}

.post-categories li {
	margin: 0!important;
	padding: 0!important;
	display: inline!important;
}

.post-categories li a {
	color: #626262!important;
	text-decoration: none!important;
}

#button2 {
	margin: 40px 0 0 0;
	float: right;
}

#button2 a, #button2 a:active, #button2 a:visited {
	margin: 0;
	padding: 10px 20px;
	color: #ffffff;
	font-family: 'Oswald',sans-serif;
	font-size: 18px;
	text-align: right;
	text-transform: uppercase;
	text-decoration: none;
	border: 3px solid #ffffff;
}

#follow {
	margin: 0;
	padding: 40px 1%;
	background: #a7bfc9;
	width: 98%;
}

#tweet {
	margin: 0;
	padding: 0;
	text-align: center;
}

#tweet a, #tweet a:active, #tweet a:visited {
	color: #ffffff!important;
	font-size: 28px;
	text-decoration: none!important;
}

.Avatar {
	display: none!important;
}

#tweet1 {
	margin: 0;
	padding: 0 2%;
	width: 46%;
	height: auto;
	float: left;
	color: #ffffff;
	font-family: 'Oswald',sans-serif;
	font-size: 32px;
	text-align: center;
	text-transform: uppercase;
	line-height: 36px;
}

#tweets {
	margin: 0;
	padding: 0 2%;
	width: 46%;
	float: left;
}

.tweetsframe {
	width: 100%;
	height: 400px;
}

.tweetsframe::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.tweetsframe::-webkit-scrollbar
{
    width: 12px;
    background-color: #F5F5F5;
}

.tweetsframe::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #D62929;
}

#action {
	margin: 0;
	padding: 40px 1%;
	background: #a7bfc9 url('images/action.png') top center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width: 98%;
	height: 92vh;
}

#takeaction {
	margin: 0;
	padding: 0;
	color: #40476d;
	font-family: 'Oswald',sans-serif;
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	text-align: center;
	position: relative;
}

#documents {
	margin: 0!important;
	display: block!important;
}

#documents h2 {
	margin: 0!important;
}

#signup2 {
	margin: 30px auto 0 auto;
	padding: 0 1%;
	width: 81%;
}

#email2, #zip2 {
	background: none;
	height: 40px;
	border: 3px solid #ffffff!important;
	color: #ffffff;
	font-family: 'Oswald',sans-serif;
	font-size: 24px;
	text-transform: uppercase;
}

#email2 {
	margin: 0 1% 0 0;
	padding: 0 0 0 1%;
	width: 46%;
}

#zip2 {
	margin: 0 1% 0 0;
	padding: 0 0 0 1%;
	width: 24%;
}

#submit2 {
	margin: 0;
	padding: 0;
	width: 21%;
	height: 44px;
	color: #ffffff;
	font-family: 'Oswald',sans-serif;
	font-size: 24px;
	text-transform: uppercase;
    background-color: Transparent;
    background-repeat:no-repeat;
    cursor: pointer;
    overflow: hidden;
    outline: none;
	border: 3px solid #ffffff;
}

ul#navigation {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	position: absolute;
	bottom: 10px;
	opacity: 0.50;
}

ul#navigation li {
	margin-left: 1.2em;
	padding: 0;
	display: inline-block;
}

/* INTERIOR PAGES */

.single {
	margin-top: 10px!important;
}

#single-header {
	margin: 0;
	padding: 20px 4%;
	min-height: 40px;
	text-align: center;
	position: relative;
}

#fullwidth {
	margin: 0;
	padding: 20px 2%;
	width: 96%;
}

#wrap {
	margin: 0 auto;
	padding: 20px 2%;
	width: 96%;
}

#wrapper {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
}

@media (max-width:768px){
	#wrapper {
		display: block!important;
	}
}

#page {
	padding: 20px 0 0 0;
	width: 71.666667%;
}

#econ {
	padding: 0 1% 0 0;
	width: 70.666667%;
}

#content {
	padding: 40px 2%;
}

#issues {
	margin: 20px 0 0 0;
	padding: 0 2%;
	width: 96%;
}

#issue {
	margin: 0 2% 20px 2%;
	padding: 20px 2%;
	background: rgba(255,255,255,0.45);
	width: 42%;
	float: left;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

#issue:hover {
	background: #f7f7f7;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.45)!important;
	-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.45)!important;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.45)!important;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

a #issue, a:active #issue, a:visited #issue {
	color: #333333;
	font-family: "Oswald",sans-serif;
	font-size: 36px;
	text-decoration: none;
	border-bottom: 0;
	line-height: 42px;
}

a:hover #issue {
	color: #000000;
}

@media (max-width:768px){
	#content {
		width: 100%!important;
	}

	#econ {
		padding: 0 2%;
		width: 96%;
	}

	#page {
		padding: 5% 2% 0 2%;
		width: 96%;
	}

	#column {
		padding: 0 2%;
		width: 88%!important;
	}

	#left, #right1 {
		padding: 20px 2% 0 2%;
		width: 96%!important;
	}
}

#content a, #content a:active, #content a:visited, #fullwidth a, #fullwidth a:active, #fullwidth a:visited {
	color: #a44a3f;
	text-decoration: none;
	border-bottom: 1px dotted #a44a3f;
}

#content a:hover {
	color: #40476d;
	border-bottom: 1px solid #40476d;
}

img.alignright {
	margin: 0 0 20px 20px;
	padding: 10px;
	background: #ffffff;
	float: right;
}

img.alignleft {
	margin: 0 20px 20px 0;
	padding: 10px;
	background: #ffffff;
	float: left;
}

img.aligncenter {
	margin: 20px auto;
	padding: 10px;
	background: #ffffff;
	display: block;
}

.wp-caption {
	margin-bottom: 1.5em;
	text-align: center;
	padding-top: 5px;
}

.wp-caption img {
	border: 0 none;
	padding: 0;
	margin: 0;
}

.wp-caption p.wp-caption-text {
	line-height: 1.5;
	font-size: 10px;
	margin: 0;
}

#column {
	margin: 0 2% 20px 2%;
	padding: 20px 2% 35px 2%;
	width: 42%;
	float: left;
}

#button3 {
	margin: 30px 0 0 0;
}

#button3 a, #button3 a:active, #button3 a:visited {
	margin: 0;
	padding: 10px 20px;
	color: #a44a3f!important;
	font-family: 'Oswald',sans-serif;
	font-size: 18px;
	text-align: right;
	text-transform: uppercase;
	text-decoration: none;
	border-top: 3px solid #a44a3f!important;
	border-right: 3px solid #a44a3f!important;
	border-bottom: 3px solid #a44a3f!important;
	border-left: 3px solid #a44a3f!important;
}

#button4, .more-link {
	margin: 30px 0;
	max-width: 196px;
	display: block;
	text-align: center!important;
}

#button4 a, #button4 a:active, #button4 a:visited, a.more-link, a:active.more-link, a:visited.more-link {
	margin: 0;
	padding: 10px 20px;
	color: #a44a3f!important;
	font-family: 'Oswald',sans-serif;
	font-size: 18px;
	text-align: right;
	text-transform: uppercase;
	text-decoration: none;
	border-top: 3px solid #a44a3f!important;
	border-right: 3px solid #a44a3f!important;
	border-bottom: 3px solid #a44a3f!important;
	border-left: 3px solid #a44a3f!important;
}

@media (max-width:1024px){
	.wpcf7-form-control {
		width: 100%;
	}
}

h5, h5 a, h5 a:active, h5 a:visited {
	margin: 0;
	padding: 0;
	color: #333333!important;
	font-family: 'Oswald',sans-serif;
	font-size: 21px;
	font-weight: 400;
	text-transform: capitalize;
	text-decoration: none;
	border-bottom: none!important;
}

/* ECONOMIC STATE PAGES */

#states {
	margin: -16px 0 0 0;
}

#narrative {
	margin: 0;
	padding: 25px 40px 40px 40px;
}

/* SIDEBARS */

#sidebar {
	padding: 20px 2%;
	background-position: top center;
	background-repeat: no-repeat;
	width: 24.333333%;
	flex: 1;
}

/* 
.default {
	background-color: #f2f2f2;
	background-blend-mode: color-burn;
	background-image: url('images/sidebar.png');
}
*/

.white-gradient {
	background: -moz-linear-gradient(top, rgba(255,255,255,0.20) 0%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,0.20) 0%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0.20) 0%,rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
}

.red-gradient {
	background: -moz-linear-gradient(top, rgba(164,74,63,0.20) 0%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(top, rgba(164,74,63,0.20) 0%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to bottom, rgba(164,74,63,0.20) 0%,rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a44a3f', endColorstr='#00ffffff',GradientType=0 );
}

/* MAP SEARCH */

.wpgmza_sl_query_div, .wpgmza_sl_radius_div, .wpgmza_sl_search_button_div, .wpgmza_sl_reset_button_div, #locationSelect {
	display: none!important;
}

#addressInput_1, #radiusSelect_1 {
	margin: 0 0 10px 0;
	background: rgba(255,255,255,0.25);
	float: none!important;
	display: block!important;
	color: #333333!important;
	font-family: 'Oswald','FontAwesome',sans-serif!important;
	text-transform: uppercase;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
	-webkit-appearance: none;
	-moz-appearance: none;
	text-indent: 1px;
	text-overflow: '';
	border: none!important;
}

#addressInput_1 {
	padding: 10px;
	width: 130px!important;
}

#radiusSelect_1 {
	padding: 10px;
	width: 150px!important;
}

.wpgmza_sl_search_button_1 {
	margin: 0 0 40px 0;
	padding: 10px 20px;
	background: transparent!important;
	float: none!important;
	color: #a44a3f!important;
	font-family: 'Oswald',sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	text-decoration: none;
	border-top: 3px solid #a44a3f!important;
	border-right: 3px solid #a44a3f!important;
	border-bottom: 3px solid #a44a3f!important;
	border-left: 3px solid #a44a3f!important;
}

.wpgmza_sl_search_button_1:hover {
	cursor: pointer;
}

#searchstate {
	margin: 0 10px 40px 0;
	padding: 10px;
	background: rgba(255,255,255,0.25);
	width: 150px;
	float: left;
	color: #333333!important;
	font-family: 'Oswald','FontAwesome',sans-serif!important;
	text-transform: uppercase;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
	-webkit-appearance: none;
	-moz-appearance: none;
	text-indent: 1px;
	text-overflow: '';
	border: none!important;
}

#searchdistrict {
	margin: 0 0 40px 0;
	padding: 10px;
	background: rgba(255,255,255,0.25);
	width: 96px;
	float: left;
	color: #333333!important;
	font-family: 'Oswald','FontAwesome',sans-serif!important;
	text-transform: uppercase;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
	-webkit-appearance: none;
	-moz-appearance: none;
	text-indent: 1px;
	text-overflow: '';
	border: none!important;
}

@media (max-width:768px){
	#sidebar {
		width: 96%;
	}
}

h4 {
	margin: 0 0 20px 0;
	padding: 10px;
	background: #c65d35;
	color: #ffffff;
	font-family: 'Oswald',sans-serif;
	font-size: 21px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

#note {
	margin: 20px auto 0 auto;
	padding: 0;
	display: block;
	color: #656565;
	font-family: 'Oswald',sans-serif;
	font-size: 12px;
	font-weight: 400;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 0.2em;
	line-height: 16px;
}

menu#share {
	margin: 0;
	padding: 0;
	list-style-type: none;
	color: #cccccc;
	font-family: 'Oswald',sans-serif;
	text-transform: uppercase;
	position: absolute;
	right: 20px;
	bottom: 20px;
}

menu#share li {
	margin: 0 0 0 10px;
	display: inline;
	vertical-align: middle;
}

@media (max-width:1024px){
	menu#share li {
		display: none!important;
	}
}

menu#share li:first-child {
	margin: 0 20px 0 0;
	color: #ffffff;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0.2em;
}

menu#share li a {
	color: #ffffff;
	text-decoration: none;
	border-bottom: none!important;
}

menu#share li a:hover .fa-facebook, menu#share li a:hover .fa-twitter, menu#share li a:hover .fa-envelope-o {
	color: rgba(250,250,250,0.75);
}

ul#socialmedia {
	margin: 0 auto;
	padding: 0;
	display: block;
	width: 126px;
}

ul#socialmedia li {
	margin: 0 10px;
	padding: 0;
	display: inline;
	text-align: center;
}

ul#socialmedia li a, ul#socialmedia li a:active, ul#socialmedia li a:visited {
	font-size: 42px;
	border-bottom: none!important;
}

#form {
	margin: 40px auto 0 auto;
}

/* SPLITS */

#half {
	margin: 0;
	padding: 0;
	width: 48%!important;
	float: left!important;
}

/* RELATED */

#related {
	margin: 0;
	padding: 40px 2% 40px 2%;
	background: #f7f7f7;
	width: 96%;
}

#left {
	margin: 0;
	padding: 30px 0 0 0;
	width: 44%;
	float: left;
}

#right1 {
	margin: 0;
	padding: 30px 2% 0 2%;
	width: 44%;
	float: right;
}

/* MEDIA INCLUDES */

#soundcloud {
	margin: 20px 0 40px 0;
}

.video-container {
	margin: 20px 0 40px 0;
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/* STATES RELATED */

#states {
	margin: 0;
	padding: 40px 2%;
	background: url('images/latest.png') top center no-repeat;
	width: 96%;
}

#activity {
	margin: 0 2%;
	padding: 0;
	width: 29.3%;
	float: left;
}

#state-news {
	margin: 0 2%;
	padding: 0;
	width: 29.3%;
	float: left;
}

#list {
	padding: 20px;
	background: rgba(255,255,255,0.25);
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
}

#headlines {
	margin: 0 0 20px 0;
}

#more {
	padding: 10px 20px;
	color: #a44a3f!important;
	font-family: 'Oswald',sans-serif;
	font-size: 18px;
	text-align: right;
	text-transform: uppercase;
	text-decoration: none;
	border: 3px solid #a44a3f!important;
}

/* CONTACT FORM */

#contact {
	font-family: 'Oswald',sans-serif;
	font-size: 18px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0.2em;
}

.wpcf7-form-control {
	width: 35%;
}

@media (max-width:1024px){
	.wpcf7-form-control {
		width: 100%;
	}
}

#message {
	padding: 10px 20px;
	background: transparent;
	color: #a44a3f;
	font-family: 'Oswald',sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	border: 3px solid #a44a3f;
}

#message:hover {
	background: #a44a3f!important;
	color: #ffffff;
	cursor: pointer;
}

#required {
	color: #b60000;
	font-weight: 700;
}

/* FOOTNOTES */

#footnotes {
	margin: 0;
	padding: 40px 0 0 0;
	color: #a6a6a6;
	font-family: 'Oswald',sans-serif;
	font-size: 12px;
	line-height: 16px;
}

/* LATEST INDEX */

#toggle {
	margin: -45px 7px 0 0;
	float: right;
}

#ajax-load-more {
	padding: 0;
	width: 100%;
	float: left;
}

.alm-reveal, .alm-paging-content {
	margin: 0 auto!important;
	display: -webkit-flex!important;
	display: -ms-flexbox!important;
	display: flex!important;
	-webkit-flex-wrap: wrap!important;
	-ms-flex-wrap: wrap!important;
	flex-wrap: wrap!important;
	clear: both!important;
}

.alm-reveal > #items, .alm-paging-content > #items {
	margin: 0 10px 20px 10px!important;
	padding: 20px!important;
	width: 27%!important;
	background: rgba(255,255,255,0.25)!important;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25)!important;
	-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25)!important;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25)!important;
}

.alm-listing li {
	padding: 0!important;
}

@media (max-width:1024px){
	.navbar-brand>img {
		display: inline-block!important;
		width: 115px!important;
	}
}

@media (min-width:1025px){
	.alm-reveal > #items, .alm-paging-content > #items {
		width: 41%!important;
	}

	#activity {
		margin-bottom: 4%!important;
		width: 29%!important;
	}

	#state-news {
		margin-bottom: 4%!important;
		width: 29%!important;
	}
}

@media (max-width:1369px){
	#activity {
		width: 46%!important;
	}

	#state-news {
		width: 29%!important;
	}
}

@media (max-width:1024px){
	.alm-reveal > #items, .alm-paging-content > #items {
		width: 100%!important;
	}

	#activity {
		margin-bottom: 4%!important;
		width: 96%!important;
	}

	#state-news {
		margin-bottom: 4%!important;
		width: 96%!important;
	}
}

ul.alm-paging li.active a {
	background: #a44a3f!important;
	color: #ffffff!important;
	text-decoration: none!important;
}

/* SEARCH RESULTS */

.alliance-members {
	margin: 0 0 40px 0;
	clear: right;
}

#organization {
	margin: 0 0 20px 0;
	padding: 0 5%;
	float: left;
}

#organization img {
	margin: 0 auto;
	display: block;
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}

#organization:hover > img {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
	-webkit-border-radius: 0%;
	-moz-border-radius: 0%;
	border-radius: 0%;
}

#name {
	margin: 10px auto 0 auto;
	display: block;
	width: 110px;
	height: 60px;
	font-size: 10px;
	font-weight: 500;
	text-align: center;
	text-transform: uppercase;
	line-height: 12px;
}

#organization:hover > #name {
	color: #a44a3f!important;
}

#form {
	clear: left;
}

.screen-reader-text {
	margin: 0 0 10px 0;
	padding: 0;
	font-family: 'Oswald',sans-serif;
	font-size: 18px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0.2em;
}

/* MEMBERS */

#custom {
	display: block;
	font-family: 'Oswald',sans-serif;
	font-size: 16px;
	font-weight: 300;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	line-height: 24px;
}

.member {
	position: relative;
}

#type {
	margin: 0;
	padding: 2px 10px;
	background: #e0e0e0;
	color: #656565;
	font-family: 'Oswald',sans-serif;
	font-size: 12px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	position: absolute;
	right: 20px;
	bottom: 20px;
}

/* MEMBER PROFILE */

table a:link {
	color: #666;
	font-weight: bold;
	text-decoration:none;
}

table a:visited {
	color: #999999;
	font-weight:bold;
	text-decoration:none;
}

table a:active, table a:hover {
	color: #bd5a35;
	text-decoration:underline;
}

table {
	margin: 20px auto;
	width: 65%;
	color:#666;
	font-family: 'Oswald',sans-serif;
	font-size: 18px;
	font-weight: 400;
	background: #eaebec;
	border: #ccc 1px solid;
}

table th {
	padding:21px 25px 22px 25px;
	border-top:1px solid #fafafa;
	border-bottom:1px solid #e0e0e0;
	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
	background: -moz-linear-gradient(top,  #ededed,  #ebebeb);
	font-weight: 500;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.2em;
}

table th:first-child {
	padding-left:20px;
}

table tr:first-child th:first-child {
	-moz-border-radius-topleft:3px;
	-webkit-border-top-left-radius:3px;
	border-top-left-radius:3px;
}

table tr:first-child th:last-child {
	-moz-border-radius-topright:3px;
	-webkit-border-top-right-radius:3px;
	border-top-right-radius:3px;
}

table tr {
	text-align: center;
	padding-left:20px;
}

table td:first-child {
	padding-left:20px;
	width: 35%;
	border-left: 0;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.2em;
}

table td:nth-child(2) {
	font-family: 'Open Sans', sans-serif;
}

table td {
	padding:18px;
	border-top: 1px solid #ffffff;
	border-bottom:1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
	background: #fafafa;
	background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
	background: -moz-linear-gradient(top,  #fbfbfb,  #fafafa);
}

table tr.even td {
	background: #f6f6f6;
	background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
	background: -moz-linear-gradient(top,  #f8f8f8,  #f6f6f6);
}

table tr:last-child td {
	border-bottom:0;
}

table tr:last-child td:first-child {
	-moz-border-radius-bottomleft:3px;
	-webkit-border-bottom-left-radius:3px;
	border-bottom-left-radius:3px;
}

table tr:last-child td:last-child {
	-moz-border-radius-bottomright:3px;
	-webkit-border-bottom-right-radius:3px;
	border-bottom-right-radius:3px;
}

table tr:hover td {
	background: #f2f2f2;
	background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
	background: -moz-linear-gradient(top,  #f2f2f2,  #f0f0f0);	
}

/* MAP RESULTS */

#sheet_map_total {
	margin: 0 auto 20px auto;
	width: 55%;
	text-align: center;
}

#sheet_map_table {
	width: 100%!important;
}

a#print_to_pdf, a:active#print_to_pdf, a:visited#print_to_pdf {
	float: right;
}

@media (max-width:768px){
	table#sheet_map_table {
		font-size: 8px!important;
	}

	table#sheet_map_table th {
		padding: 10px 5px 12px 5px!important;
		line-height: 10px!important;
	}

	table#sheet_map_table tr {
		padding-left: 0!important;
	}

	table#sheet_map_table td {
		padding: 18px 5px!important;
	}

	table#sheet_map_table tr th:nth-child(5), table#sheet_map_table tr td:nth-child(5) {
		display: none!important;
	}
}

/* NEWS */

#author {
	margin-right: 40px;
}

/* FOOTER */

footer {
	margin: 0;
	padding: 40px 0;
	background: #a44a3f;
	width: 100%;
}

#logo2 {
	margin: 0 auto;
	width: 273px;
	display: block;
}

/* MOBILE */

@media (max-width:767px){
	.collapse.in {
		background-color: rgba(0,0,0, 0.50);
	}

	.navbar-inverse .navbar-nav>li#facebook>a,
	.navbar-inverse2 .navbar-nav>li#facebook>a {
		width: 9px!important;
		margin-left: 24px!important
	}

	.navbar-inverse .navbar-nav>li#twitter>a,
	.navbar-inverse2 .navbar-nav>li#twitter>a {
		width: 16px!important;
		margin: 15px 0 0 24px!important;
	}

	.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
		height: 96vh!important;
	}

	.carousel-caption {
		left: 5%!important;
		right: 5%!important;
	}

	#title {
		font-size: 28px!important;
	}

	#excerpt {
		font-size: 18px!important;
		line-height: 24px!important;
	}

	.carousel-indicators {
		bottom: 125px!important;
	}

	#email {
		width: 43%!important;

	}

	menu#alliance li, menu#studies li {
		margin: 0!important;
		display: block!important;
		font-size: 16px!important;
		text-align: center!important;
	}
	
	#issue {
		margin: 0 0 20px 0;
		width: 94%;
		box-shadow: 1px 1px 5px rgba(0,0,0,0.55);
	}

	#bucket {
		margin: 0 0 20px 0;
		padding: 0 2%;
		width: 100%;
	}

	#bucket:last-child {
		margin: 0;
	}

	#map, #impact {
		padding: 0 5%!important;
		width: 90%!important;
		float: none!important;
	}

	#latest {
		height: auto!important;
	}

	#flexbox {
		display: block!important;
	}

	#flexbox > div:first-child {
		margin: 0!important;
	}

	#flexbox > div {
		margin: 0 auto;
		width: 86%!important;
	}

	#filter {
		padding: none!important;
		text-align: center!important;
	}

	#story1 {
		margin-bottom: 40px!important;
	}


	#tweet1 {
		margin: 0 auto!important;
		width: 80%!important;
		float: none!important;
		overflow: break-word!important;
		font-size: 24px;
		line-height: 28px;
	}

	#tweets {
		display: none!important;
	}

	.tweetframe, .tweetsframe {
		width: 50%!important;
		height: 300px!important;
	}

	iframe {
	        min-width: 100%!important; 
	        width: 100px!important;
	        *width: 100%!important; 
    	}

	#signup2 {
		width: 92%!important;
	}

	#email2, #zip2, #submit2 {
		float: left;
		font-size: 21px;
	}

	#sully {
		margin-left: -195px;
	}
}


#home-video{
	background: #40476d;
	color: #fff !important;
	margin: 0 auto;
    padding: 40px 6%;
    max-width: 88%;
	text-align: center;
}
@media (min-width: 992px){
	#home-video .col-50{
		width: 50%;
		padding: 40px 20px 0;
		float: right;
		box-sizing: border-box;
		text-align: center;
	}
}
#home-video .clear{
	clear: both;
}

#home-video video {
    max-width: 70%;
    background: #000;
    max-height: 250px;
    padding-bottom: 20px;
}