/*
	Theme Name: Altitude Pro Theme
	Theme URI: http://my.studiopress.com/themes/altitude/
	Description: Make a stunning first impression, grab attention, and dynamically tell your story with beautiful images and clean typography.
	Author: StudioPress
	Author URI: http://www.studiopress.com/

	Version: 1.0.0

	Tags: black, white, blue, green, orange, pink, one-column, two-columns, responsive-layout, custom-header, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, premise-landing-page

	Template: genesis
	Template Version: 2.1

	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php 
*/

/* THIS FILE HAS BEEN UPDATED BY ANDREW WILLARD WITH PRECISION NEW MEDIA */

/* Table of Contents

	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Gallery
		- Forms
		- Buttons
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- Avatar
		- Genesis
		- Search Form
		- Titles
		- WordPress
	- Widgets
	- Plugins
		- Genesis eNews Extended
		- Jetpack
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Primary Navigation
		- Secondary Navigation
		- Footer Navigation
		- Responsive Menu
	- Content Area
		- Front Page
		- Dashicons
		- Flexible Widgets
		- Content
		- Entries
		- Entry Meta
		- After Entry
		- Pagination
		- Content Boxes
		- Comments
	- Sidebar
	- Footer Widgets
	- Site Footer
	- PNM Added CSS
		- Page Header Images
		- Post Entry Override
		- Responsive Feed Defaults
		- Front Page Sections
	- Media Queries
		- Max-width: 1280px
		- Max-width: 1200px
		- Max-width: 1023px
		- Max-width: 800px
		- Max-width: 480px

*/


/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
	normalize.css v2.1.3 | MIT License | git.io/normalize
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden],template{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a{background:transparent}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* Float Clearing
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.widget:before,
.wrap:before {
	content: " ";
	display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.widget:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

body {
	background-color: #fff;
	color: #292e34;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.6;
	-webkit-font-smoothing: antialiased;
}

body.altitude-home {
	background: none;
}

a,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.site-header.dark {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition:    all 0.2s ease-in-out;
	-ms-transition:     all 0.2s ease-in-out;
	-o-transition:      all 0.2s ease-in-out;
	transition:         all 0.2s ease-in-out;
}

::-moz-selection {
	background-color: #7cc149;
	color: #fff;
}

::selection {
	background-color: #7cc149;
	color: #fff;
}

/* Links */

a {
	color: #22a1c4;
	text-decoration: none;
}

a:focus{
	outline: 0;
}

a:hover {
}

p {
	margin: 0 0 20px;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

#content-sidebar-wrap ul {
	margin: 15px 0;
	-webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.3);
	box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.3);
	box-sizing: border-box;
	padding: 15px 50px;
}

#content-sidebar-wrap ul li {
	list-style-type: disc;
}

#content-sidebar-wrap .navsidebar ul {
	margin: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	padding: 0;
}

b,
strong {
	font-weight: 800;
}

cite,
em,
i {
	font-style: italic;
}

blockquote {
	color: #999;
	margin: 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}


/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	line-height: 1;
	margin: 0;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 32px;
	padding-top: 30px;
	padding-bottom: 10px;
}

.image-section h2,
.solid-section h2 {
	font-size: 80px;
	margin-bottom: 30px;
	line-height: 1;
}

.front-page-2.solid-section h2 {
	font-size: 48px;
}

h3 {
	font-size: 26px;
	padding-top: 30px;
	padding-bottom: 10px;
}

h4 {
	font-size: 20px;
	padding-top: 30px;
	padding-bottom: 10px;
}

.image-section h4,
.solid-section h4 {
	font-size: 16px;
	font-weight: 800;
	text-transform: uppercase;
}

h5 {
	font-size: 20px;
	padding-top: 30px;
	padding-bottom: 10px;
}

h6 {
	font-size: 18px;
	padding-top: 30px;
	padding-bottom: 10px;
}

#content-sidebar-wrap h1,
#content-sidebar-wrap h2,
#content-sidebar-wrap h3,
#content-sidebar-wrap h4,
#content-sidebar-wrap h5,
#content-sidebar-wrap h6 {
	margin: 0 0 10px;
}

#content-sidebar-wrap h1 {
	font-size: 36px;
}

#content-sidebar-wrap h2 {
	font-size: 32px;
}

#content-sidebar-wrap h3 {
	font-size: 24px;
}

#content-sidebar-wrap h4 {
	font-size: 20px;
}

#content-sidebar-wrap h5 {
	font-size: 16px;
}

#content-sidebar-wrap h6 {
	font-size: 14px;
}


/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

.full-width-content img.pull-left {
	float: left;
	margin: 0 40px 40px -200px;
}

.full-width-content img.pull-right {
	float: right;
	margin: 0 -200px 40px 40px;
}

.featured-content img,
.gallery img {
	width: auto;
}

/* Gallery
--------------------------------------------- */

.gallery {
	margin-bottom: 28px;
	overflow: hidden;
}

.gallery-item {
	float: left;
	margin: 0;
	padding: 0 4px;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.gallery .gallery-item img {
	border: none;
	height: auto;
	margin: 0;
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 0;
	box-shadow: none;
	color: #000;
	font-size: 20px;
	font-weight: 200;
	padding: 20px;
	width: 100%;
}


input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

.front-page input:focus,
.front-page textarea:focus {
	border: 1px solid #22a1c4;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #000;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #000;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.widget .button {
	background-color: #7cc149;
	border: 2px solid #7cc149;
	border-radius: 0;
	color: #fff;
	cursor: pointer;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0;
	padding: 10px 15px;
	text-transform: uppercase;
	-webkit-font-smoothing: antialiased;
	white-space: normal;
	width: auto;
	margin: 10px auto;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button.clear:hover,
.button:hover {
	background-color: #ffb911;
	border: 2px solid #ffb911;
	color: #fff;
}

button.yellowbutton {
	background-color: #ffb911;
	border-color: #ffb911;
}

button.yellowbutton:hover {
	background-color: #7cc149;
	border-color: #7cc149;
}

.button {
	display: inline-block;
}

.widget .button.clear {
	background-color: transparent;
	border: 2px solid #000;
	color: #000;
}

button:disabled,
button:disabled:hover,
input:disabled,
input:disabled:hover,
input[type="button"]:disabled,
input[type="button"]:disabled:hover,
input[type="reset"]:disabled,
input[type="reset"]:disabled:hover,
input[type="submit"]:disabled,
input[type="submit"]:disabled:hover {
	background-color: #ddd;
	border-color: #ddd;
	cursor: not-allowed;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* Buttons
--------------------------------------------- */

.image-section .button.clear {
	border-color: #fff;
	color: #fff;
}

.footer-widgets button:hover,
.footer-widgets input:hover[type="button"],
.footer-widgets input:hover[type="reset"],
.footer-widgets input:hover[type="submit"],
.footer-widgets .widget .button:hover,
.image-section button:hover,
.image-section input:hover[type="button"],
.image-section input:hover[type="reset"],
.image-section input:hover[type="submit"],
.image-section .widget .button:hover {
	background-color: #ffb911;
	border: 2px solid #ffb911;
	color: #fff;
}


/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.wrap {
	float: none;
	margin: 0 auto;
	max-width: 1000px;
	min-width: 65%;
}

#content-sidebar-wrap .wrap {
	padding-bottom: 50px;
}

.site-inner {
	background-color: #fff;
	clear: both;
	margin-top: 0;
	position: relative;
	z-index: 9;
	-word-wrap: break-word;
}

.front-page .site-container .site-inner {
	margin-top: 0;
	max-width: 100%;
}

.altitude-landing .site-container .site-inner {
	margin-top: 100px;
}

.secondary-nav .site-inner {
	margin-top: 0;
}

/* Column Classes
	Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* Avatar
--------------------------------------------- */

.avatar {
	border-radius: 50%;
	float: left;
}

.author-box .avatar {
	height: 88px;
	width: 88px;
}

.entry-comments .avatar {
	height: 60px;
	width: 60px;
}

.alignleft .avatar,
.author-box .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.comment .avatar {
	margin: 0 20px 24px 0;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
	border-bottom: 2px solid #f5f5f5;
	font-size: 20px;
	margin-bottom: 60px;
	padding-bottom: 10px;
}

.archive-description,
.author-box {
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
	font-size: 20px;
	margin-bottom: 100px;
	padding: 40px 0;
}

.author-box-title {
	font-size: 22px;
	margin-bottom: 8px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.search-form input[type="search"] {
	margin-right: 10px;
	width: auto;
}

.search-form input[type="submit"] {
	padding: 25px;
}

.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* Titles
--------------------------------------------- */

.archive-title {
	font-size: 24px;
	line-height: 1;
	margin-bottom: 20px;
}

.entry-title {
	font-size: 48px;
}

.sidebar .entry-title {
	font-size: 24px;
	text-align: left;
}

.entry-title a {
	color: #000;
}

.entry-title a:hover {
	color: #22a1c4;
}

.widget-full .widget-title {
	margin-bottom: 40px;
}

/* WordPress
--------------------------------------------- */

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

a.alignnone {
	display: inline-block;
}

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone,
.alignnone {
	margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.wp-caption-text {
	font-size: 18px;
	line-height: 1.2;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.gallery-caption,
.entry-content .gallery-caption {
	margin: 0 0 10px;
}

.post-password-form input {
	width: auto;
}

.post-password-form input[type="submit"] {
	padding: 25px;
}


/*
Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	word-wrap: break-word;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget ul li {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.widget li li {
	border: none;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* Featured Content
--------------------------------------------- */

.featured-content .entry-title {
	font-size: 24px;
}

/* Simple Social Icons
--------------------------------------------- */

.altitude-home .content .simple-social-icons {
	margin-top: 40px;
}

.altitude-home .content .simple-social-icons ul li {
	margin: 0 20px !important;
}

.altitude-home .content .simple-social-icons ul li a,
.altitude-home .content .simple-social-icons ul li a:hover {
	padding: 30px;
}


/*
Plugins
---------------------------------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.enews-widget input {
	font-size: 18px;
	margin-bottom: 20px;
}

.enews-widget input[type="submit"] {
	margin: 0;
	width: 100%;
}

.enews form + p {
	margin-top: 24px;
}

/* Jetpack
--------------------------------------------- */

#wpstats {
	display: none;
}


/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	background-color: transparent;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
}

.featured-section .site-header {
	background-color: transparent;
}

.featured-section .site-header > .wrap {
	border-bottom: none;
}

.site-header.dark {
	background-color: #7cc149;
	-webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.3);
	box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.3);
}

.site-header.dark > .wrap {
	border-bottom: none;
}

.site-header.dark .nav-secondary {
	display: none;
}

.admin-bar .site-header {
	top: 32px;
}

/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding: 0;
	overflow: hidden;
	margin: 11px 0;
	width: 242px;
	height: 49px;
}

.site-header.dark .title-area {
}

.site-title {
	font-size: 24px;
	font-weight: 800;
	letter-spacing: 2px;
	line-height: 1;
	margin-bottom: 0;
	text-transform: uppercase;
}

.site-title a,
.site-title a:hover {
	color: #fff !important;
}

.header-image .title-area,
.header-image .site-header.dark .title-area {
	padding: 0;
}

.header-image .site-title > a {
	background-size: contain !important;
	display: block;
	height: 49px;
	margin: 0;
	text-indent: -9999px;
	background-color: #000 !important;
}

.header-image .dark .site-title > a {
	background-color: transparent !important;
}

.site-description {
	display: block;
	height: 0;
	margin-bottom: 0;
	text-indent: -9999px;
}


/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	line-height: 1;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}

.genesis-nav-menu li li {
	margin-left: 0;
}

.genesis-nav-menu a {
	color: #000;
	background-color: #fff;
	display: block;
	font-weight: 400;
	letter-spacing: 0;
	margin: 11px 8px;
	padding: 18px 14px;
	font-size: 11px;
	text-transform: uppercase;
	border: solid #fff 1px;
}

.genesis-nav-menu li:last-child a {
	margin-right: 0;
}

.dark .genesis-nav-menu a {
	color: #7cc149;
}

.genesis-nav-menu a:hover {
	text-decoration: none;
}

.site-header.dark .genesis-nav-menu a {
}

.genesis-nav-menu li.highlight a:hover::before {
	color: #fff;
}

.genesis-nav-menu li.highlight > a {
	font-weight: 800;
}

.genesis-nav-menu li.mobileonly {
	display: none;
}

.front-page .genesis-nav-menu li.current-menu-item > a,
.genesis-nav-menu > li > a {
}

.front-page .genesis-nav-menu li.current-menu-item > a:hover,
.genesis-nav-menu li.current-menu-item > a,
.genesis-nav-menu > li > a:hover {
	background-color: #7cc149;
	color: #fff;
	border: solid #7cc149 1px;
}

.front-page .dark .genesis-nav-menu li.current-menu-item > a:hover,
.dark .genesis-nav-menu li.current-menu-item > a,
.dark .genesis-nav-menu > li > a:hover {
	border: solid #fff 1px;
}

.genesis-nav-menu > .menu-item > a {
	text-transform: uppercase;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	letter-spacing: 0;
	opacity: 0;
	border: solid #fff 1px;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 175px;
	padding: 0;
	box-sizing: border-box;
	z-index: 99;
	-webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.3);
	box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.3);
	margin-left: 8px;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	margin: 0;
	position: relative;
	width: 173px;
	box-sizing: border-box;
}

.genesis-nav-menu .sub-menu a:hover,
.genesis-nav-menu .sub-menu li.current-menu-item > a {
	background-color: #7cc149;
	color: #fff;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -40px 0 0 174px;
}

.genesis-nav-menu .sub-menu .sub-menu a {
	background-color: #7dc048;
	color: #fff;
}

.genesis-nav-menu .sub-menu .sub-menu a:hover {
	background-color: #fff;
	color: #7dc048;
}

.genesis-nav-menu .sub-menu .sub-menu li.current-menu-item a {
	background-color: #ffba00;
	border-color: #fff;
	color: #fff;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	color: #fff;
	display: inline-block;
	list-style-type: none;
	padding: 27px 20px;
	text-transform: uppercase;
}

.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
}

.genesis-nav-menu > .search {
	display: block;
	margin: 0 auto;
	padding: 0 20px 20px;
	width: 50%;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary {
	text-align: center;
}

.nav-primary .genesis-nav-menu {
	float: right;
}

.nav-primary .wrap {
	max-width: none;
}

/* Secondary Navigation
--------------------------------------------- */

.nav-secondary-wrapper {
	width: 100%;
	display: block;
	margin: 0;
	overflow: hidden;
	clear: both;
	text-align: right;
}

.nav-secondary {
	border-bottom: none;
	display: inline-block;
	text-align: right;
	clear: both;
	width: auto;
	margin: 20px 8px 0;
	background-color: #7cc149;
}

.nav-secondary li.menu-item {
	display: block;
	float: left;
}

.nav-secondary li.menu-item a {
	padding: 5px 8px;
	margin: 0;
	background-color: #7cc149;
	color: #fff;
	border: none;
}

.front-page .nav-secondary li.current-menu-item a:hover,
.nav-secondary li.current-menu-item > a,
.nav-secondary li.menu-item a:hover {
	background-color: #ffb911;
	color: #fff;
}

/* Footer Navigation
--------------------------------------------- */

.nav-footer .genesis-nav-menu {
	padding: 20px 0;
}

.nav-footer .genesis-nav-menu a {
	border: none;
	font-weight: 800;
	letter-spacing: 3px;
	margin: 0 20px;
	padding: 0;
}

/* Responsive Menu
--------------------------------------------- */

.responsive-menu-icon {
	cursor: pointer;
	display: none;
	margin-bottom: 10px;
	text-align: center;
}

.responsive-menu-icon::before {
	color: #fff;
	content: "\f333";
	font: normal 24px/1 "dashicons";
	margin: 0 auto;
}

.navsidebar .waternav .responsive-menu-icon::before {
	color: #40b6be;
}

.navsidebar .landsnav .responsive-menu-icon::before {
	color: #2a6109;
}

.navsidebar .energynav .responsive-menu-icon::before {
	color: #989898;
}

.navsidebar .frackingnav .responsive-menu-icon::before {
	color: #5c3400;
}

.navsidebar .greengalanav .responsive-menu-icon::before {
	color: #1c1649;
}

.navsidebar .blogtagnav .responsive-menu-icon {
	margin-bottom: 0;
}

.navsidebar .blogtagnav .responsive-menu-icon::before {
	color: #7cc149;
}

.nav-secondary .responsive-menu-icon {
	margin: 10px auto 0;
}

/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Front Page
--------------------------------------------- */

.image-section,
.solid-section {
	clear: both;
	text-align: center;
	width: 100%;
}

.image-section {
	display: table;
	overflow: hidden;
	table-layout: fixed;
	width: 100%;
}

.image-section .widget-area {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

.image-section,
.image-section a {
	color: #fff;
}

.image-section a:hover,
.image-section .featured-content .entry-title a:hover {
	color: #22a1c4;
}

.solid-section {
	background-color: #fff;
}

.front-page-2,
.front-page-3,
.front-page-4,
.front-page-5,
.front-page-6,
.front-page-7 {
	-webkit-background-clip: padding-box;
	-moz-background-clip:    padding;
	background-clip:         padding-box;
	position: relative;
	z-index: 9;
}

.front-page-1,
.front-page-3,
.front-page-5,
.front-page-7 {
	background-attachment: fixed;
	background-color: #fff;
	background-position: 50% 0;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size:    cover;
	background-size:         cover;
}

.front-page-1 {
	position: relative;
}

.front-page-1 .image-section {
	padding-top: 75px;
}

.secondary-nav .front-page-1 .image-section {
	padding-top: 150px;
}

.front-page-4 .solid-section {
	background-color: #f3f3f3;
}

.bottom-image {
	margin-bottom: -120px;
	margin-top: 100px;
}

.bottom-image img {
	margin-bottom: -10px;
}

.front-page .field-wrap:last-child {
	margin-bottom: 0;
}

.small-disclaimer {
	font-size: 14px;
	font-style: italic;
}


/* Dashicons
--------------------------------------------- */

.front-page .dashicons {
	font-size: 40px;
	height: 40px;
	margin-bottom: 20px;
	width: 40px;
}

/* Flexible Widgets
--------------------------------------------- */

.flexible-widgets {
	padding: 30px 0;
}

.flexible-widgets .widget {
	float: left;
	margin: 0 0 40px 2.564102564102564%;
}

.flexible-widgets .widget:last-child {
	margin-bottom: 0;
}

.flexible-widgets.widget-full .widget,
.flexible-widgets.widget-area .widget:nth-of-type(1),
.flexible-widgets.widget-halves.uneven .widget:last-of-type {
	background: none;
	margin-left: 0;
	padding: 0;
	width: 100%;
}
	
.widget-area.flexible-widgets.widget-half .widget,
.flexible-widgets.widget-halves .widget {
	width: 48.717948717948715%;
}

.flexible-widgets.widget-thirds .widget {
	width: 31.623931623931625%;
}

.flexible-widgets.widget-fourths .widget {
	width: 23.076923076923077%;
}

.flexible-widgets.widget-halves .widget:nth-child(even),
.flexible-widgets.widget-thirds .widget:nth-child(3n+2),
.flexible-widgets.widget-fourths .widget:nth-child(4n+2) {
	clear: left;
	margin-left: 0;
}

.solid-section .widget {
	background-color: #fff;
	padding: 40px;
}

.solid-section .widget-title {
	border-bottom: 1px solid #ddd;
	margin-bottom: 30px;
	padding-bottom: 30px;
}

.flexible-widgets.widget-halves h2,
.flexible-widgets.widget-thirds h2,
.flexible-widgets.widget-fourths h2 {
	font-size: 36px;
}

/* Content
--------------------------------------------- */

.content {
	float: left;
	width: 700px;
}

.page .content {
	padding-bottom: 50px;
}

.sidebar-content .content {
	float: right;
}

.full-width-content .content {
	padding: 0;
	width: 100%;
}

.full-width-content.front-page .content {
	padding: 0;
}

/* Entries
--------------------------------------------- */

.entry {
	margin-bottom: 100px;
}

.widget .entry {
	margin-bottom: 40px;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 30px;
	margin-left: 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #000;
	color: #ddd;
}


/* Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 20px;
	margin-bottom: 0;
}

.entry-header,
.entry-footer {
	text-align: center;
}

.entry-header p.entry-meta {
	font-weight: 700;
	letter-spacing: 2px;
	margin-bottom: 16px;
	text-transform: uppercase;
}

/*
.entry-header::after {
	border-bottom: 1px solid #000;
	content: "";
	display: block;
	margin: 0 auto 60px;
	padding-bottom: 30px;
	width: 25%;
}
*/

.image-section .entry-header::after {
	border-color: #fff;
}

.entry-footer::before {
	border-top: 1px solid #000;
	content: "";
	display: block;
	margin: 30px auto 0;
	padding-top: 60px;
	width: 25%;
}

.sidebar .entry-header::after {
	display: none;
}

.entry-categories::before,
.entry-tags::before {
	display: inline-block;
	font: normal 20px/1 "dashicons";
	margin-right: 5px;
	margin-top: 2px;
	vertical-align: top;
	-webkit-font-smoothing: antialiased;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

/* After Entry
--------------------------------------------- */

.after-entry {
	border-top: 1px solid #000;
	padding: 40px 0;
}

.after-entry .widget {
	margin-bottom: 40px;
}

.after-entry p:last-child,
.after-entry .widget:last-child {
	margin: 0;
}

.after-entry li {
	list-style-type: none;
}

/* Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 40px 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #000;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	letter-spacing: 1px;
	padding: 8px 12px;
	text-transform: uppercase;
}

.archive-pagination li a:hover,
.archive-pagination .active a {
	background-color: #22a1c4;
	color: #fff;
}

/* Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 100px;
}

p.comment-meta,
.entry-comments .comment,
.entry-comments .comment-reply {
	margin-bottom: 40px;
}

.comment-header {
	font-size: 20px;
}

.entry-comments .comment {
	border-bottom: 1px solid #000;
}

.comment-content,
.entry-comments .comment {
	clear: both;
}

p.form-submit,
.entry-comments .children .comment,
.entry-comments .comment-author {
	margin: 0;
}

.entry-comments .children .comment {
	border: none;
}

.comment-respond label {
	display: block;
	font-weight: 800;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 100%;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
}

.entry-comments ul.children {
	margin-left: 40px;
}

.ping-list .reply {
	display: none;
}


/*
Sidebar
---------------------------------------------------------------------------------------------------- */

.sidebar {
	float: right;
	width: 360px;
}

.sidebar-content .sidebar {
	float: left;
}

.sidebar p:last-child {
	margin-bottom: 0;
}

.sidebar li {
	list-style-type: none;
	margin-bottom: 6px;
	word-wrap: break-word;
}

.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	margin-bottom: 40px;
}

/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background-color: #22a1c4;
	clear: both;
	text-align: center;
	position: relative;
	z-index: 9;
}

.footer-widgets .wrap {
	padding-bottom: 100px;
	padding-top: 100px;
}

.footer-widgets,
.footer-widgets .wrap a,
.footer-widgets .wrap a.button {
	color: #fff;
}

.footer-widgets a:hover {
	color: #000;
}

.footer-widgets li {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.footer-widgets .widget {
	margin-bottom: 40px;
}

.footer-widgets p:last-child {
	margin-bottom: 0;
}

/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background-color: #7cc149;
	padding: 20px;
	text-align: center;
	-webkit-box-shadow: 0px -2px 5px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px -2px 5px 0px rgba(0,0,0,0.3);
	box-shadow: 0px -2px 5px 0px rgba(0,0,0,0.3);
	z-index: 99;
	position: relative;
}

.site-footer,
.site-footer a,
.site-footer p {
	color: #fff;
}

.site-footer a:hover {
	color: #22a1c4;
}

.site-footer p {
	font-size: 14px;
	letter-spacing: 1px;
	margin-bottom: 0;
	text-transform: uppercase;
}

/*
PNM ADDED CSS
---------------------------------------------------------------------------------------------------- */

/* Page Header Images */

.pageheadimg {
	width: 100%;
	margin: 0 0 50px;
	padding-bottom: 30%;
	min-height: 300px;
	background-size: cover;
	position: relative;
	background-attachment: fixed;
}

.pageheadimg h3 {
	color: #fff;
	font-size: 60px;
	text-transform: uppercase;
	position: absolute;
	width: 90%;
	left: 5%;
	bottom: 5%;
	text-align: center;
}

/* Subject Page Headers */

.pageheadimg.greengalaheader {
	background-size: cover;
	background-attachment: scroll;
}

.headeroverlay {
	position: absolute;
	width: 100%;
	height: 100%;
}

.headeroverlay img {
	width: 12%;
	max-width: 168px;
	min-width: 125px;
	position: absolute;
	top: 120px;
	left: 50%;
	transform: translateX(-50%);
}

.headeroverlay.water {
	background-color: rgba(64,182,190,0.4);
}

.headeroverlay.lands {
	background-color: rgba(42,97,9,0.4);
}

.headeroverlay.fracking {
	background-color: rgba(92,52,0,0.7);
}

.headeroverlay.energy {
	background-color: rgba(196,37,43,0.8);
}

.headeroverlay.greengala {
	background-color: rgba(124,193,73,0.5);
}

.headeroverlay.democracy {
	background-color: rgba(0,93,136,0.8);
}

/* Entry Title/header */

.entry-header {
	background-color: #000;
	width: 100%;
	margin: 0 0 20px;
	padding: 10px 20px;
}

h1.entry-title {
	color: #fff;
	margin: 0;
	width: 100%;
	text-align: center;
	padding: 0;
	font-size: 30px;
}

h4.entry-date {
	color: #000;
	margin: 10px 0 0;
	width: 100%;
	text-align: center;
	padding: 0;
	font-size: 16px;
}

.entry-title-post {
	text-align: center;
	margin-top: 20px;
}

/* Responsive Feed Defaults */

.centeredblock {
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
}

.centeredblock > div {
	display: inline-block;
	min-width: 280px;
}

.halves > div {
	width: 45%;
	margin: 2%;
}

.thirds > div {
	width: 30%;
	margin: 1%;
}

.fourths > div {
	width: 22%;
	margin: 1%;
}

/*
Home Sections
---------------------------------------------------------------------------------------------------- */

/* Donate Nav Button */

li.highlightprimary a, .dark li.highlightprimary a {
	background-color: #ffb911;
	border: solid #ffb911 1px;
	color: #fff;
}

li.highlightprimary a:hover {
	border: solid #7cc149 1px;
	color: #fff;
}

.dark li.highlightprimary a:hover {
	border: solid #fff 1px;
	color: #fff;
	background-color: #7cc149;
}

/* Landing Section */

.landingareacustom {
	/*background-color: rgba(255,255,255,0.7);*/
	width: 100%;
	max-width: 1000px;
	min-width: 70%;
	margin: 50px auto 100px;
	box-sizing: border-box;
	padding: 20px 40px;
}

.landingareacustom h3 {
	color: #000;
	margin: 0;
	font-size: 40px;
	text-transform: uppercase;
}

.landingareacustom p {
	color: #000;
	margin: 20px 0;
	font-size: 20px;
}

.landingareacustom button {
	background-color: #ffb911;
	border-color: #ffb911;
}

.landingareacustom button:hover {
	background-color: #7dc048;
	border-color: #7dc048;
}

.front-page-1 {
	background-position: bottom;
}

.front-page-1 .wrap {
	text-align: left;
}

img.hometext {
	width: 530px;
	max-width: 60%;
	display: inline-block;
	margin: 0;
}

/* Featured Feed */

.homecentered {
	text-align: center;
	width: 100%;
	margin: 25px 0 0;
}

.frontsingle, .relatedsingle {
	padding-bottom: 23%;
	width: 33%;
	margin: 0 0 30px;
	display: inline-block;
	min-width: 250px;
	min-height: 200px;
	cursor: pointer;
	position: relative;
	background-color: transparent;
	background-size: cover;
	background-position: 50% 50%;
	border: solid 3px #7cc149;
	box-sizing: border-box;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.frontsingle:hover, .relatedsingle:hover {
	/*background-color: #7cc149;*/
	border-color: #ffb911;
}

.frontsingle h4, .relatedsingle h4 {
	color: #000;
	position: absolute;
	width: 100%;
	margin: 0 !important;
	text-transform: uppercase;
	top: 50%;
	left: 0;
	box-sizing: border-box;
	padding: 0 10px;
	transform: translateY(-60%);
	font-size: 16px !important;
}

.frontsingle .relatedtagline, .relatedsingle .relatedtagline {
	width: 100%;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #7cc149;
	color: #fff;
	padding: 4px;
	box-sizing: border-box;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.frontsingle:hover .relatedtagline, .relatedsingle:hover .relatedtagline {
	background-color: #ffb911;
}

.relatedtagline p {
	text-align: center;
	color: #fff;
	margin: 0;
}

.solid-section .textwidget > h3 {
	font-weight: 400;
}

.frontsinglecampaign {
	display: inline-block;
	width: 33%;
	padding-bottom: 33%;
	margin: 0;
	position: relative;
	background-size: cover;
}

.frontsinglecampaign h4, 
.frontsinglecampaign h6 {
	color: #fff;
}

.frontsinglecampaign h4 {
	font-size: 18px;
}

.frontsinglecampaign h6 {
	font-size: 14px;
}

.singleoverlayblack {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: rgba(0,0,0,0.3);
	z-index: 100;
}

.centeredcontent {
	position: absolute;
	width: 100%;
	display: block;
	box-sizing: border-box;
	padding: 0 15px;
	left: 0;
	top: 50%;
	transform: translatey(-50%);
	z-index: 500;
}

/* Trapezoid area sections */

.trapezoid {
	position: relative;
	z-index: 1;
	display: block;
	float: left;
	width: 43.4%;
	box-sizing: border-box;
	padding-bottom: 31.25%;
	margin: 0 -9.2% 0 -9.3%;
	background-color: #7cc149;
	-webkit-clip-path: polygon(44% 0, 100% 0%, 56% 100%, 0% 100%);
	clip-path: polygon(44% 0, 100% 0%, 56% 100%, 0% 100%);
}

.trappublicland:hover {
	background-color: #2a6109;
}

.trapenergy:hover {
	background-color: #c4252b;
}

.trapfracking:hover {
	background-color: #5c3400;
}

.trapwater:hover {
	background-color: #45b5bd;
}
.trapdemocracy:hover {
	background-color: #005d88;
}

.trapcontainer {
	background-color: #fff;
	background-image: url('/wp-content/uploads/2019/12/trapback_extended.png');
	background-position: center;
	background-size: cover;
	width: 100%;
	margin: 0;
	overflow: hidden;
}

.trapinner {
	max-width: 1400px;
	display: block;
	margin: 0 auto;
}
	
.trapezoid img {
	width: 36%;
	position: absolute;
	top: 20%;
	left: 33%;
}

.trapezoid p {
	position: absolute;
	width: 56%;
	bottom: 10%;
	left: 5.22222222222222222222222%;
	margin: 0;
	padding: 0 15px;
	text-align: center;
	box-sizing: border-box;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
}

.front-page-3 .image-section {
	height: auto !important;
}

.front-page-3 .flexible-widgets {
	padding: 0;
}

.front-page-3 .flexible-widgets .wrap {
	max-width: none;
}

/* Mobile Trapezoid Section */

.mobiletrap {
	display: none;
	width: 100%;
	margin: 10px 0;
	text-align: center;
	padding: 0;
}

.mobiletrap .singlemobiletrap {
	display: inline-block;
	width: 23%;
	margin: 0.5%;
	min-width: 300px;
	position: relative;
	padding-bottom: 23%;
	min-height: 300px;
}

.mobiletrapwater {
	background-color: #45b5bd;
}

.mobiletraplands {
	background-color: #2a6109;
}

.mobiletrapenergy {
	background-color: #c4252b;
}

.mobiletrapfracking {
	background-color: #5c3400;
}

.mobiletrapdemocracy {
	background-color: #005d88;
}

.mobiletrap .singlemobiletrap img {
	position: absolute;
	width: 60%;
	left: 20%;
	top: 10%;
}

.mobiletrap .singlemobiletrap p {
	position: absolute;
	width: 90%;
	left: 5%;
	bottom: 5%;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
}

/* Social Sidebar */

.socialside {
	width: 60px;
	display: block;
	margin: 0;
	position: fixed;
	right: 0;
	top: 200px;
	overflow: visible;
	z-index: 9999;
}

.socialside button {
	width: 60px;
	height: 44px;
	border: none;
	display: block;
	margin: 0 0 5px;
	line-height: 0;
	padding: 0;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
	position: relative;
	background-color: #7cc149;
	-webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.3);
	box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.3);
}

.socialside button img {
	width: 100%;
}

.socialside button:hover {
	background-color: #ffb911;
	border: none;
	padding: 0;
}

.sidesearcharea {
	position: fixed;
	overflow: hidden;
	width: 0;
	height: 44px;
	right: 60px;
	top: 347px;
	background-color: #7cc149;
}

.sidesearcharea input[type="search"] {
	display: block;
	float: left;
	width: 275px;
	margin: 0;
	height: 44px;
	font-size: 15px;
}

.sidesearcharea input[type="submit"] {
	width: 125px;
	height: 44px;
	margin: 0;
	padding: 0;
	display: block;
	float: right;
	background-color: transparent;
	border-color: transparent;
}

.sidesearcharea input[type="submit"]:hover {
	background-color: #ffb911;
	border-color: #ffb911;
	color: #fff;
}

/* Author Single Pages */

.authorbar {
	width: 100%;
	margin: 0 0 30px;
	display: block;
	padding: 0;
	position: relative;
}

.authorbar .authorheadshot {
	display: inline-block;
	width: 24%;
	padding-bottom: 21.06947368421064%;
	background-size: cover;
	background-position: center;
	margin-right: 1%;
	vertical-align: top;
}

.authorinfo {
	display: inline-block;
	width: 74%;
	margin: 0;
	background-color: #7cc149;
	color: #fff;
	box-sizing: border-box;
	padding: 0;
	text-align: left;
	vertical-align: top;
	position: relative;
	padding-bottom: 21.1%;
}

.authorinner {
	position: absolute;
	width: 90%;
	height: 80%;
	top: 10%;
	left: 5%;
}

.authorinner a {
	color: #fff;
}

.authorinfo h3 {
	font-size: 46px;
	margin-bottom: 15px;
	text-transform: uppercase;
}

.authorinfo h4.authorsub {
	font-size: 32px;
	font-weight: 400;
	font-style: italic;
	margin-bottom: 25px;
	padding: 10px 0;
}

.authorinfo h4.authorsub a {
	padding: 0;
	text-decoration: underline;
}

.authorinfo p {
	font-size: 16px;
	margin: 0;
}

.authorinfo span.authorphone, .authorinfo span.authoremail {
	width: auto;
	position: relative;
}

.authorinfo span.authorphone {
	padding-left: 30px;
}

.authorinfo span.authorphone::before {
	left: 0;
}

.authorinfo span.authoremail {
	padding-left: 40px;
}

.authorinfo span.authoremail::before {
	left: 10px;
}

.authorinfo span.authorphone::before, .authorinfo span.authoremail::before {
	content: "";
	width: 23px;
	height: 21px;
	display: block;
	position: absolute;
	bottom: 0;
	background-size: contain;
	background-repeat: no-repeat;
}

.authorinfo span.authorphone::before {
	background-image: url('/wp-content/uploads/2017/05/authph.png');
}

.authorinfo span.authoremail::before {
	background-image: url('/wp-content/uploads/2017/05/authem.png');
}

.authorinfo a.authsocial {
	width: 21px;
	display: inline-block;
	margin: 0;
	margin-left: 20px;
}

.authorinfo a.authsocial img {
	width: 100%;
}

.authorbio {
	font-size: 16px;
}

/* Staff Feed Page */

.staffwrap {
	width: 100%;
	margin: 25px 0;
	text-align: center;
}

.singlestaff {
	width: 22%;
	margin: 1%;
	display: inline-block;
	min-width: 140px;
	vertical-align: top;
}

.staffheadshot {
	width: 100%;
	padding-bottom: 87.789473684211%;
	position: relative;
	background-size: cover;
}

.singlestaffoverlay {
	position: absolute;
	width: 100%;
	height: 100%;
	margin: 0;
	left: 0;
	bottom: 0;
	background-color: rgba(124,193,73,0.6);
	opacity: 0;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.staffheadshot:hover .singlestaffoverlay {
	opacity: 1;
}

.singlestaff h3, .singlestaff h5 {
	width: 100%;
	letter-spacing: 0px;
	padding: 0;
	text-transform: uppercase;
}

#content-sidebar-wrap .singlestaff h3 {
	font-size: 18px;
	margin-top: 10px;
}

#content-sidebar-wrap .singlestaff h5 {
	font-size: 12px;
	font-weight: 400;
}

.laststaff {
	background-color: #7cc149;
}

.laststaff img {
	width: 100%;
	margin: 0;
}

/* Related Content Posts Feed */

.relatedfeed {
	width: 100%;
	display: block;
	margin: 20px 0;
	text-align: center;
	clear: both;
}

.singleoverlaygreen {
	position: absolute;
	width: 100%;
	height: 100%;
	margin: 0;
	left: 0;
	top: 0;
	background-color: rgba(124,193,73,0.6);
	opacity: 0;
}

.frontsingle:hover .singleoverlaygreen, .relatedsingle:hover .singleoverlaygreen {
	opacity: 1;
}

.frontsingle:hover h4, .relatedsingle:hover h4, .frontsingle:hover h6, .relatedsingle:hover h6 {
	background-color: transparent;
}

/* Footer Widget Area */

.footer-widgets {
	background-image: url('/wp-content/uploads/2017/05/voicesback.jpg');
	background-size: cover;
	background-attachment: fixed;
}

.footer-widgets h2 {
	font-size: 60px;
}

/* Subpage w/ Sidebar Navigation */

.navsidebar {
	float: right;
	width: 25%;
	margin: 0;
}

.navsidebar .genesis-nav-menu li.menu-item {
	display: block;
	width: 100%;
	margin: 0 auto 10px;
	padding: 0;
	text-align: center;
}

.navsidebar .genesis-nav-menu li.menu-item a {
	margin: 0;
	color: #fff;
	font-weight: 700;
	font-size: 18px;
	border: solid 2px;
}

.navsidebar .waternav .genesis-nav-menu li.menu-item a {
	background-color: #40b6be;
	border-color: #40b6be;
}

.navsidebar .waternav .genesis-nav-menu li.menu-item a:hover,
.navsidebar .waternav .genesis-nav-menu li.menu-item.current-menu-item a {
	background-color: transparent;
	color: #40b6be;
}

.navsidebar .frackingnav .genesis-nav-menu li.menu-item a {
	background-color: #5c3400;
	border-color: #5c3400;
}

.navsidebar .frackingnav .genesis-nav-menu li.menu-item a:hover,
.navsidebar .frackingnav .genesis-nav-menu li.menu-item.current-menu-item a {
	background-color: transparent;
	color: #5c3400;
}

.navsidebar .energynav .genesis-nav-menu li.menu-item a {
	background-color: #989898;
	border-color: #989898;
}

.navsidebar .energynav .genesis-nav-menu li.menu-item a:hover,
.navsidebar .energynav .genesis-nav-menu li.menu-item.current-menu-item a {
	background-color: transparent;
	color: #989898;
}

.navsidebar .landsnav .genesis-nav-menu li.menu-item a {
	background-color: #2a6109;
	border-color: #2a6109;
}

.navsidebar .landsnav .genesis-nav-menu li.menu-item a:hover,
.navsidebar .landsnav .genesis-nav-menu li.menu-item.current-menu-item a {
	background-color: transparent;
	color: #2a6109;
}

.navsidebar .greengalanav .genesis-nav-menu li.menu-item a {
	background-color: #1c1649;
	border-color: #1c1649;
}

.navsidebar .greengalanav .genesis-nav-menu li.menu-item a:hover,
.navsidebar .greengalanav .genesis-nav-menu li.menu-item.current-menu-item a {
	background-color: transparent;
	color: #1c1649;
}

.twocolcontent {
	float: left;
	width: 70%;
	margin: 0;
}

h3.titleh3 {
	width: 100%;
	text-align: left;
	margin-bottom: 20px;
	font-size: 34px;
	text-transform: uppercase;
}

h3.titleh3.watertitle {
	color: #40b6be;
}

h3.titleh3.landstitle {
	color: #2a6109;
}

h3.titleh3.frackingtitle {
	color: #5c3400;
}

h3.titleh3.energytitle {
	color: #c4252b;
}

h3.titleh3.democracytitle {
	color: #005d88;
}

h3.titleh3.greengalatitle {
	color: #1c1649;
}

.blogtwocontent {
	width: 80%;
}

.blogtagsidebar {
	border-bottom: solid 3px #8dc73f;
	border-top: solid 3px #8dc73f;
	width: 18%;
}

.blogtagsidebar h3 {
	color: #8dc73f;
	font-size: 18px !important;
	border-bottom: solid 3px #8dc73f;
	margin: 0;
	padding: 15px 0;
}

.blogtagsidebar .blogtagnav .genesis-nav-menu li a {
	color: #8dc73f;
	border: none;
	display: block;
	text-align: left;
	font-size: 16px;
	text-decoration: underline;
	text-transform: none;
	padding: 0 15px;
	margin: 0;
	line-height: 1.5;
}

.blogtagsidebar .blogtagnav .genesis-nav-menu li a:hover {
	text-decoration: none;
}

.blogtagsidebar .blogtagnav .genesis-nav-menu li.current-menu-item a {
	background-color: transparent;
	text-decoration: none;
}

/* Blog Reformatted Page */

.blogtwocontent .singlelistblog {
	background-color: #f3f3f3;
	padding: 0;
	color: #4e4e4e;
	position: relative;
	margin-bottom: 20px;
}

.listblogimg {
	width: 20%;
	height: 100%;
	position: absolute;
	float: left;
	background-color: #8dc73f;
	background-size: cover;
	background-position: center center;
}

.listblogcontent {
	position: relative;
	width: 80%;
	padding: 10px 25px;
	left: 20%;
}

.listblogcontent h3 a {
	color: #8dc73f;
}

.listblogcontent h3 a:hover {
	color: #ffb911;
}

p.listbloginfo {
	color: #4e4e4e;
	font-weight: bold;
}

span.dateseparator {
	margin: 0 20px;
}

.tagcontent {
	width: 100%;
}

h1.tagtitle {
	margin-bottom: 20px !important;
}

/* Take Action Page Dynamic Feed */

.singlesubcampaign {
	width: 100%;
	border: solid #7dc048 2px;
	box-sizing: border-box;
	padding: 15px 30px;
	margin-top: 20px;
}

.singlesubcampaign h3 {
	display: inline-block;
	text-align: left;
	width: auto;
	margin: 0;
	font-size: 26px;
	text-transform: uppercase;
}

.singlesubcampaign span.singlereadmore {
	display: inline-block;
	text-align: left;
	margin-left: 20px;
	font-size: 14px;
}

button.alm-load-more-btn {
	font-size: 16px;
	display: block;
	margin: 30px auto;
	width: auto;
	text-transform: uppercase;
	padding: 10px 50px;
}

/* Category Page Template */

.blogtwocontent.blogfullwidth {
	width: 100%;
	max-width: none;
	display: block;
}

.blogtwocontent.blogfullwidth .listblogcontent {
	width: 100%;
	display: block;
	position: static;
}

/* Custom Footer */

.footerengage {
	width: 100%;
	margin: 20px auto;
	display: block;
	text-align: center;
}

.footerengage button {
	width: 40%;
	margin: 2%;
	display: inline-block;
	vertical-align: middle;
	min-width: 260px;
}

.footerengage button.footsignup {
	color: #fff;
	border-color: #fff;
	background-color: transparent;
}

.footerengage button.footsignup:hover {
	background-color: #fff;
	color: #7dc048;
}

.footerengage button.footdonate {
	color: #ffba00;
	border-color: #ffba00;
	background-color: transparent;
}

.footerengage button.footdonate:hover {
	background-color: #ffba00;
	color: #fff;
}

.footerengage input[type="search"] {
	font-size: 16px;
	width: 50%;
	min-width: 250px;
	background-color: #fff;
	border: solid #fff 1px;
	padding: 15px 20px;
	margin: 5px 10px;
	color: #000;
	display: inline-block;
	vertical-align: middle;
}

.footerengage .search-form input[type="submit"] {
	background-color: #ffba00;
	border: solid #ffba00 2px;
	color: #fff;
	padding: 13px 25px;
	display: inline-block;
	vertical-align: middle;
	margin: 5px 10px;
}

.footerengage .search-form input[type="submit"]:hover {
	background-color: transparent;
	color: #ffba00;
}

.footernav .genesis-nav-menu a {
	background-color: transparent;
	color: #fff;
	font-size: 14px;
	padding: 10px 15px;
	margin: 0;
	font-weight: 700;
	border: none;
}

.footernav .genesis-nav-menu a:hover {
	background-color: #fff;
	color: #7dc048;
}

.footerextras img {
	width: 90%;
	margin: 10px auto;
	display: block;
	max-width: 270px;
}

/* Issues Page */

.issuebar {
	display: block;
	margin: 10px 0;
	width: 100%;
	background-color: #7cc149;
	box-sizing: border-box;
	padding: 20px 100px;
	overflow: hidden;
	clear: both;
	text-align: left;
}

.issuebar img {
	width: 120px;
	margin: 10px 40px;
	display: inline-block;
	vertical-align: middle;
}

.issuebar p {
	color: #fff;
	text-decoration: none;
	display: inline-block;
	vertical-align: middle;
	font-size: 38px;
	font-weight: 600;
	margin: 0;
}

/* Juicer Feed Overrides */

h1.referral {
	display: none !important;
}

/* Single Post Pages */

.authorbar {
	width: 100%;
	display: block;
	margin: 10px 0;
}

.authorbar .authorimg {
	display: inline-block;
	margin: 0;
	width: 50px;
	height: 50px;
	border-radius: 100px;
	background-size: cover;
	background-position: 50% 50%;
	vertical-align: middle;
}

.authorbar p {
	display: inline-block;
	margin: 0 20px;
	vertical-align: middle;
	font-size: 18px;
}

/* Page Top and Bottom Buttons */

h3.buttonheadline {
	text-align: center;
	font-size: 42px;
}

.toppagebuttons, .endpagebuttons {
	width: 100%;
	display: block;
	margin: 0 0 50px;
	text-align: center;
}

.toppagebuttons a, .endpagebuttons a {
	text-decoration: none !important;
}

.toppagebuttons button, .endpagebuttons button {
	display: table-cell;
	margin: 1%;
	width: 27%;
	min-width: 250px;
	font-size: 32px;
	vertical-align: top;
	min-height: 125px;
}

.toppagebuttons button.featpagebutton, .endpagebuttons button.featpagebutton {
	display: block;
	margin: 1% auto;
	width: 80%;
	max-width: 800px;
	min-width: 60%;
}

/* Alternate Button Style Overrides */

.smallbuttons button {
	font-size: 18px;
	min-height: 50px;
}

.blackbuttons button {
	background-color: transparent;
	color: #000;	
	border-color: #000;
}

.blackbuttons button:hover {
	background-color: #000;
	color: #fff;
}


.yellowbuttons button {
	background-color: #ffb911;	
	border-color: #ffb911;
}

.yellowbuttons button:hover {
	background-color: #7cc149;
	border-color: #7cc149;
}

/* Social Feed Overrides */

.juicer-feed .j-paginate {
	background-color: transparent !important;
	color: #ffb911 !important;
	border-color: #ffb911 !important;
}

.juicer-feed .j-paginate:hover {
	background-color: #ffb911 !important;
	color: #fff !important;
	border-color: #ffb911 !important;
}

/* Responsive Video Embed */

.aspect-ratio {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 57%;
}

.aspect-ratio iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.halfvideo {
	width: 100%;
	margin: 0 auto 30px;
	display: block;
}

.prev-next-posts {
	width: 100%;
	margin: 30px auto 0;
	text-align: center;
}

.prev-next-posts a {
	padding: 5px;
	background-color: #7cc149;
	color: #fff;
	margin: 0 10px;
}

.prev-next-posts a.page-numbers {
	margin: 0 1px;
}

.prev-next-posts a:hover {
	background-color: #ffba00;
}

.prev-next-posts .page-numbers.current {
	padding: 5px;
	background-color: #ffba00;
	color: #fff;
	margin: 0 1px;
}

/* Single Post Social Sharing Buttons */

.singlesharebar {
	text-align: left;
	display: block;
	width: 100%;
	margin: 15px 0;
}

.singlesharebar a button {
	padding: 0;
}

.singlesharebar a button p {
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
	line-height: 1;
	margin: 10px;
	display: inline-block;
	vertical-align: middle;
}

.singlesharebar a button img {
	width: 20px;
	vertical-align: middle;
	display: inline-block;
	margin: 0 10px;
	margin-right: 0;
}

button.tweetshare {
	background-color: #00aced;
	border-color: #00aced;
}

button.fbshare {
	background-color: #3b5998;
	border-color: #3b5998;
}

.singlesharebar a button:hover {
	background-color: #ffb911;
	border-color: #ffb911;
}

/* Resources Page */

.resourceheader {
	width: 100%;
	position: relative;
	padding-bottom: 60px;
	display: block;
	margin: 20px 0 0;
	border: solid 3px #7cc149;
}

#content-sidebar-wrap .resourceheader h3 {
	color: #7cc149;
	font-size: 32px;
	line-height: 1;
	margin: 0;
	position: absolute;
	left: 15px;
	top: 14px;
	padding: 0;
	text-transform: uppercase;
}

.resourceheader img {
	display: block;
	width: 36px;
	margin: 0;
	position: absolute;
	right: 15px;
	top: 15px;
	cursor: pointer;
	transform: rotateX(0deg);
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.resourceheader img.resourcebutton.buttonrotated {
	transform: rotateX(180deg);
}

.resourceinfo {
	background-color: #7cc149;
	color: #fff;
	display: block;
	margin: 0;
	width: 100%;
	padding: 0 20px 1px;
}

#content-sidebar-wrap .resourceinfo h4 {
	color: #fff;
	font-size: 16px;
	text-align: left;
	margin: 0;
	width: 100%;
	padding: 25px 0;
	border-bottom: solid #fff 2px;
	line-height: 1;
}

#content-sidebar-wrap .resourceinfo h4:last-child {
	border-bottom: none;
}

#content-sidebar-wrap .resourceinfo h4 a {
	color: #fff;
}

#content-sidebar-wrap .resourceinfo h4 a:hover {
	color: #ffba00;
}

.resourceinfo a button {
	background-color: #ffb911;
	border-color: #ffb911;
	display: block;
}

.resourceinfo a button:hover {
	background-color: #7cc149;
	border-color: #fff;
}

/* Events CSS Overrides */

.tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-], .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-]>a {
	background-color: #ffb911 !important;
}

.tribe-events-calendar th {
	background-color: #7cc149 !important;
	color: #fff !important;
}

#tribe-events-content a, .tribe-events-adv-list-widget .tribe-events-widget-link a, .tribe-events-adv-list-widget .tribe-events-widget-link a:hover, .tribe-events-back a, .tribe-events-back a:hover, .tribe-events-event-meta a, .tribe-events-list-widget .tribe-events-widget-link a, .tribe-events-list-widget .tribe-events-widget-link a:hover, ul.tribe-events-sub-nav a, ul.tribe-events-sub-nav a:hover {
	color: #7cc149 !important;
}

#tribe-bar-form .tribe-bar-submit input[type=submit], #tribe-events .tribe-events-button {
	background-color: #7cc149 !important;
	border: solid #7cc149 2px !important;
	color: #fff !important;
}

#tribe-bar-form .tribe-bar-submit input[type=submit]:hover, #tribe-events .tribe-events-button:hover {
	background-color: transparent !important;
	border-color: #7cc149 !important;
	color: #7cc149 !important;
}

ul.tribe-events-sub-nav {
	padding: 15px 20px !important;
}

#tribe-events-footer ul.tribe-events-sub-nav, #tribe-events-header ul.tribe-events-sub-nav {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

#tribe-events-content table.tribe-events-calendar .type-tribe_events.tribe-event-featured {
	background-color: #7cc149 !important;
}

#tribe-events-content table.tribe-events-calendar .type-tribe_events.tribe-event-featured .tribe-events-month-event-title a {
	color: #fff !important;
}

.tribe-events-othermonth .tribe-events-month-event-title {
	opacity: 1 !important;
	-khtml-opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
}

.tribe-events-list .tribe-events-event-cost {
	display: none !important;
}

.tribe-events-single .tribe-events-event-image {
	display: none;
}

.tribe-events-single span.tribe-events-cost {
	display: block !important;
	text-align: left !important;
	margin: 0 !important;
	font-size: 24px !important;
	font-weight: 700 !important;
}

/* Featured Events Top Page Feed */

.featuredevents {
	width: 100%;
	display: block;
	margin: 0 0 30px;
	text-align: center;
}

.featuredevents .singlefeatevent {
	width: 30%;
	display: inline-block;
	margin: 1%;
	min-width: 290px;
	background-color: #7cc149;
	color: #fff;
	box-sizing: border-box;
	padding: 20px;
}

.featuredevents .singlefeatevent h4 {
	padding: 0;
}

.featuredevents .singlefeatevent a {
	color: #fff;
	text-decoration: underline;
}

.featuredevents .singlefeatevent a:hover {
	text-decoration: none;
}

.featuredevents .singlefeatevent p {
	margin-bottom: 0;
}

/* Auto Responsive Video Embeds */

.responsive-video-container {
	width: 100%;
	margin: 20px auto;
	padding: 0;
	display: block;
}

.aspect-ratio {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 57%;
}

.aspect-ratio iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

/* Button Links Class */

a.buttonlink {
	background-color: #7cc149;
	border: 2px solid #7cc149;
	border-radius: 0;
	color: #fff !important;
	cursor: pointer;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0;
	padding: 10px 15px;
	text-transform: uppercase;
	-webkit-font-smoothing: antialiased;
	white-space: normal;
	width: auto;
	margin: 10px auto;
	display: inline-block;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

a.buttonlink:hover {
	color: #7cc149 !important;
	background-color: transparent;
	border: solid 2px #7cc149;
}

#tribe-events-content a.buttonlink {
	color: #fff !important;
}

#tribe-events-content a.buttonlink:hover {
	color: #7cc149 !important;
}

/* List View Events */

.tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-event-meta,
.tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-content {
	color: #292e34 !important;
}

.tribe-events-list .type-tribe_events {
	width: 100%;
	display: block;
	margin: 0 auto;
}

.tribe-events-list .type-tribe_events .tribe-events-event-image {
	width: 25% !important;
	float: left !important;
	margin: 15px 0 !important;
	margin-right: 5% !important;
}

.tribe-events-list .type-tribe_events .tribe-events-list-event-title {
	width: 70% !important;
	clear: none !important;
	float: right !important;
	box-sizing: border-box;
	padding: 5px 10px;	
}

.tribe-events-list .type-tribe_events .tribe-events-event-meta {
	width: 70% !important;
	clear: none !important;
	float: right !important;
	box-sizing: border-box;
	padding: 5px 10px;
	margin: 5px 0 !important;
}

.tribe-events-list .type-tribe_events .tribe-events-content {
	width: 70% !important;
	box-sizing: border-box;
	padding: 5px 10px;
	float: right !important;
}

.tribe-events-list .tribe-events-loop .tribe-event-featured {
	background-color: transparent !important;
	color: #292e34 !important;
	padding: 0 15px !important;
}

#tribe-events-content.tribe-events-list .tribe-events-loop .tribe-event-featured a {
}

#calendartypebutton {
	display: block;
	margin: 0 auto;
	width: auto;
}

img.eventfeatimage {
	display: block;
	margin: 0 auto 30px;
	width: 800px;
	max-width: 100%;
}

img.eventfeatimage:hover {
	opacity: 0.7 !important;
}

.tribe-events-list-separator-month {
	font-size: 18px !important;
	color: #fff !important;
}

.tribe-events-list-separator-month {
	background-color: #7cc149 !important;
}

/* 50 Years Page */

#content-sidebar-wrap .fifty-section .wrap {
	padding: 0;
}

.fifty-section {
	background-size: cover;
	background-position: 50% 50%;
	padding: 80px 0;
}

.fifty-section p:last-child {
	margin-bottom: 0;
}

/* Landing Row */

.fifty-row-1 {
	padding-top: 250px;
	background-attachment: fixed;
}

.fifty-row-1 button {
	margin: 30px auto 0;
	display: block;
}

/* About Row */

#content-sidebar-wrap .fifty-row-2 h3 {
	color: #8cbe5a;
	text-align: center;
	padding: 0;
	margin-bottom: 30px;
}

.fifty-row-2 p {
	text-align: center;
	display: block;
	margin: 0 auto 35px;
	font-size: 16px;
}

.fifty-row-2 .fiftybuttonbar {
	text-align: center;
}

.fifty-row-2 .fiftybuttonbar button {
	font-size: 24px;
	display: inline-block;
	width: 28%;
	min-width: 280px;
	padding: 15px 20px;
	box-sizing: border-box;
	margin: 1% 1% 0;
}

.fifty-row-2 .fiftybuttonbar button.fiftydonate {
	background-color: #40b6be;
	color: #fff;
	border-color: #40b6be;
}

.fifty-row-2 .fiftybuttonbar button.fiftydonate:hover {
	background-color: #fff;
	color: #40b6be;
}

.fifty-row-2 .fiftybuttonbar button.fiftyevents {
	background-color: #7cc149;
	color: #fff;
	border-color: #7cc149;
}

.fifty-row-2 .fiftybuttonbar button.fiftyevents:hover {
	background-color: #fff;
	color: #7cc149;
}

.fifty-row-2 .fiftybuttonbar button.fiftyshare {
	background-color: #ffba00;
	color: #fff;
	border-color: #ffba00;
}

.fifty-row-2 .fiftybuttonbar button.fiftyshare:hover {
	background-color: #fff;
	color: #ffba00;
}

/* Events Row */

.fifty-row-3 {
	background-attachment: fixed;
}

.fifty-row-3 img {
	display: block;
	width: 100%;
	margin: 0 auto 35px;
	max-width: 800px;
}

.fifty-row-3 button {
	font-size: 34px;
	display: block;
	margin: 0 auto;
}

/* Donate Row */

.fifty-row-5 {
	padding-top: 40%;
}

#content-sidebar-wrap .fifty-row-5 h3 {
	text-align: left;
	font-size: 46px;
	font-weight: 700;
	text-transform: uppercase;
}

.fifty-row-5 p {
	text-align: left;
	font-size: 16px;
	max-width: 300px;
	font-weight: 700;
}

.fifty-row-5 button {
	color: #000;
	width: 280px;
	background-color: transparent;
	border-color: #000;
}

.fifty-row-5 button:hover {
	background-color: #000;
	color: #fff;
}

#content-sidebar-wrap .sli-form-wrapper {
	max-width: none;
	width: 100%;
	padding: 0 30px !important;
	box-sizing: border-box;
	background-color: rgba(255,255,255,0.7) !important;
}

#content-sidebar-wrap .sli-content-pane {
	background-color: transparent !important;
	width: 100% !important;
	max-width: 600px !important;
	display: inline-block !important;
	margin: 0 !important;
	box-sizing: border-box;
}

#content-sidebar-wrap .sli-content-pane h1 {
	font-size: 24px;
}

/* Social Feed 50 Section */

.fifty-row-6 {
	display: none;
}

#content-sidebar-wrap .fifty-row-6 h2 {
	font-size: 42px;
	text-align: center;
	text-decoration: underline;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 10px;
	padding: 0;
}

#content-sidebar-wrap .fifty-row-6 h4 {
	font-size: 20px;
	color: #8cbe5a;
	margin-bottom: 40px;
	text-align: center;
}

#content-sidebar-wrap ul.sli-style-button {
	margin: 0;
	padding: 0;
}

/* Whats Your Story Section */

.fifty-row-7 {
	padding-bottom: 35%;
	text-align: center;
}

#content-sidebar-wrap .fifty-row-7 h2 {
	color: #fff;
	font-size: 38px;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.fifty-row-7 p {
	color: #fff;
	font-size: 16px;
}

.fifty-row-7 button {
	color: #fff;
	border-color: #fff;
	background-color: transparent;
}

.fifty-row-7 button:hover {
	background-color: #fff;
	color: #000;
}

/* Blog Feed */

.fifty-feed {
	text-align: center;
}

/* Fifty General Page Template */

.wrap.fifty-wrap {
	padding-top: 50px;
}

.fifty-page-title {
	margin: 0 0 30px;
	text-align: center;
}

.wrap.fifty-wrap h1 {
}

/*
Media Queries
---------------------------------------------------------------------------------------------------- */

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

	.wrap {
		/*max-width: 1140px;*/
	}
	
}

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

	.wrap {
		max-width: 960px;
	}

	.site-header .widget-area {
		width: 580px;
	}

	.content {
		width: 520px;
	}

	.full-width-content .content {
		padding: 0;
	}
	
	.genesis-nav-menu a {
	}
	
	.site-header.dark .genesis-nav-menu a {
	}
	
	.front-page-1,
	.front-page-3,
	.front-page-5,
	.front-page-7 {
	    background-attachment: scroll;
	}

}

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

	.wrap {
		max-width: 768px;
	}
	
	.secondary-nav .site-inner {
		margin-top: 0;
	}

	.front-page .site-inner {
		max-width: none;
	}

	.site-header {
		position: static;
	}
	
	.front-page .site-header {
	}
	
	.front-page .site-header > .wrap {
		border: none;
	}

	.content,
	.sidebar,
	.site-header .widget-area,
	.title-area {
		width: 100%;
	}

	.site-header, .featured-section .site-header, .front-page .site-header {
		background-color: #7cc149;
	}
	
	.site-header .title-area,
	.site-header.dark .title-area {
		padding: 0;
		background-color: transparent;
		margin: 10px auto;
	}
	
	.header-image .dark .site-title > a {
	}

	.genesis-nav-menu,
	.site-header .widget-area,
	.site-title {
		text-align: center;
	}
	
	.header-image .site-title > a {
		background-position: center !important;
		background-color: transparent !important;
	}
	
	.nav-primary .genesis-nav-menu {
		float: none;
	}
	
	.nav-secondary,
	.site-header.dark .nav-secondary {
		border-bottom: none;
		display: none;
	}

	.genesis-nav-menu a,
	.site-header.dark .genesis-nav-menu a {
		padding: 10px;
	}

	.front-page .dark .genesis-nav-menu li.current-menu-item > a:hover,
	.dark .genesis-nav-menu li.current-menu-item > a,
	.dark .genesis-nav-menu > li > a:hover,
	.front-page .genesis-nav-menu li.current-menu-item > a:hover,
	.genesis-nav-menu li.current-menu-item > a,
	.genesis-nav-menu > li > a:hover {
		border: solid #fff 1px;
	}

	.front-page .site-inner {
		margin-top: 0;
	}

	.site-inner {
		margin-top: 80px;
	}

	.full-width-content .content {
		padding: 0;
	}

	.full-width-content img.pull-left {
		margin-left: 0;
	}

	.full-width-content img.pull-right {
		margin-right: 0;
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}
	
	.flexible-widgets.widget-full .widget,
	.flexible-widgets.widget-halves .widget,
	.flexible-widgets.widget-thirds .widget,
	.flexible-widgets.widget-fourths .widget {
		margin: 0 auto 20px;
		width: 100%;
	}
	
	.image-section h2,
	.solid-section h2 {
		font-size: 60px;
	}
	
	.front-page-1 .image-section,
	.secondary-nav .front-page-1 .image-section {
		padding-top: 0;
	}

	.headeroverlay img {
		top: 25px;
	}

	.genesis-nav-menu li.mobileonly {
		display: inline-block;
	}

	.authorinfo h3 {
		padding: 0;
	}

}

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

	.trapcontainer {
		display: none;
	}

	.mobiletrap {
		display: block;
	}

}

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

	.socialside {
		display: none;
	}

	.wrap {
		max-width: none;
		width: 95%;
	}

	.front-page .site-inner {
		padding: 0;
	}

	.genesis-nav-menu.responsive-menu {
		display: none;
		float: none;
		padding-bottom: 20px;
	}

	.genesis-nav-menu.responsive-menu .menu-item,
	.responsive-menu-icon {
		display: block;
	}

	.genesis-nav-menu.responsive-menu .menu-item:hover {
		position: static;
	}

	.genesis-nav-menu.responsive-menu li.current-menu-item > a,
	.genesis-nav-menu.responsive-menu .sub-menu li.current-menu-item > a:hover,
	.genesis-nav-menu.responsive-menu li a,
	.genesis-nav-menu.responsive-menu li a:hover {
		background: none;
		border: none;
		display: block;
		padding: 10px 0;
		text-transform: none;
		text-align: center;
		color: #fff;
	}

	.genesis-nav-menu.responsive-menu .menu-item-has-children {
		cursor: pointer;	
	}

	.genesis-nav-menu.responsive-menu .menu-item-has-children > a {
	}

	.genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
		content: "\f347";
		float: right;
		font: normal 20px/1 "dashicons";
		height: 20px;
		padding: 7px 20px;
		right: 0;
		text-align: right;
		z-index: 9999;
		position: absolute;
		right: 15px;
	}

	.genesis-nav-menu.responsive-menu .menu-open.menu-item-has-children:before {
		content: "\f343";
	}

	.genesis-nav-menu.responsive-menu > .menu-item > .sub-menu {
		display: none;
	}

	.genesis-nav-menu.responsive-menu .sub-menu {
		left: auto;
		opacity: 1;
		position: relative;
		-moz-transition:    opacity .4s ease-in-out;
		-ms-transition:     opacity .4s ease-in-out;
		-o-transition:      opacity .4s ease-in-out;
		-webkit-transition: opacity .4s ease-in-out;
		transition:         opacity .4s ease-in-out;
		width: 100%;
		z-index: 99;
		background-color: #fff;
		box-shadow: none;
		border: none;
	}

	.genesis-nav-menu.responsive-menu .sub-menu .sub-menu {
		background-color: #fff;
		margin: 0;
	}

	.genesis-nav-menu.responsive-menu .sub-menu .sub-menu a {
		background-color: #fff;
	}

	.genesis-nav-menu.responsive-menu .sub-menu li a,
	.genesis-nav-menu.responsive-menu .sub-menu li a:hover {
		padding: 10px 0;
		position: relative;
		text-transform: none;
		width: 100%;
		color: #7cc149 !important;
	}

	.genesis-nav-menu.responsive-menu .current-menu-item > a,
	.genesis-nav-menu.responsive-menu .sub-menu .current-menu-item > a:hover,
	.genesis-nav-menu.responsive-menu > li.menu-item-has-children:hover > a,
	.genesis-nav-menu.responsive-menu a:hover {
		background: none;
	}

	.site-header .genesis-nav-menu.responsive-menu .current-menu-item > a,
	.site-header .genesis-nav-menu.responsive-menu .sub-menu li a,
	.site-header .genesis-nav-menu.responsive-menu .sub-menu li a:hover,
	.site-header .genesis-nav-menu.responsive-menu .sub-menu,
	.site-header .genesis-nav-menu.responsive-menu > .menu-item-has-children:before,
	.site-header .genesis-nav-menu.responsive-menu > li:hover > a,
	.site-header .genesis-nav-menu.responsive-menu a:hover {
		color: #fff;
	}

	.genesis-nav-menu.responsive-menu li.highlightprimary {
		background-color: #ffb911;
		color: #fff;
	}

	.altitude-home .simple-social-icons ul li {
		margin: 0 20px 20px !important;
	}
	
	.footer-widgets .wrap {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	
	.front-page-2,
	.front-page-3,
	.front-page-4,
	.front-page-5,
	.front-page-6,
	.front-page-7 {
		border-top: 0;
		margin-top: 0;
	}
	
	.image-section .flexible-widgets {
		padding-bottom: 80px;
	}
	
	.solid-section .flexible-widgets {
		padding-bottom: 40px;
		padding-top: 60px;
	}
	
	.bottom-image {
		margin-top: 60px;
		margin-bottom: -80px;
	}

	.navsidebar {
		width: 100%;
		float: none;
		max-width: 200px;
		margin: 0 auto;
	}

	.twocolcontent {
		width: 100%;
		margin: 0;
		float: none;
	}

	.navsidebar .waternav .genesis-nav-menu li.menu-item a {
		border: solid #40b6be 1px;
	}

	.navsidebar .waternav .genesis-nav-menu li.menu-item a:hover,
	.navsidebar .waternav .genesis-nav-menu li.menu-item.current-menu-item a {
		background-color: transparent;
		border-color: #40b6be;
		color: #40b6be;
	}

	.navsidebar .landsnav .genesis-nav-menu li.menu-item a {
		border: solid #2a6109 1px;
	}

	.navsidebar .landsnav .genesis-nav-menu li.menu-item a:hover,
	.navsidebar .landsnav .genesis-nav-menu li.menu-item.current-menu-item a {
		background-color: transparent;
		border-color: #2a6109;
		color: #2a6109;
	}

	.navsidebar .energynav .genesis-nav-menu li.menu-item a {
		border: solid #989898 1px;
	}

	.navsidebar .energynav .genesis-nav-menu li.menu-item a:hover,
	.navsidebar .energynav .genesis-nav-menu li.menu-item.current-menu-item a {
		background-color: transparent;
		border-color: #989898;
		color: #989898;
	}

	.navsidebar .frackingnav .genesis-nav-menu li.menu-item a {
		border: solid #5c3400 1px;
	}

	.navsidebar .frackingnav .genesis-nav-menu li.menu-item a:hover,
	.navsidebar .frackingnav .genesis-nav-menu li.menu-item.current-menu-item a {
		background-color: transparent;
		border-color: #5c3400;
		color: #5c3400;
	}

	.navsidebar.blogtagsidebar {
		margin-bottom: 30px;
	}

	.navsidebar.blogtagsidebar .genesis-nav-menu li.menu-item a {
		padding: 0 15px;
	}

	.navsidebar.blogtagsidebar .genesis-nav-menu li.menu-item a:hover,
	.navsidebar.blogtagsidebar .genesis-nav-menu li.menu-item.current-menu-item a {
		text-align: left;
		padding: 0 15px;
		color: #8dc73f;
	}

	.listblogcontent h3 a {
		font-size: 20px;
	}

	.pageheadimg {
		background-attachment: scroll;
	}

	.authorbar {
		display: block;
		width: 100%;
		max-width: 240px;
		margin: 20px auto;
	}

	.authorbar .authorheadshot {
		display: block;
		margin: 0 auto;
		width: 100%;
		padding-bottom: 87.789473684211%;
	}

	.authorbar .authorinfo {
		display: block;
		margin: 0 auto;
		width: 100%;
		padding: 0;
	}

	.authorbar .authorinfo .authorinner {
		width: 100%;
		position: static;
		display: block;
		margin: 0;
		padding: 5%;
	}

	.authorbar .authorinfo .authorinner h3, .authorbar .authorinfo .authorinner h4 {
		position: static;
		display: block;
		margin: 0 auto;
		text-align: center;
	}

}

@media only screen and (max-width: 768px) {
	
	/* List View Events */

	.tribe-events-list .type-tribe_events .tribe-events-event-image {
		width: 100% !important;
		float: none !important;
		max-width: 250px !important;
		margin: 15px auto !important;
	}
	
	.tribe-events-list .type-tribe_events .tribe-events-list-event-title {
		width: 100% !important;
		clear: both !important;
		float: none !important;
	}

	.tribe-events-list .type-tribe_events .tribe-events-event-meta {
		width: 100% !important;
		clear: both !important;
		float: none !important;
	}

	.tribe-events-list .type-tribe_events .tribe-events-content {
		width: 100% !important;
	}

}

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

	.frontsingle, .relatedsingle, .mobiletrap .singlemobiletrap {
		width: 100%;
		max-width: 400px;
		min-height: 400px;
	}

}

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

	.image-section h2,
	.solid-section h2 {
		font-size: 40px;
	}

	.pageheadimg h3 {
		font-size: 46px;
	}

}