/*
Theme Name: Altitude Pro
Theme URI: https://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.5.0

Tags: accessibility-ready, block-styles, custom-colors, custom-header, custom-menu, e-commerce, editor-style, featured-images, footer-widgets, full-width-template, left-sidebar, one-column, right-sidebar, sticky-post, theme-options, threaded-comments, translation-ready, two-columns, wide-blocks

Template: genesis

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

Text Domain: altitude-pro
Requires at least: 5.4
Requires PHP: 5.6
*/
/* Table of Contents
	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Gallery
		- Forms
		- Buttons
		- Tables
		- Screen Reader Text
	- 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
	- Skip Links
	- 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
	- Media Queries
		- Max-width: 1280px
		- Max-width: 1200px
		- Max-width: 1023px
		- Max-width: 800px
		- Max-width: 480px
*/
/* HTML5 Reset
---------------------------------------------------------------------------- */
/* Baseline Normalize
--------------------------------------------- */
/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css
---------------------------------------------------------------------------- */
/* stylelint-disable */
html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}
/* stylelint-enable */
/* Box Sizing
--------------------------------------------- */
html,
input[type="search"] {
	box-sizing: border-box;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}

/* 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
---------------------------------------------------------------------------- */

:root {
	--green: #6ac62a;
	--tan: #d0c681;
	--red: #b2282f;
	--muted-red: #f4dfe0;
	--lightblue: #31b0c8;
	--muted-lightblue: #caebf1;
	--darkgreen: #1a5632;
	--muted-darkgreen: #dde6e0;
	--darkblue: #105576;
	--muted-darkblue: #cfdde4;
	--palegrey: #efefef;
	--lightgrey: #a6a7a9;
	--darkgrey: #4d4d4c;
	--muted-darkgrey: #e4e4e4;
	--orange: #f56c23;
	--muted-orange: #fee9de;
	--limegreen: #daf1ca;
	
	/* alternate colors for hovers */
	--orange-hover: #b27309;
}

/* Buttons */

a.button.lightblue {
	background-color: var(--lightblue);
	color: white;
	border: 2px solid var(--lightblue);
}

a.button.lightblue:hover {
	background-color: white;
	color: var(--lightblue);
}

a.button.green {
	background-color: var(--green);
	color: white;
	border: 2px solid var(--green);
}

a.button.green:hover {
	background-color: white;
	color: var(--green);
}

a.button.darkgreen {
	background-color: var(--darkgreen);
	color: white;
	border: 2px solid var(--darkgreen);
}

a.button.darkgreen:hover {
	background-color: white;
	color: var(--darkgreen);
}

a.button.red {
	background-color: var(--red);
	color: white;
	border: 2px solid var(--red);
}

a.button.red:hover {
	background-color: white;
	color: var(--red);
}

a.button.darkblue {
	background-color: var(--darkblue);
	color: white;
	border: 2px solid var(--darkblue);
}

a.button.darkblue:hover {
	background-color: white;
	color: var(--darkblue);
}

a.button.orange {
	background-color: var(--orange);
	color: white;
	border: 2px solid var(--orange);
}

a.button.orange:hover {
	background-color: white;
	color: var(--orange);
}

a.button.white {
	background-color: white;
	color: black;
	border: 2px solid black;
}

a.button.white:hover {
	background-color: black;
	color: white;
}

a.button.lightgrey {
	background-color: var(--lightgrey);
	color: white;
	border: 2px solid var(--lightgrey);
}

a.button.lightgrey:hover {
	background-color: white;
	color: var(--lightgrey);
}

a.button.darkgrey {
	background-color: var(--darkgrey);
	color: white;
	border: 2px solid var(--darkgrey);
}

a.button.darkgrey:hover {
	background-color: white;
	color: var(--darkgrey);
}


/* Typographical Elements
--------------------------------------------- */
body {
	background-color: white;
	color: black;
	font-family: "Lato", sans-serif;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.4;
	overflow-x: hidden;
	-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 {
	transition: all 0.2s ease-in-out;
}

::selection {
	background-color: #000;
	color: #fff;
}

a {
	color: var(--lightblue);
	text-decoration: none;
}

a:focus,
a:hover {
	text-decoration: underline;
}

p {
	padding: 0;
	margin: 0 0 2rem;
}

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

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

li {
	list-style-type: none;
}

.content-sidebar-wrap ul,
.content-sidebar-wrap ol {
	margin: 2rem auto;
	max-width: 95%;
}

.content-sidebar-wrap ul ul,
.content-sidebar-wrap ol ol {
	margin: 0 auto;
}

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

.content-sidebar-wrap ol li {
	list-style-type: decimal;
}

.wp-block-list {
	margin: 2rem 0 2rem 2rem;
}

.wp-block-list li {
	list-style-type: disc;
	
}

b,
strong {
	font-weight: 800;
}

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

.image-section .widget:first-of-type cite {
	font-size: 16px;
	font-style: normal;
	font-weight: 800;
	letter-spacing: 3px;
	text-transform: uppercase;
}

figure {
	margin: 0;
}

mark {
	background: #ddd;
	color: #000;
}

blockquote {
	color: currentColor;
	margin: 40px;
}

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

.image-section .widget:first-of-type blockquote {
	color: #fff;
	font-size: 80px;
	font-weight: 200;
	line-height: 1;
	margin: 0 0 20px;
}

.image-section blockquote::before {
	display: none;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-top: 2px solid currentColor;
	clear: both;
	color: #eee;
	margin: 1.65em auto;
}

/* Headings
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Effra", sans-serif;
	font-weight: 800;
	line-height: 1;
	margin: 4rem 0 2rem;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
	margin-top: 0;
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
	margin-bottom: 0;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 32px;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 20px;
}

h6 {
	font-size: 18px;
}

/* Hub Page Headers */

h1.hub,
h2.hub,
h3.hub,
h4.hub,
h5.hub,
h6.hub {
	display: inline-block;
    padding: 1rem;
}

h2.hub.campaigns {
	text-transform: uppercase;
	padding: 1rem;
	position: relative;
	font-size: 1.3rem;
    font-weight: 500;
}





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

img {
	height: 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;
}

.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;
}

figure {
	margin: 0;
}

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

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

.gallery-columns-1 .gallery-item {
	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 #079bc4;
	outline: none;
}

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

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

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

/* Buttons */

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: var(--green);
	border: 2px solid var(--green);
	border-radius: 0.7rem;
	color: #fff;
	cursor: pointer;
	font-size: 1.4rem;
	font-weight: 800;
	padding: 1rem 1.2rem;
	text-transform: uppercase;
	-webkit-font-smoothing: antialiased;
	white-space: normal;
	width: auto;
	display: inline-block;
	text-decoration: none;
}

button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
.button:hover,
.button:focus {
	background: transparent;
	color: var(--green);
	text-decoration: none;
}

a.button.transparent {
	background-color: transparent;
	color: black;
	border: 2px solid black;
}

a.button.transparent:hover {
	background-color: black;
	color: white;
}

/* Tables
--------------------------------------------- */
table {
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 40px;
	width: 100%;
	word-break: break-all;
}

tbody {
	border-bottom: 1px solid #eee;
}

td,
th {
	line-height: 2;
	text-align: left;
	vertical-align: top;
}

td {
	padding: 0.5em;
}

tr {
	border-top: 1px solid #eee;
}

th {
	font-weight: 800;
	padding: 0.5em;
}

/* Screen Reader Text
--------------------------------------------- */
.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.genesis-nav-menu .search input[type="submit"]:focus,
.screen-reader-shortcut:focus,
.screen-reader-text:focus,
.widget_search input[type="submit"]:focus {
	background: #fff;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #000;
	display: block;
	font-size: 1em;
	font-weight: 800;
	height: auto;
	padding: 15px 23px 14px;
	text-decoration: none;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

.more-link {
	position: relative;
}

/* Structure and Layout
---------------------------------------------------------------------------- */
/* Site Containers
--------------------------------------------- */
.wrap {
	float: none;
	margin: 0 auto;
	width: 90%;
}

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

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

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

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

/* 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;
	position: relative;
}

.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;
}

.widget_search input[type="submit"]:focus {
	background: #000;
	border-radius: 0;
	box-shadow: none;
	color: #fff;
	padding: 20px 23px;
	right: 0;
	top: 0;
}

.error404 .content .search-form {
	margin-bottom: 40px;
}

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

/* 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:focus,
.entry-title a:hover {
	color: #079bc4;
}

/* 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: 0 0 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 {
	color: #000;
	font-family: "Ek Mukta", sans-serif;
	font-size: 18px;
	font-style: normal;
	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;
}

.wp-audio-shortcode,
.wp-playlist,
.wp-video {
	margin: 0 0 28px;
}

/* 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:focus,
.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;
}

/* Genesis Portfolio Pro
--------------------------------------------- */
.genesis-pro-portfolio .content .pro-portfolio {
	padding: 0;
}

/* Jetpack
--------------------------------------------- */
#wpstats {
	display: none;
}

/* WP Forms
--------------------------------------------- */
.entry-content .wpforms-container {
	margin-bottom: 40px;
}

.entry-content .wpforms-form .wpforms-field {
	clear: both;
	margin: 20px 0;
	overflow: hidden;
}

.site-container .wpforms-container .wpforms-form .wpforms-field input {
	border-radius: 0;
	height: auto;
	padding: 20px;
}

.site-container .entry-content .wpforms-form .wpforms-field-label {
	font-weight: 800;
}

.site-container .entry-content .wpforms-form .wpforms-field-sublabel {
	font-size: 16px;
}

.entry-content .wpforms-form .wpforms-field-hp {
	display: none !important;
	left: -9000px !important;
	position: absolute !important;
}

.site-container .entry-content .wpforms-form textarea {
	padding: 20px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-small {
	height: 120px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-medium {
	height: 200px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-large {
	height: 300px;
}

/* Skip Links
---------------------------------------------------------------------------- */
.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link li {
	height: 0;
	width: 0;
	list-style: none;
}

/* Display outline on focus */
:focus {
	color: #333;
	outline: #ccc solid 1px;
}

/* Site Header
---------------------------------------------------------------------------- */
.site-header {
	background-color: white;
	left: 0;
	position: fixed;
	width: 100%;
	z-index: 999;
	border-bottom: solid black 2px;
}

.featured-section .site-header {
	background: linear-gradient(to bottom, rgba(255,255,255,0.8) 10%, rgba(255,255,255,0.2) 100%);
}

.featured-section .site-header.dark {
	background: white;
}

.site-header .wrap {
	max-width: none;
	width: 100%;
}

/* Title Area
--------------------------------------------- */
.title-area {
	float: left;
	padding: 25px 0;
	width: 211px;
}

.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:focus,
.site-title a:hover {
	color: #fff !important;
}

.header-image .title-area {
	padding: 0 5px;
	/* transform: translatey(20px);
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75); */
	transition: all 200ms ease;
}

/* .header-image .dark .title-area {
	transform: translatey(0);
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
} */

.header-image .site-title > a {
	background-size: contain !important;
	display: block;
	height: 51px;
	text-indent: -9999px;
}

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

/* Site Navigation
---------------------------------------------------------------------------- */
.genesis-nav-menu {
	line-height: 1;
	display: flex;
	justify-content: flex-end;
	align-items: stretch;
	height: 51px;
}

.genesis-nav-menu .menu-item {
	display: flex;
	align-items: stretch;
}

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

.genesis-nav-menu a {
	color: black;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 0.9rem;
	font-weight: 600;
	padding: 15px 30px;
	margin: 0;
	position: relative;
	text-decoration: none;
}

.genesis-nav-menu a::after {
	content: '';
	position: absolute;
	width: 0;
	height: 2px;
	left: 50%;
	bottom: 10px;
	background-color: black;
	transform: translatex(-50%);
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.genesis-nav-menu li.nav-donate a {
	background-color: var(--green);
	color: white;
	border-left: solid black 2px;
}

.front-page .genesis-nav-menu li.current-menu-item > a:focus::after,
.front-page .genesis-nav-menu li.current-menu-item > a:hover::after,
.genesis-nav-menu li.current-menu-item > a::after,
.genesis-nav-menu > li > a:focus::after,
.genesis-nav-menu > li > a:hover::after {
	width: calc(100% - 30px);
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	top: 51px;
	letter-spacing: 0;
	opacity: 0;
	position: absolute;
	transition: opacity 0.4s ease-in-out;
	width: 200px;
	z-index: 99;
	border-top: solid black 2px;
	box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.6);
}

.genesis-nav-menu .sub-menu a {
	background-color: white;
	color: black;
	outline: none;
	padding: 20px;
	position: relative;
	width: 200px;
}

.genesis-nav-menu .sub-menu a::after {
	display: none !important;
}

.genesis-nav-menu .sub-menu a:focus,
.genesis-nav-menu .sub-menu a:hover,
.genesis-nav-menu .sub-menu li.current-menu-item > a {
	background-color: var(--green);
	color: white;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -54px 0 0 199px;
}

.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%;
}

/* Top Nav Social Icons */

.socialside {
    width: 50px;
    display: flex;
	flex-direction: column;
    margin: 0;
    position: fixed;
    right: 0;
    top: 100px;
    overflow: visible;
    z-index: 9999;
}

.socialside button {
    width: 50px;
    height: 37px;
    border: none;
    display: block;
    margin: 0 0 5px;
    line-height: 0;
    padding: 0;
	border-radius: 1rem 0 0 1rem;
    -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: black;
    /* -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:hover {
    background-color: var(--green);
    border: none;
    padding: 0;
}

.socialside button img {
    width: 100%;
}

/* Primary Navigation
--------------------------------------------- */
.nav-primary {
	text-align: center;
}

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

/* Secondary Navigation
--------------------------------------------- */
.nav-secondary {
	border-bottom: 1px solid #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
--------------------------------------------- */
.menu .menu-item:focus {
	position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
	left: auto;
	opacity: 1;
}

.sub-menu-toggle,
.menu-toggle {
	display: none;
	visibility: hidden;
}

/* 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;
}

.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;
	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: white;
}

.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: 4rem 0;
}

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

.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:not(:first-child) .widget-title {
	border-bottom: 1px solid #ddd;
	margin-bottom: 30px;
	padding-bottom: 30px;
}

.flexible-widgets p.large {
	font-size: 36px;
	line-height: 1;
}

.flexible-widgets p.price {
	font-size: 32px;
	font-weight: 800;
	line-height: 1.2;
	margin-bottom: 20px;
}

/* 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;
	padding-left: 40px;
}

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

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

.entry-content ol ul > li,
.entry-content ul ul > li {
	list-style-type: circle;
}

.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: 20px/1 dashicons;
	/* stylelint-disable-line font-family-no-missing-generic-family-keyword */
	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:focus,
.archive-pagination li a:hover,
.archive-pagination .active a {
	background-color: #079bc4;
	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: #079bc4;
	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:focus,
.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: var(--green);
	padding: 4rem 0;
	text-align: center;
}

.footer-top-bar {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.footer-top-bar img {
	width: 300px;
	box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.6);
}

.footer-top-bar .button {
	border-color: black;
	color: black;
}

.footer-top-bar .button:hover,
.footer-top-bar .button:focus {
	background: black;
	color: white;
	border-color: black;
}

/* Home Page
---------------------------------------------------------------------------- */

/* Landing Section */

@keyframes slideInFromLeft {
  0% {
    transform: translateX(-20%);
  }
  100% {
    transform: translateX(0);
  }
}

@keyframes slideUpFromBottom {
  0% {
    transform: translateY(20%);
  }
  100% {
    transform: translateY(0);
  }
}

.front-page-1 {
	background: url(/wp-content/uploads/2024/10/landing-background.jpg);
	background-size: cover;
	background-position: 50%;
}

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

.front-page-1 .image-section {
	background-image: linear-gradient(to top left, rgba(25,103,3,0.9) 0%, rgba(25,103,3,0) 50%);
}

.front-page-1 .image-section .wrap {
	max-width: none;
	width: 100%;
	padding: 0;
}

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

.front-page-1 .widget {
	padding: 0;
	margin: 0;
}

.landing {
	position: relative;
	padding: 30svh 5% 15svh;
}

.landing-text {
	position: relative;
	z-index: 1000;
}

.landing-text img {
	width: 55%;
	display: block;
	margin: 0 0 0 auto;
}

.landing-text img.landing-mobile {
	display: none;
}

.landing-text p {
	width: 60%;
	color: white;
	font-weight: 500;
	font-size: 2.4rem;
	text-align: right;
	margin: 2rem 0 0 auto;
	text-shadow: 0 0 20px rgba(0,0,0,1);
}

.landscape-overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding-bottom: 35%;
	background-image: url(/wp-content/uploads/2024/08/landscape-overlay1.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	animation: 500ms ease-out 0s 1 slideUpFromBottom;
}

.person-overlay {
	position: absolute;
	width: 30%;
	padding-bottom: 57%;
	background-image: url(/wp-content/uploads/2024/08/person-overlay.png);
	background-repeat: no-repeat;
	background-size: contain;
	left: 5%;
	bottom: -250px;
	animation: 500ms ease-out 0s 1 slideInFromLeft;
}

/* Home Landing Buttons */

.landing-buttons {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: absolute;
	top: 0;
	left: 50%;
	width: 90%;
	margin: 0 auto;
	transform: translate(-50%, -50%);
	z-index: 1000;
}

.landing-buttons > .button {
	line-height: 1;
	flex: 1;
	margin: 2rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: white;
	color: black;
	border-color: black;
	padding: 2rem;
	text-transform: none;
	font-size: 1.6rem;
	text-align: left;
}

.landing-buttons .button::after {
	content: '\2192';
	font-size: 3rem;
	line-height: 0;
	color: var(--green);
	
}

.landing-buttons > .button:hover,
.landing-buttons > .button:focus {
	background: black;
	color: white;
}

/* Mission/Sign Up Section */

.front-page-2 {
	background: white;
	position: relative;
	z-index: 10;
}

.front-page-2 .solid-section {
	background-image: url(/wp-content/uploads/2024/08/mission-background.jpg);
	background-size: 100%;
	background-position: bottom;
	background-repeat: no-repeat;
}

.front-page-2 .wrap {
	padding: 0;
}

.mission-overlay {
	background: transparent;
	border: none;
	padding: 0;
	margin: 4rem auto 15rem;
	max-width: 1200px;
}

.mission-overlay h3 {
	color: var(--green);
	text-transform: uppercase;
	letter-spacing: 5px;
}

.mission-overlay p {
	font-size: 2.5rem;
	font-weight: 600;
}

.signup-home {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 2rem;
	background: white;
	border: solid black 2px;
	padding: 3rem;
	margin-bottom: 8rem;
}

.signup-home h2 {
	margin-bottom: 0;
	align-self: center;
	color: var(--green);
	text-transform: uppercase;
	font-size: 2.5rem;
}

.signup-home-form {
	display: flex;
	gap: 1rem;
}

.signup-home input {
	width: auto;
	flex: 1;
}

.signup-home a.button.transparent {
	text-transform: none;
}

/* Home Issues Section */

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

h2.black-outline,
h3.black-outline {
	background: black;
	display: inline-block;
	padding: 1rem 2rem;
	color: white;
}

.front-page-3 h3 {
	font-size: 2.5rem;
	text-transform: uppercase;
}

.front-page-3 .image-section .widget-area {
	color: black;
	text-align: left;
}

.home-issues {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 2rem;
}

.single-home-issue {
	position: relative;
	padding: 0;
	aspect-ratio: 1 / 1;
	cursor: pointer;
	overflow: hidden;
}

.single-home-issue .issue-title-backdrop {
	position: absolute;
	background: black;
	height: 100%;
	width: 90px;
	top: 0;
	left: 0;
	z-index: 100;
}

.single-home-issue .issue-title {
	position: absolute;
	z-index: 1000;
	height: 100%;
	writing-mode: vertical-lr;
	text-align: right;
	padding: 2rem 1.5rem;
	color: white;
	background: transparent;
	text-transform: uppercase;
	top: 0;
	left: 0;
	transform: rotatez(180deg);
}

.single-home-issue .issue-title h3 {
	font-size: 3rem;
	position: relative;
}

.top-background {
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0;
	transition: opacity 200ms ease;
}

.foreground {
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 50;
	transform: translatex(0);
	transition: transform 200ms ease-in-out;
}

.colorized-background,
.full-color-background {
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: bottom;
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: 0;
	right: 0;
	z-index: 500;
	opacity: 1;
	transition: opacity 200ms ease;
}

.full-color-background {
	z-index: 400;
}

.single-home-issue:hover .colorized-background,
.single-home-issue:focus .colorized-background {
	opacity: 0;
}

.single-home-issue:hover .top-background,
.single-home-issue:focus .top-background {
	opacity: 1;
}

.single-home-issue:hover .foreground,
.single-home-issue:focus .foreground {
	 transform: translatex(5px);
}

.single-home-issue.orange {
	background-color: var(--orange);
}

.single-home-issue.orange:hover .issue-title-backdrop,
.single-home-issue.orange:focus .issue-title-backdrop {
	background-color: var(--orange-hover);
}

.single-home-issue.lightblue {
	background-color: var(--lightblue);
}

.single-home-issue.lightblue:hover .issue-title-backdrop,
.single-home-issue.lightblue:focus .issue-title-backdrop {
	background-color: var(--lightblue);
}

.single-home-issue.darkgreen {
	background-color: var(--darkgreen);
}

.single-home-issue.darkgreen:hover .issue-title-backdrop,
.single-home-issue.darkgreen:focus .issue-title-backdrop {
	background-color: var(--darkgreen);
}

.single-home-issue.red {
	background-color: var(--red);
}

.single-home-issue.red:hover .issue-title-backdrop,
.single-home-issue.red:focus .issue-title-backdrop {
	background-color: var(--red);
}

.single-home-issue.darkblue {
	background-color: var(--darkblue);
}

.single-home-issue.darkblue:hover .issue-title-backdrop,
.single-home-issue.darkblue:focus .issue-title-backdrop {
	background-color: var(--darkblue);
}

.single-home-issue.grey {
	background-color: var(--darkgrey);
}

.single-home-issue.grey:hover .issue-title-backdrop,
.single-home-issue.grey:focus .issue-title-backdrop {
	background-color: var(--darkgrey);
}

/* Field Advocacy Section */

.front-page-4 .solid-section {
	background: url(/wp-content/uploads/2024/08/faohio-bg.jpg);
	background-position: right;
	background-size: cover;
	background-color: var(--green);
}

.front-page-4 .solid-section .flexible-widgets {
	padding: 14rem 0;
}

.front-page-4 .solid-section .flexible-widgets .widget {
	margin-bottom: 0;
}

.fp-field-advocacy {
	display: grid;
	grid-template-columns: 1fr 2fr;
	grid-gap: 2rem;
}

.fa-mobile {
	display: none;
}

.fa-left {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}

.fa-left img {
	margin-bottom: 1.5rem;
}

.fa-left p {
	text-align: left;
}

.fa-left a.button.transparent {
	align-self: flex-start;
}

/* The Latest (front page 5) */

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

.front-page-5 .flexible-widgets .widget-title {
	display: none;
}

.front-page-5 .header-right-border {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.front-page-5 .header-right-border h2 {
	margin-bottom: 0;
	margin-right: 2rem;
}

.front-page-5 .header-right-border a {
	color: black;
	margin-left: auto;
}

/* Subpage Template */

.titlebar {
    background: url(/wp-content/uploads/2024/10/subheader.jpg);
	background-size: cover;
	background-position: right;
	color: white;
    padding: 5rem 0;
    margin: 0;
	position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    text-align: center;
}

.page-hero {
	background-size: cover;
	aspect-ratio: 5 / 2;
	display: flex;
	flex-direction: column;
	position: relative;
	overflow: visible;
}

.page-hero h1,
.titlebar h1,
.titlebar h2 {
	color: white;
	text-transform: uppercase;
	background-color: black;
	position: absolute;
    bottom: 0;
    padding: 1rem 2rem 1rem 3rem;
}

.hero-caption {
	padding: 4rem 8rem 0 0;
}

.hero-caption p {
	text-align: right;
	color: white;
	font-weight: 800;
    font-size: 3rem;
	text-transform: uppercase;
	margin-bottom: 0;
}

body:not(.home) .content-sidebar-wrap .wrap {
	padding: 4rem 0;
}

/* Blocks
---------------------------------------------------------------------------- */

/* Campaigns */

.campaigns-flex {
	display: flex;
	justify-content: center;
	align-items: stretch;
	gap: 2rem;
	margin-bottom: 2rem;
	flex-wrap: wrap;
}

.campaign-single {
	border: 2px solid black;
	display: flex;
    flex-direction: column;
    justify-content: stretch;
	flex-basis: calc(33.333333333% - 1.3333333333333333rem);
}

.campaign-bg {
	padding-bottom: 60%;
	background-size: cover;
	position: relative;
}

.campaign-single.action-alert .campaign-bg::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 40%;
	padding-bottom: 40%;
	background-image: url(/wp-content/uploads/2024/10/TakeActionNow.png);
	background-size: contain;
	background-position: top-right;
}

.campaign-content {
	padding: 2rem;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}

.campaign-content h3 {
	font-size: 2rem;
	text-align: left;
	margin-bottom: .5rem;
}

.campaign-content p {
	font-size: 1rem;
	margin-bottom: 1rem;
}

.campaign-content a.button {
	font-size: 1rem;
	text-transform: none;
	align-self: stretch;
    text-align: center;
}

/* Full-Width Campaign */

.full-width-campaign {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 2rem;
	margin-bottom: 2rem;
}

.fwc-left {
	padding: 2rem;
	display: flex;
	justify-content: center;
	align-items: center;
}

.fwc-left img {
	max-width: 500px;
}

.fwc-right {
	max-width: 500px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}

.fwc-right h3 {
	color: white;
}

.full-width-campaign.green {
	color: white;
	background-color: var(--green);
}

.full-width-campaign.red {
	color: white;
	background-color: var(--red);
}

.full-width-campaign.lightblue {
	color: white;
	background-color: var(--lightblue);
}

.full-width-campaign.darkblue {
	color: white;
	background-color: var(--darkblue);
}

.full-width-campaign.darkgreen {
	color: white;
	background-color: var(--darkgreen);
}

.full-width-campaign.white {
	border: 2px solid black;
	color: black;
	background-color: white;
}

.full-width-campaign.lightblue {
	color: white;
	background-color: var(--lightblue);
}

.full-width-campaign.orange {
	color: white;
	background-color: var(--orange);
}

.full-width-campaign.green a.button,
.full-width-campaign.red a.button,
.full-width-campaign.white a.button,
.full-width-campaign.lightblue a.button,
.full-width-campaign.orange a.button {
	background-color: black;
	border: 2px solid black;
}

.full-width-campaign.darkblue a.button {
	background-color: var(--lightblue);
	border: 2px solid vaR(--lightblue);
	color: white;
}

.full-width-campaign.darkblue a.button:hover {
	background-color: transparent;
}

.full-width-campaign.green a.button:hover,
.full-width-campaign.red a.button:hover,
.full-width-campaign.white a.button:hover,
.full-width-campaign.lightblue a.button:hover,
.full-width-campaign.orange a.button:hover {
	background-color: transparent;
	border: 2px solid black;
	color: black;
}

.full-width-campaign.white .fwc-right h3 {
	color: black;
}



/* News and Information/The Latest */

/* .the-latest, */
.related-posts {
	display: flex;
	flex-wrap: wrap;
	gap: 2rem;
	justify-content: center;
	align-items: stretch;
}

/* .the-latest a, */
.related-posts a {
	flex-basis: calc(33.333333333% - 1.3333333333333333rem);
	padding: 0;
}

.related-posts.lightblue a {
	background-color: var(--lightblue);
}

.related-posts.darkblue a {
	background-color: var(--darkblue);
}

.related-posts.darkgreen a {
	background-color: var(--darkgreen);
}

.related-posts.red a {
	background-color: var(--red);
}

.related-posts.orange a {
	background-color: var(--orange);
}

.related-posts.darkgrey a {
	background-color: var(--darkgrey);
}

.related-posts.green a {
	background-color: var(--green);
}


/* .the-latest a:hover, */
.related-posts a:hover {
	text-decoration: none;
	opacity: .9;
}

.the-latest-single {
	display: flex;
	position: relative;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-start;
	padding: 6rem 2rem 2rem;
}

.the-latest-single p.news-date {
	background-color: transparent;
	position: absolute;
	top: 2rem;
	left: 2rem;
	padding: 0;
}

.the-latest-single p {
	display: inline-block;
	padding: .5rem;
	font-weight: 800;
	font-size: 1rem;
	color: white;
	background-color: black;
	text-transform: uppercase;
}

.the-latest-single h2 {
	color: white;
	margin-top: 0;
	padding: 0;
	text-align: left;
}

/* News & Updates Page */

.news-info-grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 2rem;
}

.news-info-grid a {
	background-color: var(--green);
	display: flex;
	justify-content: stretch;
	align-items: stretch;
}

.news-info-grid a:hover {
	text-decoration: none;
	opacity: 0.9;
}

.news-info-grid a.lightblue {
	background-color: var(--lightblue);
}

.news-info-grid a.darkblue {
	background-color: var(--darkblue);
}

.news-info-grid a.orange {
	background-color: var(--orange);
}

.news-info-grid a.darkgrey {
	background-color: var(--darkgrey);
}

.news-info-grid a.red {
	background-color: var(--red);
}

.news-info-grid a.darkgreen {
	background-color: var(--darkgreen);
}

.prev-next-posts {
	width: 100%;
    margin: 30px auto 0;
    text-align: center;
	display: flex;
    justify-content: center;
    gap: 1rem;
}

.prev-next-posts a {
	padding: 3px 10px;
	color: white;
	background: var(--darkgreen);
	text-decoration: none;
}

.prev-next-posts a:hover,
.prev-next-posts a:focus,
.prev-next-posts span.current {
	background: var(--green);
	color: black;
	padding: 3px 10px;
}

.single-post-title {
	font-size: 3rem;
	margin-top: 0;
}

.date {
	font-size: 1.4rem;
	text-transform: uppercase;
	color: var(--green);
}

/* Staff/Board block and page template */

.staff {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
	margin-bottom: 2rem;
    box-sizing: border-box;
    padding-left: calc((100% - 100vw) / 2);
    padding-right: calc((100% - 100vw) / 2);
}

.staff .wrap {
	padding: 0 0 4rem;
}

.staff h2,
h2.staff {
	display: inline-block;
	text-transform: uppercase;
	margin: 0;
	padding: 1rem 2rem;
}

.staff-wrap {
	width: 90%;
    display: flex;
    justify-content: center;
}

.staff-flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	gap: 2rem;
	padding: 4rem 0;
}

.staff-wrap .staff-single {
	width: 300px;
}

.staff-single {
	text-align: center;
	flex-basis: 23%;
}

.staff-single img,
.board-single img {
	max-width: 220px;
}

.staff-single img:hover,
.board-single img:hover {
	opacity: 0.8;
}

.staff-single h3,
.board-single h3 {
	font-size: 1.4rem;
	margin: 0 0 .5rem;
	font-weight: 500;
}

.staff-single h4,
.board-single h4 {
	font-style: italic;
	font-size: 1rem;
	margin: .5rem 0 0;
	font-weight: 300;
}

.staff-single a,
.board-single a {
	font-size: 1rem;
}

.lightbox-overlay {
	display: none;
	position: fixed;
	width: 100vw;
	height: 100vh;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.7);
}

.staff-lightbox,
.board-lightbox {
	position: absolute;
	box-sizing: border-box;
	overflow-y: scroll;
	padding: 3rem 5vw;
	width: 90vw;
	max-height: calc(90vh - 90px);
	left: 5vw;
	top: calc(50vh + 45px);
	transform: translatey(-50%);
	z-index: 9999;
	background: var(--darkblue);
	opacity: 0.9;
	backdrop-filter: blur(5px);
}

.board-wrap {
	width: 100%;
	display: flex;
    justify-content: center;
}

.board-flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	gap: 2rem;
}

.board-single {
	width: 275px;
	text-align: center;
}

.board-member-info {
	display: flex;
	flex-direction: column;
}

.board-single h3 {
	margin-bottom: 0;
}

.board-single p {
	font-size: 1rem;
}



/* Staff block color schemes
---------------------------------------------------------------------------- */

/* Light Blue */

.staff.lightblue {
	background-color: var(--muted-lightblue);
}

.staff.lightblue h2,
h2.staff.lightblue {
	color: white;
	background-color: var(--lightblue);
}

.staff.lightblue .staff-single h3 {
	color: var(--lightblue);
}

/* Dark Blue */

.staff.darkblue {
	background-color: var(--muted-darkblue);
}

.staff.darkblue h2,
h2.staff.darkblue  {
	color: white;
	background-color: var(--darkblue);
}

.staff.darkblue .staff-single h3 {
	color: var(--darkblue);
}

/* Green */

.staff.green {
	background-color: var(--limegreen);
}

.staff.green h2 {
	color: white;
	background-color: var(--green);
}

.staff.green .staff-single h3,
h2.staff.green  {
	color: var(--green);
}

.staff.green .lightbox-info a {
	color: var(--darkblue);
}

/* Dark Green */

.staff.darkgreen {
	background-color: var(--muted-darkgreen);
}

.staff.darkgreen h2,
h2.staff.darkgreen  {
	color: white;
	background-color: var(--darkgreen);
}

.staff.darkgreen .staff-single h3 {
	color: var(--darkgreen);
}

/* Orange */

.staff.orange {
	background-color: var(--muted-orange);
}

.staff.orange h2,
h2.staff.orange  {
	color: white;
	background-color: var(--orange);
}

.staff.orange .staff-single h3 {
	color: var(--orange);
}

/* Red */

.staff.red {
	background-color: var(--muted-red);
}

.staff.red h2,
h2.staff.red  {
	color: white;
	background-color: var(--red);
}

.staff.red .staff-single h3 {
	color: var(--red);
}

/* Dark Grey */

.staff.darkgrey {
	background-color: var(--muted-darkgrey);
}

.staff.darkgrey h2,
h2.staff.darkgrey  {
	color: white;
	background-color: var(--darkgrey);
}

.staff.darkgrey .staff-single h3 {
	color: var(--darkgrey);
}

/* staff popup color schemes */

.staff.lightblue .staff-lightbox {
	background: var(--lightblue);
}

.staff.lightblue .staff-lightbox .lightbox-info a {
	color: white;
}


.staff.green .staff-lightbox {
	background: var(--green);
}

.staff.red .staff-lightbox {
	background: var(--red);
}

.staff.darkblue .staff-lightbox {
	background: var(--darkblue);
}

.staff.darkgreen .staff-lightbox {
	background: var(--darkgreen);
}

.staff.orange .staff-lightbox {
	background: var(--orange);
}

.staff.darkgrey .staff-lightbox {
	background: var(--darkgrey);
}


.staff-lightbox .lightbox-wrapper,
.board-lightbox .lightbox-wrapper {
	display: flex;
	justify-content: space-between;
	gap: 2rem;
}

.staff-bio,
.board-bio {
    display: flex;
	flex-direction: column;
    justify-content: center;
    align-items: center;
}

.staff-lightbox .lightbox-info,
.board-lightbox .lightbox-info {
	width: 27%;
	min-width: 300px;
}

.staff-lightbox .lightbox-info h4,
.staff-lightbox .lightbox-info h6,
.board-lightbox .lightbox-info h4,
.board-lightbox .lightbox-info h6,
.staff-lightbox p,
.board-lightbox p {
	color: white;
}

.staff-lightbox p,
.board-lightbox p {
	font-size: 1rem;
}

.staff-lightbox .lightbox-info h4,
.staff-lightbox .lightbox-info h6,
.board-lightbox .lightbox-info h4,
.board-lightbox .lightbox-info h6 {
	margin-top: 0.5rem;
	margin-bottom: 0;
}

.staff-lightbox .lightbox-info h6,
.board-lightbox .lightbox-info h6 {
	font-style: italic;
	font-weight: 300;
}

.lightbox-info a {
	font-size: 1rem;
}

.exit {
	position: absolute;
	top: 1rem;
	right: 1rem;
	padding: 0;
	cursor: pointer;
}

.exit::before {
	content: '\f158';
	font-family: dashicons;
	color: white;
	font-size: 2rem;
}

.small-table table {
	width: 100%;
	max-width: 600px;
	margin: 0 auto 1rem;
}

/* Full Width Callout Block */

.full-width-callout {
	width: 100%;
	display: block;
	margin: 4rem 0;
	padding: 4rem;
	border: solid black 2px;
	text-align: center;
}

/* alt background colors */

.full-width-callout.green {
	background: var(--green);
}

.full-width-callout.red {
	background: var(--red);
}

.full-width-callout.lightblue {
	background: var(--lightblue);
}

.full-width-callout.darkgreen {
	background: var(--darkgreen);
}

.full-width-callout.darkblue {
	background: var(--darkblue);
}

.full-width-callout.orange {
	background: var(--orange);
}

.full-width-callout.black {
	background: black;
}

/* full-width-callout inner content */

.full-width-callout h2 {
	text-transform: uppercase;
    letter-spacing: 5px;
	font-size: 1.8rem;
	margin: 0 0 2rem;
}

.full-width-callout h3 {
	font-size: 2.5rem;
    font-weight: 600;
	font-family: "Lato", sans-serif;
	margin: 0 auto 2rem;
	display: block;
	max-width: 1000px;
	line-height: 1.4;
}

/* Inner Content Color Alts */

.full-width-callout h2.green,
.full-width-callout h3.green {
	color: var(--green);
}

.full-width-callout h2.darkgreen,
.full-width-callout h3.darkgreen {
	color: var(--darkgreen);
}

.full-width-callout h2.red,
.full-width-callout h3.red {
	color: var(--red);
}

.full-width-callout h2.lightblue,
.full-width-callout h3.lightblue {
	color: var(--lightblue);
}

.full-width-callout h2.darkblue,
.full-width-callout h3.darkblue {
	color: var(--darkblue);
}

.full-width-callout h2.orange,
.full-width-callout h3.orange {
	color: var(--orange);
}

.full-width-callout h2.black,
.full-width-callout h3.black {
	color: black;
}

.full-width-callout h2.white,
.full-width-callout h3.white {
	color: white;
}

/* Image Overlay Callout */

.image-overlay-callout {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 2rem;
	margin: 4rem auto 0;
}

.image-overlay-callout .single-overlay-callout {
	position: relative;
	display: block;
	background-size: cover;
	background-position: 50% 50%;
	padding-bottom: 100%;
	overflow: hidden;
}

.image-overlay-callout .single-overlay-callout h3 {
	position: absolute;
	display: inline-block;
	left: 0;
	bottom: 0;
	padding: 1rem 1.5rem;
	color: white;
	text-transform: uppercase;
	font-weight: 400;
	z-index: 100;
}

.image-overlay-callout .single-overlay-callout .overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	padding: 4rem 2.5rem;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	z-index: 1;
	transform: translatex(101%);
	opacity: 0;
	transition: opacity 300ms ease-in-out, transform 0ms ease-in-out 300ms;
}
.image-overlay-callout .single-overlay-callout:hover .overlay,
.image-overlay-callout .single-overlay-callout:focus .overlay {
	transform: translatex(0);
	opacity: 1;
	transition: opacity 300ms ease-in-out;
}

.image-overlay-callout .single-overlay-callout .overlay img {
	margin-bottom: 4rem;
	width: 100px;
}

.image-overlay-callout .single-overlay-callout .overlay p {
	color: white;
	font-size: 2rem;
	text-transform: uppercase;
	font-weight: 600;
}

/* Color Variations */

.single-overlay-callout.green .overlay {
	background-color: rgba(41, 77, 16, 0.8);
}

.single-overlay-callout.green h3 {
	background-color: var(--green);
}

.single-overlay-callout.red .overlay {
	background-color: rgba(77, 17, 20, 0.8);
}

.single-overlay-callout.red h3 {
	background-color: var(--red);
}

.single-overlay-callout.lightblue .overlay {
	background-color: rgba(21, 78, 89, 0.8);
}

.single-overlay-callout.lightblue h3 {
	background-color: var(--lightblue);
}

.single-overlay-callout.darkgreen .overlay {
	background-color: rgba(11, 38, 22, 0.8);
}

.single-overlay-callout.darkgreen h3 {
	background-color: var(--darkgreen);
}

.single-overlay-callout.darkblue .overlay {
	background-color: rgba(7, 39, 54, 0.8);
}

.single-overlay-callout.darkblue h3 {
	background-color: var(--darkblue);
}

.single-overlay-callout.orange .overlay {
	background-color: rgba(115, 51, 16, 0.8);
}

.single-overlay-callout.orange h3 {
	background-color: var(--orange);
}

/* Content-Image Block */

.content-image {
	width: 100vw;
	position: relative;
	left: 50%;
	transform: translatex(-50%);
	background: var(--limegreen);
	margin: 4rem 0 0;
}

.content-image > .wrap::before,
.content-image > .wrap::after {
	display: none;
}

.content-image > .wrap {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 4rem;
	align-items: center;
	grid-auto-flow: dense;
}

.full-content-description h2 {
	color: var(--green);
	text-transform: uppercase;
    letter-spacing: 5px;
    font-size: 1.8rem;
    margin: 0 0 2rem;
}

.full-content-description p {
	color: black;
}

.full-content-description .button {
	background: transparent;
	border-color: black;
	color: black;
}

.full-content-description .button:hover,
.full-content-description .button:focus {
	background: black;
	color: white;
}

.content-image.image-left .full-content-image {
	grid-column: 1;
}

.content-image.image-left .full-content-description {
	grid-column: 2;
}

.full-content-image {
	display: flex;
	justify-content: center;
}

.content-image.lightblue {
	background-color: var(--muted-lightblue);
}

.content-image.lightblue h2 {
	color: var(--lightblue);
}

.content-image.red {
	background-color: var(--muted-red);
}

.content-image.red h2 {
	color: var(--red);
}

.content-image.darkgreen {
	background-color: var(--muted-darkgreen);
}

.content-image.darkgreen h2 {
	color: var(--darkgreen);
}

.content-image.darkblue {
	background-color: var(--muted-darkblue);
}

.content-image.darkblue h2 {
	color: var(--darkblue);
}

/* Simple Text Callout */

.simple-callout {
	display: grid;
	grid-gap: 2rem;
	margin: 4rem auto 0;
}

.simple-callout.columns-1 {
	grid-template-columns: 1fr;
}

.simple-callout.columns-2 {
	grid-template-columns: 1fr 1fr;
}

.simple-callout.columns-3 {
	grid-template-columns: 1fr 1fr 1fr;
}

.simple-callout.columns-4 {
	grid-template-columns: 1fr 1fr 1fr 1fr;
}

.single-simple-callout {
	padding: 3rem 2.5rem;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	border: solid 2px;
}

.single-simple-callout h3 {
	color: white;
	text-transform: uppercase;
}

.callout-description {
	margin-bottom: 2rem;
}

.single-simple-callout.green {
	background: var(--green);
	border-color: var(--green);
}

.single-simple-callout.green .button {
	background: transparent;
	color: black;
	border-color: black;
}

.single-simple-callout.green .button:hover,
.single-simple-callout.green .button:focus {
	background: black;
	color: white;
}

.single-simple-callout.red {
	background: var(--red);
	border-color: var(--red);
}

.single-simple-callout.red .button {
	background: transparent;
	color: black;
	border-color: black;
}

.single-simple-callout.red .button:hover,
.single-simple-callout.red .button:focus {
	background: black;
	color: white;
}

.single-simple-callout.lightblue {
	background: var(--lightblue);
	border-color: var(--lightblue);
}

.single-simple-callout.lightblue .button {
	background: transparent;
	color: black;
	border-color: black;
}

.single-simple-callout.lightblue .button:hover,
.single-simple-callout.lightblue .button:focus {
	background: black;
	color: white;
}

.single-simple-callout.darkgreen {
	background: var(--darkgreen);
	border-color: var(--darkgreen);
	color: white;
}

.single-simple-callout.darkgreen .button {
	background: transparent;
	color: white;
	border-color: white;
}

.single-simple-callout.darkgreen .button:hover,
.single-simple-callout.darkgreen .button:focus {
	background: white;
	color: black;
}

.single-simple-callout.darkblue {
	background: var(--darkblue);
	border-color: var(--darkblue);
	color: white;
}

.single-simple-callout.darkblue .button {
	background: transparent;
	color: white;
	border-color: white;
}

.single-simple-callout.darkblue .button:hover,
.single-simple-callout.darkblue .button:focus {
	background: white;
	color: black;
}

.single-simple-callout.orange {
	background: var(--orange);
	border-color: var(--orange);
}

.single-simple-callout.orange .button {
	background: transparent;
	color: white;
	border-color: white;
}

.single-simple-callout.orange .button:hover,
.single-simple-callout.orange .button:focus {
	background: white;
	color: black;
}

.single-simple-callout.white {
	background: white;
	border-color: black;
}

.single-simple-callout.white h3 {
	color: black;
}

.single-simple-callout.white .button {
	background: transparent;
	color: black;
	border-color: black;
}

.single-simple-callout.white .button:hover,
.single-simple-callout.white .button:focus {
	background: black;
	color: white;
}

/* Mission + Vision + Values Block */

.mvv-callout {
	display: grid;
	grid-gap: 2rem;
	margin: 2rem auto 0;
}

.mvv-callout.columns-2 {
	grid-template-columns: 1fr 1fr;
}

.mvv-callout.columns-3 {
	grid-template-columns: 1fr 1fr 1fr;
}

.mvv-single {
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	text-align: center;
	border: 2px black solid;
}

.mvv-img {
	max-width: 150px;
    margin: 2rem 0;
}

.mvv-info {
	border-top: 2px black solid;
	padding: 3rem 1.5rem;
	align-self: stretch;
}

.mvv-info h3 {
	text-transform: uppercase;
	margin-bottom: 1rem;
	font-size: 2rem;
}

.mvv-info h4 {
	margin: 0;
	font-weight: 600;
}

.mvv-callout.columns-2.green .mvv-single,
.mvv-callout.columns-3.green .mvv-single {
	background-color: var(--green);
}

.mvv-callout.columns-2.red .mvv-single,
.mvv-callout.columns-3.red .mvv-single {
	background-color: var(--red);
}

.mvv-callout.columns-2.lightblue .mvv-single,
.mvv-callout.columns-3.lightblue .mvv-single {
	background-color: var(--lightblue);
}

.mvv-callout.columns-2.darkblue .mvv-single,
.mvv-callout.columns-3.darkblue .mvv-single {
	background-color: var(--darkblue);
	color: white;
}

.mvv-callout.columns-2.orange .mvv-single,
.mvv-callout.columns-3.orange .mvv-single {
	background-color: var(--orange);
}


/* Block Color Schemes
---------------------------------------------------------------------------- */

.header-right-border {
	margin: 2rem 0;
	border-top: 4px solid black;
	text-align: left;
}

.header-right-border h2 {
    color: white;
    display: inline-block;
    padding: 1rem 2rem;
    text-transform: uppercase;
}

.header-right-border.lightblue {
	border-color: var(--lightblue);
}

.header-right-border.lightblue h2 {
	background-color: var(--lightblue);
}

.header-right-border.darkblue {
	border-color: var(--darkblue);
}

.header-right-border.darkblue h2 {
	background-color: var(--darkblue);
}

.header-right-border.orange {
	border-color: var(--orange);
}

.header-right-border.orange h2 {
	background-color: var(--orange);
}

.header-right-border.red {
	border-color: var(--red);
}

.header-right-border.red h2 {
	background-color: var(--red);
}

.header-right-border.darkgreen {
	border-color: var(--darkgreen);
}

.header-right-border.darkgreen h2 {
	background-color: var(--darkgreen);
}

.header-right-border.darkgrey {
	border-color: var(--darkgrey);
}

.header-right-border.darkgrey h2 {
	background-color: var(--darkgrey);
}

.header-right-border.green {
	border-color: var(--green);
}

.header-right-border.green h2 {
	background-color: var(--green);
}

.header-right-border.black {
	border-color: black;
}

.header-right-border.black h2 {
	background-color: black;
}

/* --lightblue campaigns block

.campaigns.lightblue .campaign-content h3 {
	color: var(--lightblue);
}
*/

/* --lightblue full-width campaign block  */

.full-width-campaign.lightblue {
	background-color: var(--lightblue);
}

/* Author Block */

.author-bar {
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
	margin: 2rem 0 4rem;
}

.author-bar img {
	width: 120px;
	margin-right: 2rem;
}

.author-bar p {
	margin: 0;
	font-size: 1rem;
}

.author-bar p.author-name {
	font-weight: 600;
}

/* Events
---------------------------------------------------------------------------- */

.single-event {
    display: grid;
    grid-template-columns: 4fr 5fr;
    margin-bottom: 2rem;
	padding: 1rem;
	border: 2px solid black;
	grid-gap: 4rem;
}

.event-left {
    background-size: cover;
    display: flex;
}

.event-left img {
	align-self: center;
	margin: 0 auto;
	border: 2px solid var(--darkgreen);
}

.event-right {
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    text-align: left;
}

.date-flag {
    background-color: black;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 1rem;
    align-self: flex-start;
    text-align: center;
	margin-bottom: 2rem;
}

.date-flag img {
	width: 35px;
}

.date-flag h3 {
    color: white;
    font-size: 1.6rem;
	margin: 0;
	margin-left: 1rem;
}

.event-right h2 {
	color: var(--green);
	font-size: 2.6rem;
	margin-bottom: 1.5rem;
	margin-top: 1rem;
}

.event-right p {
	font-size: 1.1rem;
}

.single-event a {
    align-self: flex-start;
    font-size: 1.2rem;
    padding: .8rem 1rem;
}

.event-info h2 {
    color: white;
    font-size: 1.7rem;
}

.event-info p {
	color: white;
}

/* Events Single */

.url-path {
    margin-bottom: 2rem;
}

.url-path h2 {
    color: var(--darkgreen);
    font-size: 1rem;
    text-transform: uppercase;
    font-family: "Figtree", sans-serif;
}

.s-event-grid {
    display: grid;
    grid-template-columns: 2fr 5fr;
	border: 2px solid black;
	padding: 1rem;
    margin-bottom: 2rem;
    grid-gap: 2rem;
}

.s-event-left {
	background-color: var(--darkgreen);
	display: flex;
	justify-content: center;
	align-items: center;
}

.s-event-left img {
	max-width: 450px;
}

.s-event-right {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-items: center;
    text-align: center;
}

.s-date, .s-time, .s-location {
	background-color: var(--palegrey);
}

.s-date, .s-time {
    display: flex;
    justify-content: space-between;
	align-items: center;
    padding: .8rem;
    margin-bottom: 1rem;
}

.s-date > div, .s-time > div, .s-location > div {
    display: flex;
    align-items: center;
}

.s-date div img, .s-time div img, .s-location div img {
    max-width: 1.5rem;
}

.s-date div h3, .s-time div h3, .s-location div h3 {
    margin-top: 0;
    font-size: 1.2rem;
    margin-left: .4rem;
}

.s-date h2, .s-time h2, .s-location h2 {
    margin-top: 0;
    color: var(--darkgreen);
    font-size: 1.6rem;
	margin-right: 1rem;
}

.s-location {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    padding: .6rem .8rem;
    flex-grow: 1;
}

.s-location > div {
    margin-bottom: 0;
}

.s-location .s-location-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    margin-left: 2rem;
    margin-top: .9rem;
}

.s-location-info h2 {
    margin-bottom: .1rem;
}

.s-location-info p {
    margin-bottom: 1rem;
}

.s-event-right a.button {
    max-width: none;
    width: 100%;
    color: #fff;
    margin: 1rem 0 0;
}

.s-event-right a.button:hover,
.s-event-right a.button:focus {
	background-color: var(--darkgreen);
	border-color: var(--darkgreen);
}

.event-button {
	margin-bottom: 2rem;
}

/* YouTube Video Block */
.wp-block-embed__wrapper {
	max-width: 800px;
	margin: 0 auto;
}

.wp-block-embed {
	margin-bottom: 2rem;
}

/* Branded Buttons Block */

.branded-buttons {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 2rem;
}

.branded-buttons .button {
	min-width: 250px;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* .branded-buttons.columns-1 .button {
}

.branded-buttons.columns-2 .button {
	width: calc(50% - 1rem);
}

.branded-buttons.columns-3 .button {
	width: calc(33% - 1.3333rem);
}

.branded-buttons.columns-4 .button {
	width: calc(25% - 1.5rem);
}

.branded-buttons.columns-5 .button {
	width: calc(20% - 1.6rem);
} */

.wp-block-embed__wrapper {
	margin-top: 2rem;
}

/* Footer Nav */

.footer-navigation-container {
	display: flex;
    align-items: flex-start;
    justify-content: space-between;
	margin-top: 2rem;
}

#menu-footer-nav {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 3rem;
	text-align: left;
}

#menu-footer-nav a {
	color: white;
	text-transform: uppercase;
	font-weight: bold;
}

#menu-footer-nav ul.sub-menu {
	margin-top: .5rem;
}

#menu-footer-nav ul.sub-menu li {
	margin: 0;
}

#menu-footer-nav ul.sub-menu li a {
	text-transform: none;
	color: black;
}

#menu-footer-nav .footer-social img {
	width: 100px;
}

.site-footer p,
.site-footer a {
	color: white;
	text-align: right;
	margin-left: auto;
}

.footer-social-links {
	display: flex;
	justify-content: center;
	align-items: center;
}

.footer-social-links a svg path,
.footer-social-links a svg polygon {
    fill: white;
    transition: all 200ms ease-in-out;
}

.footer-social-links a:hover svg path,
.footer-social-links a:focus svg path,
.footer-social-links a:hover svg polygon,
.footer-social-links a:focus svg polygon {
    fill: black;
}

.footer-social-links a {
	width: 30px;
	margin: 0 1rem;
	text-align: center;
}

/* Careers and Internships Feed */

.jobs-list {
	display: grid;
	grid-template-columns: 1fr;
	margin: 2rem auto 0;
	grid-gap: 2rem;
}

.jobs-list > a {
	display: block;
	color: black;
	text-decoration: none;
}

.jobs-list .single-job-posting {
	background: #eee;
	text-align: left;
	padding: 3rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.jobs-list .single-job-posting h3 {
	margin-bottom: 1rem;
}

.jobs-list .single-job-posting .job-info {
	margin: 1rem 0;
}

.jobs-list .single-job-posting h4 {
	font-weight: 400;
	margin-top: 0;
}

.jobs-list .single-job-posting .button {
	background: black;
	color: white;
	border-color: black;
	display: inline-block;
}

.jobs-list .single-job-posting .button:hover,
.jobs-list .single-job-posting .button:focus {
	background: transparent;
	color: black;
}

/* Search Results Page */

.single-search-result {
	background: #eee;
	padding: 2rem;
	margin-bottom: 2rem;
}

.single-search-result h4 {
	font-size: 1.6rem;
}

.single-search-result p {
	font-size: 1.2rem;
}

.bsearch_highlight {
	background: rgba(106,198,42,0.2);
}

h2.search-header {
	color: black;
}

h2.search-header span {
	color: var(--green);
}

/* Footer Search */

.search-footer {
	display: flex;
	margin: 2rem auto;
	width: 100%;
}

.search-footer form {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}

.search-footer input[type="search"] {
	border-radius: 0.7rem;
	max-width: 400px;
	padding: 1rem 2rem;
	font-size: 1.2rem;
	border: solid white 2px;
}

.search-footer input[type="submit"] {
	background: transparent;
	border-color: white;
	font-size: 1.2rem;
	padding: 1rem 2rem;
	margin-left: 2rem;
}

.search-footer input[type="submit"]:hover,
.search-footer input[type="submit"]:focus {
	background: white;
	color: var(--green);
	border-color: white;
}

/* In The News RSS Feed (Meltwater) */

.news-clips-feed {
	display: grid;
	width: 100%;
	grid-gap: 1rem;
}

.single-news-clip {
	background: #eee;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 2rem;
	gap: 1rem;
}

.single-news-clip .news-info h4 {
	margin-top: 0;
	font-weight: 500;
}

.single-news-clip .button {
	color: white;
	background: black;
	border-color: black;
	min-width: 17%;
}

.single-news-clip .button:hover,
.single-news-clip .button:focus {
	color: black;
	background: transparent;
	border-color: black;
}

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

@media only screen and (max-width: 1400px) {
	.home-issues {
		grid-template-columns: 1fr 1fr;
	}
}

@media only screen and (max-width: 1280px) {
	.wrap {
		/* max-width: 1140px; */
	}
	.single-simple-callout .button {
		font-size: 1rem;
	}
	.front-page-4 .solid-section {
		background: var(--green);
	}
	.front-page-4 .solid-section .flexible-widgets {
		padding: 2rem 0;
	}
	.front-page-4 .wrap {
		width: 95%;
		margin-right: 0;
	}
	.fp-field-advocacy {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.fp-field-advocacy > * {
		flex-basis: 40%;
		flex-grow: 1;
	}
	.fa-mobile {
		display: block;
	}
	.fa-left img {
		width: 70%;
	}
}

@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 110px;
	}
	.genesis-nav-menu a {
		/* padding: 30px 10px; */
	}
	.site-header.dark .genesis-nav-menu a {
		/* padding: 20px 10px; */
	}
	.front-page-1,
	.front-page-3,
	.front-page-5,
	.front-page-7 {
		background-attachment: scroll;
	}
	.landing-buttons > .button {
		font-size: 1.4rem;
	}
	.simple-callout {
		display: flex;
		flex-wrap: wrap;
		gap: 2rem;
	}
	.single-simple-callout {
		width: 100%;
	}
	.campaigns-flex {
		display: block;
		max-width: 500px;
		margin: 0 auto;
	}
	.campaign-single {
		margin-bottom: 2rem;
	}
	.related-posts a {
		flex-basis: 100%;
	}
	.news-info-grid {
		display: grid;
        grid-template-columns: 1fr;
	}
	.news-info-grid a {
		padding: 0;
	}
	.mvv-callout.columns-3,
	.mvv-callout.columns-2 {
		grid-template-columns: 1fr;
	}
	.footer-navigation-container {
		flex-wrap: wrap;
	}
}

@media only screen and (max-width: 1024px) {
	.wrap {
		/* max-width: 768px; */
	}
	.secondary-nav .site-inner {
		margin-top: 80px;
	}
	.front-page .site-inner {
		max-width: none;
	}
	.site-header {
		position: static;
	}
	.site-header .wrap {
		display: flex;
		flex-direction: column;
    	justify-content: center;
		align-items: center;
	}
	.genesis-nav-menu li.nav-donate a {
		border-left: 0;
	}
	.front-page .site-header {
		/* background-color: #000; */
	}
	.front-page .site-header > .wrap {
		border: none;
	}
	.content,
	.sidebar,
	.site-header .widget-area,
	.title-area {
		width: 100%;
	}
	.site-header .title-area,
	.site-header.dark .title-area {
		/* padding: 15px 0; */
	}
	.header-image .dark .site-title > a {
		/* height: 76px; */
	}
	.genesis-nav-menu,
	.site-header .widget-area,
	.site-title {
		text-align: center;
	}
	.header-image .site-title > a {
		background-position: center !important;
	}
	.nav-primary .genesis-nav-menu {
		float: none;
	}
	.genesis-nav-menu .sub-menu {
		top: 102px;
	}
	.nav-secondary,
	.site-header.dark .nav-secondary {
		border-bottom: none;
	}
	.genesis-nav-menu a,
	.site-header.dark .genesis-nav-menu a {
		padding: 10px;
	}
	.front-page .site-inner {
		margin-top: 0;
	}
	.site-inner {
		/* margin-top: 80px; */
		margin-top: 0;
	}
	.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%;
	}
	.front-page-1 .widget:first-of-type h4,
	.front-page-2 .widget:first-of-type h4 {
		font-size: 60px;
	}
	.front-page-1 .image-section,
	.secondary-nav .front-page-1 .image-section {
		padding-top: 0;
	}
	.person-overlay {
		width: 300px;
		padding-bottom: 800px;
	}
	.home-issues {
		grid-template-columns: 1fr 1fr;
	}
	.single-event {
		grid-template-columns: 1fr;
		grid-gap: 1rem;
		padding: 1rem 0;
	}
	.event-left {
		width: calc(100% - 2rem);
		max-width: 500px;
    	margin: 0 auto;
	}
	.event-right {
		align-items: center;
		justify-content: center;
		text-align: center;
	}
	.date-flag {
		width: calc(100% - 2rem);
		margin: 0 auto;
		padding: 1rem;
	}
	.single-event a {
		align-self: center;
	}
	.event-right h2,
	.event-right p {
		padding: 0 1rem;
	}
	.s-event-grid {
		grid-template-columns: 1fr;
	}
}

@media only screen and (max-width: 920px) {
	.home-issues {
		grid-template-columns: 1fr;
		max-width: 500px;
        margin: 0 auto;
	}
}

@media only screen and (max-width: 800px) {
	.wrap {
		max-width: none;
		width: 90%;
	}
	.front-page .site-inner {
		padding: 0;
	}
	/* Genesis Responsive Menus */
	.site-header > .wrap {
		display: flex;
		flex-direction: row;
		max-width: none;
		width: 100%;
		flex-wrap: nowrap;
		padding: 0;
		width: 100%;
	}
	nav.nav-primary {
		top: 0;
	}
	.site-header nav .wrap {
		padding: 0;
	}
	nav.genesis-responsive-menu {
		display: none;
		position: absolute;
		top: 53px;
		background-color: var(--green);
		z-index: 9999;
		width: 100%;
	}
	.genesis-responsive-menu .genesis-nav-menu {
		display: flex;
		height: calc(180vh - 53px);
		flex-direction: column;
		justify-content: flex-start;
		align-items: center;
		padding-top: 2rem;
		width: 100%;
		max-width: 400px;
	}
	.genesis-skip-link .skip-link-hidden {
		display: none;
		visibility: hidden;
	}
	.menu-toggle,
	.sub-menu-toggle {
		border-width: 0;
		background: transparent;
		color: black;
		border-radius: 0;
		display: block;
		margin: 0 auto;
		overflow: hidden;
		text-align: center;
		visibility: visible;
	}
	.menu-toggle:focus,
	.menu-toggle:hover,
	.sub-menu-toggle:focus,
	.sub-menu-toggle:hover {
		background-color: transparent;
		color: black;
		border-width: 0;
	}
	.menu-toggle:focus,
	.sub-menu-toggle:focus {
		outline: 1px solid #ccc;
		outline-offset: -1px;
	}
	.menu-toggle {
		line-height: 20px;
		margin-bottom: 1px;
		position: relative;
		z-index: 1000;
		width: 100%;
	}
	.menu-toggle::before,
	.menu-toggle.activated::before {
		margin-right: 10px;
		text-rendering: auto;
	}
	.sub-menu-toggle {
		float: right;
		padding: 10px;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 100;
	}
	.sub-menu-toggle::before {
		display: inline-block;
		text-rendering: auto;
		transform: rotate(0);
		transition: transform 0.25s ease-in-out;
	}
	.sub-menu-toggle.activated::before {
		transform: rotate(180deg);
	}
	.genesis-responsive-menu .genesis-nav-menu .menu-item a,
	.genesis-responsive-menu .genesis-nav-menu .menu-item a:focus,
	.genesis-responsive-menu .genesis-nav-menu .menu-item a:hover {
		background-color: transparent;
		border-bottom: 0;
		margin-bottom: 1px;
	}
	.genesis-responsive-menu .genesis-nav-menu .menu-item a {
		display: inline-block;
		width: auto;
		font-size: 1.2rem;
	}
	.genesis-responsive-menu .genesis-nav-menu .menu-item a:focus,
	.genesis-responsive-menu .genesis-nav-menu .menu-item a:hover {
		text-decoration: underline;
	}
	.genesis-responsive-menu .genesis-nav-menu .menu-item a:focus {
		outline: 1px solid #fff;
	}
	.genesis-responsive-menu .genesis-nav-menu .menu-item {
		display: block;
		float: none;
		position: relative;
		text-align: center;
		width: 100%;
	}
	.genesis-responsive-menu .genesis-nav-menu .menu-item.nav-donate a {
		background-color: black;
		text-transform: uppercase;
	}
	.genesis-responsive-menu .genesis-nav-menu .menu-item:focus,
	.genesis-responsive-menu .genesis-nav-menu .menu-item:hover {
		position: relative;
	}
	.front-page .genesis-responsive-menu .genesis-nav-menu li.current-menu-item > a,
	.genesis-responsive-menu .genesis-nav-menu > li > a,
	.genesis-responsive-menu .genesis-nav-menu .menu-item a {
		border: 0;
	}
	.genesis-responsive-menu .genesis-nav-menu .menu-item a {
		padding: 15px 20px;
	}
	.genesis-responsive-menu .genesis-nav-menu .sub-menu {
		border: none;
	}
	.genesis-responsive-menu .genesis-nav-menu .menu-item > a:focus ul.sub-menu,
	.genesis-responsive-menu .genesis-nav-menu .menu-item > a:focus ul.sub-menu .sub-menu {
		left: 0;
		margin-left: 0;
	}
	.genesis-responsive-menu .genesis-nav-menu > .menu-item-has-children > a::after {
		content: none;
	}
	.genesis-responsive-menu .genesis-nav-menu .sub-menu {
		clear: both;
		display: none;
		margin: 0;
		opacity: 1;
		padding-left: 15px;
		position: static;
		width: 100%;
	}
	.genesis-responsive-menu .genesis-nav-menu .sub-menu a {
		font-size: 1rem;
		color: white;
	}
	.genesis-responsive-menu .genesis-nav-menu .sub-menu .sub-menu {
		margin: 0;
	}
	.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;
	}
	.bottom-image {
		margin-top: 60px;
		margin-bottom: -80px;
	}
	.lightbox-wrapper {
		flex-wrap: wrap;
		justify-content: center;
	}
	.front-page-2 .flexible-widgets {
		padding-top: 0;
	}
	.landing-buttons {
		position: static;
		display: grid;
		grid-template-columns: 1fr;
		grid-gap: 1rem;
		transform: none;
		justify-items: center;
		align-content: center;
		margin-top: -40px;
	}
	.landing-buttons > .button {
		margin: 0;
		font-size: 1.2rem;
	}
	.staff-lightbox .lightbox-info, .board-lightbox .lightbox-info {
	    margin: 0 auto;
	    text-align: center;
	}
	.content-image > .wrap {
		padding: 4rem 2rem !important;
		grid-template-columns: 1fr;
		text-align: center;
	}
	.content-image .full-content-image {
		grid-row: 1;
		grid-column: auto;
	}
	.content-image.image-left .full-content-image {
		grid-column: auto;
	}
	.content-image.image-left .full-content-description {
		grid-column: auto;
	}
	.image-overlay-callout {
		grid-template-columns: 1fr;
	}
	.landing {
		padding: 4rem 10% 600px;
		margin: 0 auto;
	}
	.landing-text {
		width: 100%;
		margin: 0 auto;
	}
	.landing-text p,
	.landing-text img {
		width: 100%;
	}
	.landing-text p {
		font-size: 1.5rem;
		font-weight: 600;
	}
	.landing-text img.landing-desktop {
		display: none;
	}
	.landing-text img.landing-mobile {
		display: block;
		max-width: 500px;
	}
	.front-page-1 .image-section {
		background-image: linear-gradient(to bottom, rgba(25, 103, 3, 0.9) 0%, rgba(25, 103, 3, 0) 50%);
	}
	#menu-footer-nav {
		display: block;
	}
	.front-page-4 .wrap {
		width: 90%;
		margin: 0 auto;
	}
	.fp-field-advocacy {
		display: grid;
		grid-template-columns: 1fr;
		grid-gap: 2rem;
		grid-auto-flow: dense;
	}
	.fa-mobile {
		grid-row: 1;
	}
	.fa-mobile img {
		max-width: 350px;
		margin: 0 auto;
	}
	.full-width-callout h2 {
		font-size: 1.4rem;
	}
	.full-width-callout h3 {
		font-size: 1.8rem;
	}
	.full-width-callout {
		padding: 4rem 2rem;
	}
	.page-hero {
		margin-bottom: 4rem;
	}
	.page-hero h1 {
		bottom: auto;
		top: 100%;
		margin-top: 0;
	}
	.hero-caption p {
		font-size: 2rem;
	}
	.mission-overlay {
		margin-bottom: 4rem;
	}
	.mission-overlay p {
		font-size: 2rem;
	}
}

@media only screen and (max-width: 675px) {
	.footer-top-bar {
		display: grid;
		grid-template-columns: 1fr;
		grid-gap: 2rem;
	}
	.footer-top-bar img {
		display: block;
		margin: 0 auto;
	}
	.footer-actions {
		display: flex;
		align-items: center;
		justify-content: space-evenly;
		width: 100%;
	}
	.footer-actions .button {
		margin: 1rem;
	}
	.hero-caption {
		padding: 2rem 5rem;
	}
	.s-event-left img {
		max-width: 100%;
	}
	.single-news-clip {
		flex-wrap: wrap;
	}
}

@media only screen and (max-width: 525px) {
	.socialside {
		width: 100%;
		top: auto;
		bottom: 0;
		left: 0;
		flex-direction: row;
		justify-content: center;
	}
	.socialside button {
		margin: 0 5px;
		border-radius: 1rem 1rem 0 0;
	}
	.footer-navigation-container {
		width: 100%;
		display: block;
	}
	#menu-footer-nav {
		text-align: center;
		width: 100%;
	}
	.site-footer p {
		color: white;
		text-align: center;
		margin: 2rem 0 0;
	}
}

@media only screen and (max-width: 480px) {
	.front-page-1 .widget:first-of-type h4,
	.front-page-2 .widget:first-of-type h4 {
		font-size: 40px;
	}
	.header-right-border {
		border-top: none;
	}
	.front-page-5 .header-right-border {
		display: block;
	}
	.front-page-5 .header-right-border a {
		display: block;
		margin-top: 1rem;
		font-size: 1rem;
	}
	.hero-caption {
		padding: 2rem 5%;
	}
	.hero-caption p {
		font-size: 1rem;
		text-shadow: 0 0 20px rgba(0,0,0,1);
	}
	.single-home-issue .issue-title h3 {
		font-size: 2.4rem;
	}
	.header-right-border h2 {
		font-size: 1.4rem;
	}
	.date-flag h3 {
		font-size: 1.4rem;
	}
	.event-right h2 {
		font-size: 2rem;
	}
	.s-date h2,
	.s-time h2, 
	.s-location h2 {
		font-size: 1.3rem;
	}
	.s-location-info p {
		font-size: 1rem;
	}
}
