/*
Theme Name: PA Stands Up
Theme URI: https://tandem.nyc/
Author: Tandem NYC
Author URI: https://tandem.nyc/
Description: Theme for PASU built on Frost 1.0.5 by Tandem NYC.
Tags: block-patterns, block-styles, custom-colors, custom-logo, custom-menu, editor-style, full-site-editing, one-column, template-editing, threaded-comments, translation-ready, wide-blocks
Requires at least: 6.2
Tested up to: 6.2
Requires PHP: 5.6
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: pastandsup
*/

/* CUSTOM ---------------------------------------------------------------------------- */

@import url("https://use.typekit.net/ddv5eym.css");

* {
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.jacob-test .wp-block-post-template .wp-block-post:not(:last-of-type) {
	margin-bottom: 0;
}

.jacob-test ul>li>div {
	display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.card-column{
	display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* READ MORE STYLING */

details > summary:first-of-type {
    display: list-item;
    counter-increment: list-item 0;
    list-style: '+ ' !important;
	font-family: var(--wp--preset--font-family--tertiary);; 
	letter-spacing: 1px;
}

details[open] > summary:first-of-type {
    display: list-item;
    counter-increment: list-item 0;
    list-style: '- ' !important;
}

summary:hover{
	text-decoration: underline !important; 
 }

/* HERO FORM STYLING */

.ngp-form.at {
	box-shadow: -7px 7px var(--wp--preset--color--brown-2);

}

.ngp-form.at .at-inner {
	background-color: transparent !important;
	border: 4px solid var(--wp--preset--color--navy);
	padding: 10px;
}

.ngp-form.at {
	background-color: var(--wp--preset--color--blue);
}

.ngp-form.at .thankYou {
	padding: 24px;
}


.ngp-form.at .at-legend {
	display: none;
}

.ngp-form.at header.at-title {
	padding: 20px 20px 5px;
    margin: 0;
    color: var(--wp--preset--color--base);
    font-family: var(--wp--preset--font-family--primary);
    font-weight: inherit;
    font-size: var(--wp--preset--font-size--max-48);
    text-align: left;
    position: relative;
}

.ngp-form.at {
	color: inherit;
    font-family: inherit;
    font-weight: inherit;
    font-style: inherit;
    line-height: inherit;
}
.ngp-form.at .at-legal * {
	font-size: 10px;
	color: var(--wp--preset--color--base);
	margin-top: 5px;
	margin-bottom: 0;
}

.ngp-form.at a {
	color: var(--wp--preset--color--base);
	text-decoration: underline;
}

.ngp-form.at a:hover {
	color: var(--wp--preset--color--base);
	text-decoration: none;
}

.ngp-form.at .UpdateMyProfile {
	margin-top: 10px;
}

.ngp-form.at label, .ngp-form.at label.error {
    color: var(--wp--preset--color--base);
    font-weight: inherit;
    line-height: inherit
}

.ngp-form.at .ContactInformation label {
	font-family: var(--wp--preset--font-family--tertiary);
	letter-spacing: 1px;
	text-transform: uppercase;

}
.ngp-form.at .ContactInformation input {
	font-family: var(--wp--preset--font-family--copy);
}

.ngp-form.at label small {
	color: inherit;
	letter-spacing: normal;
}

.ngp-form.at .at-form-submit .at-submit {
	margin: auto;
}

.ngp-form.at .error small.error {
    color: var(--wp--preset--color--navy);
}

.ngp-form.at .at-form-submit {
    padding: 0 20px 20px;
}

.ngp-form.at .btn-at-primary {
	background: var(--wp--preset--color--navy);
	border-radius: 10px;
	color: var(--wp--preset--color--base);
	text-transform: uppercase;
	font-size: var(--wp--preset--font-size--x-small);
	font-family: var(--wp--preset--font-family--tertiary);
	letter-spacing: 1px;
}

.ngp-form.at .btn-at-primary:hover {
    background-color: var(--wp--preset--color--navy);
    color: var(--wp--preset--color--base);
	box-shadow: -3px 3px var(--wp--preset--color--brown-2);
}

.ngp-form.at input[type=checkbox]:hover+span:before {
    border-color: var(--wp--preset--color--navy);
}

.ngp-form.at input[type=text], 
.ngp-form.at input[type=password], 
.ngp-form.at input[type=date], 
.ngp-form.at input[type=datetime], 
.ngp-form.at input[type=datetime-local], 
.ngp-form.at input[type=month], 
.ngp-form.at input[type=week], 
.ngp-form.at input[type=email], 
.ngp-form.at input[type=number], 
.ngp-form.at input[type=search], 
.ngp-form.at input[type=tel], 
.ngp-form.at input[type=time], 
.ngp-form.at input[type=url], 
.ngp-form.at input[type=color], 
.ngp-form.at textarea,
.ngp-form.at select {
    border-radius: 0;
    background-color: var(--wp--preset--color--base) !important;
    font-family: var(--wp--preset--font-family--copy);
    border-style: solid;
    border-width: 0px;
    border-color: var(--wp--preset--color--navy) !important;
    box-shadow: none;
    color: rgba(0,0,0,.75);
    display: block;
    font-size: .875rem;
    line-height: 1;
    padding: 0.5rem;
	margin-top: 5px !important;
    height: 2.3125rem;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
}

.ngp-form.at input[type=checkbox]+span:before {
 	top: 0;
	border-radius: 5px;
	border: 1px solid var(--wp--preset--color--base);
	color: inherit;
	content: "";
	display: block;
	left: 0;
	position: absolute;
}


.ngp-form.at .AdditionalInformation .at-fields {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}

.ngp-form.at .AdditionalInformation .at-fields > div {
	flex-basis: 50%;
}

.ngp-form.at .AdditionalInformation .at-fields > div:first-child {
	flex-basis: 100%;
}

/* END HERO FORM STYLING */


/* CHAPTER HERO FORM STYLING */
.chapter-hero-form .ngp-form.at {
	background-color: var(--wp--preset--color--orange);

}
.chapter-hero-form .ngp-form.at header.at-title {
	color: var(--wp--preset--color--navy);
}

.chapter-hero-form header.at-markup.HeaderHtml,
.chapter-hero-form.nepa .SmsLegalDisclaimer,
.chapter-hero-form.nepa .InterestsHeaderHtml,
.chapter-hero-form.nepa .at-fieldset.AdditionalInformation {
	display: none !important;
}
.chapter-hero-form .ngp-form.at {
	box-shadow: -7px 7px var(--wp--preset--color--navy);

}

.chapter-hero-form .ngp-form.at .at-legal * {
	color: var(--wp--preset--color--navy);
}

.chapter-hero-form .ngp-form.at a {
	color: var(--wp--preset--color--navy);
}

.chapter-hero-form .ngp-form.at a:hover {
	color: var(--wp--preset--color--navy);
}

.chapter-hero-form .ngp-form.at label, .ngp-form.at label.error {
    color: var(--wp--preset--color--navy);
}
.chapter-hero-form.nepa .ngp-form.at .Interests .at-fields {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.chapter-hero-form.nepa .ngp-form.at .Interests .at-fields .at-row-full {
	flex-basis: 50%;
	width: auto;
	flex-direction: row;
}
.chapter-hero-form.nepa .ngp-form.at .at-fieldset.Interests {
	padding-top: 0;
}
.chapter-hero-form.nepa .ngp-form.at .at-fieldset.Interests .at-row>[class^=at-] {
	min-width: 0;
}

/* END CHAPTER HERO FORM STYLING */


/* FOOTER FORM STYLING */

.site-footer .ngp-form.at {
	box-shadow: none;

}

.site-footer .chapter-footer .ngp-form.at a {
	color: var(--wp--preset--color--navy);
}

.site-footer .ngp-form.at a {
	text-decoration: underline;
}

.site-footer .ngp-form.at a:hover {
	text-decoration: none;
}

.site-footer .ngp-form.at .at-inner {
	background-color: transparent !important;
	border: none;
	padding: 0;
}


.site-footer .ngp-form.at .at-legend, 
.site-footer .ngp-form.at header, 
.site-footer .ngp-form.at .AdditionalInformation, 
.site-footer .ngp-form.at .at-row.SmsLegalDisclaimer, 
.site-footer .ngp-form.at .at-row.YesSignMeUpForUpdatesForBinder, 
.site-footer .ngp-form.at .at-row.SmsSubscribeMobilePhone, 
.site-footer .ngp-form.at .at-row:nth-last-child(-n + 2), 
.site-footer .ngp-form.at .at-row.UpdateMyProfile,
.site-footer .ngp-form.at .InterestsHeaderHtml,
.site-footer .ngp-form.at .at-fieldset.ContactInformation .at-row:not(.FirstName):not(.PostalCode):not(.EmailAddress):not(.Pronoun):not(.AddressLine1) {
	display: none !important;
}

.site-footer .ngp-form.at .at-row.PostalCode.City.StateProvince {
	gap: 10px;
}

.site-footer .ngp-form.at .at-select.StateProvince {
	margin: 0;
}

.site-footer .ngp-form.at .Interests .at-fields {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 10px;
}

.site-footer .ngp-form.at .Interests .at-fields .at-row-full {
	flex-basis: 20%;
	width: auto;
	flex-direction: row;
}

.site-footer .ngp-form.at .Interests .at-fields .at-row-full label {
	min-width: 0;
	margin: 0;
}

.site-footer .ngp-form.at .at-fieldset {
	padding: 0;
}

.site-footer .ngp-form.at .at-text,
.site-footer .ngp-form.at .at-select.Pronoun{
	margin: 0;
}

.site-footer .ngp-form.at header.at-title {
	padding: 20px 20px 5px;
    margin: 0;
    color: var(--wp--preset--color--base);
    font-family: var(--wp--preset--font-family--primary);
    font-weight: inherit;
    font-size: var(--wp--preset--font-size--max-48);
    text-align: left;
    position: relative;
}

.site-footer .ngp-form.at {
	color: inherit;
    font-family: inherit;
    font-weight: inherit;
    font-style: inherit;
    line-height: inherit;
	background-color: transparent !important;
}
.site-footer .ngp-form.at .at-legal * {
	font-size: 10px;
	color: var(--wp--preset--color--base);
	margin-top: 5px;
	margin-bottom: 0;
}

.site-footer .ngp-form.at .UpdateMyProfile {
	margin-top: 0;
}

.site-footer .ngp-form.at label, .ngp-form.at label.error {
    color: var(--wp--preset--color--base);
    font-weight: inherit;
    line-height: inherit
}

.site-footer .chapter-footer .ngp-form.at label, .ngp-form.at label.error {
    color: var(--wp--preset--color--navy);
}

.site-footer .ngp-form.at .ContactInformation label {
	font-family: var(--wp--preset--font-family--tertiary);
	letter-spacing: 1px;
	text-transform: uppercase;

}

.site-footer .ngp-form.at .ContactInformation .at-fields {
	display: flex;
	flex-wrap: wrap;
	gap: 0 10px;
}

.site-footer .ngp-form.at .ContactInformation .at-fields > div:first-child,
.site-footer .ngp-form.at .ContactInformation .at-fields .at-row.EmailAddress {
	gap:10px;
}

.site-footer .ngp-form.at .ContactInformation input {
	font-family: var(--wp--preset--font-family--copy);
}

.site-footer .ngp-form.at .at-row.FirstName.LastName,
.site-footer .ngp-form.at .at-row.EmailAddress.MobilePhone {
	flex-basis: 66.7%;
}

.site-footer .ngp-form.at .at-row.PostalCode,
.site-footer .ngp-form.at .at-row.Pronoun,
.site-footer .ngp-form.at .at-row.AddressLine1 {
	flex-grow: 1;
}


.site-footer .ngp-form.at .EmailAddress {
    flex-grow: 1;
}

.site-footer .ngp-form.at label small {
	color: inherit;
	letter-spacing: normal;
}

.site-footer .ngp-form.at .at-form-submit .at-submit {
	margin: auto;
}

.site-footer .ngp-form.at .error small.error {
    color: var(--wp--preset--color--navy);
}

.site-footer .ngp-form.at .at-form-submit {
    padding: 0;
}

.site-footer .ngp-form.at .btn-at-primary {
	background: var(--wp--preset--color--navy);
	border-radius: 10px;
	color: var(--wp--preset--color--base);
	text-transform: uppercase;
	font-size: var(--wp--preset--font-size--x-small);
	font-family: var(--wp--preset--font-family--tertiary);
	letter-spacing: 1px;
}

.site-footer .ngp-form.at .btn-at-primary:hover {
    background-color: var(--wp--preset--color--navy);
    color: var(--wp--preset--color--base);
	box-shadow: -3px 3px var(--wp--preset--color--brown-2);
}

.site-footer .ngp-form.at input[type=text], .ngp-form.at input[type=password], .ngp-form.at input[type=date], .ngp-form.at input[type=datetime], .ngp-form.at input[type=datetime-local], .ngp-form.at input[type=month], .ngp-form.at input[type=week], .ngp-form.at input[type=email], .ngp-form.at input[type=number], .ngp-form.at input[type=search], .ngp-form.at input[type=tel], .ngp-form.at input[type=time], .ngp-form.at input[type=url], .ngp-form.at input[type=color], .ngp-form.at textarea {
    border-radius: 0;
    background-color: var(--wp--preset--color--base) !important;
    font-family: var(--wp--preset--font-family--copy);
    border-style: solid;
    border-width: 0px;
    border-color: var(--wp--preset--color--navy) !important;
    box-shadow: none;
    color: rgba(0,0,0,.75);
    display: block;
    font-size: .875rem;
    line-height: 1;
    padding: 0.5rem;
	margin-top: 5px !important;
    height: 2.3125rem;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
}

.site-footer .ngp-form.at input[type=checkbox]+span:before {
 	top: 0;
	border-radius: 5px;
	border: 1px solid var(--wp--preset--color--base);
	color: inherit;
	content: "";
	display: block;
	left: 0;
	position: absolute;
}

.site-footer .ngp-form.at .thankYou {
	padding: 0;
}

/* END FOOTER FORM STYLING */

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

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

html {
	scroll-behavior: smooth;
}

img.edit-site-site-icon__image {
	filter: invert(1);
}

a,
button,
input:focus,
input[type="button"],
input[type="submit"],
textarea:focus,
.wp-element-button {
	transition: all 0.1s ease-in-out;
}

/*
a,
a:focus,
a:hover,
a:not(.wp-element-button) {
	text-decoration-thickness: 1px;
}
*/

a.wp-block-read-more:hover, .wp-block-button__width-100:hover span {
	text-decoration: underline;
}

.site-footer a {
	text-decoration: none;
}
.site-footer a:not(.wp-block-button__link):hover {
	text-decoration: underline;
}

b,
strong,
th {
	font-weight: var(--wp--custom--font-weight--medium);
}

mark {
	background: linear-gradient(90deg, var(--wp--preset--color--primary) 0%, var(--wp--preset--color--primary) 100%);
	background-position: 0 85%;
	background-repeat: repeat-x;
	background-size: 100% 15%;
}

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

input,
select,
textarea {
	background-color: var(--wp--preset--color--base);
	border: 1px solid var(--wp--preset--color--contrast);
	border-radius: 0;
	color: var(--wp--preset--color--contrast);
	font-family: var(--wp--preset--font-family--primary);
	font-size: var(--wp--preset--font-size--medium);
	font-weight: var(--wp--custom--font-weight--light);
	line-height: var(--wp--custom--line-height--body);
	padding: 10px 20px;
	width: 100%;
}

input:focus,
textarea:focus {
	background-color: var(--wp--preset--color--neutral);
	outline: none;
}

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

input[type="button"],
input[type="email"],
input[type="search"],
input[type="submit"],
input[type="text"],
textarea {
	appearance: none;
	-webkit-appearance: none;
}

::placeholder {
	color: var(--wp--preset--color--contrast);
	font-size: var(--wp--preset--font-size--small);
	opacity: 0.5;
}

/* Blocks
---------------------------------------------------------------------------- */
.wp-block-social-link
{ 
	border-radius: 8px !important; 
}

/* Code
--------------------------------------------- */

*:not(.wp-block-code) > code {
	background-color: var(--wp--preset--color--neutral);
	font-size: var(--wp--preset--font-size--small);
	padding: 5px 8px;
}

/* Group
--------------------------------------------- */

.wp-block-group.is-style-shadow-accent {
	box-shadow: var(--wp--preset--shadow--accent);
}

.wp-block-group.is-style-shadow-solid {
	box-shadow: var(--wp--preset--shadow--solid);
}

/* Image
--------------------------------------------- */

.wp-block-image.is-style-shadow-light img {
	box-shadow: var(--wp--preset--shadow--accent);
}

.wp-block-image.is-style-shadow-solid img {
	box-shadow: var(--wp--preset--shadow--solid);
}

/* List
--------------------------------------------- */

.is-style-no-disc {
	list-style-type: none;
	padding-left: 0;
}

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

.wp-block-navigation__responsive-container.is-menu-open {
	padding-bottom: 30px;
	padding-top: 18px
}

.wp-block-navigation__responsive-container-close svg,
.wp-block-navigation__responsive-container-open svg {
	height: 40px;
	width: 40px;
}

header.site-header ul {
	gap: 0 20px;
}

header.site-header .wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container {
	left: -20px;
}

header.site-header .statewide-header ul li {
	padding: 10px 0;
}

header.site-header .statewide-header .wp-block-navigation__responsive-container:not(.is-menu-open) .wp-block-navigation__responsive-container-content>ul>li {
	min-height: 35px;
}

header.site-header .statewide-header ul ul li a:hover {
	text-decoration: underline !important;
}

.wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open {
	background-color: var(--wp--preset--color--navy);
}	


.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content ul,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content li {
	align-items: start !important;
	width: 100%;
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container {
    padding-top: 10px;
}

header.site-header .statewide-header nav {
	align-self: stretch;
	align-items: stretch;
}

header.site-header .statewide-header button.wp-block-navigation__responsive-container-open {
	align-items: center;
}

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

	header.site-header .statewide-header .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open),
	header.site-header .statewide-header .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) .wp-block-navigation__responsive-close,
	header.site-header .statewide-header .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) .wp-block-navigation__responsive-close div,
	header.site-header .statewide-header .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) ul {
		display: flex;
		align-items: stretch;
	}

}

header.site-header .statewide-header .wp-block-site-logo {
	padding: 10px 0;
}


/* Navigation Submenu
--------------------------------------------- */

.wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container {
	background-color: var(--wp--preset--color--contrast);
	border: var(--wp--preset--color--contrast);
	color: var(--wp--preset--color--base);
	padding: 10px;
}

.wp-block-navigation :where(.wp-block-navigation__submenu-container) a {
	padding: 2px 10px;
}


.has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog {
    margin-top: 18px;
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item.is-style-outline .wp-block-navigation-item__content {
    padding: 8px 15px;
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container {
	align-items: center;
	font-size: var(--wp--preset--font-size--large);
	gap: 30px;
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content {
	padding-top: 90px;
}

/* Quote
--------------------------------------------- */

.wp-block-quote.is-style-shadow-accent {
	box-shadow: var(--wp--preset--shadow--accent);
}

.wp-block-quote.is-style-shadow-solid {
	box-shadow: var(--wp--preset--shadow--solid);
}

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

.wp-block-group.is-style-hover-shadow, .wp-block-group.is-style-hover-accent-shadow { 
	transition: all 0.1s ease-in-out;
}

header.wp-block-template-part .is-style-outline:hover a, .wp-block-button:not(.is-style-outline, .is-style-tertiary, .is-style-accent-shadow):hover .wp-element-button { 
	box-shadow: -3px 3px var(--wp--preset--color--navy);
	transform: scale(1.02);
}


.wp-block-button.is-style-accent-shadow:hover a
{ 
	box-shadow: -3px 3px var(--wp--preset--color--brown-2) !important;
	transform: scale(1.02);
}

.wp-block-group.is-style-hover-shadow:hover {
	box-shadow: -3px 3px var(--wp--preset--color--navy);
	transform: scale(1.01);
}

.wp-block-group.is-style-hover-accent-shadow:hover {
	box-shadow: -3px 3px var(--wp--preset--color--brown-2);
	transform: scale(1.01);
}

.wp-block-group.is-style-hover-shadow .wp-block-button:hover .wp-element-button { 
	box-shadow: none !important;
	transform: scale(1) !important; 
}



.wp-block-button.is-style-brown2 .wp-element-button{ 
	background-color: var(--wp--preset--color--brown-2);
	color: var(--wp--preset--color--base);
}

.wp-block-button.is-style-brown3 .wp-element-button{ 
	background-color: var(--wp--preset--color--brown-3);
	color: var(--wp--preset--color--base);
}

.wp-block-button.is-style-brown4 .wp-element-button{ 
	background-color: var(--wp--preset--color--brown-4);
	color: var(--wp--preset--color--base);
}

.wp-block-button.is-style-orange .wp-element-button{ 
	background-color: var(--wp--preset--color--orange);
	color: var(--wp--preset--color--navy);
}

.wp-block-button.is-style-blue .wp-element-button{ 
	background-color: var(--wp--preset--color--blue);
	color: var(--wp--preset--color--base);
}


.wp-block-button.is-style-tertiary .wp-element-button{ 
	border-radius: 0px;
	width: 100%;
	text-align: left;
	padding-left: var(--wp--preset--spacing--small);
	padding-right: var(--wp--preset--spacing--small);
}

.wp-block-button.is-style-tertiary{
	width: 100%;
}

.wp-block-image.is-style-full
{ 
	height: 100% !important; 
}

.wp-block-read-more {
	width: 100% !important; 
}

/* Secondary width */
.secondary-width { 
	max-width: clamp(300px, 25vw, 500px) !important; 
}

.is-card-width { 
	width: 300px !important; 
	min-width: 300px; 
}

.is-card-width-large { 
	width: 350px !important; 
	min-width: 350px; 
}

figure.is-card-height { 
	min-height: 100% !important;
	max-height: 100% !important; 
}

.tertiary-width { 
	width: clamp(600px, 65%, 1200px) !important; 
}

.wp-block-query:not(.pagination){
	padding-top: var(--wp--preset--spacing--small); 
	padding-bottom: var(--wp--preset--spacing--small); 
	display: flex; 
	justify-content: center;
}

header.site-header
{
	position: sticky !important; 
	top: 0;
	z-index: 1000;
}

.wp-block-navigation .wp-block-navigation-item.is-style-outline a {
	background-color: var(--wp--preset--color--blue);
	color: var(--wp--preset--color--base);
	padding: 8px 15px;
	border-radius: 10px; 
	font-family: "ff-good-web-pro-wide";
}

.wp-block-navigation-item.is-style-outline.donate-button a {
	background-color: var(--wp--preset--color--brown-3);
}

.chapter-header .wp-block-navigation-item.is-style-outline a {
	background-color: var(--wp--preset--color--orange);
	color: var(--wp--preset--color--navy);
	padding: 8px 15px;
	border-radius: 10px; 
}

header .statewide-header .wp-block-navigation-item.current-menu-item:not(.is-style-outline) a,
header .chapter-header .wp-block-navigation-item.current-menu-item:not(.is-style-outline) a { 
	text-decoration: underline;
}

.wp-block-navigation-item:not(.is-style-outline) a:hover { 
	text-decoration: underline;
}

ul.wp-block-navigation__submenu-container.wp-block-navigation-submenu a { 
	text-decoration: none !important;
}

/* ul.wp-block-navigation__submenu-container.wp-block-navigation-submenu{ 
	border: 4px solid var(--wp--preset--color--navy) !important; 
	box-shadow: var(--wp--preset--shadow--solid) !important;
} */

.is-style-outline.is-style-outline.wp-block-button .wp-block-button__link:hover {
	text-decoration: none;
}

.wp-block-tiptip-hyperlink-group-block, .wp-block-tiptip-hyperlink-group-block > * 
{
	text-decoration: none !important;  
}


/*SLIDER*/

.slide-content .wp-block-group.is-style-full { 
	height: 80%; 
}

.wp-block-eedee-block-gutenslider .eedee-gutenslider-pagination
{
	top: calc(100%) !important; 
}

.wp-block-eedee-block-gutenslider .swiper-pagination-bullet {
    background: var(--wp--preset--color--navy);
    border-radius: 0 !important; 
    height: calc(var(--gutenslider-dot-size-sm) - 14px);
    width: calc(var(--gutenslider-dot-size-sm) + 1vw);
	margin: 0 !important; 
}

.wp-block-eedee-block-gutenslider .eedee-swiper-outer button {
	background-color: var(--wp--preset--color--navy) !important;
	
}

.wp-block-eedee-block-gutenslider .eedee-gutenslider-nav svg .arrow {
	fill: var(--wp--preset--color--base) !important;
}

.wp-block-eedee-block-gutenslider.arrow-position-sides .eedee-gutenslider-prev
{ 
	top: 102% !important; 
	left: 10% !important;
}


.wp-block-eedee-block-gutenslider.arrow-position-sides .eedee-gutenslider-next 
{ 
	top: 102% !important; 
	right: 10% !important;
}


/* Events/Mobilize embed */

iframe::-webkit-scrollbar { 
	display: none !important;
}

.mobilize-embed iframe header {
	background-color: var(--wp--preset--color--base) !important;
}

.mobilize-embed iframe html body #main-content {
	background-color: var(--wp--preset--color--base) !important;
}

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

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

	/* Utility
	--------------------------------------------- */

	.is-style-hidden-mobile {
		display: none !important;
	}

	.is-donate-module
	{ 
		border: 8px solid var(--wp--preset--color--navy) !important;
	}

}

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

	/* Columns
	--------------------------------------------- */

	.is-style-columns-reverse {
		flex-direction: column-reverse;
	}

	.is-card-height
	{
		height: 150px !important;   
	}

	details > summary:first-of-type {
		display: list-item;
		counter-increment: list-item 0;
		list-style: '+ ' !important;
	}
	
	details[open] > summary:first-of-type {
		display: list-item;
		counter-increment: list-item 0;
		list-style: '- ' !important;
	}
	
	summary:hover{
		text-decoration: underline !important; 
	 }	

}

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

	/* Navigation Link
	--------------------------------------------- */

	.wp-block-navigation-item.is-style-outline a {
		padding: 8px 15px;
	}

	details > summary:first-of-type {
		display: list-item;
		counter-increment: list-item 0;
		list-style: inside '+ ' !important;
	}
	
	details[open] > summary:first-of-type {
		display: list-item;
		counter-increment: list-item 0;
		list-style: inside '- ' !important;
	}
	
	summary:hover{
		text-decoration: underline !important; 
	 }
	

}

