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

/* Colors
---------------------------------------------------------------------------- */

:root {
	--navy: #002a55;
	--goldenrod: #dfc22a;
	--purple: #691165;
	--lightblue: #1071ad;
	--primarygrey: #b2b0b1;
	--navgrey: #5d6a81;
	--lightgrey: #eaeaea;
}

/* Typographical Elements
--------------------------------------------- */
body {
	background-color: #fff;
	color: var(--navy);
	font-family: 'Figtree', sans-serif;
	font-size: 1.2rem;
	font-weight: 400;
	line-height: 1.2;
	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: underline 0.1em rgba(16, 113, 173, 0);
	transition: text-decoration-color 200ms;
}

a:focus,
a:hover {
	text-decoration-color: rgba(16, 113, 173, 1);
}

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

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

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

li {
	list-style-type: none;
}

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

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

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

b,
strong {
	font-weight: 600;
}

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

.wp-block-separator {
	border-width: 4px !important;
}

.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
	max-width: 250px !important;
}

.wp-block-separator.is-style-dots:before {
	font-size: 2.5em !important;
}

/* Headings
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 700;
	line-height: 1.2;
	margin: 4rem 0 2rem;
}

h1.light,
h2.light,
h3.light,
h4.light,
h5.light,
h6.light {
	font-weight: 400;
}

h1.bold, strong h1,
h2.bold, strong h2,
h3.bold, strong h3,
h4.bold, strong h4,
h5.bold, strong h5,
h6.bold, strong h6 {
	font-weight: 800;
}

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: 3rem;
}

h2 {
	font-size: 2.6rem;
}

h3 {
	font-size: 2rem;
}

h4 {
	font-size: 1.8rem;
}

h5 {
	font-size: 1.6rem;
}

h6 {
	font-size: 1.4rem;
}

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

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

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

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

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	font-size: 1.4rem;
	font-weight: 500;
	color: white;
	background: var(--navy);
	border: solid var(--navy) 2px;
	border-radius: 5px;
	padding: 1.2rem 1.5rem;
	text-decoration: none;
	display: inline-block;
	box-sizing: border-box;
}

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(--navy);
}

.button.lightblue {
	background-color: var(--lightblue);
	border-color: var(--lightblue);
}

.button.lightblue:hover,
.button.lightblue:focus {
	background-color: transparent;
	color: var(--lightblue);
}

.button.goldenrod {
	background-color: var(--goldenrod);
	border-color: var(--goldenrod);
}

.button.goldenrod:hover,
.button.goldenrod:focus {
	background-color: transparent;
	color: var(--goldenrod);
}

.button.purple {
	background-color: var(--purple);
	border-color: var(--purple);
}

.button.purple:hover,
.button.purple:focus {
	background-color: transparent;
	color: var(--purple);
}

/* 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;
	max-width: 1200px;
}

.site-inner {
	background-color: #fff;
	clear: both;
	margin-top: 60px;
	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: 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;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,42,85,0.25);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,42,85,0.25);
	box-shadow: 0px 0px 5px 0px rgba(0,42,85,0.25);
}

.featured-section .site-header {
}

.featured-section .site-header > .wrap {
}

.site-header.dark {
}

.site-header.dark > .wrap {
}

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

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

.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:focus,
.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: 60px;
	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;
	align-items: stretch;
}

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

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

.genesis-nav-menu a {
	color: var(--navgrey);
	display: block;
	font-size: 0.8rem;
	font-weight: 600;
	padding: 24px 15px 23.5px;
	margin: 0;
	text-transform: uppercase;
	text-decoration: none;
}

.genesis-nav-menu .lightblue a {
	background-color: var(--lightblue);
	color: white;
}

.genesis-nav-menu .purple a {
	background-color: var(--purple);
	color: white;
}

.donate-mobile {
	display: none;
}

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

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

.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:focus,
.front-page .genesis-nav-menu li.current-menu-item > a:hover,
.genesis-nav-menu li.current-menu-item > a,
.genesis-nav-menu > li > a:focus,
.genesis-nav-menu > li > a:hover {
	background-color: var(--navy);
	color: white;
}

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

.genesis-nav-menu .sub-menu {
	left: -9999px;
	letter-spacing: 0;
	opacity: 0;
	position: absolute;
	transition: opacity 0.4s ease-in-out;
	width: 200px;
	z-index: 99;
}

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

.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(--navy);
}

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

.button.mobile-donate {
	display: none;
}

/* 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%;
	height: auto !important;
}

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

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

.image-section a:focus,
.image-section a:hover,
.image-section .featured-content .entry-title a:focus,
.image-section .featured-content .entry-title a:hover {
	color: #079bc4;
}

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

.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-bottom: 60px;
	padding-top: 100px;
}

.flexible-widgets .widget {
}

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

/* 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(--navy);
	padding: 4rem 0;
}

.footer-signup {
	display: block;
}

.footer-signup img {
	width: 200px;
	margin: 0 auto 2rem;
	display: block;
}

/* ngp footer form embed overrides */

.footer-signup-embed header.at-title,
.footer-signup-embed header.at-markup,
.footer-signup-embed .at fieldset legend {
	display: none !important;
}

.footer-signup-embed .at-inner {
	background-color: transparent;
}

.footer-signup-embed .at label {
	color: #fff;
	font-family: 'Figtree', sans-serif;
	font-weight: 400;
	text-align: left;
}

.footer-signup-embed .at input[type="text"],
.footer-signup-embed .at input[type="password"],
.footer-signup-embed .at input[type="date"],
.footer-signup-embed .at input[type="datetime"],
.footer-signup-embed .at input[type="datetime-local"],
.footer-signup-embed .at input[type="month"],
.footer-signup-embed .at input[type="week"],
.footer-signup-embed .at input[type="email"],
.footer-signup-embed .at input[type="number"],
.footer-signup-embed .at input[type="search"],
.footer-signup-embed .at input[type="tel"],
.footer-signup-embed .at input[type="time"],
.footer-signup-embed .at input[type="url"],
.footer-signup-embed .at input[type="color"],
.footer-signup-embed .at textarea {
	background-color: transparent;
	color: #fff;
	font-family: 'Figtree', sans-serif;
	font-weight: 400;
	border: solid #fff 4px;
	padding: 20px 10px;
	border-radius: 0;
	line-height: 1;
}

.footer-signup-embed .at .btn-at-primary {
	background-color: var(--lightblue);
	border: solid var(--lightblue) 4px;
	color: #fff;
	border-radius: 0;
	font-family: 'Figtree', sans-serif;
	font-weight: 600;
	letter-spacing: 0;
	font-size: 1.8rem;
	float: none;
	display: block;
	margin: 0 auto;
	width: auto;
	text-transform: none;
}

.footer-signup-embed .at .btn-at-primary:hover {
	background-color: transparent;
	border: solid var(--goldenrod) 4px;
	color: var(--goldenrod);
}

.PostalCode.at-row-solo,
.EmailAddress.at-row-solo {
	width: 50%;
	display: inline-block;
}

.footer-columns {
	display: grid;
	grid-template-columns: 2fr 1fr 1fr;
	grid-gap: 20%;
	margin: 4rem auto;
}

.button-column {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin: 0;
	align-items: stretch;
	text-align: center;
}

.button-column .button {
	margin-bottom: 1.5rem;
	text-transform: uppercase;
}

.footer-navigation a {
	color: var(--primarygrey);
	font-weight: 600;
	font-size: 1.4rem;
}

.footer-navigation a:hover {
	text-decoration-color: var(--primarygrey);
}

.quick-links h4 {
	color: var(--goldenrod);
	font-weight: 600;
	font-size: 1.7rem;
	margin-bottom: 1rem;
}

.quick-links a {
	color: white;
	font-weight: 600;
	margin-bottom: 1rem;
	font-size: 1.4rem;
	display: block;
}

.quick-links a:hover {
	text-decoration-color: white;
}

.address {
	text-align: center;
	color: white;
}

.address img {
	width: 400px;
	max-width: 80%;
	margin: 0 auto 2rem;
}

.disclaimer {
	text-align: center;
}

.disclaimer p {
	display: inline-block;
	color: white;
	width: auto;
	border: solid white 2px;
	font-size: 1rem;
	padding: 0.6rem 0.9rem;
	box-sizing: border-box;
	margin: 4rem auto 0;
}

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

/* Landing Section */

/* Video Front Landing Overrides */

.front-page-1 .image-section {
	padding: 0;
}

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

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

.videodiv {
	width: 100%;
	margin: 0;
	line-height: 0;
	position: relative;
}

.videodiv video {
	position: relative;
	z-index: 1;
}
	
.videodiv .videooverlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	z-index: 2;
	background-color: rgba(70,70,70,0);
	display: flex;
	align-items: center;
	justify-content: center;
}

.landing {
	margin: 6rem auto 8rem;
}

.landing img {
	display: block;
	max-width: 90%;
	margin: 0 auto 2rem;
	width: 700px;
}

.landing h2 {
	font-size: 3.4rem;
	font-weight: 800;
}

.landing h3 {
	text-transform: uppercase;
	font-weight: 400;
}

/* Donate Block */

.front-page-2 .wrap {
	margin: 0 auto;
}

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

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

.home-donate {
	border: solid var(--goldenrod) 2rem;
	background: white;
	padding: 2rem;
	margin-top: -10rem;
	margin-bottom: 4rem;
}

.home-donate img {
	max-width: 70%;
	width: 400px;
	margin: 2rem auto;
}

.home-donate h3 {
	text-transform: uppercase;
}

.donate-bar {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	grid-gap: 1rem;
}

.donate-bar a {
	background: var(--lightblue);
	color: white;
	font-weight: 600;
	font-size: 2rem;
	padding: 1.5rem 2rem;
	text-decoration: none;
}

.donate-bar a:hover {
	background: var(--navy);
}

/* Featured Items Grid */

.home-features {
	margin: 0 auto 2rem;
	display: grid;
	grid-template-columns: 100%;
	grid-gap: 2rem;
	width: 100%;
}

.feature-row {
	display: grid;
	grid-gap: 2rem;
	width: 100%;
}

.feature-row.columns-1 {
	grid-template-columns: 100%;
}

.feature-row.columns-2 {
	grid-template-columns: 1fr 1fr;
}

.feature-row.columns-3 {
	grid-template-columns: 1fr 1fr 1fr;
}

.single-home-feature {
	padding: 0;
	background-size: cover;
	background-position: 50% 50%;
	display: flex;
	flex-direction: column;
}

.home-feature-inner {
	padding: 4rem;
	display: flex;
	flex-direction: column;
	width: 100%;
	backdrop-filter: blur(4px) opacity(0);
	-webkit-transition: backdrop-filter 300ms ease;
	-moz-transition: backdrop-filter 300ms ease;
	-ms-transition: backdrop-filter 300ms ease;
	-o-transition: backdrop-filter 300ms ease;
	transition: backdrop-filter 300ms ease;
}

.feature-row a:hover,
.feature-row a:focus {
	text-decoration-color: white;
}

.feature-row a:hover .single-home-feature .home-feature-inner,
.feature-row a:focus .single-home-feature .home-feature-inner {
	backdrop-filter: blur(4px) opacity(1);
}

.single-home-feature h3 {
	font-size: 3rem;
	color: white;
}

.single-home-feature p {
	font-size: 1.4rem;
	color: white;
}

.columns-1 .single-home-feature .home-feature-inner {
	text-align: center;
	aspect-ratio: 3/1;
	justify-content: center;
}

.columns-2 .single-home-feature .home-feature-inner,
.columns-3 .single-home-feature .home-feature-inner {
	text-align: left;
	aspect-ratio: 4/3;
	justify-content: flex-end;
}

/* Home Latest Post */

.homepost {
	display: block;
	width: 100%;
	text-align: center;
	margin: 0 0 2rem;
	background: var(--navy);
	padding: 4rem;
}

.homepost h4 {
	color: var(--goldenrod);
	font-size: 1.4rem;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 2px;
}

.homepost h3 {
	color: white;
	margin-top: 2rem;
}

.homepost a {
	color: var(--lightblue);
}

/* News Feed Basic */

.single-news-item {
	width: 100%;
	display: block;
	padding: 4rem;
	margin: 0 0 3rem;
	background: white;
	text-align: center;
	-webkit-box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.25);
}

.single-news-item h4 {
	color: var(--goldenrod);
	font-weight: 500;
	font-size: 1.3rem;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.single-news-item h3 {
	font-size: 2rem;
	margin-top: 2rem;
}

/* previous/next post links */

.prev-next-posts {
	display: flex;
	gap: 1rem;
	justify-content: center;
	margin: 3rem auto 0;
}

.prev-next-posts .page-numbers,
.prev-next-posts a {
	padding: 1px 5px;
	background: var(--lightblue);
	color: white;
	font-weight: 600;
	text-decoration: none;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.prev-next-posts .page-numbers.dots {
	color: var(--navy);
	background: transparent;
}

.prev-next-posts .page-numbers.current,
.prev-next-posts a:hover {
	background: var(--goldenrod);
}

/* General Sub Page Template Layout
---------------------------------------------------------------------------- */

.titlebar {
	background: var(--navy);
	padding: 1rem 0;
	margin: 0;
}

.titlebar h1 {
	color: var(--goldenrod);
	font-size: 2rem;
}

.content-sidebar-wrap > .content > .wrap {
	padding: 4rem 0;
}

/* Sub Page Custom Footer Addons */

.full-width-pre-footer {
	width: 100%;
	margin: 0;
	display: block;
	text-align: center;
}

.full-width-pre-footer-inner {
	padding: 4rem 0;
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
}

.full-width-pre-footer.navy {
	background-color: var(--navy);
	color: white;
}

.full-width-pre-footer.goldenrod {
	background-color: var(--goldenrod);
	color: var(--navy);
}

.full-width-pre-footer.purple {
	background-color: var(--purple);
	color: white;
}

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

.full-width-pre-footer.primarygrey {
	background-color: var(--primarygrey);
	color: var(--navy);
}

.full-width-pre-footer img {
	width: 90%;
	max-width: 450px;
	display: block;
	margin: 0 auto 3rem;
}

.full-width-pre-footer.navy .button {
	background-color: var(--goldenrod);
	border-color: var(--goldenrod);
}

.full-width-pre-footer.navy .button:hover,
.full-width-pre-footer.navy .button:focus {
	background-color: transparent;
	border-color: white;
	color: white;
}

.full-width-pre-footer.goldenrod .button {
	background-color: var(--navy);
	border-color: var(--navy);
}

.full-width-pre-footer.goldenrod .button:hover,
.full-width-pre-footer.goldenrod .button:focus {
	background-color: transparent;
	color: var(--navy);
}

.full-width-pre-footer.purple .button {
	background-color: var(--lightblue);
	border-color: var(--lightblue);
}

.full-width-pre-footer.purple .button:hover,
.full-width-pre-footer.purple .button:focus {
	background-color: transparent;
	border-color: white;
	color: white;
}

.full-width-pre-footer.lightblue .button {
	background-color: var(--navy);
	border-color: var(--navy);
}

.full-width-pre-footer.lightblue .button:hover,
.full-width-pre-footer.lightblue .button:focus {
	background-color: transparent;
	border-color: white;
	color: white;
}

/* Two Column Footer Addon */

.two-col-pre-footer {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 0;
	margin: 0;
}

.two-col-pre-footer .pre-footer-section {
	padding: 4rem;
	text-align: left;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.two-col-pre-footer a {
	text-decoration: none !important;
}

.pre-footer-section {
	height: 100%;
}

.pre-footer-section.navy {
	background: var(--navy);
	color: white;
}

.pre-footer-section.goldenrod {
	background: var(--goldenrod);
	color: var(--navy);
}

.pre-footer-section.purple {
	background: var(--purple);
	color: white;
}

.pre-footer-section.lightblue {
	background: var(--lightblue);
	color: white;
}

.pre-footer-section.primarygrey {
	background: var(--primarygrey);
}

a .pre-footer-section:hover {
	opacity: 0.8;
}

/* General Single Post Template */

.single-post-title {
	margin-bottom: 4rem;
}

.single-post-title h1 {
	font-size: 2.2rem;
	margin: 0 0 1rem;
}

.single-post-title h2 {
	font-size: 1.4rem;
	margin: 0;
}

/* Single County Parties Page */

#countysinglecontent {
	margin-top: 2rem;
}

.countyimage {
	width: 30%;
	max-width: 400px;
	float: right;
	margin-left: 20px;
	display: block;
}

.countyimage.full-map {
	float: none;
	margin-left: auto;
	margin: 3rem auto 0;
	width: 400px;
}

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

.countycontact p {
	font-size: 1.2rem;
	line-height: 2;
	margin: 0 0 0.5rem;
}

.county-party-select {
	background: var(--lightgrey);
	padding: 3rem;
}

.countyfieldtitle {
	font-weight: 700;
}

.countycontact .button {
	margin-top: 2rem;
}

/* Resources Footer Section */

.resources-footer {
	background: var(--goldenrod);
	padding: 4rem 0;
}

.resources-footer .wrap {
	padding: 0 4rem;
	max-width: none;
	width: 100%;
}

.resources-footer h3 {
	color: var(--navy);
	font-size: 2.4rem;
}

.icon-resources {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-gap: 2rem;
}

.single-icon-resource {
	background-color: rgba(255,255,255,0.4);
	border-radius: 25px;
	padding: 2rem 1rem;
	text-align: center;
	text-decoration: none;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.single-icon-resource img {
	width: 50%;
	margin: 0 auto 2rem;
}

.single-icon-resource p {
	color: var(--navy);
	font-size: 1.5rem;
	font-weight: 600;
	text-decoration: none;
}

a.single-icon-resource:hover,
a.single-icon-resource:focus {
	background-color: rgba(255,255,255,0.8);
	text-decoration: none;
}

.add-resources {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 2rem;
}

.resources-footer h4 {
	font-weight: 500;
	font-size: 1.6rem;
}

.single-add-resource {
	text-decoration: none;
	color: var(--navy);
	font-weight: 600;
	padding: 1rem 2rem;
	background-color: rgba(255,255,255,0.4);
	border-radius: 15px;
	font-size: 1.4rem;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.single-add-resource:hover,
.single-add-resource:focus {
	background-color: rgba(255,255,255,0.8);
}

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

/* Headshot Dashboard */

.flag-headline {
	width: 100%;
	position: relative;
	text-align: center;
}

.flag-headline::before,
.flag-headline::after {
	content: '';
	position: absolute;
	box-sizing: border-box;
	width: 100%;
	height: 50%;
	left: 0;
	top: 0;
	border-bottom: solid var(--goldenrod) 3px;
	z-index: 1;
}

.flag-headline::after {
	top: 4px;
}

.flag-headline h3 {
	display: inline-block;
	background: var(--goldenrod);
	color: white;
	padding: 0.6rem 1.2rem;
	position: relative;
	z-index: 100;
}

.headshot-grid {
	display: flex;
	justify-content: center;
	gap: 1rem;
	margin: 2rem auto;
	grid-gap: 2rem;
}

.single-headshot-grid {
	flex: 0 0 25%;
}

.single-headshot-grid .headshot {
	padding-bottom: 125%;
	background-size: cover;
	background-position: 50% 50%;
}

.single-headshot-grid h3 {
	font-size: 1.6rem;
	margin: 1rem 0 0.5rem;
	color: var(--navy);
}

.single-headshot-grid p {
	font-size: 1.1rem;
	margin: 0;
	color: var(--lightblue);
}

/* Names-Only Dashboard */

.names-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 1rem;
	margin: 2rem auto 4rem;
}

.single-names-grid {
	margin-bottom: 1.5rem;
}

.single-names-grid h4 {
	font-size: 1.4rem;
	color: var(--navy);
}

span.lightblue {
	color: var(--lightblue);
}

span.light {
	font-weight: 400;
}

span.goldenrod {
	color: var(--goldenrod);
}

/* Names-Only (Emails) Dashboard */

h4.email-link,
.contact-dashboard .names-grid h4 {
	position: relative;
	display: inline-block;
	width: auto;
	margin-bottom: 0.5rem;
}

h4.email-link::after {
	content: '';
	position: absolute;
	width: 30px;
	height: 30px;
	right: -50px;
	top: 50%;
	transform: translatey(-50%);
	background-image: url(/wp-content/uploads/2023/09/email-icon.png);
	background-size: contain;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

/* Featured Items Dashboard */

.feature-dashboard {
	display: flex;
	justify-content: center;
	gap: 2rem;
}

.feature-dashboard a {
	display: flex;
	color: var(--navy);
	flex: 0 0 33.333333333333333333333%;
}

.single-feature-block {
	background: var(--goldenrod);
	width: 100%;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.single-feature-block .feature-block-image {
	padding-bottom: 75%;
	background-size: cover;
	background-position: 50% 50%;
}

.feature-block-content h4 {
	font-size: 1.6rem;
	margin-bottom: 1rem;
}

.feature-block-content p {
	font-size: 1.2rem;
}

.feature-block-content {
	box-sizing: border-box;
	padding: 2rem;
}

.feature-block-content h4,
.feature-block-content p {
	color: var(--navy);
}

/* Color Classes */

.single-feature-block.white {
	background: white;
	-webkit-box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.25);
}

.single-feature-block.navy {
	background: var(--navy);
}

.single-feature-block.navy .feature-block-content h4,
.single-feature-block.navy .feature-block-content p {
	color: white;
}

.single-feature-block.goldenrod {
	background: var(--goldenrod);
}

.single-feature-block.lightblue {
	background: var(--lightblue);
}

.single-feature-block.navy .feature-block-content h4,
.single-feature-block.navy .feature-block-content p {
	color: white;
}

.single-feature-block.purple {
	background: var(--purple);
}

.single-feature-block.navy .feature-block-content h4,
.single-feature-block.navy .feature-block-content p {
	color: white;
}

.single-feature-block.grey {
	background: var(--primarygrey);
}

.single-feature-block.navy .feature-block-content h4,
.single-feature-block.navy .feature-block-content p {
	color: white;
}

/* Branded Buttons Block */

.branded-buttons {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	margin: 2rem auto;
	gap: 0.5rem;
}

.branded-buttons .button {
	display: block;
	box-sizing: border-box;
	border-radius: 5px;
	margin: 0;
	text-decoration: none;
	font-size: 1.2rem;
	text-align: center;
}

/* column classes */

.branded-buttons.columns-1 .button {
	flex: 0 0 100%;
}

.branded-buttons.columns-2 .button {
	flex: 0 0 calc(50% - 0.25rem);
}

.branded-buttons.columns-3 .button {
	flex: 0 0 calc(33.3333333333333% - 0.33333333333333333rem);
}

.branded-buttons.columns-4 .button {
	flex: 0 0 calc(25% - 0.375rem);
}

.branded-buttons.columns-5 .button {
	flex: 0 0 calc(20% - 0.4rem);
}

.branded-buttons.columns-6 .button {
	flex: 0 0 calc(16.66666666666666666666% - 0.41666666666666666666rem);
}

/* color classes */

.branded-buttons .button.navy {
	background-color: var(--navy);
	color: var(--goldenrod);
	border-color: var(--navy);
}

.branded-buttons .button.navy:hover,
.branded-buttons .button.navy:focus {
	background: transparent;
	color: var(--navy);
}

.branded-buttons .button.goldenrod {
	background-color: var(--goldenrod);
	color: var(--navy);
	border-color: var(--goldenrod);
}

.branded-buttons .button.goldenrod:hover,
.branded-buttons .button.goldenrod:focus {
	background: transparent;
	color: var(--goldenrod);
}

.branded-buttons .button.purple {
	background-color: var(--purple);
	color: white;
	border-color: var(--purple);
}

.branded-buttons .button.purple:hover,
.branded-buttons .button.purple:focus {
	background: transparent;
	color: var(--purple);
}

.branded-buttons .button.lightblue {
	background-color: var(--lightblue);
	color: white;
	border-color: var(--lightblue);
}

.branded-buttons .button.lightblue:hover,
.branded-buttons .button.lightblue:focus {
	background: transparent;
	color: var(--lightblue);
}

.branded-buttons .button.primarygrey {
	background-color: var(--primarygrey);
	color: var(--navy);
	border-color: var(--primarygrey);
}

.branded-buttons .button.primarygrey:hover,
.branded-buttons .button.primarygrey:focus {
	background: transparent;
	color: var(--primarygrey);
}

/* Staff Block */

.staff {
	width: 100%;
	display: grid;
	background: #f0f0f0;
	grid-template-columns: minmax(250px, 20vw) 1fr;
	padding: 3rem;
	grid-gap: 3rem;
	margin: 2rem 0;
	border-top: solid 6px var(--purple);
}

.staff .staff-info .staff-headshot {
	width: 100%;
	padding-bottom: 120%;
	background-size: cover;
	background-position: 50% 50%;
}

.staff .staff-info h3 {
	font-size: 1.4rem;
	margin: 1rem 0 0.5rem;
	text-transform: uppercase;
	line-height: 1;
}

.staff .staff-info h4 {
	font-size: 1rem;
	color: var(--grey);
	margin: 0;
	text-transform: uppercase;
}

/* Caucuses Block */

.caucuses {
	display: block;
	margin: 0;
}

.single-caucus {
	display: grid;
	grid-template-columns: 350px 1fr;
	background: white;
	margin-bottom: 4rem;
	-webkit-box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.25);
}

.single-caucus:last-child {
	margin-bottom: 0;
}

.caucus-logo-outer {
	position: relative;
}

.caucus-logo {
	background-size: contain;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	position: absolute;
	width: calc(100% - 3rem);
	height: calc(100% - 3rem);
	top: 1.5rem;
	left: 1.5rem;
}

.caucus-content {
	background: #eee;
	padding: 0;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.caucus-content-inner {
	padding: 3rem;
}

.caucus-link-bar {
	background: var(--purple);
	padding: 1rem;
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 2rem;
}

.caucus-link-bar h4 {
	color: var(--goldenrod);
	font-weight: 400;
	font-size: 1.5rem;
}

.caucus-link-bar h4,
.caucus-link-bar p {
	margin: 0;
}

.caucus-link-bar p a {
	color: white;
	font-weight: 600;
}

.caucus-link-bar p a:hover,
.caucus-link-bar p a:focus {
	text-decoration-color: white;
}

.caucus-link-bar a.caucus-svg {
	width: 30px;
}

.caucus-link-bar a svg path {
	fill: white;
	transition: all 200ms ease;
}

.caucus-link-bar a:hover svg path {
	fill: var(--goldenrod);
}

/* Dropdown Content Block */

.dropdown-content {
	width: 100%;
	display: block;
	margin: 2rem auto;
}

.dropdown {
	margin-bottom: 2rem;
}

.dropdown-header {
	width: 100%;
	display: grid;
	grid-template-columns: 1fr auto;
	cursor: pointer;
	background: white;
	padding: 1rem;
	position: relative;
	align-items: center;
	border-top: solid var(--goldenrod) 5px;
}

.dropdown-header h4 {
	color: var(--navy);
}

.dropdown-header::after {
	content: '\f345';
	font-family: dashicons;
	color: var(--navy);
	font-size: 2rem;
	line-height: 0;
	transition: transform 300ms ease;
}

.dropdown-inner {
	background: white;
	padding: 0 2rem 2rem;
	display: none;
}

.dropdown.active .dropdown-header::after {
	transform: rotatez(-90deg);
}

/* Icon Links Block */

.icon-links {
	width: 100%;
	margin: 2rem auto;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-gap: 1.5rem;
}

.single-icon-link {
	text-decoration: none;
	box-sizing: border-box;
	padding: 2rem;
	background: var(--navy);
	border-radius: 20px;
	text-align: center;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.single-icon-link img {
	width: 60%;
	margin: 0 auto 2rem;
}

.single-icon-link p {
	font-size: 1.6rem;
	font-weight: 700;
	color: white;
}

.single-icon-link:hover,
.single-icon-link:focus {
	background: var(--purple);
}

/* Large Image Links */

.large-image-links {
	display: grid;
	width: 100%;
	margin: 4rem auto;
	grid-template-columns: 1fr 1fr;
	grid-gap: 2rem;
}

.single-large-image-link {
	background: white;
	padding: 2rem;
	border-radius: 25px;
	-webkit-box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.25);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.single-large-image-link:hover,
.single-large-image-link:focus {
	-webkit-box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.5);
}

.single-large-image-link img {
	width: 100%;
}

/* Urgent Message Banner */

.homebanner {
	position: fixed;
	width: 100%;
	display: none;
	margin: 0;
	top: 0;
	left: 0;
	height: 50px;
	background-color: var(--goldenrod);
	color: #fff;
	text-align: center;
	box-sizing: border-box;
	padding: 8px;
	z-index: 9999;
}

.bannervisible .homebanner {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 2rem;
}

.homebanner p {
	color: var(--navy);
	font-size: 1rem;
	font-weight: 500;
	margin: 0;
	width: auto;
	display: inline-block;
}

.homebanner a {
	width: auto;
	display: inline-block;
	margin: 0 10px;
	color: var(--navy);
	padding: 5px 8px;
	border: solid var(--navy) 2px;
	font-size: 1rem;
	font-weight: 600;
	text-decoration: none;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.homebanner a:hover {
	background-color: var(--navy);
	color: white;
}

.bannervisible .site-header,
.bannervisible .featurenav, 
.bannervisible .navtoggle,
.bannervisible .site-inner {
	transform: translatey(50px);
}

.bannerX {
	position: absolute;
	display: block;
	top: 50%;
	right: 20px;
	width: 20px;
	height: 20px;
	cursor: pointer;
	transform: translatey(-50%);
}

.bannerX::before {
	font-family: dashicons;
	content: '\f153';
	color: var(--navy);
	font-size: 1.2rem;
	width: 100%;
	height: 100%;
	position: absolute;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.bannerX:hover::before {
	color: white;
}

/* Media Queries
---------------------------------------------------------------------------- */
@media only screen and (max-width: 1280px) {
	.wrap {
		max-width: 1140px;
	}
}

@media only screen and (max-width: 1200px) {
	.wrap {
		max-width: 1000px;
	}
	.site-header .widget-area {
		width: 580px;
	}
	.site-inner {
		margin-top: 73px;
	}
	.content {
	}
	.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;
	}
	.front-page-1 .image-section {
		padding-top: 75px;
	}
	.home-donate {
		margin-top: -7rem;
	}
	.feature-dashboard {
		max-width: 95%;
		margin: 0 auto 2rem;
	}
	.single-headshot-grid {
		flex-basis: 26%;
	}
}

@media only screen and (max-width: 1023px) {
	.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 {
		border: none;
    	display: flex;
    	flex-direction: column;
	}
	.content,
	.sidebar,
	.site-header .widget-area,
	.title-area {
		width: 100%;
	}
	.site-header .title-area,
	.site-header.dark .title-area {
		padding: 15px 0;
	}
	.genesis-nav-menu,
	.site-header .widget-area,
	.site-title {
		text-align: center;
	}
	.header-image .site-title > a {
		background-position: center !important;
	}
	.genesis-nav-menu {
		align-items: center;
		justify-content: center;
	}
	.nav-primary .genesis-nav-menu {
		float: none;
	}
	.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: 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 {
		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;
	}
	.home-donate {
		margin-top: -5rem;
	}
	.single-home-feature {
		height: 100%;
	}
	.donate-bar {
		grid-template-columns: 1fr 1fr;
	}
	.footer-columns {
		grid-gap: 10%;
	}
	.site-header .wrap {
		display: flex;
		flex-direction: column;
	}
	.single-caucus {
		grid-template-columns: 1fr;
	}
	.caucus-logo-outer {
		padding-bottom: 35%;
	}
	.feature-dashboard {
		flex-wrap: wrap;
	}
	.feature-dashboard a {
		min-width: 400px;
	}
}

@media only screen and (max-width: 900px) {
	.home-donate {
		margin-top: -2rem;
	}
	.icon-resources {
		grid-template-columns: 1fr 1fr;
	}
}

@media only screen and (max-width: 800px) {
	.wrap {
		max-width: none;
		width: 100%;
	}
	.wrap,
	.content-sidebar-wrap > .content > .wrap {
		padding: 0 5%;
	}
	.front-page .site-inner {
		padding: 0;
	}
	/* Genesis Responsive Menus */
	nav.nav-primary {
		top: 0;
	}
	.site-header nav .wrap {
		padding: 0;
	}
	nav.genesis-responsive-menu {
		display: none;
		position: absolute;
		top: 90px;
		background: var(--navy);
		width: 100%;
		z-index: 9999;
	}
	.genesis-skip-link .skip-link-hidden {
		display: none;
		visibility: hidden;
	}
	.menu-toggle,
	.sub-menu-toggle {
		border-width: 0;
		background: var(--navy);
		color: white;
		display: block;
		margin: 0 auto;
		overflow: hidden;
		text-align: center;
		visibility: visible;
		padding: 0.5rem;
		border-radius: 0;
	}
	.menu-toggle.dashicons-menu:before {
		font-size: 3rem;
		width: 3rem;
		height: 3rem;
		margin: 0;
	}
	.menu-toggle:focus,
	.menu-toggle:hover,
	.sub-menu-toggle:focus,
	.sub-menu-toggle:hover {
		background-color: var(--navy);
		color: white;
		border-width: 0;
	}
	.menu-toggle:focus,
	.sub-menu-toggle:focus {
		outline: 1px solid #ccc;
		outline-offset: -1px;
	}
	.menu-toggle {
		line-height: 20px;
		margin-bottom: 0;
		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: 0;
		position: absolute;
		right: 0;
		top: 12px;
		z-index: 100;
		background: transparent;
		color: white;
	}
	.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;
		color: white;
		font-size: 1.2rem;
		border-bottom: 0;
	}
	.genesis-responsive-menu .genesis-nav-menu {
		display: flex;
		height: calc(100vh - 90px);
		flex-direction: column;
		justify-content: center;
	}
	.genesis-responsive-menu .genesis-nav-menu .menu-item a {
		outline-color: #fff;
		margin: 0;
	}
	.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;
		padding: 0 25px;
	}
	.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;
		width: 100%;
	}
	.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 .sub-menu {
		margin: 0;
	}
	.site-header .wrap::before {
		display: none;
	}
	.featured-section .site-header {
	}
	.donate-mobile {
		display: inline-block;
		border-radius: 0;
		width: 15.8%;
	}
	.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;
	}
	.landing {
		margin: 8rem auto;
	}
	.landing h2 {
		margin-top: 2rem;
	}
	.home-donate {
		padding: 1.5rem;
	}
	.home-donate h3 {
		margin-bottom: .5rem;
	}
	.feature-row.columns-2 {
		grid-template-columns: 1fr;
	}
	.footer-columns {
		display: flex;
    	flex-wrap: wrap;
    	row-gap: 2rem;
		margin: 2rem auto;
		justify-content: space-around;
	}
	.button-column {
		flex-direction: row;
		justify-content: center;
		margin: 0 auto;
		width: 100%;
		gap: 1rem;
	}
	.button-column a {
		font-size: 1rem;
		width: 33%;
	}
	.footer-navigation a,
	.quick-links a {
		font-size: 1rem;
	}
	.quick-links {
		max-width: 150px;
	}
	.address img {
		width: 250px;
		margin: 0 auto 1rem;
	}
	.address p {
		font-size: .8rem;
		margin: 0 0 1rem;
	}
	.disclaimer p {
		font-size: .6rem;
		margin: 1rem auto 0;
	}
	.feature-dashboard {
		flex-wrap: wrap;
	}
	.titlebar h1 {
		text-align: center;
	}
	.names-grid {
		grid-template-columns: 1fr;
		justify-items: center;
	}
	.single-names-grid {
		text-align: center;
		max-width: 400px;
	}
	.staff {
		grid-template-columns: 1fr;
		max-width: 95%;
		margin: 0 auto;
	}
	.titlebar {
		margin: 0 0 2rem;
	}
	.branded-buttons.columns-3 .button {
		flex: initial;
	}
	#countysinglecontent {
		margin-bottom: 2rem;
		display: flex;
		flex-direction: column-reverse;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
	}
	.countyimage {
		margin-left: 0;
	}
	.countycontact {
		text-align: center;
		margin-bottom: 2rem;
	}
	.caucus-logo-outer {
		padding-bottom: 45%;
	}
	.caucuses {
		margin-bottom: 2rem;
	}
	.subpage-spacer {
		margin-bottom: 2rem;
	}
	.prev-next-posts {
		margin-bottom: 2rem;
	}
	.icon-links {
		grid-template-columns: 1fr 1fr;
	}
	.button.mobile-donate {
		display: block;
		margin: 0;
		border-radius: 0;
		font-size: 1.2rem;
	}
	.site-header > .wrap {
		display: flex;
		flex-direction: row;
    	max-width: none;
    	width: 100%;
		flex-wrap: nowrap;
		padding: 0;
	}
	.site-header .title-area {
		margin: 0 5%;
	}
	.header-widget-area {
		display: flex;
		justify-content: flex-end;
	}
	.header-widget-area .button {
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
}

@media only screen and (max-width: 700px) {
	.landing img {
		width: 500px;
	}
	.landing h2 {
		font-size: 2.8rem;
	}
	.landing h3 {
		font-size: 1.4rem;
	} 
	.two-col-pre-footer {
		grid-template-columns: 1fr;
	}
	.feature-dashboard {
		display: grid;
	}
	.feature-dashboard a {
		max-width: 400px;
		margin: 0 auto;
	}
	.button-column .button {
		font-size: .8rem;
	}
	.caucus-logo-outer {
		padding: 2rem;
	}
	.caucus-logo {
		padding-bottom: 40%;
		position: initial;
		width: initial;
		height: initial;
	}
	.caucus-link-bar h4, 
	.caucus-link-bar p {
		font-size: 1rem;
	}
	.caucus-link-bar a.caucus-svg {
		width: 20px;
	}
	.caucus-link-bar {
		gap: 1.5rem;
	}
	.at-inner {
    	display: flex;
    	flex-direction: column;
    	justify-content: center;
	}
	.at-form-submit {
		margin: 0 auto;
	}
	.at-form-submit .at-submit {
		margin: 0 !important;
	}
	.wp-block-gallery.has-nested-images figure.wp-block-image {
		min-width: 300px;
	}
}

@media only screen and (max-width: 600px) {
	.landing img {
		width: 300px;
		margin-bottom: 0;
	}
	.landing h2 {
		font-size: 1.8rem;
		margin-top: 1.2rem;
	}
	.landing h3 {
		margin-top: 2rem;
	}
	.headshot-grid {
		display: grid;
		max-width: 225px;
	}
	.button-column a {
		font-size: 1rem;
		width: 100%;
	}
}

@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;
	}
	.landing h3 {
		font-size: 1rem;
	}
	.landing h2 {
		margin-top: .7rem;
		margin-bottom: 0;
	}
	.landing h3 {
		margin-top: 1.5rem;
	}
	.donate-bar a {
		font-size: 1rem;
		padding: .75rem 1rem;
	}
	.single-home-feature h3 {
		font-size: 2rem;
	}
	.single-home-feature p {
		font-size: 1rem;
	}
	ul.menu-footer-nav {
		text-align: center;
	}
	.quick-links {
		text-align: center;
	}
	.icon-resources {
		grid-template-columns: 1fr;
	}
	.single-names-grid h4 {
		font-size: 1.1rem;
	}
	.button-column {
		flex-wrap: wrap;
		flex-direction: column;
		align-items: center;
	}
	.home-feature-inner {
		padding: 3rem;
	}
	.countyimage.full-map {
		margin: 3rem auto;
		max-width: 95%;
	}
	.caucus-link-bar {
		gap: .7rem;
	}
	.caucus-link-bar a.caucus-svg {
		width: 15px;
	}
	.caucus-link-bar h4,
	.caucus-link-bar p {
		font-size: .8rem;
	}
	.feature-dashboard a {
		min-width: initial;
		max-width: 95%;
	}
	.single-news-item h4,
	.single-news-item a {
		font-size: 1rem;
	}
	.single-news-item h3 {
		font-size: 1.5rem;
	}
	.icon-links {
		grid-template-columns: 1fr;
		max-width: 300px;
	}
	.large-image-links {
		grid-template-columns: 1fr;
		max-width: 300px;
	}
}
