/*
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
 *	Font: 	Proxima Nova
 *	Code: 	font-family: "proxima-nova",sans-serif;
 *	Sizes: 	400, 600, 700, 800
 */
/**
 *	Name: 	Proxima Nova Condensed
 *	Font: 	Proxima Nova Condensed
 *	Code: 	font-family: "proxima-nova-condensed",sans-serif;
 *	Sizes: 	400, 600, 700, 800
 */
/**
 *	Name: 	Freight Text Pro
 *	Font: 	Freight Text Pro
 *	Code: 	font-family: "freight-text-pro",sans-serif;
 *	Sizes: 	400, 500, 600, 700
 */


/*============================
=            BASE            =
============================*/
body {
	text-rendering: optimizelegibility;
	font-family: "proxima-nova",sans-serif;
}
section {
	position: relative;
}
a {
	text-decoration: none !important;
	-moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	color:#126834;
	font-weight: 600;
}
a:hover {
	color:#38B684;
}
#content p {
	color: #463E3A;
	line-height: 32px;
	font-size: 20px;
	font-family: "freight-text-pro",sans-serif;
	margin:0 0 20px;
}
h1 {
	color: #126834;
	font-family: "proxima-nova",sans-serif;
	font-weight: 600;
	letter-spacing: -0.05em;
	font-size: 74px;
	-webkit-font-smoothing: antialiased;
}
h2 {
	font-family: "proxima-nova", sans-serif;
	font-weight: 700;
	font-size: 36px;
	letter-spacing: -0.02em;
	color: #4c4242;
	-webkit-font-smoothing: antialiased;
}
h3 {
	font-family: "proxima-nova", sans-serif;
	font-weight: 700;
	font-size: 30px;
	letter-spacing: -0.02em;
	color: #4c4242;
	-webkit-font-smoothing: antialiased;
}
h4 {
	color: #65635e;
	font-size: 14px;
	font-family: "proxima-nova",sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	-webkit-font-smoothing: antialiased;
}
#content h4 {
	font-size: 22px;
	margin: 30px 0 15px 0;
	padding: 0;
	line-height: 26px;
	text-transform: none;
	letter-spacing: -0.02em;
	color: #463E3A;
}
h5 {
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
	font-family: "proxima-nova",sans-serif;
	letter-spacing: 0.3em;
	-webkit-font-smoothing: antialiased;
}
#content h5 {
	font-size: 18px;
	line-height: 25px;
	letter-spacing: -0.02em;
	color: #463E3A;
	text-transform: none;
	display: inline;
}
input, textarea {
	outline: none !important;
	color: #7f7f7f !important;
	font-weight: 400;
	/*font-family: "proxima-nova",sans-serif;*/
	border: none !important;
	background: #fff !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	border: solid 1px #deddd5 !important;
	padding: 6px;
	border-radius: 3px !important;
	-moz-border-radius: 3px !important;
	-webkit-border-radius: 3px !important;
}
::selection {
	background: #fc7059;
	color:#fff;
}
::-moz-selection {
	background: #fc7059;
	color:#fff;
}
hr {
	margin-top: 45px;
	margin-bottom: 0;
	border: 0;
	width: 160px;
	zoom: 1;
	filter: alpha(opacity=25);
	opacity: 0.25;
}

ul, ol {
	margin-top: 20px;
	margin-bottom: 20px;
}

.wideeye {
	margin-bottom:25px;
	font-size:12px;
}

/*========================================
=            INDIVIDUAL ITEMS            =
========================================*/
#site-wrapper {
	position: relative;
	overflow: hidden;
	width: 100%;
}
#site-canvas {
	margin: 0 auto;
	width: 100%;
}
#post-template {
	display: none;
}
main {
	z-index: 9999;
	position: relative;
	padding-top: 65px;
	background: url('images/background.jpg') repeat 0 0;
}
body.home main {
	padding-top: 0 !important;
}
body.sticky main {
	padding-top: 140px;
}
.social-squares {
	text-align: center;
	position: absolute;
	top: 0;
	right: 0;
}
.social-squares a {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: #fff; 
	font-size: 16px;
	float: left;
}
.social-squares a.facebook { background: #3b5998; }
.social-squares a.facebook:hover {
	background: #fff;
	color: #3b5998;
}
.social-squares a.twitter { background: #00aced; }
.social-squares a.twitter:hover {
	background: #fff;
	color: #00aced;
}
.social-squares a.youtube { background: #cc181e; }
.social-squares a.youtube:hover {
	background: #fff;
	color: #cc181e;
}
.social-squares a.instagram { background: #517fa4; }
.social-squares a.instagram:hover {
	background: #fff;
	color: #517fa4;
}
.social-squares a.facebook:focus, .social-squares a.facebook:active, .social-squares a.twitter:focus, .social-squares a.twitter:active {
	background: #fc7059;
	color: #e54b32;
}
.social-squares a i {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.social-squares a:hover i {
	-webkit-animation-name: pulse2;
	animation-name: pulse2;
}
.btn, input[type="submit"]{
	outline: none !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	text-transform: uppercase;
	color: #fff;
	font-family: "proxima-nova-condensed",sans-serif;
	font-weight: 600;
	letter-spacing: 0.12em;
	border: none !important;
	-moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	-webkit-font-smoothing: antialiased;
	border-radius: 3px !important;
	-moz-border-radius: 3px !important;
	-webkit-border-radius: 3px !important;
	background: #38B684;
	color:#fff
}
.btn:hover, .btn:focus, input[type="submit"]:hover, input[type="submit"]:focus {
	background: #3ac98e;
}
.btn-success {
	background: #38B684;
}
.btn-success:hover, .btn-success:focus {
	background: #3ac98e;
}
.btn-success:active {
	background: #fc7059;
	-moz-text-shadow: 0px 0px 3px rgba(2, 2, 2, 0.21);
	-webkit-text-shadow: 0px 0px 3px rgba(2, 2, 2, 0.21);
	text-shadow: 0px 0px 3px rgba(2, 2, 2, 0.21);
}
.btn-danger {
	background: #fc7059;
	border: solid 1px #f9693e !important;
	color: #fff;
	font-family: "proxima-nova",sans-serif;
	font-weight: 600;
	-moz-text-shadow: 0px 0px 3px rgba(2, 2, 2, 0.21);
	-webkit-text-shadow: 0px 0px 3px rgba(2, 2, 2, 0.21);
	text-shadow: 0px 0px 3px rgba(2, 2, 2, 0.21);
}
.btn-danger:hover, .btn-danger:focus {
	background: #ff7a68;
}
.btn-danger:active {
	background: #ff7a68;
}
.form-control {
	background: none;
	outline: none;
	border: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#arrow-down {
	cursor: pointer;
	background: rgb(255, 255, 255);
	background: rgba(255, 255, 255, 0.5);
	display: block;
	height: 32px;
	width: 32px;
	line-height: 32px;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	color: #4f5749;
	font-size: 22px;
	position: absolute;
	bottom: 23px;
	left: 50%;
	-moz-transition: all 600ms ease-in-out;
	-webkit-transition: all 600ms ease-in-out;
	transition: all 600ms ease-in-out;
	 -webkit-animation-name: bounce;
  	animation-name: bounce;
  	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	animation-delay: 3s;
	-webkit-animation-delay:  3s;
	-webkit-animation-duration: 5s;
	animation-duration: 5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	margin-left: -16px;
	-webkit-font-smoothing: antialiased;
}
#arrow-down i {
	text-shadow: 0px 0px 3px rgba(255, 255, 255, 0.5);
}
#content {
	padding-bottom: 60px;
}
.load-more {
	width: 100%;
	border-top: 1px solid #d6d3ce;
	display: block;
	text-align: center;
	color: #4c4343;
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 0.38em;
	font-family: "proxima-nova-condensed",sans-serif;
	font-weight: 400;
	padding-top: 10px;
	padding-bottom: 10px;
}
.load-more:hover {
	color: #3ac98e;
	border-color: #3ac98e
}
.share-post {
	position: absolute;
	left: 0;
	top: 5%;
	background: #fff;
	-moz-box-shadow: 0px 0px 3px 0px rgba(2, 2, 2, 0.25);
	-webkit-box-shadow: 0px 0px 3px 0px rgba(2, 2, 2, 0.25);
	box-shadow: 0px 0px 3px 0px rgba(2, 2, 2, 0.25);
	width: 40px;
	text-align: center;
	padding: 12px 7px 12px;
	z-index: 999999;
}
.share-post p {
	color: #4b393c !important;
	font-size: 10px !important;
	text-transform: uppercase !important;
	letter-spacing: 0.04em !important;
	font-family: "proxima-nova",sans-serif !important;
	font-weight: 400 !important;
	position: absolute !important;
	left: 3px !important;
	top: 12px !important;
	line-height: 100% !important;
	margin: 0 !important;
}
.share-post a {
	color: #a89fa0;
	font-size: 20px;
}
.share-post a:hover {
	color: #3ac98e;
}
.share-post hr {
	display: block;
	height: 1px;
	width: 100%;
	border: none;
	background: #e1e1e1;
	margin: 7px 0;
}


/*====================================
=            HOME CALLOUT            =
====================================*/
#callout {
	text-align: center;
	padding-top: 170px;
	padding-bottom: 130px;
	background-image: url('images/background-callout-default.jpg') !important;
	background-repeat: no-repeat;
	background-position: 50% 0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: relative;
	text-shadow: 0px 0px 5px rgba(2,2,2,.15);
	height: 485px;
}
.home #callout {
	height:565px;
	text-shadow: 0px 0px 0px rgba(2,2,2,.0);
}
#callout.narrow {
	padding-top: 25px;
	padding-bottom: 25px;
	background-image: url('images/background-callout-default-narrow.jpg') !important;
	height: auto;
}
.category-news #callout.narrow {
	/*padding-top: 25px;
	padding-bottom: 25px;*/
	background-image: url('images/background-callout-mtns-narrow.jpg') !important;
	height: auto;
}
#callout.narrow #arrow-down {
	display: none;
}
body.home #callout #fade-me-in {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
body.home #callout h1, body.home #callout h4 {
	margin: 0;
}
#callout h1 {
	font-weight: 600;
	color: #fff;
	font-size: 53px;
	letter-spacing: -0.04em;
	margin-bottom: 0;
}
#callout p.subtitle {
	color: #fff;
	font-size: 20px;
	line-height: 30px;
	display: block;
	margin: 0 auto;
	width: 100%;
	font-family: "freight-text-pro",sans-serif;
	max-width: 600px;
	-webkit-font-smoothing: antialiased;
}
#callout hr {
	width: 120px;
	margin: 30px auto;
	border-top: none;
	border-bottom: 2px solid #fff;
	zoom: 1;
	filter: alpha(opacity=50);
	opacity: 0.5;
}
#callout.narrow hr {
	margin-bottom: 30px;
	margin-top: 12px;
}
body.home #callout h1 {
	font-weight: 700;
	color: #126834;
	font-size: 53px;
	letter-spacing: -0.05em;
	/*margin-top: 6px;*/
	margin-bottom: 2px;
}
body.home #callout h4 {
	font-size: 22px;
}
.archive #callout h1, .search #callout h1, .error404 #callout h1, #callout.narrow h1 {
	font-size: 43px;
}
body.home #callout form {
	width: 340px;
	margin: 0 auto;
}
body.home #callout .form-group {
	float: left;
	width: 49%;
	margin-bottom: 0;
}
body.home #callout .form-group.email {
	margin-right: 2%;
}
body.home #callout .form-group input {
	width: 100%;
	padding: 0;
	height: 48px;
	line-height: 48px;
	padding-left: 15px;
	font-size: 18px;
	border: none !important;
}
body.home #callout button {
	width: 100%;
	margin-top: 2%;
	height: 48px;
	line-height: 48px;
	padding: 0;
	font-size: 14px;
}
body.home #callout button i {
	color: #16764e;
	margin-right: 5px;
	-moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
body.home #callout button:hover i, body.home #callout button:focus i {
	color: #24865d;
}
body.home #callout button:active i {
	color: #e54b32;
}
body.home #callout a.btn.btn-success {
	padding: 0;
	height: 48px;
	line-height: 48px;
	width: 100%;
	margin: 0 auto;
	display: block;
	max-width: 342px;
	font-size: 16px;
}
body.home #callout p {
	font-size: 18px;
	line-height: 26px;
	color: #777;
	margin-bottom: 25px;
}
body.home #callout a.play-button {
	position: relative;
}
body.home #callout a.play-button:hover {

}
body.home #callout a.play-button i {
	-moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	display: inline-block;
	height: 68px;
	line-height: 68px;
	width: 68px;
	background: #38B684;
	color: #fff;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	font-size: 26px;
}
body.home #callout a.play-button i:before {
	margin-right: -3px;
}
body.home #callout a.play-button:hover i {
	background: #3ac98e;
	-webkit-animation-duration: 500ms;
	animation-duration: 500ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: pulse;
	animation-name: pulse;
}
body.home #callout a.play-button span {
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 0.12em;
	color: #38B684;
	margin-left: 15px;
	-webkit-font-smoothing: antialiased;
	font-family: "proxima-nova-condensed",sans-serif;
	font-weight: 600;
}
body.home #callout a.play-button:hover span {
	color: #3ac98e;
}















/*=======================================
=            SITE NAVIGATION            =
=======================================*/
#site-navigation {
	background: #fff;
	-moz-box-shadow: 0px 0px 3px 0px rgba(2, 2, 2, 0.25);
	-webkit-box-shadow: 0px 0px 3px 0px rgba(2, 2, 2, 0.25);
	box-shadow: 0px 0px 3px 0px rgba(2, 2, 2, 0.25);
	height: 74px;
	z-index: 99999;
	position: relative;
}
body.sticky #site-navigation {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
}
#site-navigation a.brand {
	float: left;
	width: 185px;
	height: 80px;
	display: block;
	line-height: 74px;
	margin-left: 30px;
	margin-top: -2px;
}
#site-navigation a.brand img {
	width: 100%;
}
#site-navigation .navbar-collapse.collapse {
	float: right;
}
#site-navigation nav a {
	color: #4f4d49;
	text-transform: uppercase;
	letter-spacing: .03em;
	font-size:13px;
	font-family: "proxima-nova",sans-serif;
	font-weight: 600;
	border-right: 1px solid #F5F8FA;
	padding: 0 2em;
	height: 74px;
	line-height: 74px;
}
#site-navigation nav li.story {
	overflow: hidden;
}
#site-navigation nav li.story a {
	width: 110% !important;
}
#site-navigation nav li.volunteer a {
	border: none;
}
#site-navigation nav li.donate a {
	background: #fc7059/*#fc8865*/;
	color: #fff;
	letter-spacing: -0.01em;
	font-size: 27px;
	-moz-text-shadow: 0px 0px 3px rgba(2, 2, 2, 0.21);
	-webkit-text-shadow: 0px 0px 3px rgba(2, 2, 2, 0.21);
	text-shadow: 0px 0px 3px rgba(2, 2, 2, 0.21);
	border-top: solid 1px #f9693e;
	border-left: solid 1px #f9693e;
	border-bottom: solid 1px #f9693e;
	border-right: none;
	position: relative;
	padding-left: 3.3em;
	text-transform:none;
/* 	margin-left: 25px; */
}
#site-navigation nav li.donate a:before {
	background: #fc7059 url('images/icon-state.png') no-repeat 50% 50%;
	display: block;
	height: 100%;
	width: 52px;
	position: absolute;
	left: 0;
	content: "";
	-moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
#site-navigation nav li.donate a:after {
	content: "";
	background: #fc7059;
	border-top: solid 1px #f9693e;
	border-bottom: solid 1px #f9693e;
	height: 74px;
	width: 9999em;
	position: absolute;
	top: -1px;
	-moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
#site-navigation nav li.donate a:hover:before {
	background-color: #ff7a68;
}
#site-navigation nav li.donate a:hover, #site-navigation nav li.donate a:hover:after {
	background: #ff7a68;
}

.dropdown-menu {
	padding: 0;
	border: 0px solid #ccc;
	border: 0px solid rgba(0,0,0,.15);
}
.dropdown-menu a {
	text-align:center;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
	color: #4f4d49;
	text-decoration: none;
	outline: 0;
	background-color: #edebe3;
}
.dropdown-menu>li>a {
	height: 38px !important;
	line-height: 38px !important;
	font-size:12px !important;
}

.nav>li>a:hover, .nav>li>a:focus {
	background-color: #f5f3eb;
}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
	background-color: #f5f3eb;
}

/*==================================
=            MOBILE NAV            =
==================================*/
#mobile-nav-button {
	display: none;
	outline: none !important;
	position: absolute;
	left: 0;
	top: 0;
	height: 60px;
	width: 60px;
	font-size: 23px;
	line-height: 60px;
	padding: 0;
	background: #21a770;
	border: none;
	color: #fff;
	-moz-transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	z-index: 9999;
	margin: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}
#mobile-nav-button:hover {
	background: #4cbe8f;
}
#mobile-nav {
	position: relative;
	overflow: hidden;
	color: #fff;
	position: absolute;
	top: 0;
	height: 100%;
	width: 40%;
	left: -40%;
	background: #E2DDD2;
	-moz-box-shadow: inset -1.5em 0 1.5em -0.75em rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: inset -1.5em 0 1.5em -0.75em rgba(0, 0, 0, 0.05);
	box-shadow: inset -1.5em 0 1.5em -0.75em rgba(0, 0, 0, 0.05);
	font-family: 'museo-slab', sans-serif;
}
.nav-container {
	position: relative;
	padding: 0;
	margin: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	opacity: 0.7;
	-webkit-transition: opacity 300ms 100ms, -webkit-transform 500ms ease;
	-webkit-transition-delay: ease, 0s;
	-moz-transition: opacity 300ms 100ms ease, -moz-transform 500ms ease;
	-o-transition: opacity 300ms 100ms ease, -o-transform 500ms ease;
	transition: opacity 300ms 100ms ease, transform 500ms ease;
	-webkit-transform: translate3d(70%, 0, 0) scale3d(0.9, 0.9, 0.9);
	-moz-transform: translate3d(70%, 0, 0) scale3d(0.9, 0.9, 0.9);
	-ms-transform: translate3d(70%, 0, 0) scale3d(0.9, 0.9, 0.9);
	-o-transform: translate3d(70%, 0, 0) scale3d(0.9, 0.9, 0.9);
	transform: translate3d(70%, 0, 0) scale3d(0.9, 0.9, 0.9);
	-webkit-transform-origin: 50% 0%;
	-moz-transform-origin: 50% 0%;
	-ms-transform-origin: 50% 0%;
	-o-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
}
.nav-container.pop-up {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
a.close-nav {
	margin: 16px;
	display: block;
	width: 26px;
	height: 26px;
	text-align: center;
	color: #4c4343;
	border: solid 2px #4c4343;
	-moz-border-radius: 360px;
	-webkit-border-radius: 360px;
	border-radius: 360px;
	line-height: 23px;
	text-decoration: none;
	font-weight: 400;
}
#mobile-nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
	/*border-top: 1px solid #242b33;
	border-bottom: 1px solid #333c47;*/
}
#mobile-nav ul li a {
	color: #4c4343;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 14px;
	display: block;
	width: 100%;
	padding: 0 23px;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 40px;
	line-height: 40px;
	/*border-top: 1px solid #333c47;
	border-bottom: 1px solid #242b33;*/
	text-decoration: none;
	font-family: "proxima-nova",sans-serif;
}
#mobile-nav ul ul {
	border: none;
	/*border-top: 1px solid #333c47;
	border-bottom: 1px solid #242b33;*/
}
#mobile-nav ul li a:hover {
	background: #4c4343;
	color: #fff;
}
#mobile-nav ul ul a {
	border: none;
	color: #ccc;
	height: 32px;
	text-transform: none;
	line-height: 32px;
}






/*====================================
=            HOME CONTENT            =
====================================*/
#home-content {
	text-align: center;
	padding: 80px 0 0;
	background: url('images/background.jpg') repeat 0 0;
	z-index: 999;
}
body.sticky #home-content {
	padding-top: 155px;
}
#home-content h2 {
	margin: 0 0 15px 0;
	padding: 0;
	font-size: 32px;
	font-weight: 600;
}
#home-content p {
		font-size:20px;
		line-height:30px;
		color: #777;
}
#home-links {
	-moz-transform: translate(0, 15%);
	-ms-transform: translate(0, 15%);
	-o-transform: translate(0, 15%);
	-webkit-transform: translate(0, 15%);
	transform: translate(0, 15%);
}
#home-links .home-link {
	width: 100%;
	overflow: hidden;
	position: relative;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background: #fff;
	cursor: pointer;
	border: 1px solid #e0e0e0 !important;
	-moz-box-shadow: 0px 0px 4px 0px rgba(2, 2, 2, 0.0);
	-webkit-box-shadow: 0px 0px 4px 0px rgba(2, 2, 2, 0.0);
	box-shadow: 0px 0px 4px 0px rgba(2, 2, 2, 0.0);
	-moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
#home-links .home-link:hover {
	-moz-box-shadow: 0px 0px 4px 0px rgba(2, 2, 2, 0.10);
	-webkit-box-shadow: 0px 0px 4px 0px rgba(2, 2, 2, 0.10);
	box-shadow: 0px 0px 4px 0px rgba(2, 2, 2, 0.10);
}
#home-links .image-wrapper {
	position: relative;
	width: 100%;
	height: 212px;
	display: block;
	overflow: hidden;
}
#home-links .image-wrapper img {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	-moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
#home-links .home-link:hover .image-wrapper img {
	left: -5%;
	top: -5%;
	width: 110%;
}
#home-links .text-wrapper {
	position: relative;
	padding: 0 42px 30px;
}
#home-links .icon {
	background: #e8e6e1;
	display: block;
	position: absolute;
	height: 60px;
	width: 60px;
	line-height: 58px;
	border-radius: 100%;
	left: 50%;
	top: -30px;
	-moz-transform: translate(-50%, 0px);
	-ms-transform: translate(-50%, 0px);
	-o-transform: translate(-50%, 0px);
	-webkit-transform: translate(-50%, 0px);
	transform: translate(-50%, 0px);
	-moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
#home-links .icon img {
	zoom: 1;
	filter: alpha(opacity=50);
	opacity: 0.5;
}
#home-links h4 {
	color: #454440;
	font-size: 19px;
	letter-spacing: -0.04em;
	font-family: "proxima-nova",sans-serif;
	font-weight: 600;
	display: inline-block;
	text-transform: none;
	margin: 0;
	margin-top: 42px;
}
#home-links p {
	color: #777;
	line-height: 21px;
	font-size: 15px;
	font-weight: 400;
	font-family: "proxima-nova",sans-serif;
	margin-top: 17px;
}
#home-links a {
	color: #308d6d;
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 0.06em;
	font-family: "proxima-nova-condensed",sans-serif;
	font-weight: 600;
}
#home-links .home-link:hover .icon {
	-moz-transform: translate(-50%, 0px) scale(1.3);
	-o-transform: translate(-50%, 0px) scale(1.3);
	-webkit-transform: translate(-50%, 0px) scale(1.3);
	-ms-transform: translate(-50%, 0px) scale(1.3);
	transform: translate(-50%, 0px) scale(1.3);
}
#home-links .home-link:hover a {
	color: #3ac98e;
}

.home hr {
	border-top: 2px solid #3b2d2f;
	margin-top: 30px;
}

#home-links .facebook .home-link {
	cursor: default;
}
.fa-angle-down:before {
	content: "\f107";
	line-height: 34px;
}

/*=============================
=            FEEDS            =
=============================*/
#feeds {
	padding-top: 190px;
	background-image: url('images/background-feeds.jpg');
	background-repeat: no-repeat;
	background-position: 0 0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding-bottom: 135px;
	text-align: center;
}
#feeds ul {
	margin: 0;
	padding: 0;
}
#feeds .bx-wrapper .bx-viewport {
	background: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
}
#feeds .icon a {
	color: #fff;
	background: #126834;
	height: 60px;
	width: 60px;
	line-height: 60px;
	margin: 0 auto;
	display: block;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	text-align: center;
	font-size: 20px;
}
#feeds .description p {
	color: #f1eee5;
	font-size: 32px;
	line-height: 48px;
	font-family: "proxima-nova",sans-serif;
	font-weight: 300;
	letter-spacing: -.015em;
	text-align: center;
	-moz-text-shadow: 0px 0px 4px rgba(2, 2, 2, 0.5);
	-webkit-text-shadow: 0px 0px 4px rgba(2, 2, 2, 0.5);
	text-shadow: 0px 0px 4px rgba(2, 2, 2, 0.5);
	padding: 0 6em;
	margin-top: 12px;
	margin-bottom: 20px;
}
#feeds .description p a {
	color: #edebe3;
}
#feeds .description p a:hover, #feeds .meta a:hover {
	color: #3ac98e;
}
#feeds .meta {
	margin-bottom: 15px;
}
#feeds .meta a {
	color: #fff;
	font-size: 14px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	font-family: "proxima-nova",sans-serif;
	font-weight: 400;
}
#feeds .bx-wrapper .bx-controls-direction a {
	text-indent: 0;
	color: #f1eee5;
	font-size: 34px;
	height: 55px;
	width: 55px;
	line-height: 50px;
	border: solid 2px #f1eee5;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
}
#feeds .bx-wrapper .bx-controls-direction a:hover {
	background: rgb(255, 255, 255);
	background: rgba(255, 255, 255, 0.15);
	-webkit-animation-duration: 500ms;
	animation-duration: 500ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: pulse;
	animation-name: pulse;
}
#feeds .bx-wrapper .bx-controls-direction a.bx-prev i {
	margin-left: -5px;
}
#feeds .bx-wrapper .bx-controls-direction a.bx-next i {
	margin-right: -5px;
}
.bx-wrapper .bx-controls-direction a {
	margin-top: -55px !important;
}
#feeds .social {
	display: block;
	height: 20px;
	margin-top: 15px;
}
#feeds .rss .social a {
	background: #FF6600;
	color: #fff;
	width: 47px;
	height: 20px;
	line-height: 20px;
	margin: 0 auto;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 2px 7px;
	border: solid 1px #f06508;
}
#feeds .rss .social a .text {
	font-size: 11px;
}
#feeds .rss .social a:hover {
	background: #ef7726;
}





/*================================
=            PRIORITY            =
=================================*/
#priority {
	text-align: center;
}
.item.priority {
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: 425px;
	display: block;
	background: #fff;
	margin-bottom: 2em;
	overflow: hidden;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background: #fff;
	border: 1px solid #e0e0e0 !important;
	-moz-box-shadow: 0px 0px 2px 0px rgba(2, 2, 2, 0.0);
	-webkit-box-shadow: 0px 0px 2px 0px rgba(2, 2, 2, 0.0);
	box-shadow: 0px 0px 2px 0px rgba(2, 2, 2, 0.0);
	-moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	cursor: pointer;
}
.item.priority:hover {
	-moz-box-shadow: 0px 0px 4px 0px rgba(2, 2, 2, 0.1);
	-webkit-box-shadow: 0px 0px 4px 0px rgba(2, 2, 2, 0.1);
	box-shadow: 0px 0px 4px 0px rgba(2, 2, 2, 0.1);
}
.item.priority .thumbnail-image {
	width: 100%;
	overflow: hidden;
	height: 190px;
	position: relative;
}
.item.priority img {
	width: 120%;
	position: absolute;
	left: -10%;
	top: -10%;

}
.item.priority .text {
	padding: 32px 35px;
}
.item.priority h2 {
	font-family: "proxima-nova",sans-serif !important;
	font-weight: 600 !important;
	font-size: 20px !important;
	color: #454440 !important;
	font-size: 20px !important;
}
#priority .item.priority p {
	color: #777;
	font-size: 14px;
	font-family: "proxima-nova",sans-serif;
	font-weight: 400;
	margin-top: 12px;
	line-height: 20px;
}
#priority .item.priority a {
	font-family: "proxima-nova-condensed",sans-serif;
	font-weight: 600;
	font-size: 13px;
	color: #308d6d;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	position: absolute;
	left: 50%;
	bottom: 28px;
	margin-left: -38px;
}
#priority .item.priority a:hover {
	color: #3ac98e;
}
#priority .item.priority a i {
	font-size: 9px !important;
	position: relative;
	top: -1px;
}
#content.priority-content h2 {
	color: #463E3A;
	font-size: 28px;
	line-height: 36px;
	font-family: "proxima-nova",sans-serif;
	text-transform: none;
	letter-spacing: -0.02em;
	font-weight: 400;
	margin-bottom: 20px;
}
#content h3 {
	color: #463E3A;
	font-size: 24px;
	line-height: 32px;
	font-family: "proxima-nova",sans-serif;
	text-transform: none;
	letter-spacing: -0.02em;
	font-weight: 400;
	margin-bottom: 20px;
	margin-top:0px;
}
.custom-dropdown {
	margin-bottom: 40px;
	position: relative;
	z-index: 9999999;
	border: 1px solid #e0e0e0 !important;
}
.custom-dropdown a.dropdown {
	background: #fff;
	width: 100%;
	height: 40px;
	line-height: 40px;
	display: block;
	position: relative;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	overflow: hidden;
	-moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.custom-dropdown a.dropdown:hover span.text {
	color: #766262;
}
.custom-dropdown a.dropdown span.text {
	float: left;
	width: 82%;
	color: #463E3A;
	font-size: 16px;
	letter-spacing: -0.02em;
	font-weight: 600;
	font-family: "proxima-nova",sans-serif;
	margin-bottom: 38px;
		-moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.custom-dropdown a.dropdown i {
	color: #fff;
	font-size: 21px;
	display: block;
	float: right;
	width: 18%;
	height: 40px;
	line-height: 40px;
	background: #38B684;
		-moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.custom-dropdown a.dropdown:hover i {
	background: #3ac98e;
}
.custom-dropdown ul {
	margin: 0;
	list-style: none;
	padding: 0;
	position: absolute;
	display: none;
	-webkit-animation-duration: 200ms;
	animation-duration: 200ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}
.custom-dropdown.show ul {
	display: block;
	border: 1px solid #e0e0e0 !important;
	left: -1px;
}
.custom-dropdown ul a {
	background: #fff;
	display: block;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 6px 0;
	color: #463E3A;
	font-size: 14px;
	letter-spacing: -0.02em;
	font-weight: 600;
	font-family: "proxima-nova",sans-serif;
	width: 215px;
	background: #f3f3f3;
}
.custom-dropdown ul a:hover {
	background: #3ac98e;
	color:#fff;
}



/*=============================
=            INNER            =
=============================*/
.post .article-meta, .post .text {
	float: left;
}
.post .article-meta {
	width: 15%;
}
.post .text {
	width: 85%;
}
.article-meta a {
	display: block;
	color: #867979;
	text-align: center;
	width: 100px;
	height: 100px;
}
.article-meta a span {
	display: block;
}
.article-meta span.icon {
	height: 36px;
	width: 36px;
	line-height: 36px;
	margin: 0 auto;
	display: block;
	border: solid 1px #867979;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	font-size: 18px;
	-moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	margin-bottom: 10px;
}
.article-meta span.month-day {
	color: #867979;
	font-size: 16px;
	font-family: "proxima-nova-condensed",sans-serif;
	font-weight: 600;
	text-transform: uppercase;
}
.article-meta span.year {
	color: #867979;
	font-size: 12px;
	font-family: "proxima-nova",sans-serif;
	font-weight: 400;
	letter-spacing: 0.12em;
}
#content h2, #content h2 a {
	color: #4c4343;
	font-size: 26px;
	letter-spacing: -0.02em;
	line-height: 100%;
	font-weight: 700;
	font-family: "proxima-nova",sans-serif;
	margin: 0;
	line-height: 31px;
}
#content .excerpt p {
	color: #7d776e;
	font-size: 16px;
	font-family: "freight-text-pro",sans-serif;
	line-height: 25px;
	margin-bottom: 15px;
	margin-top: 15px;
}
.read-more a {
	background: #fff;
	color: #308d6d;
	letter-spacing: 0.06em;
	font-size: 12px;
	text-transform: uppercase;
	width: 104px;
	height: 28px;
	line-height: 28px;
	display: block;
	padding: 0;
	margin-bottom: 60px;
	border:1px solid #e9e7da !important;
}
.read-more a:hover {
	color: #fff;
	background: #38B684;
	/*color: #268363;
	background: #e9e7da;*/
}
.read-more a i {
	font-size: 9px !important;
	position: relative;
	top: -1px;
}
.source {
	color: #4c4343;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 0.2em;
	font-family: "proxima-nova-condensed",sans-serif;
	font-weight: 600;
	margin-bottom: 20px;
}
.featured-image {
	display: block;
	width: 100%;
	margin: 15px 0;
}
.featured-image img {
	width: 100%;
	height: auto;
}
#content h1 {
	color: #4c4343;
	font-size: 35px;
	letter-spacing: -0.02em;
	font-weight: 700;
	line-height: 100%;
	margin: 0;
}
hr.long {
	border-color: #d6d2d0;
	filter: alpha(opacity=25);
	opacity: 0.25;
	border-color: #d6d2d0;
	margin: 0;
	width: 100%;
	zoom: 1;
	filter: alpha(opacity=100);
	opacity: 1;
	border-bottom: 2px solid #d6d2d0;
	margin: 15px 0;
}
.content-meta {
	margin-bottom: 10px;
}
.content-meta i {
	height: 36px;
	width: 36px;
	line-height: 36px;
	display: inline-block;
	color: #867979;
	border: solid 1px #867979;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	text-align: center;
	font-size: 18px;
}
.content-meta span {
	font-family: "proxima-nova-condensed",sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #867979;
	text-transform: uppercase;
	letter-spacing: 0.12em;
	margin-left: 10px;
}



/*===============================
=            SIDEBAR            =
===============================*/
#sidebar {
	text-align: center;
	margin-bottom: 60px;
}
#sidebar h3 {
	color: #4c4343;
	font-size: 25px;
	margin: 0;
	margin-bottom: 12px;
	line-height: 100%;
	letter-spacing: -0.02em;
}
#sidebar .form-group {
	margin-bottom: 6px;
}
#sidebar input {
	color: #7f7f7f;
	font-size: 18px;
	width: 100%;
	height: 45px;
	line-height: 45px;
}
#sidebar button {
	width: 100%;
	height: 45px;
	line-height: 45px;
	padding: 0;
}



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

form {
	font-family:"proxima-nova", sans-serif;
}
.wpcf7-form input, .wpcf7-form textarea {
	width: 100%;
}
label {
	font-family:"proxima-nova", sans-serif;
	text-transform:uppercase;
	font-weight:700;
	font-size:14px;
	margin-bottom: 0;
}
input[type="submit"].wpcf7-submit {
	outline: none !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	text-transform: uppercase;
	color: #fff;
	font-family: "proxima-nova-condensed",sans-serif;
	font-weight: 600;
	letter-spacing: 0.12em;
	border: none !important;
	-moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	-webkit-font-smoothing: antialiased;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background: #38B684 !important;
	color:#fff !important;
	padding: 10px 0;
}
input[type="submit"].wpcf7-submit:hover, input[type="submit"].wpcf7-submit:focus {
	background: #3ac98e !important;
}


/*======================================
=            FOOTER SUPPORT            =
======================================*/
#footer-support {
	background: #fff;
	text-align: center;
	padding: 65px 0;
}
#footer-support h2 {
	margin: 0;
	font-size: 32px;
	margin-bottom: 14px;
}
#footer-support a {
	width: 425px;
	height: 62px;
	line-height: 62px;
	font-size: 23px;
	padding: 0;
	text-transform: none;
	letter-spacing: -.01em;
}







/*===================================
=            FOOTER JOIN            =
===================================*/
#footer-join {
	background: #126834; /*166E3E*/
	padding: 80px 0 105px;
	text-align: center;
}
#footer-join .col-md-10.col-md-offset-1 {
	padding: 0 3em;
}
#footer-join h3 {
	margin: 0;
	margin-bottom: 15px;
	color: #fff;
	font-size: 32px;
	font-family: "proxima-nova",sans-serif;
	font-weight: 600;
	letter-spacing: -0.02em;
	-moz-text-shadow: 0px 0px 4px rgba(2, 2, 2, 0.25);
	-webkit-text-shadow: 0px 0px 4px rgba(2, 2, 2, 0.25);
	text-shadow: 0px 0px 4px rgba(2, 2, 2, 0.25);
}
#footer-join p {
	font-size: 16px;
	line-height: 25px;
	color: #fff;
	zoom: 1;
	filter: alpha(opacity=60);
	opacity: 0.6;
	margin-bottom: 30px;
	font-family: "proxima-nova",sans-serif;
	font-weight: 300;
}
#footer-join form {
	width: 430px;
	margin: 0 auto;
}
#footer-join .form-group {
	float: left;
	width: 49%;
	margin-bottom: 0;
}
#footer-join .form-group.email {
	margin-right: 2%;
}
#footer-join .form-group input {
	width: 100%;
	padding: 0;
	height: 48px;
	line-height: 48px;
	padding-left: 15px;
	font-size: 18px;
	border: none !important;
}
#footer-join button {
	width: 100%;
	margin-top: 1.7%;
	height: 48px;
	line-height: 48px;
	padding: 0;
	font-size: 14px;
}
#footer-join button i {
	color: #16764e;
	margin-right: 5px;
	-moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
#footer-join button:hover i, #footer-join button:focus i {
	color: #24865d;
}
#footer-join button:active i {
	color: #e54b32;
}
#footer-join .social-squares {
	top: auto;
	right: auto;
	bottom: -23px;
	left: 50%;
	-moz-transform: translate(-50%, 0px);
	-ms-transform: translate(-50%, 0px);
	-o-transform: translate(-50%, 0px);
	-webkit-transform: translate(-50%, 0px);
	transform: translate(-50%, 0px);
}
#footer-join .social-squares a:hover {
	box-shadow: 0px 1px 3px 0px #e3e3e3;
}




/*===================================
=            SITE FOOTER            =
===================================*/
#site-footer {
	padding-top: 75px;
	background: #fff;
}
#footer-logo a {
	margin: 0 auto;
	width: 288px;
	height: 86px;
	display: block;
}
#footer-nav-1 {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 65px;
}
#footer-nav-1 ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#footer-nav-1 ul li {
	display: inline-block;
}
#footer-nav-1 ul li a {
	color: #53585c;
	font-size: 16px;
	letter-spacing: -0.02em;
	font-weight: 600;
	font-family: "proxima-nova",sans-serif;
	margin: 0 0.85em;
}
#footer-nav-1 ul li.volunteer a {
	color: #3d9b6e;
	font-size: 700;
}
#footer-nav-1 ul li.donate a {
	color: #fc7059;
	font-size: 700;
}
#footer-nav-2 {
	background: url('images/background-footer-2.jpg') repeat 0 0;
	height: 75px;
	line-height: 75px;
}
#footer-nav-2 ul {
	list-style: none;
	text-align: center;
	margin: 0;
	padding: 0;
}
#footer-nav-2 ul li {
	display: inline-block;
}
#footer-nav-2 ul li a {
	color: #868f96;
	letter-spacing: -0.02em;
	font-size: 14px;
	font-family: "proxima-nova",sans-serif;
	font-weight: 500;
	color: #868f96;
	height: 75px;
	line-height: 75px;
	margin: 0 0.5em;
}
#copyright {
	text-align: center;
	background: #f0ede8;
}
#copyright p {
	margin: 0;
	font-family: "proxima-nova-condensed",sans-serif;
	font-weight: 600;
	color: #6a6e72;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 0.25em;
	height: 73px;
	line-height: 68px;
	zoom: 1;
	filter: alpha(opacity=50);
	opacity: 0.5;
}
#footer-nav-2 > div > nav {
	background: #F6F6F3;
}

/*=======================================
=            CSS3 ANIMATIONS            =
=======================================*/
@-webkit-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	40% {
		-webkit-transform: translateY(-8px) scale(1.1);
		transform: translateY(-8px) scale(1.1);
		background: #fff;
		-moz-box-shadow: 0 0 2px #fff;
		-webkit-box-shadow: 0 0 2px #fff;
		box-shadow: 0 0 2px #fff;
	}

	60% {
		-webkit-transform: translateY(-8px) scale(1.1);
		transform: translateY(-8px) scale(1.1);
		background: #fff;
		-moz-box-shadow: 0 0 2px #fff;
		-webkit-box-shadow: 0 0 2px #fff;
		box-shadow: 0 0 2px #fff;
	}
}

@keyframes bounce {
	0%, 20%, 50%, 80%, 100% {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}

	40% {
		-webkit-transform: t translateY(-8px) scale(1.1);
		-ms-transform: t translateY(-8px) scale(1.1);
		transform: t translateY(-8px) scale(1.1);
		background: #fff;
		-moz-box-shadow: 0 0 2px #fff;
		-webkit-box-shadow: 0 0 2px #fff;
		box-shadow: 0 0 2px #fff;
	}

	60% {
		-webkit-transform: translateY(-8px) scale(1.1);
		-ms-transform: translateY(-8px) scale(1.1);
		transform: translateY(-8px) scale(1.1);
		background: #fff;
		-moz-box-shadow: 0 0 2px #fff;
		-webkit-box-shadow: 0 0 2px #fff;
		box-shadow: 0 0 2px #fff;
	}
}
@-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);
	}
}
@-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 pulse2 {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

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

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

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

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

	100% {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
}
@-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);
  }
}








/*

body.home #callout h1 {
	font-size: 50px
}

*/



/*=====================================
=            MEDIA QUERIES            =
=====================================*/
@media only screen and (min-width : 1400px) {
	#feeds .description p {
		padding: 0 12em;
	}
}
@media only screen and (min-width : 1200px) {
	.container {
		width: 978px;
	}
	#home-links .home-link {
		height: 435px;
	}
	.item.priority img {
		top: -25%;
	}
	#site-navigation nav a {
		padding: 0 2.5em;
	}
}
@media only screen and (max-width : 1200px) {
	#site-navigation nav a {
		padding: 0 1.25em;
	}
	.custom-dropdown ul a {
		width: 175px;
	}
}



@media only screen and (min-width : 992px) {

}
@media only screen and (max-width : 992px) {
	.home #callout {
		background-image: url('images/background-callout-mountains.jpg') !important;
		padding: 200px 0;
	}
	body.home #callout h1, body.home #callout h4 {
		color: #fff;
		text-shadow: 0px 0px 5px rgba(2,2,2,.15);
		font-weight: 600;
	}
	#site-navigation nav li.donate a:before {
		display: none;
	}
	#site-navigation a.brand {
		width: 170px;
	}
	#site-navigation nav a {
		padding: 0 .9em !important;
		font-size: 12px;
	}
	.caret {
		display: none;
	}
	#site-navigation nav li.donate a {
		font-size: 20px;
	}
	#home-content h2 {
		margin-bottom: 20px;
	}
	#home-links {
		-moz-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		-o-transform: translate(0, 0);
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
	#home-links .image-wrapper {
		height: 400px;
	}
	#home-links .home-link {
		margin-bottom: 25px;
	}
	#feeds {
		padding: 120px 0 0;
	}
	#feeds .bx-wrapper .bx-controls-direction a {
		top: 43%;
	}
	#sidebar {
		display: none;
	}
	.item.priority {
		height: 640px;
	}
	.item.priority .thumbnail-image {
		height: 450px;
	}
	.item.priority img {
		top: -15%;
	}
	.item.priority .text {
		padding-bottom: 80px;
	}
	#home-links h4 {
		margin-top: 40px;
		font-size: 32px;
	}
	.item.priority h2 {
		font-size: 30px !important;
	}
	.home hr {
		margin-bottom: 30px;
	}
	#site-navigation nav li.donate a {
		margin-left: 0;
	}
	#feeds .bx-wrapper .bx-viewport {
		height: auto !important;
	}
	#feeds {
		padding: 80px 0 65px;
	}
	body.home #callout p {
		color: #fff;
		-moz-text-shadow: 0px 0px 5px rgba(2,2,2,.15);
		-webkit-text-shadow: 0px 0px 5px rgba(2,2,2,.15);
		text-shadow: 0px 0px 5px rgba(2,2,2,.15);
	}
}


/* Custom */
@media only screen and (max-width : 820px) {
	.share-post { display: none; }
}


@media only screen and (min-width : 768px) {
	ul.nav li.dropdown:hover > ul.dropdown-menu {
	    display: block;
	}
}
@media only screen and (max-width : 768px) {
	#site-canvas {
		left: 0 !important;
		-webkit-transform: translate3d(0, 0, 0);
		-moz-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		-o-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		-webkit-transition: -webkit-transform 500ms ease;
		-moz-transition: -moz-transform 500ms ease;
		-o-transition: -o-transform 500ms ease;
		transition: transform 500ms ease;
		-webkit-backface-visibility: hidden;
		-moz-backface-visibility: hidden;
		-ms-backface-visibility: hidden;
		-o-backface-visibility: hidden;
		backface-visibility: hidden;
	}
	#site-canvas.move-right {
		-webkit-transform: translate3d(40%, 0, 0) scale3d(1, 1, 1);
		-moz-transform: translate3d(40%, 0, 0) scale3d(1, 1, 1);
		-ms-transform: translate3d(40%, 0, 0) scale3d(1, 1, 1);
		-o-transform: translate3d(40%, 0, 0) scale3d(1, 1, 1);
		transform: translate3d(40%, 0, 0) scale3d(1, 1, 1);
	}
	#mobile-nav-button {
		display: block;
	}
	#site-navigation {
		height: 60px;
		position: absolute;
		left: 0;
		width: 100%;
		top: 0;
	}
	#callout {
		padding-top: 210px;
	}
	#callout.narrow {
		padding-top: 85px;
	}
	#site-navigation .container {
		width: 100%;
	}
	#site-navigation a.brand {
		margin: 0 auto;
		float: none;
		width: 150px;
		height: 60px;
		line-height: 60px;
	}
	#site-navigation .navbar-collapse.collapse {
		display: block;
		position: absolute;
		top: -1px;
		right: 0;
		padding: 0;
	}
	#site-navigation nav a {
		display: none;
	}
	#site-navigation nav li.donate a {
		display: block;
		height: 60px;
		line-height: 60px;
	}
	#site-navigation nav li.donate a:after {
		height: 60px;
	}
	#site-navigation .navbar-nav {
		margin: 0;
	}
	#feeds .description p {
		padding: 0 4em;
	}
	#feeds .description p {
		padding: 0 2.25em;
	}
	#callout {
		padding-top: 120px;
		padding-bottom: 100px;
	}
	main {
		padding-top: 45px;
	}
	#home-content {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	#site-footer {
		padding-top: 55px;
	}
	#footer-nav-1 ul li {
		display: block;
	}
	#footer-nav-1 ul li a {
		height: 36px;
		line-height: 36px;
		display: block;
		width: 100%;
		margin: 0;
	}
	#footer-nav-1 ul li a:hover {
		background: #edebe3;
	}
	#footer-nav-1 {
		margin-bottom: 0;
	}
	#footer-nav-1 ul li.volunteer a:hover {
		background: #3d9b6e;
		color: #fff;
	}
	#footer-nav-1 ul li.donate a:hover {
		background: #fc8864;
		color: #fff;
	}
	#footer-nav-2 {
		margin:30px 0 0 0;
	}
	.post .article-meta, .post .text {
		float: none;
		width: 100%;
		text-align: center;
	}
	.post .article-meta a {
		width: 100%;
		height: auto;
		margin-bottom: 5px;
	}
	.article-meta span.icon {
		height: 35px;
		width: 35px;
		line-height: 33px;
		border: solid 2px #867979;
		font-size: 16px;
		margin-bottom: 9px;
	}
	.article-meta span.month-day {
		font-size: 20px;
		line-height: 18px;
	}
	.article-meta span.year {
		font-size: 12px;
	}
	.read-more a {
		width: 100%;
		height: 35px;
		line-height: 35px;
		font-size: 14px;
	}
	.home #callout {
		height: auto;
	}

	.item.priority .thumbnail-image {
		height: 440px;
	}
	.item.priority .text {
		padding-bottom: 50px;
	}
	#callout {
		padding-top: 180px;
	}
	#content p {
		line-height: 26px;
		font-size: 16px;
	}
	#content h3 {
		font-size: 22px;
		line-height: 30px;
	}
	#content h2, #content h2 a {
		font-size: 28px;
		line-height: 34px;
	}
	#content .excerpt p {
		font-size: 15px;
		line-height: 23px;
		margin-top: 12px;
	}
	#content > article > div.text > div.read-more {
		width: 220px;
		margin: 0px auto;
	}
	/*manually adjusts background image position */
	.page-id-11 #callout {
		background-position-x: -200px;
	}


}



@media only screen and (min-width : 480px) {

}
@media only screen and (max-width : 480px) {
	#site-navigation a.brand {
		float: right;
		padding-right: 15px;
	}
	#site-navigation .navbar-collapse.collapse {
		display: none;
	}
	#home-links .image-wrapper {
		height: 200px;
	}
	#feeds {
		padding-top: 80px;
	}
	#feeds .bx-viewport {
		height: 335px;
	}
	#feeds .description p {
		padding: 0 15px;
		font-size: 25px;
	}
	#feeds .bx-controls {
		display: none;
	}
	body.home #callout form, #footer-join form {
		width: 100%;
	}
	#callout h1 {
		font-size: 40px;
	}
	#callout p.subtitle {
		font-size: 17px;
	}
	body.home #callout h4 {
		font-size: 13px;
	}
	body.home #callout h1 {
		font-size: 40px;
	}
	#footer-support a {
		width: 100%;
	}
	#footer-join {
		padding: 75px 0 85px;
	}
	#site-canvas {
		left: 0 !important;
		-webkit-transform: translate3d(0, 0, 0);
		-moz-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		-o-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		-webkit-transition: -webkit-transform 500ms ease;
		-moz-transition: -moz-transform 500ms ease;
		-o-transition: -o-transform 500ms ease;
		transition: transform 500ms ease;
		-webkit-backface-visibility: hidden;
		-moz-backface-visibility: hidden;
		-ms-backface-visibility: hidden;
		-o-backface-visibility: hidden;
		backface-visibility: hidden;
	}
	#site-canvas.move-right {
		-webkit-transform: translate3d(70%, 0, 0) scale3d(1, 1, 1);
		-moz-transform: translate3d(70%, 0, 0) scale3d(1, 1, 1);
		-ms-transform: translate3d(70%, 0, 0) scale3d(1, 1, 1);
		-o-transform: translate3d(70%, 0, 0) scale3d(1, 1, 1);
		transform: translate3d(70%, 0, 0) scale3d(1, 1, 1);
	}
	#mobile-nav {
		position: relative;
		overflow: hidden;
		color: #fff;
		position: absolute;
		top: 0;
		height: 100%;
		width: 70%;
		left: -70%;
		background: #E2DDD2;
		-moz-box-shadow: inset -1.5em 0 1.5em -0.75em rgba(0, 0, 0, 0.0);
		-webkit-box-shadow: inset -1.5em 0 1.5em -0.75em rgba(0, 0, 0, 0.0);
		box-shadow: inset -1.5em 0 1.5em -0.75em rgba(0, 0, 0, 0.0);
		font-family: 'museo-slab', sans-serif;
	}
	#callout.narrow {
		padding-top: 60px;
		padding-bottom: 0px;
	}
	#callout.narrow h1, .category-news #callout.narrow h1 {
		font-size:32px;
	}
	.item.priority .thumbnail-image {
		height: 220px;
	}
	.item.priority img {
		top: -15%;
	}
	.item.priority {
		height: auto;
	}
}



@media only screen and (min-width : 320px) {

}
@media only screen and (max-width : 320px) {

}




/*=======================================
=            BROWSER SUPPORT            =
=======================================*/
html.ie-old, html.ie-old #site-wrapper {
	min-width: 980px;
}
html.ie-old body {
	overflow: auto;
}
html.ie-old .container {
	max-width: 980px;
	margin: 0 auto;
}
html.ie-old #site-navigation .navbar-collapse.collapse {
	display: block !important;
	z-index: 99999999999;
	position: relative;
	width: 750px;
	float: right;

}
html.ie-old #site-navigation .navbar-collapse.collapse a {
	margin-top: -10px;
	float: left;
		font-size: 11px;
}
html.ie-old #site-navigation nav li.donate a {
	width: auto;
	text-align: center;
	padding: 0;
	padding: 0 20px;
}
html.ie-old #site-navigation nav li.donate a:after, html.ie-old #site-navigation nav li.donate a:before {
	display: none;
}
html.ie-old #site-navigation nav li.story a {
	width: auto !important;
}
html.ie-old #site-navigation nav li.story {
	float: left;
	width: auto;
}

