/* 
______________________________
Basic Styles
------------------------------
*/
@font-face {
	font-family: 'America-Bold';
	src: url('https://peoplepower.org/vote-font/GT-America-Bold.otf');
}
@font-face {
	font-family: 'America-compBold';
	src: url('https://peoplepower.org/vote-font/GT-America-Compressed-Bold.otf');
}
@font-face {
	font-family: 'America-Regular';
	src: url('https://peoplepower.org/vote-font/GT-America-Regular.otf');
}

html, body {
	font-family: 'America-Bold', Helvetica, sans-serif;
	outline: none;
	overflow-x: hidden;
}

div {
	box-sizing: border-box;
	outline: none;
	transition-duration: .5s;
}

a {
	box-sizing: border-box;
	outline: none;
	text-decoration: none;
	transition-duration: .5s;
}

button {
	outline: none;
	transition-duration: .5s;
}

input {
	box-sizing: border-box;
	outline: none;
	transition-duration: .5s;
}


/* 
______________________________
Splash Page Styles
------------------------------
 */
div#splash-body {
	-moz-align-items: center;
	-webkit-align-items: center;
	align-items: center;
	-moz-display: flex;
	-webkit-display: flex;
	display: flex;
	min-height: 100vh;
	overflow: hidden;
	padding: 50px;
	text-align: center;
}

div#splash-container {
	margin: 0 auto;
	max-width: 700px;
	width: 80%;
}

#splash-container img {
	margin-bottom: 25px;
	width: 100%;
}

#splash-container h2 {
	color: #231f20;
	font-size: 20px;
	line-height: 24px;
	padding: 0 7%;
}

#splash-container hr {
	background: #000;
	border: 0;
	height: 1px;
	margin: 35px auto;
	max-width: 300px;
}

div#protest {
	display: block;
	left: -38vh;
	position: fixed;
	top: -25vh;
	z-index: -1;
}

#protest img {
	height: 130vh;
}

div#liberty {
	position: fixed;
	right: -18vh;
	top: -18vh;
	z-index: -1;
}

#liberty img {
	height: 130vh;
}

/* Splash Page Action Network */
div.action-network {
	list-style: none;
	margin-top: 30px;
	position: relative;
	width: 100%;
}

div.action-network input {
	border: 2px solid #000;
	float: left;
	height: 45px;
	margin: 0 3px;
	outline: none;
	padding: 10px 15px;
}
#splash-container div.action-network input {
	height: 65px;
	font-size:20px;
}

div.action-network input:focus {
	border: 2px solid #e47b08;
}

input#id_email {
	width: 45%;
}

input#id_zip {
	width: 30%;
}

div.action-network.state-action-network input.btn, button[type="submit"] {
	background: #000;
	border: none;
	color: #FFF;
	cursor: pointer;
	font-family: "America-Bold";
	height: 45px;
	text-transform: uppercase;
	width: 22%;
}
div.action-network.state-action-network input.btn, #splash-container button[type="submit"] {
	font-size: 20px;
	height: 65px;
}
div.action-network.state-action-network input.btn, .state-action-network button[type="submit"] {
	font-size: 18px;
	height: 50px;
}
div.action-network.state-action-network input.btn:hover, div.action-network.state-action-network input.btn:focus, button[type="submit"]:hover,
button[type="submit"]:focus {
	-webkit-box-shadow: 7px 7px 0px 0px rgba(148, 248, 237, 1);
	-moz-box-shadow: 7px 7px 0px 0px rgba(148, 248, 237, 1);
	box-shadow: 7px 7px 0px 0px rgba(148, 248, 237, 1);
}

div#known_user {
	margin-bottom: 10px;
}

div.signup-footer {
	background: #231F20;
	color: #FFF;
	font-size: 11px;
	padding: 30px;
	text-align: center;
	width: 100%;
}

div.signup-footer p {
	font-family: "America-Regular";
	line-height: 20px;
	margin-bottom: 35px;
}

@media screen and (max-width: 699px) {
	div#splash-container { width: 90%; }
	div#protest { display: none; }
	div#liberty { right: 0%; }

	div.action-network input {
		float: none;
		margin: 0 0 10px;
	}

	input#id_email { width: 100%; }
	input#id_zip { width: 100%; }
	div.action-network.state-action-network input.btn, button[type="submit"] { width: 100%; }
}

@media screen and (max-width: 799px) and (min-height: 600px) {
	div#protest { display: none; }
	div#liberty { right: 0%; }
}

@media screen and (max-width: 499px) {
	#splash-container h2 {
		font-size: 18px;
		line-height: 21px;
	}
}

/* 
______________________________
State Pages Styles
------------------------------
 */
body.state-page {
	background: #FCF8F7;
	text-align: center;
}

div.state-logo {
	background: #231f20;
	border-bottom: 7px solid #94f8ed;
	width: 100%;
}

.state-logo img {
	height: 50px;
	margin: 20px auto;
}

div.spacer {
	border-bottom: 1px solid #000;
	height: 55px;
	width: 100%;
}

div.state-flex {
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	max-width: 1200px;
	min-width: 775px;
	margin: 0 auto;
	width: 75%;
}

div#state-flex-left {
	border-right: 1px solid #000;
	padding: 0 45px;
	text-align: left;
}

div#state-flex-left h1 {
	font-family: America-compBold;
	font-size: 30px;
	padding-top: 20px;
	text-transform: uppercase;
}

div#state-flex-left p {
	font-family: America-Regular;
}

div.state-full-plan {
	margin: 30px 0 50px 30px;
	position: relative;
}

.state-full-plan a {
	color: #3fa9f5;
	outline: none;
	text-decoration: underline;
}

.state-full-plan a:hover,
.state-full-plan a:focus {
	color: #e47b08;
	text-decoration: none;
}

.state-full-plan i {
	color: #000;
	left: -25px;
	position: absolute;
	top: 2px;
}

div#state-flex-right {
	border-right: 1px solid #000;
	min-width: 375px;
	width: 375px;
}

div.state-action-item {
	border-bottom: 1px solid #000;
	padding: 11px 10% 26px;
	text-align: center;
	width: 100%;
}

div.state-action-item h2 {
	font-family: "America-compBold";
	font-size: 28px;
	letter-spacing: .5px;
	margin-bottom: 1px;
	text-transform: uppercase;
}

div.state-action-item p {
	font-family: "America-Regular";
	margin: 0 0 25px;
}

div.state-action-item a {
	background: #000;
	color: #FFF;
	cursor: pointer;
	display: block;
	height: 45px;
	margin: 0 auto;
	outline: none;
	padding: 12px 0;
	width: 300px;
}

div.state-action-item a:hover,
div.state-action-item a:focus {
	-webkit-box-shadow: 7px 7px 0px 0px rgba(148, 248, 237, 1);
	-moz-box-shadow: 7px 7px 0px 0px rgba(148, 248, 237, 1);
	box-shadow: 7px 7px 0px 0px rgba(148, 248, 237, 1);
}

form.state-find-local {
	max-width: 450px;
	min-width: 300px;
}

form.state-find-local input[type="text"] {
	border: 2px solid #000;
	height: 45px;
	margin: 0 3px;
	outline: none;
	padding: 10px 15px;
	width: 50%;
}

form.state-find-local input[type="text"]:focus {
	border: 2px solid #e47b08;
}

form.state-find-local input[type="submit"] {
	background: #000;
	border: none;
	color: #FFF;
	cursor: pointer;
	font-family: "America-Bold";
	font-size: 13px;
	height: 45px;
	text-transform: uppercase;
	width: 22%;
}

form.state-find-local input[type="submit"]:hover,
form.state-find-local input[type="submit"]:focus {
	-webkit-box-shadow: 7px 7px 0px 0px rgba(148, 248, 237, 1);
	-moz-box-shadow: 7px 7px 0px 0px rgba(148, 248, 237, 1);
	box-shadow: 7px 7px 0px 0px rgba(148, 248, 237, 1);
}

form.state-find-local input[type="submit"] {
	font-family: America-Bold;
	font-size: 16px;
	float: right;
	text-transform: none;
	width: 45%;
}

div.state-social {
	padding: 30px;
	text-align: center;
	width: 100%;
}

div.state-social-button {
	background: #e47b08;
	border-radius: 30px;
	color: #FCF8F7;
	display: inline-block;
	margin: 0 5px;
	height: 50px;
	position: relative;
	width: 50px;
}

.state-social-button i {
	position: absolute;
}

.state-social-button i.fa-facebook {
	font-size: 45px;
	right: 11px;
	top: 9px;
}

.state-social-button i.fa-twitter {
	font-size: 35px;
	right: 7px;
	top: 7px;
}

.state-social a:hover > div.state-social-button,
.state-social a:focus > div.state-social-button{
	background: #000;
}

div.state-banner {
	background: url("img/footer-graphic.png");
	background-position: center;
	background-size: cover;
	padding: 125px 0;
	width: 100%;
}

div.state-banner img {
	max-width: 450px;
	min-width: 300px;
	width: 35%;
}

div.state-footer {
	background: #231F20;
	color: #FFF;
	font-size: 11px;
	padding: 30px;
	text-align: center;
	width: 100%;
}

div.state-footer p {
	font-family: "America-Regular";
	line-height: 20px;
	margin-bottom: 35px;
}

div.state-footer a {
	color: #FFF;
	font-family: "America-Bold";
}

/* State Page Action Network */
div.state-action-network {
	margin-top: 0;
}

div.action-network.state-action-network input {
	margin: 0;
}

.state-action-network div#ak-fieldbox-first_name,
.state-action-network div#ak-fieldbox-mobile_phone {
	float: left;
	margin: 0 0 15px;
	width: 49%;
}

.state-action-network div#ak-fieldbox-last_name {
	float: right;
	margin: 0 0 15px;
	width: 49%;
}

.state-action-network div#ak-fieldbox-email {
	clear: both;
	float: none;
	margin: 0 0 15px;
	width: 100%;
}

.state-action-network div#ak-fieldbox-zip {
	float: right;
	margin: 0 0 15px;
	width: 49%;
}

div.action-network.state-action-network input.btn, .state-action-network button[type="submit"] {
	font-size: 18px;
	margin-bottom: 40px;
	width: 100%;
}

.state-action-network input.ak-userfield-input {
	float: none !important;
	width: 100% !important;
}

@media screen and (max-width: 774px) {
	div.spacer {
		height: 25px;
	}

	div.state-flex {
		display: block;
		min-width: 0;
		width: 100%;
	}

	div#state-flex-left {
		border-bottom: 1px solid #000;
		border-right: none;
		width: 100%;
	}

	div#state-flex-right {
		border: none;
		width: 100%;
	}

	form.state-find-local {
		margin: 0 auto;
	}
}

/*@media screen and (max-width: 699px) {
	.state-action-network input#id_zip {
		margin: 0 0 15px;
	}
}
*/
@media screen and (max-width: 499px) {
	.state-action-network div#ak-fieldbox-first_name,
	.state-action-network div#ak-fieldbox-mobile_phone {
		margin: 0 0 15px;
		width: 100%;
	}

	.state-action-network div#ak-fieldbox-last_name {
		float: none;
		margin: 0 0 15px;
		width: 100%;
	}

	.state-action-network div#ak-fieldbox-zip { width: 100% }

	form.state-find-local input[type="text"] {
		margin: 0 0 15px;
		width: 300px;
	}

	form.state-find-local input[type="submit"] {
		float: none;
		width: 300px;
	}
}

/* 
______________________________
	Stream Page Styles
------------------------------
*/

body.people-stream {
	background: #231f20;
}

.people-stream div.hero {
	background: no-repeat center url(https://peoplepower.org/let-people-vote/img/footer-graphic.png);
	background-size: cover;
}

.people-stream div.container {
	background: #fcf8f7;
	padding: 0 0 25px 0;
	min-height: 50vh;
	width: 100%;
}

.people-stream div.sidebar {
	color: #000;
	display: block;
	margin: 0 auto;
	max-width: 1180px; 
}

.people-stream h4 {
	font-family: America-Regular, Helvetica, sans-serif;
	font-size: 20px;
}

.people-stream h2 {
	font-family: America-compBold, Helvetica, sans-serif;
	font-size: 30px;
	margin-top: 0;
	text-transform: uppercase;
}

.people-stream p {
	font-family: America-Regular, Helvetica, sans-serif;
	line-height: initial;
	margin-bottom: 20px;
}

.people-stream label {
	font-size: 15px;
}

.people-stream div#join-us-form input {
	border: 2px solid #000;
	float: left;
	height: 45px;
	margin: 0 3px;
	outline: none;
	padding: 10px 15px;
}

.people-stream div#join-us-form input:focus {
	box-shadow: none;
	border: 2px solid #e47b08;
}

.people-stream div#join-us-form input[type="submit"] {
	background: #000;
	border: none;
	color: #FFF;
	cursor: pointer;
	font-family: "America-Bold";
	font-size: 16px;
	height: 45px;
	text-transform: uppercase;
}

.people-stream div#join-us-form input[type="submit"]:hover,
.people-stream div#join-us-form input[type="submit"]:focus {
	-webkit-box-shadow: 7px 7px 0px 0px rgba(148, 248, 237, 1);
	-moz-box-shadow: 7px 7px 0px 0px rgba(148, 248, 237, 1);
	box-shadow: 7px 7px 0px 0px rgba(148, 248, 237, 1);
}

.people-stream select {
	background: #FFF;
	border: 2px solid #000;
	height: 45px;
	outline: none;
	width: 100%;
}

.people-stream select:focus {
	border: 2px solid #e47b08;
}

.people-stream .daca-call {
	border-bottom: 2px solid #000;
	border-top: 2px solid #000;
	color: #000;
	font-family: America-compBold;
	margin: 35px 0 0 0;
	padding: 7px 0 10px 0;
	text-align: center;
}

.people-stream .daca-call a {
	color: #e47b08;
}

.people-stream .daca-call a:hover,
.people-stream .daca-call a:focus {
	color: #e47b08;
}

.people-stream .footer {
	background: #231f20;
	padding: 0 25px 0 0;
}




