/*
Theme Name: Wide Eye Creative
Theme URI: http://www.wideeyecreative.com
Author: Wide Eye Creative
Author URI: http://www.wideeyecreative.com
Description: Custom Wide Eye Creative Theme for WordPress
Version: 1.0
*/

/*=============================
=            FONTS            =
=============================*/
/**
 *	Name: 	Proxima Nova
 *	Code: 	font-family: "proxima-nova",sans-serif;
 *	Sizes: 	300, 400, 600, 700
 */
/**
 *	Name: 	Chapparral Pro
 *	Code: 	font-family: "chaparral-pro",sans-serif;
 *	Sizes: 	400, 700
 */



/*================================
=            BASE CSS            =
================================*/
body {
	/*text-rendering: optimizelegibility;*/
	background: url('images/background-body.png') repeat 0 0;
	font-family: "proxima-nova",sans-serif;
	-webkit-font-smoothing: antialiased;
	color: #284968;
}
section, header, footer, main, aside, nav {
	position: relative;
}
a {
	-webkit-transition: all 225ms ease;
	-moz-transition: all 225ms ease;
	transition: all 225ms ease;
	text-decoration: none !important;
}
a:link, a:visited {
	color: #00396f;
}
a:hover {
	color:#059b48;
}
p {
	color: #284968;
	font-size: 16px;
	line-height: 27px;
	margin-bottom: 15px;
	font-weight: 400;
}
input, textarea  {
	color: #4f6f8f;
	letter-spacing: -0.02em;
	font-size: 18px;
	font-family: "proxima-nova",sans-serif;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	outline: none !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	border: none;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
input {
	height: 50px;
	line-height: 50px;
	padding: 0 0 0 15px;
}
h1, .h1 {
	font-family: "chaparral-pro",sans-serif;
	font-size: 38px;
	font-weight: 400;
	letter-spacing: -0.03em;
	color: #00396f;
}
h2, .h2 {
	font-family: "proxima-nova",sans-serif;
	font-size: 38px;
	letter-spacing: -0.03em;
	font-weight: 600;
	color: #00396f;
}
h3, .h3 {
	font-family: "proxima-nova",sans-serif;
	font-size: 35px;
	letter-spacing: -0.03em;
	font-weight: 400;
	color: #8a8572;
}
h4, .h4 {
	color: #00396f;
	font-size: 19px;
	font-family: "proxima-nova",sans-serif;
	font-weight: 600;
}
h5, .h5 {
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	font-family: "proxima-nova",sans-serif;
	font-weight: 600;
	color: #8a8572;
}
hr {
	border-top: 3px solid #c4c2b8;
	width: 92px;
	margin: 20px auto;
}
::selection {
	background: #059b48;
	color: #fff ;
}
::-moz-selection {
	background: #059b48;
	color: #fff ;
}
blockquote, blockquote p {
	text-align: center;
	border: none;
	position: relative;
	color: #8a8572;
	font-size: 26px;
	letter-spacing: -0.02em;
	line-height: 38px;
	font-family: "proxima-nova",sans-serif;
	font-weight: 400;
	margin: 30px 0;
	padding: 30px 0;
}
blockquote p {
	margin: 0;
	padding: 0;
}
blockquote:before, blockquote:after {
	display: block;
	position: absolute;
	content: ' ';
	width: 92px;
	height: 3px;
	background: #c4c2b8;
	left: 50%;
	margin-left: -46px;
}
blockquote:before {
	top: 0;
}
blockquote:after {
	bottom: 0;
}
input, textarea {
	border:solid 1px #d1d7dd	;
}
input[type="submit"], button {
	position: relative;
	-webkit-transition: all 225ms ease;
	-moz-transition: all 225ms ease;
	transition: all 225ms ease;
	font-family: "proxima-nova",sans-serif;
	font-weight: 600;
	letter-spacing: -0.01em;
	font-size: 14px;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	outline: none !important;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-font-smoothing: antialiased;
	background: #059b48;
	color: #fff !important;
	font-size: 18px;
	font-weight:700;
	border:0px;
}
input[type="submit"]:hover, button:hover {
	background: #0ac35c;
}
#content ul li {
	font-size: 15px;
	margin-bottom: 8px;
}


/*========================================
=            INDIVIDUAL ITEMS            =
========================================*/
#site-wrapper {
	position: relative;
	overflow: hidden;
	width: 100%;
	max-width: 1500px;
	margin: 0 auto;
	background: #fff;
	-moz-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.2);
}
#site-canvas {
	padding-top: 84px;
}
.home #site-canvas {
	padding-top: 0;
}
#post-template {
	display: none;
}
.container {
	max-width: 980px;
}
.white {
	color: #fff !important;
}
hr.blue {
	border-top: 3px solid #406b93;
}
hr.full.gray {
	border-color: #eaedef;
	width: 100%;
}
hr.full.gray.short {
	border-top: solid 2px #eaedef;
}
.btn {
	position: relative;
	-webkit-transition: all 225ms ease;
	-moz-transition: all 225ms ease;
	transition: all 225ms ease;
	font-family: "proxima-nova",sans-serif;
	font-weight: 600;
	letter-spacing: -0.01em;
	font-size: 14px;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	outline: none !important;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-font-smoothing: antialiased;
}
.btn-green {
	background: #059b48;
	color: #fff !important;
}
.btn-green:hover, .btn-green:focus {
	background: #0ac35c;
}
.btn-green:active {
	background: #13d86a;
}
.btn-green-hollow {
	border: solid 2px #009944;
	background: none;
	color: #0e9f4e !important;
}
.btn-green-hollow:hover, .btn-green-hollow:focus {
	background: #009944;
	color: #fff !important;
}
.btn-green-hollow:active {
	background: #03be56;
	border-color: #03be56;
	color: #fff !important;
}
.btn-blue-hollow {
	border: solid 2px #00396f;
	color: #00396f !important;
	background: none;
}
.btn-blue-hollow:hover, .btn-blue-hollow:focus {
	background: #00396f;
	color: #fff !important;
}
.btn-blue-hollow:active {
	background: #0066c6;
	border-color: #0066c6;
	color: #fff !important;
}
.btn-twitter-hollow {
	border: solid 2px #00aced;
	background: none;
	color: #00aced !important;
}
.btn-twitter-hollow:hover, .btn-twitter-hollow:focus {
	background: #00aced;
	color: #fff !important;
}
.btn-twitter-hollow:active {
	background: #06b7fa;
	border-color: #06b7fa;
	color: #fff !important;
}
.btn-facebook-hollow {
	border: solid 2px #3b5998;
	color: #3b5998 !important;
	background: none;
}
.btn-facebook-hollow:hover, .btn-facebook-hollow:focus {
	background: #3b5998;
	color: #fff !important;
}
.btn-facebook-hollow:active {
	background: #4d72c0;
	border-color: #4d72c0;
	color: #fff !important;
}
.btn-white {
	background: #fff;
	color: #00396f !important;
}
.btn-white:hover, .btn-white:focus {
	background: #f4f4f4;
	color: #00396f !important;
}
.btn-white:active {
	background: #e4e4e4;
}
.btn-white-hollow {
	border: solid 2px #fff;
	color: #fff !important;
	background: none;
}
.btn-white-hollow:hover, .btn-white-hollow:focus {
	background: #fff;
	color: #009944 !important;
}
.btn-white-hollow:active {
	background: #e4e4e4;
	border-color: #e4e4e4;
	color: #009944 !important;
}
.btn-round {
	-moz-border-radius: 5em !important;
	-webkit-border-radius: 5em !important;
	border-radius: 5em !important;
}
form.flatten {
	overflow: hidden;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
form.flatten input, form.flatten button {
	float: left;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}
form.flatten input.email {
	width: 50%;
	border-right: solid 1px #d1d7dd;
}
form.flatten input.zip, form.flatten button {
	width: 25%;
}






/*===================================
=            SITE HEADER            =
===================================*/
#site-header-wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999999;
}
#site-header {
	background: #fff;
	width: 100%;
	max-width: 1500px;
	margin: 0 auto;
	border-bottom: solid 1px #e3e7ea;
}
.home #site-header {
	background: none;
	border: none;
	padding-top:35px;
}
#site-header a.logo {
	display: block;
	width: 252px;
	float: left;
	margin-top: 12px;
	margin-bottom: 10px;
}
#site-header a.logo img {
	width: 100%;
	height: auto;
}
#site-header nav {
	float: left;
	margin-top: 17px;
	margin-left: 25px;
}
#site-header nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#site-header nav ul li {
	float: left;
	display: block;
	position: relative;
}
#site-header nav ul li a {
	display: block;
	height: 51px;
	line-height: 51px;
	color: #2a4a68;
	letter-spacing: -0.01em;
	font-size: 15px;
	font-family: "proxima-nova",sans-serif;
	font-weight: 600;
	padding: 0 14px;
	border-right: solid 1px #e3e7ea;
}
#site-header nav ul li.last a {
	border-right: none;
}
#site-header nav ul li a:hover {
	color: #315e88;
}
#site-header .donate {
	float: right;
	padding: 0;
	height: 53px;
	line-height: 51px;
	width: 205px;
	font-size: 21px;
	margin-top: 15px;
}
.sticky #site-header-wrap {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
	-webkit-animation-duration: 250ms;
	animation-duration: 250ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: slideDown;
	animation-name: slideDown;
}
.sticky #site-header {
	background: #fff !important;
	border-bottom: solid 1px #e3e7ea !important;
	padding-top: 0;
}
#site-header nav ul ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	min-width: 160px;
	margin: 0 0 0;
	list-style: none;
	background: rgb(0, 57, 111);
	background: rgba(0, 57, 111, 0.9);
	border:0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: 0 2px 0px 0 rgba(0,0,0,.15);
	-moz-box-shadow: 0 2px 0px 0 rgba(0,0,0,.15);
	box-shadow: 0 2px 0px 0 rgba(0,0,0,.15);
	text-align: left;
	padding: 10px 0 !important;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.2);
	box-shadow: 0 0 10px rgba(0,0,0,0.2);

	-webkit-animation-duration: 300ms;
	animation-duration: 300ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}
#site-header nav ul ul:before {
	position: absolute;
	top: -6px;
	left: 10px;
	display: inline-block;
	border-right: 6px solid transparent;
	border-bottom: 6px solid rgb(0, 57, 111);
	border-bottom: 6px solid rgba(0, 57, 111, 0.9);
	border-left: 6px solid transparent;
	content: '';

	 -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
#site-header nav ul ul li {
	display: block;
	float: none;
}
#site-header nav ul ul li a {
	margin: 0;
	padding: 0 10px;
	height: 30px;
	line-height: 30px;
	display: block;
	color: #fff !important;
	border: none;
}
#site-header nav ul ul li a:hover {

}
#site-header nav ul li.menu-item-has-children:hover ul, #site-header nav ul ul:hover {
	display: block;
}
#site-header .toggle-nav { display: none; }







/*==================================
=            MOBILE NAV            =
==================================*/
.show-nav #site-canvas {
	-webkit-transform: translateX(-255px);
	-o-transform: translateX(-255px);
	-ms-transform: translateX(-255px);
	-moz-transform: translateX(-255px);
	transform: translateX(-255px);

	-webkit-transform: translate3d(-255px);
	-o-transform: translate3d(-255px);
	-ms-transform: translate3d(-255px);
	-moz-transform: translate3d(-255px);
	transform: translate3d(-255px);
}
#mobile-nav {
	position: absolute;
	top: 0;
	right: -255px;
	width: 255px;
	background: url('images/background-paid-for-by.jpg') repeat 0 0;
	color: #cfe7ff;
	height: 100%;
	display: none;
	-moz-box-shadow: inset 0px 0px 3px 0px rgba(50, 50, 50, 0.15);
	-webkit-box-shadow: inset 0px 0px 3px 0px rgba(50, 50, 50, 0.15);
	box-shadow: inset 0px 0px 3px 0px rgba(50, 50, 50, 0.15);
}
#mobile-nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#mobile-nav ul li.social { display: none; }
#mobile-nav a {
	color: #00396f;
	display: block;
	text-align: center;
	height: 60px;
	line-height: 60px;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 0.06em;
	font-weight: 600;
}
#mobile-nav a:hover {
	color: #fff !important;
	background: #00396f;
}
#mobile-nav .donate a {
	color: #059b48;
}
#mobile-nav .donate a:hover {
	background: #059b48;
}








/*===============================
=            CALLOUT            =
===============================*/
#callout {
	padding: 140px 0 0;
	background-image: url('images/background-callout.jpg');
	background-repeat: no-repeat;
	background-position: 50% 0;
	-ms-background-size: cover;
	-o-background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}
#callout .container {
	position: relative;
	padding-bottom: 230px;
}
#callout h1 {
	margin: 45px 0 0;
	font-size: 60px;
	line-height: 57px;
	margin-bottom: 10px;
}
#callout p {
	color: #142739;
	line-height: 26px;
	font-size: 16px;
	margin-bottom: 16px;
}
#callout a.play {
	display: block;
	height: 48px;
	line-height: 48px;
	color: #009944;
	font-weight: 600;
	font-size: 19px;
}
#callout a.play i {
	color: #fff;
	display: inline-block;
	height: 48px;
	width: 48px;
	line-height: 48px;
	text-align: center;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	background: #009944;
	padding-left: 4px;
	margin-right: 10px;
	-webkit-transition: all 225ms ease;
	-moz-transition: all 225ms ease;
	transition: all 225ms ease;
}
#callout a.play:hover i {
	background: #0ac35c;
	color: #fff;
}
#callout a.play:hover {
	color: #0ac35c;
}
#callout .spanish {
	height: 37px;
	line-height: 33px;
	width: 83px;
	-moz-border-radius: 5em !important;
	-webkit-border-radius: 5em !important;
	border-radius: 5em !important;
	color: #00396f;
	font-size: 14px;
	display: block;
	font-family: "proxima-nova",sans-serif;
	font-weight: 600;
	background: none;
	border: solid 2px #cbd5dc;
	text-align: center;
	position: absolute;
	top: 0;
	right: 15px;
}
#callout .spanish:hover, #callout .spanish:focus {
	background: #cbd5dc;
}
#callout .spanish:active {
	background: #bdc4c9;
	border-color: #bdc4c9;
}
#callout-info {
	padding: 0 15px;
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
}
#callout-info .wrap {
	float: left;
	padding: 13px 0;
	overflow: hidden;
	background: #00396f;
}
#callout-info .wrap.icon {
	height: 81px;
	line-height: 55px;
	display: block;
	color: #0056a7;
	font-size: 22px;
	width: 5%;
	text-align: center;
	-moz-border-radius: 5px 0 0 0;
	-webkit-border-radius: 5px 0 0 0;
	border-radius: 5px 0 0 0;
}
#callout-info .wrap.form {
	width: 68%;
	display: block;
}
#callout-info .wrap.form input, #callout-info .wrap.form button {
	height: 55px;
	line-height: 55px;
}
#callout-info .wrap.form input {
	font-size: 20px;
	letter-spacing: -0.02em;
	color: #4f6f8f;
	padding-left: 33px;
	border:0px;
}
#callout-info .wrap.form input.email {
	background-repeat: no-repeat;
	background-image: url('images/icon-email.png');
	-o-background-size: 13px;
	-ms-background-size: 13px;
	-moz-background-size: 13px;
	-webkit-background-size: 13px;
	background-size: 13px;
	background-position: 12px 21px;
	border-right: solid 1px #ced4da;
}
#callout-info .wrap.form input.zip {
	background-repeat: no-repeat;
	background-image: url('images/icon-gps.png');
	-o-background-size: 13px;
	-ms-background-size: 13px;
	-moz-background-size: 13px;
	-webkit-background-size: 13px;
	background-size: 13px;
	background-position: 12px 18px;
}
#callout-info .wrap.form button {
	padding: 0;
	font-size: 17px;
	font-weight: 700;
	padding-right: 20px;
}
#callout-info .wrap.form button span {
	position: relative;
}
#callout-info .wrap.form button span i {
	position: absolute;
	right: -20px;
	top: 0px;
	font-size: 22px;
}
#callout .wrap.social {
	width: 27%;
	padding: 0 0 0 3%;
	-moz-border-radius: 0 5px 0 0;
	-webkit-border-radius: 0 5px 0 0;
	border-radius: 0 5px 0 0;
}
#callout .wrap.social a {
	float: right;
	display: block;
	width: 33%;
	height: 81px;
	line-height: 81px;
	text-align: center;
	font-size: 24px;
	color: #fff;
	background: #02427d;
	border-left: 1px solid #00396f;
	border-right: 1px solid #00396f;
}
#callout .wrap.social a.facebook {
	border-left: none;
}
#callout .wrap.social a.youtube {
	border-right: none;
}
#callout .wrap.social a:hover {
	background: #002e59;
	border-color: #002e59;
}






/*==============================
=            LATEST            =
==============================*/
#latest {
	padding: 60px 0;
	text-align: center;
	background: url('images/background-paid-for-by.jpg') repeat 0 0;
}
#latest img.icon {
	width: 25px;
	display: block;
	margin: 0 auto;
}
#latest h5 {
	margin-top: 15px;
}
#latest h2 {
	font-size: 35px;
	color: #8a8572;
	margin-top: 2px;
	font-weight: 400;
}
#latest hr {
	margin: 7px auto 45px;
}
#latest .feed-title hr {
	margin-top: 0;
}
#latest .feed-title h3 {
	margin: 0 auto 35px;
	display: block;
	text-align: center;
	color: #274e86;
	font-size: 22px;
	letter-spacing: 0.04em;
}
#latest .feed {
	cursor: pointer;
	display: block;
	width: 100%;
	background: #fff;
	text-align: center;
	position: relative;
	padding-bottom: 80px;
	padding-top: 58px;
	margin: 0 auto;
	max-width: 290px;
	border: solid 1px #e7e4de;

	-webkit-transition: all 225ms ease;
	-moz-transition: all 225ms ease;
	transition: all 225ms ease;
}
#latest .feed .image {
	position: relative;
	height: 160px;
	width: 100%;
	overflow: hidden;
	margin-top: -26px;
}
#latest .feed .image img {
	position: absolute;
	left: -15%;
	top: -10%;
	width: 130%;
	max-width: none;
}
#latest .feed .text {
	padding: 30px;
}
#latest .feed .text h4 {
	margin: 0;
	font-weight: 400;
	font-size: 22px;
	line-height: 28px;
	color: #284968;
	letter-spacing: -.01em;
	word-break: break-word;
}
#latest .feed .text h4 a {
	color: #06b554;
}
#latest .feed:hover {
	background: #f7f7f7;
}
#latest .feed .meta {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
#latest .feed .meta span {
	display: block;
	width: 100%;
}
#latest .feed .meta span.time {
	color: #aab6c1;
	font-size: 11px;
	letter-spacing: 0.06em;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 20px;
}
#latest .feed .meta span.time i {
	color: #d0d9e2;
	margin-right: 5px;
	font-size: 13px;
}
#latest .feed .meta span.more a {
	display: block;
	height: 45px;
	line-height: 45px;
	color: #009944;
	letter-spacing: -0.01em;
	font-size: 14px;
	font-weight: 600;
	border-top: 1px solid #efece5;
	-webkit-font-smoothing: antialiased;
}
#latest .feed .icon {
	display: block;
	width: 100%;
	height: 32px;
	position: absolute;
	top: 0;
	left: 0;
	background: #faf9f6;
	z-index: 1;
	border-bottom: #efece5 solid 1px;
}
#latest .feed .icon.has-image {
	background-position: 50% 0;
	background-repeat: no-repeat;
	-o-background-size: cover;
	-ms-background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	height: 165px;
}
#latest .feed .icon.has-image i {
	top: auto;
	bottom: -20px;
}
#latest .feed .text.has-image {
	padding-top: 145px;
}
#latest .feed .icon i {
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	position: absolute;
	left: 50%;
	margin-left: -20px;
	top: 13px;
	text-align: center;
	color: #fff;
	background: #009944;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	font-size: 18px;
}
#latest .feed.twitter .icon i {
	background: #00aced;
}
#latest .feed.facebook .icon i {
	background: #3b589c;
}
#latest .bx-wrapper .bx-viewport {
	background: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	left: 0;
	border: none;
}
#latest .bxslider li {
	padding: 18px 0;
}
#latest .bxslider .bx-controls a {
	position: absolute;
	padding: 0;
	border: none;
	background: none;
	text-indent: none;
}
#latest .bx-wrapper .bx-controls-direction a {
	z-index: 99999;
	text-indent: 0;
	text-align: center;
	color: #848077;
	font-size: 32px;
	line-height: 100%;
	display: block;
	background: none !important;
	margin-top: -40px;
}
#latest .btn.btn-green-hollow.btn-round {
	padding: 0;
	height: 58px;
	line-height: 54px;
	width: 197px;
	margin-top: 30px;
	font-size: 19px;
}


/*==================================
=            HOME ABOUT            =
==================================*/
#home-about {
	background-position: 50% 0;
	background-image: url('images/background-home-about.jpg');
	background-repeat: no-repeat;
	-o-background-size: cover;
	-ms-background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	padding: 80px 0;
	background-color: #00396f;
}
#home-about h2 {
	margin: 0;
	text-align: center;
	color: #fff;
	font-size: 68px;
	-moz-text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
	-webkti-text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
}
#home-about hr {
	border-color: #426d95;
	margin-top: 58px;
	margin-bottom: 30px;
}
#home-about p {
	color: #fff;
	line-height: 27px;
	margin-bottom: 35px;
}
#home-about .button {
	text-align: center;
}
#home-about a.btn-white {
	height: 56px;
	line-height: 56px;
	width: 198px;
	padding: 0;
	margin: 0 auto;
	font-size: 19px;
	display; block;
}
#home-about a:hover.btn-white {
	background: #059b48;
	color:#fff !important;
}



/*===================================
=            HOME ISSUES            =
===================================*/
#home-issues {
	padding-top: 63px;
	padding-bottom: 60px;
	text-align: center;
}
#home-issues img {
	display: block;
	margin: 0 auto;
	width: 40px;
}
#home-issues h2 {
	font-size: 35px;
	color: #8a8572;
	margin-top: 5px;
	font-weight: 400;
}
#home-issues a.btn-blue-hollow {
	height: 58px;
	line-height: 54px;
	width: 197px;
	padding: 0;
	font-size: 19px;
}
#home-issues .bx-wrapper .bx-viewport {
	background: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	left: 0;
}
#home-issues ul {
	margin: 0;
	padding: 0;
	display: block;
	width: 100%;
}
#home-issues .issue-group {
	padding: 0;
}
#home-issues .bx-wrapper .bx-controls-direction a {
	text-indent: 0;
}
#home-issues ul li {
	padding: 50px 0;
}
.bx-wrapper .bx-controls-direction a {
	display: block !important;
	text-align: center !important;
	height: 48px !important;
	line-height: 48px !important;
	width: 48px !important;
	color: #c0c0af !important;
	border: solid 2px #c0c0af !important;
	-moz0border-radius: 100% !important;
	-webkit-border-radius: 100% !important;
	border-radius: 100% !important;
	margin-top: -80px !important;
	font-size: 30px;
	z-index: 5 !important;
}
#home-issues .bx-wrapper .bx-controls-direction a.bx-prev i { margin-left: -3px; }
#home-issues .bx-wrapper .bx-controls-direction a.bx-next i { margin-right: -3px; }







/*==============================
=            TOPPER            =
==============================*/
#topper {
	background-color: #00396f;
	background-position: 50% 0;
	background-repeat: no-repeat;
	-o-background-size: cover;
	-ms-background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	text-align: center;
	padding: 40px 0 27px;
}
#topper.large {
	padding-top: 105px;
	padding-bottom: 85px;
}
#topper.large hr {
	border-color: #fff;
}
#topper.large.has-lead-text {
	padding-bottom: 221px;
}
#topper h1 {
	color: #fff;
	margin: 0;
	-moz-text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
	-webkit-text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
}
#topper.large h1 {
	font-size: 68px;
}
#topper hr {
	width: 93px;
	border-top: solid #406b93 3px;
	margin: 10px auto 0;
}
h5.subheading {
	margin: 0 0 12px;
	color: #fff;
	-moz-text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
	-webkit-text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
}
#topper .lead {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: rgb(0, 57, 111);
	background: rgba(0, 57, 111, 0.9);
	padding: 35px 23% 15px;
	margin: 0;
}
#topper .lead p {
	color: #fff;
	font-size: 21px;
	font-weight: 400;
	margin: 0;
	letter-spacing: -.02em;
	padding: 0 30px;
}
#topper .lead a {
	color: #1c68ab;
	font-size: 30px;
	margin: 0;
	padding: 0;
	line-height: 100%;
}
#topper .lead a:hover {
	color: #3182cb;
}
#topper a.spanish {
	width: 82px;
	height: 37px;
	color: #fff;
	border: solid 2px #33618c;
	height: 36px;
	line-height: 32px;
	width: 83px;
	-moz-border-radius: 5em !important;
	-webkit-border-radius: 5em !important;
	border-radius: 5em !important;
	display: block;
	position: absolute;
	right: 15px;
	top: -25px;
	font-weight: 600;
}
#topper a.spanish:hover {
	background: #33618c;
}
#topper a.spanish:active {
	background: #fff;
	border-color: #fff;
	color: #00396f;
}
#topper.large a.spanish {
	border-color: #d0d8d7;
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, 0.25);
	top: -90px;
}
#topper.large a.spanish:hover {
	background: rgba(0, 0, 0, 0.65);
	color: #fff !important;
}
#topper.large a.spanish:active {
	background: rgba(0, 0, 0, 0.75);
	color: #fff !important;
}









/*=============================
=            INNER            =
=============================*/
main {
	background: #fff;
	padding-top: 60px;
	padding-bottom: 102px;
}
.featured-image {
	display: block;
	margin-bottom: 25px;
}
.featured-image img {
	width: 100%;
	height: auto;
}
.col-md-8.col-md-offset-2#content h1 {
	margin-top: 0;
	text-align: center;
}
.col-md-8.col-md-offset-2#content aside {
	text-align: center;
}
.col-md-8.col-md-offset-2#content aside span {
	float: none;
	display: inline-block;
	margin: 0 8px;
}
.col-md-9#content {
	padding-right: 5em;
}
.single .video-wrap iframe {
	width: 100%;
	height: 320px;
	margin-bottom: 25px;
}
h1.title.issue {
	position: relative;
	padding-left: 90px;
	margin-bottom: 30px;
}
h1.title.issue span {
	position: absolute;
	width: 67px;
	height: 67px;
	line-height: 67px;
	text-align: center;
	background: #009944;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	left: 0;
	top: -15px;
}
h1.title.issue span img {
	width: 100% !important;
	max-width: 30px !important;
	height: auto !important;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-o-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	-moz-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}








/*=============================
=            INDEX            =
=============================*/
main.index #content article {
	position: relative;
	margin-bottom: 65px;
}
main.index #content article.post h2 {
	margin: 0;
}
main.index #content article.post h2 a {
	color: #00396f;
}
main.index #content article.post h2 a:hover {
	color: #165692;
}
main.index #content article.post .excerpt p {
	color: #284968;
	line-height: 25px;
	font-size: 16px;
}
main.index #content article.post .excerpt p a {
	color: #009944;
	font-weight: 600;
}
main.index #content article.post .excerpt p a:hover {
	color: #10bd5d;
}
main.index #content article.video iframe {
	width: 100%;
	height: 320px;
}
.video-wrap {
	margin-bottom: 15px;
}
aside {
	margin-bottom: 20px;
}
aside span {
	float: left;
	display: block;
	color: #aab6c1;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	font-family: "proxima-nova",sans-serif;
	font-weight: 600;
	margin-right: 25px;
}
aside span.categories a {
	color: #aab6c1;
}
aside span.categories a:hover {
	color: #bdc4ca;
}
span.social {
	position: absolute;
	bottom: -40px;
	width: 170px;
	right: 0;

	-webkit-transition: all 300ms cubic-bezier(0.32,1.25,0.375,1.15);
	-ms-transition: all 300ms cubic-bezier(0.32,1.25,0.375,1.15) 0ms;
	-moz-transition: all 300ms cubic-bezier(0.32,1.25,0.375,1.15) 0ms;
	-o-transition: all 300ms cubic-bezier(0.32,1.25,0.375,1.15) 0;
	transition: all 300ms cubic-bezier(0.32,1.25,0.375,1.15) 0;
	-webkit-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8);
	opacity: 0;
}
main.index #content article.post:hover span.social {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
span.social a {
	height: 30px;
	line-height: 30px;
	width: 30px;
	display: block;
	float: left;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	text-align: center;
	margin-left: 10px;
	color: #fff;
	border: solid 2px #e3e3e3;
	font-size: 16px;
	line-height: 29px
	position: relative;
	overflow: hidden;
}
span.social a.facebook { color: #3b5998; border-color: #3b5998; }
span.social a.twitter { color: #00aced; border-color: #00aced; }
span.social a.email {
	color: #009944;
	border-color: #009944;
	font-size: 12px;
	line-height: 27px;
	padding-left: 1px;
	outline: none !important;
}
span.social a.facebook:hover { background: #3f68bc; color: #fff; }
span.social a.twitter:hover { background: #00aced; color: #fff; }
span.social a.email:hover { background: #009944; color: #fff; }
span.social p {
	float: left;
	margin-right: 2px;
	display: inline;
	color: #aab6c1 !important;
	font-size: 13px !important;
	text-transform: uppercase !important;
	letter-spacing: 0.06em !important;
	font-family: "proxima-nova",sans-serif !important;
	font-weight: 600 !important;
	margin: 3px 0 0 0;
}
span.social span {
	display: inline;
}
.excerpt .thumbnail-image a {
	height: 170px;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	width: 170px;
	margin: 5px auto;
	display: block;
	overflow: hidden;
	position: relative;
	-o-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	transform: translateZ(0);
}
.excerpt .thumbnail-image a img {
	position: absolute;
	width: 110%;
	left: -5%;
	margin-top: -5px;
}
article h1.title {
	font-family: "proxima-nova", sans-serif;
	letter-spacing: -0.03em;
	font-weight: 600;
}

.pagination {
	width: 100%;
}
.pagination a {
	position: relative;
	-webkit-transition: all 225ms ease;
	-moz-transition: all 225ms ease;
	transition: all 225ms ease;
	font-family: "proxima-nova",sans-serif;
	font-weight: 600;
	letter-spacing: -0.01em;
	font-size: 14px;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	outline: none !important;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-font-smoothing: antialiased;

	border: solid 2px #00396f;
	color: #00396f !important;
	background: none;

	-moz-border-radius: 5em !important;
	-webkit-border-radius: 5em !important;
	border-radius: 5em !important;

	height: 36px;
	line-height: 33px;
	display: inline-block;
	padding: 0 20px;
}
.pagination a:active {
	border: solid 2px #00396f;
	color: #00396f !important;
	background: none;
}
.pagination a:hover, .pagination a:focus {
	background: #00396f;
	color: #fff !important;
}
.pagination .prev {
	float: left;
}
.pagination .next {
	float: right;
}











/*==============================
=            ISSUES            =
==============================*/
.issue-circle {
	text-align: center;
	margin-bottom: 40px;
}
.issue-circle a.icon {
	position: relative;
	display: block;
	max-width: 190px;
	margin: 0 auto;
	width: 100%;
	background: #009944;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	text-align: center;

	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 300ms cubic-bezier(0.32,1.25,0.375,1.15);
	-ms-transition: all 300ms cubic-bezier(0.32,1.25,0.375,1.15) 0ms;
	-moz-transition: all 300ms cubic-bezier(0.32,1.25,0.375,1.15) 0ms;
	-o-transition: all 300ms cubic-bezier(0.32,1.25,0.375,1.15) 0;
	transition: all 300ms cubic-bezier(0.32,1.25,0.375,1.15) 0;
}
.issue-circle a.icon:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.issue-circle a.icon img {
	width: 100% !important;
	max-width: 80px !important;
	height: auto !important;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-o-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	-moz-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}
.issue-circle .title {
	margin: 0;
}
.issue-circle .title a {
	color: #2a4a68;
	font-size: 23px;
	letter-spacing: -0.02em;
	font-family: "proxima-nova",sans-serif;
	font-weight: 600;
	margin: 20px 0 0;
}
.issue-circle p.description {
	color: #8493a0;
	font-size: 15px;
	line-height: 21px;
	margin-top: 5px;
	margin-bottom: 8px;
}
.issue-circle a.read-more {
	color: #009944;
	font-size: 15px;
	font-weight: 600;
}
.page.issues hr {
	max-width: 665px;
	width: 100%;
	margin: 0 auto !important;
}
.page.issues .lead p {
	font-size: 21px;
	font-weight: 400;
	margin: 30px 0 0 0;
	letter-spacing: -.02em;
	text-align:center;
}

















/*======================================
=            SOCIAL BUTTONS            =
======================================*/
.social-buttons a {
	height: 49px;
	line-height: 46px;
	width: 31%;
	padding: 0 0 0 30px;
}
.social-buttons a i {
	position: absolute;
	left: 23px;
	top: 11px;
	font-size: 23px;
}
.social-buttons a.twitter {
	margin: 0 2%;
}
hr.large.full.gray.bottom {
	margin: 50px 0;
}







/*================================
=            SIDEBARS            =
================================*/
#sidebar form {
	background: #eeebe5;
	padding: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
#sidebar form input {
	border: 0px;
}
#sidebar form i {
	display: block;
	width: 100%;
	text-align: center;
	color: #bcb8ab;
	font-size: 25px;
	margin-bottom: 6px;
}
#sidebar form input {
	width: 100%;
	height: 50px;
	line-height: 50px;
	padding-left: 28px;
	-moz-borer-radius: 0;
	-webkit-borer-radius: 0;
	borer-radius: 0;
	background-color: #fff;
	background-repeat: no-repeat;

}
#sidebar form input.email {
	border-bottom: solid 1px #ced4da;
	-moz-border-radius: 2px 2px 0 0;
	-webkit-border-radius: 2px 2px 0 0;
	border-radius: 2px 2px 0 0;
	background-image: url('images/icon-email.png');
	-o-background-size: 13px;
	-ms-background-size: 13px;
	-moz-background-size: 13px;
	-webkit-background-size: 13px;
	background-size: 13px;
	background-position: 10px 19px
}
#sidebar form input.zip {
	background-image: url('images/icon-gps.png');
	-o-background-size: 11px;
	-ms-background-size: 11px;
	-moz-background-size: 11px;
	-webkit-background-size: 11px;
	background-size: 11px;
	background-position: 10px 18px;
}
#sidebar form button {
	width: 100%;
	font-size: 17px;
	-moz-border-radius: 0 0 2px 2px;
	-webkit-border-radius: 0 0 2px 2px;
	border-radius: 0 0 2px 2px;
	padding: 0;
	font-weight: 700;
	height: 48px;
	line-height: 48px;
	padding-right: 17px;
}
#sidebar form button span {
	position: relative;
}
#sidebar form button i {
	display: inline;
	color: #fff;
	font-size: 25px;
	position: absolute;
	width: auto;
	right: -20px;
	top: -3px;
}
#sidebar .social {
	margin-top: 17px;
	text-align: center;
}
#sidebar .social a {
	color: #94a3b5;
	font-size: 20px;
	width: 30%;
	display: inline-block;
	height: 38px;
	line-height: 38px;
}
#sidebar .social a.twitter {
	border-left: solid 1px #e3e7ea;
	border-right: solid 1px #e3e7ea;
}
#sidebar .social a.facebook:hover { color: #3b5998; }
#sidebar .social a.twitter:hover { color: #0aa2db; }
#sidebar .social a.youtube:hover { color: #da1313; }
#sidebar .actions {
	margin-top: 25px;
}
#sidebar .actions a {
	display: block;
}
#sidebar .actions a i {
	background: #00396f;
	display: block;
	height: 45px;
	width: 45px;
	text-align: center;
	color: #fff;
	line-height: 45px;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	font-size: 22px;
	-webkit-transition: all 225ms ease;
	-moz-transition: all 225ms ease;
	transition: all 225ms ease;
}
#sidebar .actions a h4 {
	margin: 13px 0 2px 0;
}
#sidebar .actions a p {
	font-size: 12px;
	line-height: 14px;
	margin: 0;
	color: #284968;
}
#sidebar .actions a:hover i {
	background: #094b89;
}
#sidebar .actions a:hover h4 {
	color: #094b89;
}
#sidebar .list h4 {
	color: #8a8572;
	margin-bottom: 10px;
	margin-top: 30px;
	display: block
	letter-spacing: 0.1em;
	font-size: 14px;
	text-transform: uppercase;
}
#sidebar .list ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#sidebar .list ul li {
	margin-bottom: 6px;
	display: block;
	color: #00396f;
	line-height: 17px;
	font-weight: 600;
}
#sidebar .list ul li a {
	color: #00396f;
	line-height: 17px;
	font-size: 14px;
	font-weight: 600;
}





















/*=====================================
=            CONTACT            =
=====================================*/

.wpcf7 input, .wpcf7 textarea {
	width: 100%;
}


/*=====================================
=            FOOTER DONATE            =
=====================================*/
#footer-donate {
	background: #009944;
	padding: 30px 0;
}
.home #footer-donate {
	display: none;
}
#footer-donate a {
	display: block;
	margin: 0 auto;
	max-width: 340px;
	width: 100%;
	height: 60px;
	line-height: 60px;
	font-size: 21px;
	padding: 0;
}



/*===================================
=            FOOTER FORM            =
===================================*/
#footer-form {
	padding: 94px 0 125px;
	text-align: center;
	background-position: 0 0;
	background-repeat: no-repeat;
	-o-background-size: cover;
	-ms-background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	text-align: center;
	background-image: url('images/background-footer.jpg');
	border-top: solid 1px #d8e1e0;
}
#footer-form h3 {
	margin: 0 auto;
	font-size: 45px;
	padding: 0 20%;
	line-height: 54px;
	margin-bottom: 70px;
}
#footer-form form {
	margin: 0 auto;
	max-width: 725px;
	width: 100%;
}
#footer-form form input, #footer-form form button {
	height: 65px;
	line-height: 65px;
	padding: 0;
}
#footer-form form input {
	font-size: 23px;
	padding-left: 33px;
	background-repeat: no-repeat;
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	border-radius: 0 !important;
	border:0px;
}
#footer-form form input.email {
	border-radius: 2px 2px 0 0;
	background-image: url('images/icon-email.png');
	-o-background-size: 15px;
	-ms-background-size: 15px;
	-moz-background-size: 15px;
	-webkit-background-size: 15px;
	background-size: 15px;
	background-position: 11px 24px;
	border-right: solid 1px #ced4da;
}
#footer-form form input.zip {
	border-radius: 2px 2px 0 0;
	background-image: url('images/icon-gps.png');
	-o-background-size: 14px;
	-ms-background-size: 14px;
	-moz-background-size: 14px;
	-webkit-background-size: 14px;
	background-size: 14px;
	background-position: 11px 22px;
}
#footer-form form button {
	font-size: 18px;
	padding-right: 20px;
	font-weight: 700;
}
#footer-form form button span {
	position: relative;
}
#footer-form form button i {
	position: absolute;
	right: -20px;
	top: -2px;
	font-size: 25px;
}












/*===================================
=            SITE FOOTER            =
===================================*/
#site-footer {
	padding: 45px 0;
	text-align: center;
}
#site-footer a.logo {
	display: block;
	width: 100%;
	max-width: 373px;
	margin: 0 auto;
}
#site-footer a.logo img {
	width: 100%;
	height: auto;
}
#footer-nav {
	margin-top: 30px;
	margin-bottom: 30px;
}
#footer-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#footer-nav ul li {
	display: inline-block;
}
#footer-nav ul li a {
	color: #2a4a68;
	font-size: 16px;
	letter-spacing: -0.01em;
	font-weight: 600;
	margin: 0 15px;
}
#footer-nav ul li a:hover, #footer-nav-2 a:hover {
	color: #36638d;
}
#footer-nav ul li.donate a {
	color: #009944;
	font-weight: 700;
}
#footer-nav ul li.donate a:hover {
	color: #08bb58;
}
#footer-nav-2 {
	margin-bottom: 30px;
}
#footer-nav-2 a {
	color: #2a4a68;
	font-size: 14px;
}
#footer-nav-2 span.separator {
	color: #b7c4d1;
	margin: 0 3px;
}
#footer-social a {
	font-size: 22px;
	margin: 0 10px;
}
#footer-social a.facebook { color: #3b5998; }
#footer-social a.twitter { color: #0aa2db; }
#footer-social a.youtube { color: #da1313; }
#footer-social a.facebook:hover { color: #3e64b2; }
#footer-social a.twitter:hover { color: #16b0ea; }
#footer-social a.youtube:hover { color: #f64b4b; }
#paid-for-by {
	padding: 17px 0;
	background: url('images/background-paid-for-by.jpg') repeat 0 0;
}
#paid-for-by p {
	margin: 0;
}
#paid-for-by p {
	font-family: "proxima-nova",sans-serif;
	font-weight: 600;
	font-size: 11px;
	color: #8a8572;
	display: block;
	height: 41px;
	line-height: 41px;
	display: block;
	margin: 0 auto;
	padding: 0 15px;
	border: solid 1px #d5d0c5;
	text-align: center;
	width: 100%;
	max-width: 420px;
	text-transform: uppercase;
}
#footer-contact p {
	color: #2a4a68;
	font-size: 14px;
	line-height: 20px;
	margin:15px 0 0 0
}






/*===============================
=            ACTIONS            =
===============================*/
main.actions {
	background-image: url('images/background-take-action.jpg');
	background-repeat: no-repeat;
	background-position: 50% 0;
	-ms-background-size: cover;
	-o-background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	padding: 60px 0 100px;
}
main.actions .lead p {
	color: #fff;
	font-size: 21px;
	font-weight: 400;
	margin: 0;
	letter-spacing: -.02em;
	text-align:center;
}
main.actions .action a {
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	margin-bottom: 50px;
}
main.actions .action a span.icon {
	background: #fff;
	background: rgba(255, 255, 255, 0.8);
	width: 100%;
	max-width: 172px;
	margin: 0 auto;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	display: block;

	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 300ms cubic-bezier(0.32,1.25,0.375,1.15);
	-ms-transition: all 300ms cubic-bezier(0.32,1.25,0.375,1.15) 0ms;
	-moz-transition: all 300ms cubic-bezier(0.32,1.25,0.375,1.15) 0ms;
	-o-transition: all 300ms cubic-bezier(0.32,1.25,0.375,1.15) 0;
	transition: all 300ms cubic-bezier(0.32,1.25,0.375,1.15) 0;
}
main.actions .action a:hover span.icon {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
main.actions .action a span.icon img {
	max-width: 95px;
}
main.actions .action a span.text h4 {
	color: #fff;
	font-size: 23px;
	letter-spacing: -0.02em;
	font-family: "proxima-nova",sans-serif;
	font-weight: 600;
	margin: 0;
	margin-top: 15px;
}
main.actions .action a span.text p {
	font-size: 15px;
	line-height: 20px;
	margin: 0;
	color: #d1dbe6;
}












/*==================================
=            KEY FRAMES            =
==================================*/
@-moz-keyframes slideDown {
 	from { -moz-transform: translate3d(0, -100%, 0) scale3d(1, 1, 1); }
    to   { -moz-transform: translate3d(0, 0, 0) scale3d(1, 1, 1); }
}
@-webkit-keyframes slideDown {
    from { -webkit-transform: translate3d(0, -100%, 0) scale3d(1, 1, 1); }
    to   { -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1); }
}
@-ms-keyframes slideDown {
    from { -ms-transform: translate3d(0, -100%, 0) scale3d(1, 1, 1); }
    to   { -ms-transform: translate3d(0, 0, 0) scale3d(1, 1, 1); }
}
@-o-keyframes slideDown {
	from { -o-transform: translate3d(0, -100%, 0) scale3d(1, 1, 1); }
    to   { -o-transform: translate3d(0, 0, 0) scale3d(1, 1, 1); }

}
@keyframes slideDown {
	from { transform: translate3d(0, -100%, 0) scale3d(1, 1, 1); }
    to   { transform: translate3d(0, 0, 0) scale3d(1, 1, 1); }
}
@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	50% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes pulse {
	0% {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}

	50% {
		-webkit-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1);
	}

	100% {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
}
@-webkit-keyframes rotation {
   from {-webkit-transform: rotate(0deg);}
   to {-webkit-transform: rotate(359deg);}
}
@-moz-keyframes rotation {
   from {-moz-transform: rotate(0deg);}
   to {-moz-transform: rotate(359deg);}
}
@-o-keyframes rotation {
   from {-o-transform: rotate(0deg);}
   to {-o-transform: rotate(359deg);}
}
@keyframes rotation {
   from {transform: rotate(0deg);}
   to {transform: rotate(359deg);}
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}












/*=====================================
=            MEDIA QUERIES            =
=====================================*/

	/*==========  Mobile First Method  ==========*/

	/* Custom, iPhone Retina */
	@media only screen and (min-width : 320px) {

	}

	/* Extra Small Devices, Phones */
	@media only screen and (min-width : 480px) {

	}

	/* Small Devices, Tablets */
	@media only screen and (min-width : 768px) {

	}

	/* Medium Devices, Desktops */
	@media only screen and (min-width : 992px) {

	}

	/* Large Devices, Wide Screens */
	@media only screen and (min-width : 1200px) {

	}



	/*==========  Non-Mobile First Method  ==========*/

	/* Large Devices, Wide Screens */
	@media only screen and (max-width : 1200px) {

	}

	/* Medium Devices, Desktops */
	@media only screen and (max-width : 992px) {
		#site-canvas {
			padding-top: 65px;
		}
		#site-header .container {
			padding: 0;
		}
		#site-header a.logo {
			width: 175px;
		}
		#site-header nav {
			margin-left: 33px;
		}
		#site-header nav ul li a {
			height: 30px;
			line-height: 30px;
			padding: 0 5px;
		}
		#site-header .donate {
			float: right;
			padding: 0;
			height: 40px;
			line-height: 37px;
			width: 172px;
			font-size: 18px;
			margin-top: 14px;
		}
		#callout-info .wrap.form {
			width: 60%;
		}
		#callout .wrap.social {
			width: 35%;
		}
		#callout-info .wrap.form input {
			font-size: 17px;
		}
		#callout-info input.email {
			width: 42%;
		}
		#callout-info form.flatten input.zip, #callout-info form.flatten button {
			width: 29%;
		}
		#callout-info .wrap.form button {
			font-size: 15px;
		}
		#callout-info .wrap.form button span i {
			position: absolute;
			right: -16px;
			top: 1px;
			font-size: 18px;
		}
		.bx-wrapper .bx-controls-direction a {
			display: none !important;
		}
		#latest .container {
			width: 100%;
		}
		#latest .bxslider li .col-sm-4 {
			padding: 0 5px;
		}
		#home-about h2 {
			font-size: 60px;
		}
		#footer-nav ul li a {
			margin: 0 8px;
		}
		.col-md-9#content {
			padding-right: 15px;
		}
		#sidebar {
			display: none;
		}
	}

	/* Small Devices, Tablets */
	@media only screen and (max-width : 768px) {
		#site-canvas {
			padding-top: 72px;

			-webkit-transform: translateX(0);
			-o-transform: translateX(0);
			-ms-transform: translateX(0);
			-moz-transform: translateX(0);
			transform: translateX(0);

			-webkit-transform: translate3d(0);
			-o-transform: translate3d(0);
			-ms-transform: translate3d(0);
			-moz-transform: translate3d(0);
			transform: translate3d(0);

			-moz-transition: all 300ms cubic-bezier(.694, .0482, .335, 1);;
			-webkit-transition: all 300ms cubic-bezier(.694, .0482, .335, 1);;
			transition: all 300ms cubic-bezier(.694, .0482, .335, 1);;
		}
		#mobile-nav {
			display: block;
		}
		#site-header .container {
			padding: 0 15px;
		}
		#site-header nav, #site-header .donate {
			display: none;
		}
		#site-header {
			background: #fff !important;
		}
		#site-header a.logo {
			width: 200px;
		}
		#site-header .toggle-nav {
			position: absolute;
			right: 0;
			font-size: 35px;
			color: #00396f;
			display: block;
			margin: 11px;
		}
		#site-header .toggle-nav:hover {
			color: #1E5B94;
		}
		#callout {
			background-position: 60% 0 ;
		}
		#callout .spanish {
			z-index: 9999;
		}
		#callout-info {
			padding: 0;
		}
		#callout-info .wrap {
			-moz-border-adius: 0 !important;
			-webkit-border-radius: 0 !important;
			border-radius: 0 !important;
		}
		#callout-info .wrap.icon {
			display: none;
		}
		#callout-info .wrap.form {
			width: 100%;
			padding: 13px 15px;
		}
		#callout .wrap.social {
			width: 100%;
			padding: 0;
		}
		#callout .wrap.social a.twitter {
			width: 34%;
		}
		#callout a.play {
			font-size: 16px;
		}
		#latest .feed {
			margin-bottom: 25px;
		}
		#home-about {
/* 			background: #00396f; */
/* 			text-align: center; */
		}
		#home-about hr {
			margin-top: 35px;
		}
		#footer-form h3 {
			padding: 0;
		}
		#footer-form form input, #footer-form form button {
			width: 100%;
		}
		#footer-form form input.email {
			border: none;
			border-bottom: 1px solid #d1d7dc;
		}
		#footer-nav ul li {
			display: block;
		}
		#footer-nav ul li a {
			width: 100%;
			display: block;
			padding: 10px 0;
		}
		#paid-for-by p {
			height: auto;
			line-height: 18px;
			padding: 12px 10px;
		}
		#topper .lead {
			padding: 35px 15px 15px;
		}
		.social-buttons a {
			height: 49px;
			line-height: 45px;
			width: 100%;
			margin: 0 auto 10px !important;
			font-size: 15px;
			max-width: 250px;
			display: block;
			float: none;
		}
		main {
			padding-bottom: 45px;
		}
		aside span {
			float: none !important;
			display: block !important;
			margin-bottom: 5px !important;
		}
		span.social {
			-webkit-transform: scale(1);
			-ms-transform: scale(1);
			-moz-transform: scale(1);
			-o-transform: scale(1);
			transform: scale(1);
			opacity: 1
		}
		.excerpt .thumbnail-image {
			display: none;
		}
		
		#home-issues .bx-wrapper .bx-viewport { min-height: 1100px; }
	}
	
	@media only screen and (max-width : 767px) {
		#home-about {
			background: #00396f;
			text-align: center;
		}
	}
	
	

	/* Extra Small Devices, Phones */
	@media only screen and (max-width : 480px) {
		#site-canvas {
			padding-top: 62px;
		}
		#site-header a.logo {
			width: 160px;
		}
		#site-header .toggle-nav {
			font-size: 28px;
			margin: 12px;
		}
		#callout {
			background-position: 0 0;
			padding-top: 80px;
		}
		#callout .col-md-6.col-xs-8.col-sm-offset-1 {
			width: 100%;
			text-align: center;
		}
		#callout .container {
			padding-bottom: 365px;
		}
		#callout h1 {
			margin-top: 20px;
		}
		#callout .spanish {
			display: none;
		}
		#callout a.play {
			display: block;
			font-size: 17px;
		}
		#callout a.play i {
			margin: 0 auto;
			display: block;
			padding: 0;
			height: 75px;
			width: 75px;
			line-height: 75px;
			font-size: 27px;
		}
		#callout-info .wrap.form input, #callout-info .wrap.form button {
			width: 100% !important;
		}
		#callout-info .wrap.form input.email {
			border: none;
			border-bottom: solid 1px #d1d7dd;
		}
		#home-about h2 {
			font-size: 45px;
		}
		#footer-form h3 {
			font-size: 36px;
			line-height: 40px;
		}
		#footer-form {
			padding: 60px 0;
		}
		#topper.large h1 {
			font-size: 53px;
		}
		#topper.large.has-lead-text {
			padding-bottom: 200px;
		}
		h5.subheading {
			font-size: 11px;
		}
		#topper.large {
			padding-top: 50px;
		}
		#topper a.spanish {
			display: none;
		}
		#topper .lead p {
			font-size: 16px;
		}
		h1.title.issue span {
			position: relative;
			width: 67px;
			height: 67px;
			line-height: 67px;
			text-align: center;
			background: #009944;
			-moz-border-radius: 100%;
			-webkit-border-radius: 100%;
			border-radius: 100%;
			left: 0;
			top: 9;
			display: block;
			margin: 0 auto 5px;
		}
		h1.title.issue {
			text-align: center;
			padding-left: 0;
		}
	}

	/* Custom, iPhone Retina */
	@media only screen and (max-width : 320px) {

	}




/*=======================================
=            BROWSER SUPPORT            =
=======================================*/
/* Turns off fluid layout */
html.ie-old, html.ie-old #site-wrapper {
	min-width: 980px;
}
html.ie-old body {
	overflow: auto;
}
html.ie-old #site-header .donate {
	max-width: 180px;
}
html.ie-old input {
	background-image: none !important;
}
html.ie-old .issue-circle a.icon img {
	margin-top: -40px;
	margin-left: -40px;
	width: 80px;
	height: auto;
}
html.ie-old h1.title.issue span img {
	margin-left: -15px;
	margin-top: -8px;
}