/*
Theme Name: Avenidas 2020
Theme URI: https://www.wpfangirl.com/
Description: This is the Avenidas 2020 theme, based on Genesis Sample.
Author: WP Fangirl
Author URI: https://www.wpfangirl.com/

Version:20250430.0

Tags: accessibility-ready, block-styles, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, left-sidebar, one-column, right-sidebar, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, two-columns, wide-blocks

Template: genesis

License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Text Domain: avenidas-2020
*/


/* Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- CSS Root Variables
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Container
	- Site Inner
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Genesis Simple FAQ
	- WPForms
- Skip Links
- Site Header
	- Title Area
- Site Navigation
	- Responsive Menu
	- Header Menu
	- Footer Menu
- Header Search
- Content Area
	- Entry Header
	- Entry Content
	- Entry Meta
	- Pagination
	- Entry Comments
- Archives
- Custom Post Types
- Sidebar
- Before Footer
- Footer Widgets
- Site Footer
- Media Queries
	- Min-width: 960px
		- Site Header
		- Genesis Menu
		- Responsive Menu
		- Header Menu
		- Site Inner
		- Content
		- Sidebar
		- Author Box
		- After Entry
		- Column Classes
		- Entry Misc.
		- Footer Widgets
- Print Styles
*/


/* HTML5 Reset
---------------------------------------------------------------------------- */

/* 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:bold}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 {
	box-sizing: border-box;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}

/* Float Clearing
--------------------------------------------- */

.author-box::before,
.clearfix::before,
.entry::before,
.entry-content::before,
.footer-widgets::before,
.nav-primary::before,
.nav-secondary::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,
.footer-widgets::after,
.nav-primary::after,
.nav-secondary::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
---------------------------------------------------------------------------- */

/* CSS Root Variables
-------------------------------------------- */
:root {
	--thunder: #231F20; /* Thunder */
	--lighter-gray: #F8F7F6; /* Pampas */
	--light-gray: #E1DEDB; /* Westar */
	--warm-gray: #b4ada5; /* Warm Gray (Cloudy) */
	--dark-gray: #5A5753; /* Chicago */
	--visited: #975691; /* Strikemaster */
	--link-alt:  #E3D8F2; /* Lilac */
	--orange: #fea30b;  /* Avenidas Orange  */
	--a11y-orange: #d38000; /* Accessible Orange */
	--pale-orange: #FFE1B7; /* Avenidas Orange at 30% */
	--purple: #753CBE; /* Avenidas Purple */
	--p99: #f3eefa; /* Purple 99% lighter */
	--yellow:  #fec526; /* Secondary Yellow */
	--rkc: #e55204; /* Orange */
	--wellness: #00aa3e;     /* Green */
	--care-partners: #00a793;  /* Teal */
	--blue: #18a0c7; /* Tertiary Blue */
	--social-work: #9d5a18;    /* Brown */
	--learning: #de3daf;   /* Cerise */
	--green: #66a300; /* Quaternary Green */
	--village: #7f2345; /* Maroon */
	--legacy: #003a5d; /* Navy */
	--chinese: #e1261c; /* Red */
	--tech: #0071ce; /* Blue */
	--cafe: #006838; /* Dark Green */
	--lgbtq: linear-gradient(
		90deg, 
		#e1261c 12%, 
		#fea30b 28%,
		#fec526 32%,
		#66a300 40%,  
		#18a0c7 56%,
		#0071ce 70%,
		#753cbe 100%
	);
	--wow: #bf5250;
	--ecm:  #753CBE;
	--light: 'AvenirLTStd-Light', system-ui, -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
	--book: 'AvenirLTStd-Book', system-ui, -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
	--italic: 'AvenirLTStd-BookOblique', system-ui, -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
	--medium: 'AvenirLTStd-Medium', system-ui, -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
	--medium-italic: 'AvenirLTStd-MediumOblique', system-ui, -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
	--heavy: 'AvenirLTStd-Heavy', system-ui, -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
	--heavy-italic: 'AvenirLTStd-Heavy', system-ui, -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
	--black: 'AvenirLTStd-Black', system-ui, -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
}
/* Typographical Elements
--------------------------------------------- */

html {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

body {
	background-color: #fff;
	color: var(--thunder);
	font-family: var(--book);
	font-size: 1.25rem;
	font-weight: normal;
	line-height: 1.625;
	margin: 0;
	overflow-x: hidden;
}

button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	transition: all 0.2s ease-in-out;
}

a {
	color: var(--purple);
	text-decoration: underline;
	transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

a:focus,
a:hover {
	color: var(--thunder);
	text-decoration: none;
}

/* .entry-content a:not(.button):not(.entry-title-link):not(.wp-block-button__link):visited {
	color: var(--visited);
} */

.has-white-color a,
.has-white-color a:visited {
	color: var(--link-alt);
}

.has-white-color a:active,
.has-white-color a:focus,
.has-white-color a:hover {
	color: var(--pale-orange);
}

p {
	font-size: 1.25rem;
	margin: 0 0 1.875rem;
	padding: 0;
}

.compact {
	line-height: 1.3;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

hr {
	border: none;
	border-collapse: collapse;
	background-color: currentColor;
	clear: both;
	color: var(--orange);
	height: 1px;
	margin: 1.65em auto;
	max-width: 90%;
}

b,
strong {
	font-family: var(--heavy);
}

blockquote,
cite,
em,
i {
	font-family: var(--italic);
}

b + i,
strong + i,
b + em,
strong + em
i + b,
i + strong,
em + strong,
em + b {
	font-family: var(--heavy-italic);
}

mark {
	background: var(--light-gray);
	color: var(--thunder);
}

blockquote {
	margin: 1.875rem;
	color: var(--dark-gray);
}

/* Headings
--------------------------------------------- */

h1,
h2 {
	font-family: var(--light);
	font-weight: normal;
	line-height: 1.2;
	margin: 0 0 1.25rem;
}

h3,
h4 {
	font-family: var(--medium);
	line-height: 1.2;
	margin: 0 0 1.25rem;
}

h5,
h6 {
	color: var(--dark-gray);
	font-family: var(--heavy);
	font-weight: normal;
	line-height: 1.2;
	margin: 0 0 1.25rem;
}

h1 {
	font-size: 2.25rem;
}

h2 {
	font-size: 2rem;
}

h3 {
	font-size: 1.6875rem;
}

h4 {
	font-size: 1.5rem;
}

.entry-content h4 {
	margin-top: 1.5rem;
}

h5 {
	font-size: 1.3125rem;
}

h6 {
	font-size: 1.0625rem;
	text-transform: uppercase;
}

.black {
	font-family: var(--thunder);
	font-weight: normal;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	display: block;
	max-width: 100%;
}

img {
	height: auto;
	vertical-align: top;
}

figure {
	margin: 0;
	display: table;
	table-layout: fixed;
}

/* Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery img {
	border: 1px solid var(--light-gray);
	height: auto;
	padding: 4px;
}

.gallery img:focus,
.gallery img:hover {
	border: 1px solid var(--dark-gray);
	outline: none;
}

.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-item {
	float: left;
	margin: 0 0 1.875rem;
	text-align: center;
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid var(--warm-gray);
	color: var(--thunder);
	font-size: 1.125rem;
	font-weight: 400;
	padding: 0.9375rem;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid var(--warm-gray);
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-ms-input-placeholder {
	color: var(--thunder);
	opacity: 1;
}

:-ms-input-placeholder {
	color: var(--thunder);
	opacity: 1;
}

::placeholder {
	color: var(--thunder);
	opacity: 1;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form button[type="submit"],
.button {
	background-color: var(--purple);
	border: 0;
	border-radius: 2px;
	color: #fff;
	cursor: pointer;
	font-size: 1.1875rem;
	font-family: var(--medium);
	font-weight: normal;
	line-height: 1.5rem;
	padding: 0.9375rem 1.875rem;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: .25px .25px .25px var(--dark-gray);
	white-space: normal;
	width: auto;
	margin-bottom: 1.875rem;
}

.button.register-link {
	background-color: var(--learning);
	border: 2px solid var(--learning);
}

button:focus,
button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"]:focus,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"]:hover,
.site-container div.wpforms-container-full .wpforms-form button[type="submit"]:focus,
.site-container div.wpforms-container-full .wpforms-form button[type="submit"]:hover,
.button:focus,
.button:hover {
	background-color: var(--a11y-orange);
	border-width: 0;
	color: #fff;
}

.entry-content .button:focus,
.entry-content .button:hover {
	color: #fff;
}

.entry-content .button.register-link:hover {
	color: var(--learning);
	background-color: #fff;
	border-width: 2px;
}

.button {
	display: inline-block;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
	background-color: var(--light-gray);
	border-width: 0;
	color: var(--dark-gray);
	cursor: not-allowed;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 2.5rem;
	padding-bottom: 1.25rem;
	width: 100%;
	word-break: break-all;
}

td,
th {
	line-height: 2;
	padding: 0.5em;
	text-align: left;
	vertical-align: top;
}

tbody > tr {
	border-top: 1px solid var(--light-gray);
	border-collapse: collapse;
}

tbody > tr:first-of-type {
	border-top: none;
}

thead {
	font-family: var(--heavy);
	font-weight: normal;
	border-bottom: 1px solid var(--warm-gray);
	border-collapse: separate;
}

tbody {
	border-bottom: 1px solid var(--warm-gray);
	border-collapse: collapse;
}

tfoot {
	border-top: 1px solid var(--warm-gray);
	font-family: var(--heavy);
}

/* 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;
}

.screen-reader-text:focus,
.screen-reader-shortcut: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: var(--thunder);
	display: block;
	font-size: 1em;
	font-weight: 700;
	height: auto;
	padding: 0.9375rem 1.4375rem 0.875rem;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.more-link {
	font-family: var(--heavy);
	display: block;
	position: relative;
	margin-bottom: 1.875rem;
}


/* Structure and Layout
---------------------------------------------------------------------------- */

/* Site Container
--------------------------------------------- */

.site-container {
	animation: fadein 1s;
	word-wrap: break-word;
}

@keyframes fadein {

	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}

}

/* Site Inner
--------------------------------------------- */

.site-inner {
	clear: both;
	margin: 0 auto;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.site-inner::before,
.site-inner::after {
	content: '';
	display: block;
	margin-left: calc(-100vw / 2 + 100% / 2);
	margin-right: calc(-100vw / 2 + 100% / 2);
	height: 20px;
	max-width: 100vw;
	background: linear-gradient(
		90deg, 
		#fea30b 25%, 
		#66a300 25%, 
		#66a300 50%, 
		#753cbe 50%, 
		#753cbe 75%, 
		#18a0c7 75%, 
		#18a0c7 100%
	);
}

.site-inner::before {
	margin-bottom: 0;
	border-bottom: 4px solid #fff;
}

.site-inner::after {
	border-top: 4px solid #fff;
	border-bottom: 4px solid #fff;
}

.block-area-sitewide-banner {
	margin-left: calc(-100vw / 2 + 100% / 2);
	margin-right: calc(-100vw / 2 + 100% / 2);
	max-width: 100vw;
}

.block-area.block-area-sitewide-banner {
	border-bottom: 4px solid #fff;
}

/* Common Classes
---------------------------------------------------------------------------- */

/* Avatar
--------------------------------------------- */

.avatar {
	border-radius: 50%;
	float: left;
}

.author-box .avatar,
.alignleft .avatar {
	margin-right: 1.25rem;
}

.alignright .avatar {
	margin-left: 1.25rem;
}

.comment .avatar {
	margin: 0 0.9375rem 1.25rem 0;
}

/* Genesis
--------------------------------------------- */

.after-entry,
.archive-description,
.author-box {
	margin-bottom: 2.5rem;
}

.after-entry {
	box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.05);
	padding: 1.25rem 1.875rem;
}

.after-entry .widget:last-of-type {
	margin-bottom: 0;
}

.breadcrumb {
	border-bottom: 1px solid var(--light-gray);
	font-size: 1.0625rem;
	margin-top: 2.5rem;
	margin-bottom: 2.5rem;
	padding-bottom: 0.625rem;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.entry-content .search-form {
	margin-bottom: 2.5rem;
	width: 50%;
}

.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	margin-top: 0.625rem;
}

.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* Titles
--------------------------------------------- */

.title-icon {
	line-height: 1.2;
	font-size: 1em;
	height: 1em;
	width: auto;
}

.archive-description .entry-title,
.archive-title,
.author-box-title {
	font-family: var(--light);
	font-weight: normal;
	margin-bottom: 0.625rem;
}

.entry-title {
	margin-bottom: 0.625rem;
}

h2.entry-title,
h3.entry-title {
	font-size: 2rem;
}

.entry-title a,
.sidebar .widget-title a {
	color: var(--thunder);
	text-decoration: none;
}

.entry-title a:focus,
.entry-title a:hover {
	color: var(--purple);
	text-decoration: underline;
}

.widget-title {
	font-size: 1.25rem;
	font-family: var(--heavy);
	font-weight: normal;
	margin-bottom: 1.25rem;
}

/* WordPress
--------------------------------------------- */

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
img.aligncenter {
	display: block;
	margin: 0 auto 1.875rem;
	max-width: 80%;
}

img.alignnone,
.alignnone,
.singular-image,
.archive-image {
	margin-bottom: 1em;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 1.25rem 1.25rem 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 1.25rem 1.25rem;
}

figcaption,
.gallery-caption,
.wp-caption-text {
	color: var(--dark-gray);
	font-size: 1rem;
	font-family: var(--medium-italic);
	font-style: normal;
	font-weight:normal;
	margin-top: 0.5em;
	margin-bottom: 1.875rem;
	padding-left: 0.625rem;
	padding-right: 0.625rem;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 1.875rem;
}

.link-to-pdf img {
	box-shadow: 2px 2px 5px rgba(53, 53, 47, 0.2);
}

.has-box-shadow {
	box-shadow: 2px 2px 5px rgba(53, 53, 47, 0.2);
}

/* Widgets
---------------------------------------------------------------------------- */

.widget {
	margin-bottom: 2.5rem;
}

.widget p:last-child,
.widget ul > li:last-of-type {
	margin-bottom: 0;
}

.widget ul > li {
	margin-bottom: 0.625rem;
}

.widget ul > li:last-of-type {
	padding-bottom: 0;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 1.25rem;
	text-indent: -1.25rem;
}

.widget li li {
	border: 0;
	margin: 0 0 0 1.875rem;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* Featured Content
--------------------------------------------- */

.featured-content .entry {
	border-bottom: 1px solid var(--orange);
	margin-bottom: 1.25rem;
}

.featured-content .entry:last-of-type {
	border-bottom: none;
	margin-bottom: 0;
}

.featured-content .entry-title {
	font-size: 1.25rem;
	margin-bottom: 5px;
	margin-top: 0.625rem;
}


/* Plugins
---------------------------------------------------------------------------- */



/* Genesis Simple FAQ
--------------------------------------------- */

.gs-faq__question {
	background: transparent;
	border-bottom: 1px solid var(--light-gray);
	color: var(--thunder);
	padding-left: 0;
	padding-right: 0;
}

.gs-faq__question:focus,
.gs-faq__question:hover {
	background: transparent;
	color: var(--purple);
}

.gs-faq__question::after {
	content: "\f132";
	font-family: dashicons; /* stylelint-disable-line font-family-no-missing-generic-family-keyword */
	float: right;
}

.gs-faq__question.gs-faq--expanded::after {
	content: "\f460";
}


/* Skip Links
---------------------------------------------------------------------------- */

.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link .skip-link-hidden {
	display: none;
	visibility: hidden;
}

.genesis-skip-link li {
	height: 0;
	list-style: none;
	width: 0;
}

/* Display outline on focus */
:focus {
	color: var(--thunder);
	outline: var(--warm-gray) solid 1px;
}


/* Site Header
---------------------------------------------------------------------------- */

.site-header {
	background-color: #fff;
	box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.05);
	padding: 0 1.875rem 4px;
}

.site-header > .wrap {
    position: relative;
}

/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding-bottom: 1.5625rem;
	padding-top: 1.5625rem;
}

.wp-custom-logo .title-area {
	max-width: 240px;
	padding-top: 5px;
    padding-bottom: 0;
	width: 100%;
}

.wp-custom-logo .title-area img {
	width: auto;
}

.site-title {
	font-size: 1.25rem;
	font-family: var(--medium);
	font-weight: normal;
	line-height: 1;
	margin-bottom: 0;
}

.site-title a,
.site-title a:focus,
.site-title a:hover {
	color: var(--thunder);
	text-decoration: none;
}

.site-description,
.wp-custom-logo .site-title {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}


/* Site Navigation
---------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	line-height: 1;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: block;
	float: none;
	position: relative;
}

.genesis-nav-menu a {
	color: var(--thunder);
	display: block;
	font-size: 1rem;
	font-family: var(--book);
	font-weight: normal;
	outline-offset: -1px;
	padding-bottom: 0.75rem;
	padding-top: 0.75rem;
	text-decoration: none;
}

.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: var(--purple);
	text-decoration: none;
	border-top: 2px solid var(--purple);
}

.genesis-nav-menu .sub-menu,
.genesis-nav-menu .sub-menu a {
	width: 100%;
}

.genesis-nav-menu .sub-menu {
	clear: both;
	display: none;
	left: -9999px;
	margin: 0;
	opacity: 1;
	padding-left: 0.9375rem;
	position: static;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	font-size: 0.875rem;
	position: relative;
	word-wrap: break-word;
}

.genesis-nav-menu .menu-item:focus,
.genesis-nav-menu .menu-item:hover {
	position: relative;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	display: block;
	left: auto;
	opacity: 1;
}

/* 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;
}

.genesis-responsive-menu {
	display: none;
	position: relative;
}

.genesis-responsive-menu .genesis-nav-menu .menu-item:hover > .sub-menu {
	display: none;
}

.menu-toggle,
.sub-menu-toggle {
	background-color: transparent;
	border-width: 0;
	color: var(--thunder);
	display: block;
	margin: 2px auto;
	overflow: hidden;
	text-align: center;
	visibility: visible;
}

.menu-toggle:focus,
.menu-toggle:hover,
.sub-menu-toggle:focus,
.sub-menu-toggle:hover {
	background-color: var(--p99);
	border-width: 1px;
	color: var(--purple);
}

.menu-toggle {
	line-height: 1.25;
	margin-bottom: 0.625rem;
	margin-top: 1.25rem;
	padding: 0.9375rem 5px;
	position: relative;
	z-index: 1000;
}

.menu-toggle.activated::before {
	content: "\f335";
}

.site-header .menu-toggle::before {
	display: inline-block;
	margin-right: 5px;
	position: relative;
	text-rendering: auto;
	top: 1px;
}

.sub-menu-toggle {
	float: right;
	padding: 9px 0.625rem;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 100;
}

.sub-menu .sub-menu-toggle {
	padding: 0.75rem 0.625rem;
}

.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);
}

/* Header Menu
--------------------------------------------- */

.nav-primary {
	clear: left;
	padding-bottom: 0.9375rem;
	padding-top: 0.9375rem;
	width: 100%;
}

/* External Menu (Before Footer)
--------------------------------------------- */
.before-footer .widget.widget_nav_menu {
	flex: 0 1 auto;
}

.menu-external-container .menu {
	font-size: 1.0625rem;
}

.menu-external-container .menu li {
	display: inline-block;
	margin: 0 0 1.75rem;
}

.menu-external-container .menu-item a {
	outline-offset: -1px;
	padding: 0.75rem 1.25rem;
	text-decoration: none;
	border: 2px solid transparent;
	border-radius: 2px;
	color: var(--thunder);
	text-transform: uppercase;
}

.menu-item.village-highlight a,
.menu-item.learning-highlight a,
.menu-item.volunteer-highlight a {
	outline-offset: -1px;
	padding: 0.75rem 1.25rem;
	text-decoration: none;
	border: 2px solid transparent;
	border-radius: 2px;
}

.village-highlight.menu-item a {
	font-family: var(--heavy);
	color: var(--village);
	border-color: currentColor;
}

.volunteer-highlight.menu-item a {
	font-family: var(--heavy);
	color: var(--green);
	border-color: currentColor;
}

.learning-highlight.menu-item a {
	color: var(--learning);
	border-color: currentColor;
	font-family: var(--heavy);
}

.learning-highlight.menu-item a:hover,
.learning-highlight.menu-item a:focus,
.village-highlight.menu-item a:hover,
.village-highlight.menu-item a:focus,
.volunteer-highlight.menu-item a:hover,
.volunteer-highlight.menu-item a:focus {
	background-color: var(--a11y-orange);
	border-color: var(--a11y-orange);
	color: #fff;
}

/* Footer Menu
--------------------------------------------- */

.nav-secondary {
	padding:0.5rem;
	background-color: var(--lighter-gray);
	border-bottom: 1px solid var(--light-gray);
	border-top: 1px solid var(--light-gray);
	margin: 0 0 4px 0;
}

.nav-secondary > .wrap {
	margin: 0 auto;
	max-width: 600px;
}

.nav-secondary .genesis-nav-menu {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(50px, max-content));
	column-gap: 10px;
	line-height: 1.5;
}

.nav-secondary li.menu-name {
	font-family: var(--medium);
	font-size: 1.125rem;
	padding: 4px 0;
}

.nav-secondary a {
	margin-left: 0.625rem;
	margin-right: 0.625rem;
	font-size: 1.125rem;
	padding: 4px 12px;
	background-color: #fff;
	border-radius: 2px;
	border: 2px solid transparent;
	box-shadow: 2px 2px 5px rgba(53, 53, 47, 0.2);
}

.nav-secondary a:focus,
.nav-secondary a:hover,
.nav-secondary .current-menu-item > a {
	color: var(--purple);
	text-decoration: none;
	border-top: none;
	border: 2px solid var(--purple);
}

/* Header Search
------------------------------------------------------------------------ */
.header-search-wrap {
    display: none;
}

.js .header-search-wrap {
    position: absolute;
    z-index: 1001; /* Show above the menu toggle button */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: none;
    transition: none;
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0);
}

.js .header-search-wrap .search-form,
.js .header-search-wrap input[type="search"] {
    height: 100%;
}

.search-visible .header-search-wrap {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.header-search-wrap:target {
    display: block;
    clear: both;
    position: relative;
}

.header-search-wrap input[type="search"] {
    padding: 0;
    border: 0;
}

.header-search-wrap input[type="submit"]:focus {
    right: 3.125rem;
    margin-top: 1px;
    padding: 1.25rem;
    border-radius: 3px;
}

.js .toggle-header-search.close:focus {
    outline: 0;
}

.toggle-header-search.close {
    position: absolute;
    z-index: 100;
    top: 0;
    right: 0;
    width: 1.875rem;
    height: 100%;
    padding: 0;
    color: var(--thunder);
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    transition: -webkit-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
    -webkit-transform: translate3d(-6px,0,0);
    transform: translate3d(-6px,0,0);
}

.header-search-wrap:target .toggle-header-search.close {
    -webkit-transform: none;
    transform: none;
}

.toggle-header-search .dashicons {
    font-size: 1rem;
    -webkit-transform: scale(2);
    transform: scale(2);
}

.toggle-header-search.close .dashicons {
    position: absolute;
    top: calc(50% - 5px);
    right: 0;
    -webkit-transform: scale(3);
    transform: scale(3);
}

.search-visible .nav-primary .genesis-nav-menu a.toggle-header-search {
		display: none;
	}

/* Content Area
---------------------------------------------------------------------------- */

/* Content-Sidebar Wrap
------------------------------------------- */
.genesis-singular-image-visible .content-sidebar-wrap,
.content-sidebar .content-sidebar-wrap,
.post-type-archive .content-sidebar-wrap {
	margin-top: 3rem;
}

/* Entry Header
------------------------------------------- */

.entry-header {
	margin-bottom: 2.5rem;
}

.entry-title {
	padding: 1.25rem;
}

.has-post-thumbnail > .entry-header > .entry-title {
	margin-bottom: 0;
}

.page.av_program h1.entry-title {
	display: flex;
	align-items: flex-start;
	flex-wrap: nowrap;
}

.page.av_program h1.entry-title::before {
	content: url('images/a-reversed.svg');
	display: block;
	width: 1.2em;
	height: 1.2em;
	margin-right: 0.625rem;
	flex: 0 0 1.2em;
}

.entry-header img {
	width: 100%;
	object-fit: cover;
	margin-bottom: 1.2em;
}

.entry-title a {
	color: #fff;
}

.entry-title a:focus,
.entry-title a:hover {
	text-decoration: underline;
	color: #fff;
}

.entry-title,
.av_program-450-bryant .entry-title {
	background-color: var(--purple);
	color: #fff;
}

.av_program-avenidas-blooms .entry-title,
.grid-post.avenidas-blooms .entry-title {
	background-color: var(--green);
	color: #fff;
}

.av_program-avenidas-village .entry-title,
.grid-post.avenidas-village .entry-title {
	background-color: var(--village);
	color: #fff;
}

.av_program-care-partners .entry-title,
.grid-post.care-partners .entry-title {
	background-color: var(--care-partners);
	color: #fff;
}

.av_program-chinese-community .entry-title,
.grid-post.chinese-community .entry-title {
	background-color: var(--chinese);
	color: #fff;
}

.av_program-door-to-door .entry-title,
.grid-post.door-to-door .entry-title {
	background-color: var(--blue);
	color: #fff;
}

.av_program-ecm .entry-title,
.grid-post.ecm .entry-title {
	background-color: var(--ecm);
	color: #fff;
}

.av_program-social-work-services .entry-title,
.grid-post.social-work-services .entry-title {
	background-color: var(--social-work);
	color: #fff;
}

.av_program-health-wellness .entry-title,
.grid-post.health-wellness .entry-title {
	background-color: var(--wellness);
	color: #fff;
}

.av_program-legacy-society .entry-title,
.grid-post.legacy-society .entry-title {
	background-color: var(--legacy);
	color: #fff;
}

.av_program-learning-leisure .entry-title,
.grid-post.learning-leisure .entry-title {
	background-color: var(--learning);
	color: #fff;
}

.av_program-lgbtq-seniors .entry-title,
.grid-post.lgbtq-seniors .entry-title {
	background-image: var(--lgbtq);
	color: #fff;
	font-family: var(--heavy)
}

.av_program-redwood-cafe .entry-title,
.redwood-cafe h4.entry-title {
	background-color: var(--cafe);
	color: #fff;
}

.av_program-rose-kleiner-center .entry-title,
.grid-post.rose-kleiner-center .entry-title {
	background-color: var(--rkc);
	color: #fff;
}

.av_program-tech-plus .entry-title,
.grid-post.tech-plus .entry-title {
	background-color: var(--tech);
	color: #fff;
}

.av_program-volunteer-corps .entry-title,
.grid-post.volunteer-corps .entry-title {
	background-color: var(--green);
	color: #fff;
}

.av_program-avenidas-without-walls .entry-title,
.grid-post.avenidas-without-walls .entry-title {
	background-color: var(--wow);
	color: #fff;
}

/* Post Grid Block */
.post-grid-block {
	display: grid;
	gap: 1.5rem;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	margin-top: 2rem;
	margin-bottom: 2.5rem;
}

.grid-post {
	box-shadow: 2px 2px 5px rgba(53, 53, 47, 0.2);
	background-color: #fff;
	margin-bottom: 0;
}

.grid-post .entry-header {
	margin-bottom: 1rem;
}

.grid-post .entry-header img {
	margin-bottom: 0;
}

.grid-post .entry-title {
	padding: 1rem;
}

.grid-post h4.entry-title {
	margin-top: 0;
}

.grid-post .entry-image-link img {
	width: 100%;
	object-fit: fill;
}

/* Entry Content
--------------------------------------------- */

.entry {
	margin-bottom: 2.5rem;
}

.home .entry {
	margin-bottom: 0;
}

.post-image.entry-image {
	margin-bottom: 1.25rem;
	width: 100%;
	object-fit: fill;
}

.category-announcements.entry {
	padding: 1.25rem;
	border: 8px solid var(--orange);
}

.tag-from-the-president.entry {
	background-color: var(--p99);
	padding: 1.25rem;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 1.875rem;
	padding-left: 2.5rem;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content nav ul > li {
	list-style-type: none;
}

.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: var(--lighter-gray);
}

.content .sticky {
	background-color: var(--lighter-gray);
	padding: 1.875rem;
}

/* Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 1rem;
	margin-bottom: 0;
}

.entry-header .entry-meta {
	margin-top: 1rem;
	margin-bottom: 1.25rem;
}

.entry-footer {
	border-top: 1px solid var(--light-gray);
}

.entry-footer .entry-meta {
	padding-top: 1.25rem;
}

.entry-categories,
.entry-tags,
.entry-terms {
	display: block;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

/* Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 60px 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: var(--p99);
	color: var(--thunder);
	cursor: pointer;
	display: inline-block;
	font-size: 1rem;
	font-family: var(--heavy);
	font-weight: normal;
	margin-bottom: 4px;
	padding: 0.5rem 0.75rem;
	text-decoration: none;
}

.archive-pagination li a:focus,
.archive-pagination li a:hover,
.archive-pagination li.active a {
	background-color: var(--purple);
	color: #fff;
}

/* Entry Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 2.5rem;
}

.comment-list li {
	padding: 2.5rem 0 0 1.875rem;
}

.comment-list .depth-1 {
	padding-left: 0;
}

.comment-header {
	margin-bottom: 1.875rem;
}

.comment-content {
	clear: both;
}

.comment-content ul > li {
	list-style-type: disc;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond label {
	display: block;
	margin-right: 0.75rem;
}

.comment-header p {
	margin-bottom: 0;
}

.entry-pings .reply {
	display: none;
}

.comment-form-cookies-consent label {
	display: inline;
	padding-left: 0.625rem;
}

/* Archives
---------------------------------------------------------------------------- */
.archive-description p {
	font-size: 1.5rem;
}

.archive-image img {
	width: 100%;
	max-height: 350px;
	object-fit: cover;
	object-position: center top;
}

.archive:not(.tax-av_series) .taxonomy-archive-description {
	padding: 2.5rem;
}

.taxonomy-image {
	padding-bottom: 1.25rem;
}

.taxonomy-image img {
	max-width: 300px;
}

.redwood-cafe .taxonomy-image img,
.term-redwood-cafe .taxonomy-image img {
	max-width: 400px;
}

.archive:not(.tax-av_series) .taxonomy-archive-description {
	border: 2px solid var(--orange);
}

.term-avenidas-blooms .taxonomy-archive-description {
	border: 2px solid var(--green);
}

.term-avenidas-village .taxonomy-archive-description {
	border: 2px solid var(--village);
}

.term-care-partners .taxonomy-archive-description {
	border: 2px solid var(--care-partners);
}

.term-chinese-culture .taxonomy-archive-description {
	border: 2px solid var(--chinese);
}

.term-door-to-door .taxonomy-archive-description {
	border: 2px solid var(--blue);
}

.term-social-work-services .taxonomy-archive-description {
	border: 2px solid var(--social-work);
}

.term-health-wellness .taxonomy-archive-description {
	border: 2px solid var(--wellness);
}

.term-learning-leisure .taxonomy-archive-description {
	border: 2px solid var(--learning);
}

.term-lgbtq-seniors .taxonomy-archive-description {
	border: 2px solid;
	border-image-source: var(--lgbtq);
	border-image-slice: 1;
}

.term-redwood-cafe .taxonomy-archive-description {
	border: 2px solid var(--cafe);
}

.term-rose-kleiner-center .taxonomy-archive-description {
	border: 2px solid var(--rkc);
}

.term-tech-plus .taxonomy-archive-description {
	border: 2px solid var(--tech);
}

.term-volunteer-corps .taxonomy-archive-description {
	border: 2px solid var(--green);
}

.term-avenidas-without-walls .taxonomy-archive-description {
	border: 2px solid var(--wow);
}

.term-ecm .taxonomy-archive-description {
	border: 2px solid var(--ecm);
}

/* Custom Post Types
---------------------------------------------------------------------------- */

/* Careers/Positions
---------------------------------------------- */
.position-listings {
    font-size: 1.125rem;
}

.position-title {
    font-size: 1.25rem;
    font-family: var(--black);
}

.position-title a {
    text-decoration: none;
}

.position-title a:hover {
    text-decoration: underline;
}

.position-listings td, 
.position-listings th {
	line-height: 1.6;
	padding:  0.5em;
}

.position-listings p {
	margin-bottom: 0;
	font-size: 1.125rem;
}

.position-listings p.position-type {
	font-size: 1.0625rem;
	font-family: var(--medium-italic);
}

.position-listings tbody tr:nth-of-type(odd) {
    background-color: var(--lighter-gray);
}

.position-listings .more-link {
	font-size: 1rem;
	letter-spacing: -0.25px;
}

.position-listings .more-link a {
	text-decoration: none;
}

.position-listings .more-link a:hover {
	text-decoration: underline;
}


@media screen and (max-width: 600px) {
    .position-listings thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    .position-listings tbody tr:nth-of-type(odd) {
        background-color: unset;
    }

    .position-listings tr {
        display: block;
        border: 1px solid var(--light-gray);
        border-collapse: collapse;
        margin-bottom: 1rem;
    }

    .position-listings td {
        display: block;
    }

    .position-listings td::before {
        content: attr(data-label);
        font-size: 1.25rem;
        line-height: 1;
        font-family: var(--medium);
        padding: 0.5em 0;
        display: block;
    }

    .position-listings td:first-child::before {
        background-color: var(--light-gray);
        padding: 0.5em;
        margin: -0.5em -0.5em 0.5em -0.5em;
        line-height: 1.6;
    }
}

/* Staff & Board 
--------------------------------------------- */
.staff-wrapper {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(150px, 190px));
	grid-gap: 1.75rem;
	gap: 1.75rem;
	margin-top:1.875rem;
	padding-bottom: 1.875rem;
}

/* .staff-wrapper:first-of-type {
	grid-template-columns:  repeat(auto-fit, minmax(min-content, 300px));
} */

.staff-directory .archive-content,
.avenidas-board .archive-content {
	width: 98%;
	margin-left: 1%;
	margin-right: 1%;
}

.staff-block h3 {
	margin-top: 4px;
	margin-bottom: 8px;
	font-size: 1.3125rem;
	line-height: 1.1;
}

.staff-block p {
	margin-bottom:0;
	font-size: 1.125rem;
}

.staff-position {
	font-style:italic;
	line-height:1.25;
}

.board-block {
	clear: both;
	margin-bottom: 2.5rem;
}

.board-block h3 {
	margin-top: 0;
}
.board-position {
	font-style: italic;
	line-height: 1.25;
	font-size: 1.5rem;
	padding-bottom: 1.25rem;
	border-bottom: 2px solid #daddda;
	margin-bottom: 1.25rem;
}

@media only screen and (min-width:800px) {
	.board-block {
		display: grid;
		grid-template-columns: 240px 1fr;
		grid-column-gap: 1.875rem;
	}

	.board-photo {
		padding-top: 0.5rem;
	}
}

/* Sidebar
---------------------------------------------------------------------------- */

.sidebar {
	font-size: 1.0625rem;
	line-height: 1.5;
}

.sidebar .widget {
	margin-bottom: 2.5rem;
}

.sidebar p {
	margin-bottom: 1.25rem;
}

/* Before Footer
---------------------------------------------------------------------------- */
.before-footer {
	padding: 1.875rem;
	border-bottom: 12px solid var(--orange);
}

.before-footer .wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
}

.before-footer .wrap::before,
.before-footer .wrap::after {
	display: none;
}

.before-footer .widget {
	flex: 0 1 auto;
	margin-bottom: 1.25rem;
	min-width: min-content;
}

.before-footer .widget.widget_media_image {
	flex: 0 1 240px;
}

.before-footer .widget img {
	width: 100%;
}

/* Footer Widgets
---------------------------------------------------------------------------- */

.footer-widgets {
	background-color: var(--purple);
	clear: both;
	padding: 2.5rem 0;
	color: #fff;
}

.footer-widgets a {
	color: var(--link-alt);
}

.footer-widgets .menu-item a {
	text-decoration: none;
}

.footer-widgets a:hover,
.footer-widgets a:focus {
	color: var(--yellow);
}

.footer-widgets .menu-item a:hover,
.footer-widgets .menu-item a:focus {
	text-decoration: underline;
}

.footer-widgets a:visited {
	color: var(--pale-orange);
}

.footer-widgets .wrap {
	margin-left: auto;
	margin-right: auto;
}

.footer-widget-area {
	margin-bottom: 2.5rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.footer-widget-area:last-child,
.footer-widgets .widget:last-child {
	margin-bottom: 0;
}

.footer-widgets ul {
	line-height: 1.25;
}

/* Email Signup Widget
---------------------------------------------------------------------------- */
.email-signup {
	padding: 1.25rem 1.875rem;
	background-color: var(--blue);
	border-bottom: 5px solid #fff;
	color: #fff;
	text-align: center;
}

.email-signup .wrap {
	margin: 0 auto;
}

.email-signup .widget:last-of-type {
	margin-bottom: 0;
}

.gform_wrapper form.gf_simple_horizontal.horizontal-signup {
	width: auto;
	max-width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

form.gf_simple_horizontal.horizontal-signup input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
	padding: 12px 14px;
}

/* Site Footer
---------------------------------------------------------------------------- */

.site-footer {
	background-color: #fff;
	color: var(--thunder);
	font-size: 1rem;
	line-height: 1.5;
	padding: 0 1.875rem 1.25rem;
	text-align: center;
}

.site-footer::before {
	content: '';
	height: 20px;
	margin-bottom: 1.25rem;
	margin-left: calc(-100vw / 2 + 100% / 2);
	margin-right: calc(-100vw / 2 + 100% / 2);
	width: 100vw;
	max-width: 100vw;
	background: linear-gradient(
		90deg, 
		#fea30b 25%, 
		#66a300 25%, 
		#66a300 50%, 
		#753cbe 50%, 
		#753cbe 75%, 
		#18a0c7 75%, 
		#18a0c7 100%
	);
}

.site-footer a {
	color: var(--thunder);
	text-decoration: none;
}

.site-footer a:hover,
.site-footer a:focus {
	color: var(--purple);
}
.site-footer p {
	font-size: 1rem;
	margin-bottom: 4px;
}

.site-footer p:last-of-type {
	margin-bottom: 0;
}

.fine-print {
	font-size: 0.9375rem;
}


/* Media Queries
---------------------------------------------------------------------------- */

@media only screen and (min-width: 360px) {
	.menu-toggle {
		float: right;
		line-height: 1.25rem;
		margin: 0.625rem 1.875rem 0 auto;
		padding: 0.9375rem 5px;
		position: relative;
		z-index: 1000;
	}
}

@media only screen and (min-width: 480px) {

	table {
		table-layout: auto;
		word-break: normal;
	}

	/* Before Footer Widget Area
	---------------------------------------------- */
	.before-footer .widget {
		padding-left: 0.625rem;
		padding-right: 0.625rem;
	}

	.before-footer .widget:last-child {
		margin-bottom: 0;
	}

	/* External Menu
	--------------------------------------------- */
	.menu-external-container .menu li {
		margin-bottom: 0;
		margin-right: 0.5rem;
	}

	.menu-external-container .menu li:last-child {
		margin-right: 0;
	}
}

@media only screen and (min-width: 640px ) {

	/* Site Inner
	--------------------------------------------- */
	.site-inner {
		padding-left: 2.5rem;
		padding-right: 2.5rem;
	}

	/* Sidebar
	---------------------------------------------- */
	.sidebar {
		columns: 2;
	}

	/* Footer Widgets
	--------------------------------------------- */

	.footer-widgets .wrap {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.footer-widget-area {
		flex: 1 1 0;
		min-width: min-content;
	}

}

@media only screen and (min-width: 960px) {

	/* Typography
	--------------------------------------------- */
	.full-width-content h1 {
		font-size: 2.8rem;
		line-height: 60px;
	}

	/* Site Inner
	---------------------------------------------- */
	.site-inner {
		padding-left: 0;
		padding-right: 0;
		width: 80%;
	}

	/* Content-Sidebar Wrap
	--------------------------------------------- */
	.genesis-singular-image-visible .content-sidebar-wrap,
		.content-sidebar .content-sidebar-wrap,
		.woocommerce .content-sidebar-wrap,
		.post-type-archive .content-sidebar-wrap {
			margin-top: 4rem;
	}

	/* Content
	--------------------------------------------- */

	.content {
		float: left;
		width: 65%;
	}

	.sidebar-content .content {
		float: right;
	}

	.full-width-content .content {
		float: none;
		margin-left: auto;
		margin-right: auto;
		width: 74.07407%;
	}

	.full-width-content.wide-content .archive-description {
		width: 100%;
		max-width: 1080px;
		margin-left: auto;
		margin-right: auto;
	}

	.full-width-content.wide-content .content {
		width: 100%;
		max-width: 1080px;
	}

	/* Sidebar
	--------------------------------------------- */

	.sidebar {
		float: right;
		width: 30%;
		columns: 1;
	}

	.sidebar-content .sidebar {
		float: left;
	}

	/* Author Box
	--------------------------------------------- */

	.author-box {
		background-color: var(--lighter-gray);
		padding: 1.875rem;
	}

	/* After Entry
	--------------------------------------------- */

	.after-entry {
		padding: 2.5rem 60px;
	}

	.after-entry .enews {
		padding-left: 1.875rem;
		padding-right: 1.875rem;
	}

	/* Column Classes
	--------------------------------------------- */

	.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;
	}

	/* Entry Misc.
	--------------------------------------------- */

	.after-entry,
	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-pings {
		margin-bottom: 60px;
	}

	/* Before Footer Widget Area
	---------------------------------------------- */
	.before-footer .wrap {
		justify-content: space-between;
	}

	.before-footer .widget {
		margin-bottom: 0;
	}

	/* Site Footer
	------------------------------------------- */
	.site-footer > .wrap {
		width: 80%;
		margin-left: auto;
		margin-right: auto;
	}
}

@media only screen and (min-width: 1100px) {
	
	/* Site Header
	--------------------------------------------- */
	.site-header {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		z-index: 9999;
		box-shadow: none;
		border-bottom: 1px solid var(--light-gray);
	}

	.admin-bar .site-header {
		top: 32px;
	}

	.site-header > .wrap {
		display: grid;
		grid-template-columns: 240px 1fr;
		column-gap: 1.25rem;
	}

	.site-header .wrap::before,
	.site-header .wrap::after {
		display: none;
	}

	/* Genesis Menu
	------------------------------------------------ */

	.genesis-nav-menu .menu-item {
		display: inline-block;
	}

	.genesis-nav-menu .menu-item:focus,
	.genesis-nav-menu .menu-item:hover {
		position: relative;
	}

	.nav-primary .genesis-nav-menu > .menu-item-has-children > a::before {
		font-family: dashicons;
		color: var(--a11y-orange);
		content: "\f140";
		display: inline-block;
		margin-right: 4px;
		vertical-align: top;
		-webkit-transition: -webkit-transform .4s ease-in-out;
        transition:         transform .4s ease-in-out;
	}

	.nav-primary .genesis-nav-menu > .menu-item-has-children:hover > a::before {
		color:  var(--purple);
		transform: rotate(180deg);
	}

	.nav-primary .genesis-nav-menu > .menu-item:last-child {
		margin-right: 0;
	}

	.genesis-nav-menu > .menu-bold > a {
		font-family: var(--black);
		font-weight: normal;
	}

	.genesis-nav-menu > .menu-highlight > a {
		background-color: #fff;
		border-radius: 2px;
		border: 2px solid var(--a11y-orange);
		color: var(--a11y-orange);
		font-family: var(--heavy);
		font-size: 1.0625rem;
		font-weight: normal;
		text-transform: uppercase;
		margin-left: 0.9375rem;
		padding-left: 1.25rem;
		padding-right: 1.25rem;
	}

	.genesis-nav-menu > .menu-highlight > a:focus,
	.genesis-nav-menu > .menu-highlight > a:hover {
		background-color: var(--a11y-orange);
		color: #fff;
	}

	.genesis-nav-menu .sub-menu,
	.genesis-nav-menu .sub-menu a {
		width: 180px;
	}

	.genesis-nav-menu .sub-menu {
		border-top: 1px solid var(--light-gray);
		opacity: 0;
		padding-left: 0;
		position: absolute;
		transition: opacity 0.4s ease-in-out;
	}

	.genesis-nav-menu .sub-menu a {
		border: 1px solid var(--light-gray);
		border-top: 0;
		padding-bottom: 0.9375rem;
		padding-top: 0.9375rem;
	}

	.genesis-nav-menu .sub-menu .sub-menu {
		margin: -46px 0 0 179px;
	}

	/* Responsive Menu
	--------------------------------------------- */

	.genesis-responsive-menu {
		display: block;
		padding-top: 0.9375rem;
	}

	.menu-toggle,
	.sub-menu-toggle {
		display: none;
		visibility: hidden;
	}

	/* Header Menu
	--------------------------------------------- */

	.nav-primary {
		clear: none;
		width: auto;
		padding-bottom: 0;
		justify-self: flex-end;
		flex: 1;
	}

	.nav-primary::before,
	.nav-primary::after {
		display: none;
	}

	.nav-primary .genesis-nav-menu a {
		font-size: 1.125rem;
		padding-left: 4px;
		padding-right: 4px;
	}

	/* Header Search */
	.nav-primary .genesis-nav-menu a.toggle-header-search {
	    position: static;
	    display: inline-block;
	    line-height: 1;
	    margin-left: 0.625rem;
	    margin-right: -0.625rem;
	}
}

@media screen and (min-width: 1200px) {

	/* Site-Inner
	--------------------------------------------- */
	.site-inner,
	.email-signup > .wrap,
	.footer-widgets > .wrap,
	.site-footer > .wrap {
		max-width: 1140px;
	}
}

@media screen and (min-width:1600px) {
	.site-header > .wrap,
	.before-footer > .wrap {
		max-width: 1366px;
		margin-left: auto;
		margin-right: auto;
	}

}

/* Print Styles
---------------------------------------------------------------------------- */

@media print {

	*,
	*::before,
	*::after {
		background: transparent !important;
		box-shadow: none !important;
		color: var(--thunder) !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]::after {
		content: " (" attr(href) ")";
	}

	abbr[title]::after {
		content: " (" attr(title) ")";
	}

	a[href^="javascript:"]::after,
	a[href^="#"]::after,
	.site-title > a::after {
		content: "";
	}

	thead {
		display: table-header-group;
	}

	img,
	tr {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 2cm 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	blockquote,
	pre {
		border: 1px solid var(--warm-gray);
	}

	.content,
	.content-sidebar {
		width: 100%;
	}

	button,
	input,
	select,
	textarea,
	.breadcrumb,
	.comment-edit-link,
	.comment-form,
	.comment-list .reply a,
	.comment-reply-title,
	.edit-link,
	.entry-comments-link,
	.entry-footer,
	.genesis-box,
	.header-widget-area,
	.hidden-print,
	.home-top,
	.nav-primary,
	.nav-secondary,
	.post-edit-link,
	.sidebar {
		display: none !important;
	}

	.title-area {
		text-align: center;
		width: 100%;
	}

	.site-title > a {
		margin: 0;
		text-decoration: none;
		text-indent: 0;
	}

	.site-inner {
		padding-top: 0;
		position: relative;
	}

	.author-box {
		margin-bottom: 0;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		orphans: 3;
		page-break-after: avoid;
		page-break-inside: avoid;
		widows: 3;
	}


	img {
		page-break-after: avoid;
		page-break-inside: avoid;
	}

	blockquote,
	pre,
	table {
		page-break-inside: avoid;
	}

	dl,
	ol,
	ul {
		page-break-before: avoid;
	}

}
