/*!
Theme Name: shrngroup2025
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: shrngroup2025
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

shrngroup2025 is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Variable
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Header and Navigation
	- banner
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
	- responsive embedded videos
	- scrolling marquee
	- footer
	- small buckets
	- large buckets
	- Who we are top section
	- Tabbed content
	- friends of SHRN
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments
	- Other

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}



/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
	font-size : 16px;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Variables
--------------------------------------------- */
:root {
	--navy : #2E2E4A;
	--green-highlight : #d9f496;
	--coral : #EE685E;
	--sky-blue : #CCEEFE;
	--off-white : #FFF8F0;
	--content-inner-width : 1190px;
	--content-outer-width : 1440px;
	--scrollbar-width : 0;
	--white-smoke : #F5F5F5;
}

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: var(--navy);
	font-family: "HelveticaNeue", "Helvetica Neue",'helvetica-neue-lt-pro', Helvetica, Arial, sans-serif;
	font-size: 1.25rem;
	line-height: 1.6;
	font-weight : 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight : 300;
}
h1 {
	font-size : 3rem;
}
h2 {
	font-size : 2rem;
}
h3 {
	font-size : 1.75rem;
}
h4 {
	font-size : 1.5rem;
}
h4,
h5,
p {
	margin-bottom: 1.5em;
}

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

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}
figure,
.p-margin,
.wp-block-table,
.wp-block-buttons,
.wp-block-group,
h5,
h6,
p,
ul,
blockquote,
address,
pre,
table {
	margin-top : 0;
	margin-bottom : 20px;
}
main li {
	margin-bottom : 5px;
}

h1 {
	margin-top : 0;
	margin-bottom : 14.6px;
}
h2 {
	margin-top : 0;
	margin-bottom : 19.4px;
}
h3 {
	margin-top : 0;
	margin-bottom : 24.6px;
}
h4 {
	margin-top : 0;
	margin-bottom : 22.8px;
}

*:last-child {
	margin-bottom : 0 !important;
}

ul ul {
	list-style:circle;
}
ul ul ul {
	list-style:square;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin-left: 0;
	padding-left : 1.2em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

/* figure {
	margin: 1em 0;
} */

table {
	margin: 0 0 1.5em;
	width: 100%;
}
table th,
table thead td {
	background-color : var(--navy);
	color : #ffffff;
	font-weight : bold;
}

/* Links
--------------------------------------------- */
a {
	color: var(--coral);
	text-decoration : none;
}

a:visited {
	color: var(--coral);
}

a:hover,
a:focus,
a:active {
	color: var(--coral);
	text-decoration : underline;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
/* default button (coral) */
.wp-block-cloudcatch-tab label,
.gform_legacy_markup_wrapper .gform_footer input.button,
.gform_legacy_markup_wrapper .gform_footer input[type=submit],
.gform_legacy_markup_wrapper .gform_page_footer input.button,
.gform_legacy_markup_wrapper .gform_page_footer input[type=submit],
.button-container a,
.wp-element-button,
.button,
button,
[type="button"],
[type="reset"],
[type="submit"] {
	display : inline-block;
	-webkit-appearance: none;
	color : #ffffff !important;
	font-weight : 400;
	border : 2px solid var(--coral);
	background-color : var(--coral);
	padding : 15px 38px;
	border-radius : 5px;
	line-height : 1;
	text-transform : uppercase;
	text-decoration : none !important;
	vertical-align : baseline;
	font-size : 1rem;
	text-align : center;
	cursor : pointer;
}
.wp-block-cloudcatch-tab label:hover,
.gform_legacy_markup_wrapper .gform_footer input.button:hover,
.gform_legacy_markup_wrapper .gform_footer input[type=submit]:hover,
.gform_legacy_markup_wrapper .gform_page_footer input.button:hover,
.gform_legacy_markup_wrapper .gform_page_footer input[type=submit]:hover,
.wp-block-cloudcatch-tab label:focus,
.gform_legacy_markup_wrapper .gform_footer input.button:focus,
.gform_legacy_markup_wrapper .gform_footer input[type=submit]:focus,
.gform_legacy_markup_wrapper .gform_page_footer input.button:focus,
.gform_legacy_markup_wrapper .gform_page_footer input[type=submit]:focus,
#main-menu .button-container a:focus,
.button-container a:focus,
.button:focus,
.wp-element-button:focus,
button:focus,
[type="button"]:focus,
[type="reset"]:focus,
[type="submit"]:focus,
#main-menu .button-container a:hover,
.button-container a:hover,
.button:hover,
.wp-element-button:hover,
button:hover,
[type="button"]:hover,
[type="reset"]:hover,
[type="submit"]:hover {
	background-color : #ffffff;
	color : var(--coral) !important;
}
/* navy button */
html #page .button-container.navy a,
html #page .button.navy,
html #page .wp-element-button.navy,
html #page button.navy,
html #page [type="button"].navy,
html #page [type="reset"].navy,
html #page [type="submit"].navy {
	border-color : var(--navy) !important;
	background-color : var(--navy) !important;
}
html #page .button-container a.navy:focus,
html #page .button.navy:focus,
html #page .wp-element-button.navy:focus,
html #page button.navy:focus,
html #page [type="button"].navy:focus,
html #page [type="reset"].navy:focus,
html #page [type="submit"].navy:focus,
html #page .button-container.navy a:hover,
html #page .button.navy:hover,
html #page .wp-element-button.navy:hover,
html #page button.navy:hover,
html #page [type="button"].navy:hover,
html #page [type="reset"].navy:hover,
html #page [type="submit"].navy:hover {
	color : var(--navy) !important;
	background-color : #ffffff !important;
}
/* light blue button */
html #page .button-container.sky-blue a,
html #page .button.sky-blue,
html #page .wp-element-button.sky-blue,
html #page button.sky-blue,
html #page [type="button"].sky-blue,
html #page [type="reset"].sky-blue,
html #page [type="submit"].sky-blue {
	color : var(--navy) !important;
	border-color : var(--sky-blue) !important;
	background-color : var(--sky-blue) !important;
}
html #page .button-container.sky-blue a:focus,
html #page .button.sky-blue:focus,
html #page .wp-element-button.sky-blue:focus,
html #page button.sky-blue:focus,
html #page [type="button"].sky-blue:focus,
html #page [type="reset"].sky-blue:focus,
html #page [type="submit"].sky-blue:focus,
html #page .button-container.sky-blue a:hover,
html #page .button.sky-blue:hover,
html #page button.sky-blue:hover,
html #page [type="button"].sky-blue:hover,
html #page [type="reset"].sky-blue:hover,
html #page [type="submit"].sky-blue:hover {
	border-color : var(--sky-blue) !important;
	background-color : var(--navy) !important;	
	color : var(--sky-blue) !important;
}
/* green button */
html #page .button-container.green a,
html #page .button.green,
html #page .wp-element-button.green,
html #page button.green,
html #page [type="button"].green,
html #page [type="reset"].green,
html #page [type="submit"].green {
	border-color : var(--green-highlight) !important;
	background-color : var(--green-highlight) !important;
	color : var(--navy) !important;
}
html #page .button-container a.green:focus,
html #page .button.green:focus,
html #page .wp-element-button.green:focus,
html #page button.green:focus,
html #page [type="button"].green:focus,
html #page [type="reset"].green:focus,
html #page [type="submit"].green:focus,
html #page .button-container.green a:hover,
html #page .button.green:hover,
html #page .wp-element-button.green:hover,
html #page button.green:hover,
html #page [type="button"].green:hover,
html #page [type="reset"].green:hover,
html #page [type="submit"].green:hover {
	color : var(--green-highlight) !important;
	background-color : var(--navy) !important;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Header and Navigation
--------------------------------------------- */
.header-wrapper {
	/* position : absolute; */
	/* top : 0; */
	/* left : 0; */
	/* width : 100%; */
	/* z-index : 2; */
	background-color : #ffffff;
	position : relative;
	display : block;
	z-index : 9;
}

#header {
	display : flex;
	justify-content : space-between;
	padding-top : 12px;
	/* padding-bottom : 12px; */
	align-items : end;
	max-width : 1440px;
	margin : 0 auto;
	line-height : 0;
	position : relative;
	z-index : 9999;
}
#header .site-branding {
	padding-bottom : 12px;
}
#main-menu a {
	color : #000000 !important;
	text-decoration : none;
	padding : 20px 0;
	font-size : 1.125rem;
	line-height : 1;
}
#main-menu .button-container a {
	padding : 10px 38px;
}
@media screen and ( min-width : 1121px ) and ( max-width : 1440px ){
	#main-menu .responsive-break {
		display : block;
	}
	#main-menu > li {
		padding-left : 1.389vw;
		padding-right : 1.389vw;
	}
}
@media screen and ( min-width : 1121px ){
	html .hamburger {
		display: none;
	}
	#main-menu > li.current-menu-parent::after,
	#main-menu > li.current-page-parent::after,
	#main-menu > li.current-menu-item::after {
		content : ' ';
		display : block;
		width : 100%;
		position : absolute;
		bottom : 0;
		background-color: var(--coral);
		border-radius: 5px 5px 0px 0px;
		height : 13px;
		left : 0;
	}
	#main-menu {
		margin : 0;
		padding : 0;
		list-style : none;
		display : flex;
		justify-content : flex-end;
		align-items : end;
		font-size: 18px;
	}

	#main-menu ul {
		display : none;
	}
	#main-menu > li {
		padding-left : 20px;
		padding-right : 20px;
		padding-bottom : 39px;
		position : relative;
	}
	#main-menu > li > a:focus + ul,
	#main-menu > li:hover ul {
		display : block;
		position : absolute;
		top : 100%;
		left : 50%;
		transform : translate(-50%,0);
		min-width : 200px;
		background-color : #ffffff;
		filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
		list-style : none;
		padding : 0;
		margin : 0;
		z-indeex : 2;
	}
	#main-menu > li ul a {
		padding : 10px;
		text-align : center;
		display : block;
	}

	#main-menu .button-container {
		padding-bottom : 27px;
		padding-left : 0;
		padding-right : 0;
	}

}
@media screen and ( max-width : 1120px ){
	#main-menu a {
		display: inline-block;
		padding : 10px 0;
		border: 1px solid yellow;
		position : relative;
		z-index : 9999;
	}
	#main-menu li {
		border: 1px solid blue;
	}
	#header {
		align-items : center;
	}
	#header .site-branding {
		padding-bottom : 0;
	}
	#header {
		padding-bottom : 12px;
	}
	.menu-main-menu-container {
		position : absolute;
		width : 0;
		top : 0;
		right : 0;
		overflow : hidden;
		transition : width 1s;
		z-index : -1;
		height : 600px;
		z-index : 9999;
	}
	#main-menu,
	.main-navigation.toggled .menu-main-menu-container {
		width : 340px;
		max-width : calc(100vw - var(--scrollbar-width));
	}
	#main-menu {
		list-style : none;
		margin : 0 0 0 auto;
		padding : 100px 40px 40px 40px;
		background-color : #ffffff;
		filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
		position : absolute;
		left : 0px;
		top : 0;
		z-index : 9999
	}
	#main-menu ul {
		list-style : none;
		padding : 0;
		margin : 0;
		padding-top : 10px;
	}
	#main-menu ul li {
		position : relative;
		padding-left : 25px;
	}
	#main-menu ul li a:before {
		content : '►';
		display : inline-block;
		vertical-align : baseline;
		font-size : 80%;
		position : absolute;
		left : -20px;
		top : 50%;
		transform : translateY(-50%);
	}
	#main-menu li+li {
		padding-top : 10px;
	}
	#main-menu ul li+li:before {
		top : 23px;
	}	
}
/* banner
--------------------------------------------- */
section.banner {
	border-bottom : 14px solid var(--green-highlight);
	line-height : 0;
	font-size : 0;
	position : relative;
	margin : 0 auto;
	max-width : 1440px;
	padding-bottom: 95px;
}
section.banner > img {
	width : 100%;
	max-height : 55vh;
	min-height : 200px;
	object-fit : cover;
	object-position : center center;
}
section.banner .banner-content {
	position : absolute;
	display : block;
	z-index : 2;
	bottom : 0;
	width : 100%;
	background: var(--green-highlight);
	opacity: 0.85;
	backdrop-filter: blur(25px);
	font-size: 2.375rem;
	line-height : 1.06em;
	text-align: center;
	color: var(--navy);
	padding-top : 30px;
	padding-bottom : 30px;
}
@media screen and ( max-width : 1024px ){
	section.banner .banner-content {
		font-size : 3.5vw;
		padding-top : 2vw;
		padding-bottom : 2vw;
	}
	section.banner {padding-bottom: 7vw;}
}
@media screen and ( max-width : 540px ){
	section.banner .banner-content {
		font-size : 18px;
		padding-top : 2vw;
		padding-bottom : 2vw;
	}
}

/* Posts and pages
--------------------------------------------- */
#primary {
	max-width : 1440px;
	margin : 0 auto;
	/* padding-top : 100px; */
}
.banner+#primary {
	padding-top : 0;
}
article {
	padding-top : 90px;
	padding-bottom : 80px;
}
/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/* responsive embedded videos
--------------------------------------------- */
.outer-video-container {
	max-width : 100%;
}
.video-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; }
.video-container iframe, .video-container object, .video-container embed, .video-container video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border : 2px solid var(--navy); border-radius : 20px; }

/* scrolling marquee
--------------------------------------------- */
.member-marquee {
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
}

.marquee {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}

.marquee__inner {
  display: inline-block;
  white-space: nowrap;
  animation: marquee-scroll 220s linear infinite;
  will-change: transform;
}

/* Adjust the speed (120s = slow, 60s = faster) */
@keyframes marquee-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* footer
--------------------------------------------- */
#footer {
	max-width : 1440px;
	margin : 0 auto;
	padding-top : 75px;
	padding-bottom : 75px;
	background-color : var(--navy);
	color : #ffffff;
	display : flex;
	justify-content : space-between;
	align-items : start;
	font-size : 1.125rem;
}

#footer-navigation {
	text-align : right;
}

#footer-menu {
	list-style : none;
	text-align : right;
	margin : 0;
	padding : 0;
	display : inline-flex;
	align-items : start;
	justify-content : flex-end;
	gap : 20px;
	margin-bottom : 20px;
	flex-wrap : wrap;
}
#footer-menu a {
	color : #ffffff !important;
	text-decoration : none;
}
#footer-menu a:hover,
#footer-menu a:focus {
	text-decoration : underline;
}
#footer .button-container {
	width : 100%;
	text-align : right;
	margin-top : 30px;
}
#footer a {
	font-size : 1.125rem;
}
@media screen and ( max-width : 720px ){
	#footer {
		flex-direction : column;
	}
	#footer > :first-child {
		order : 2;
	}
	#footer > :last-child {
		order : 1;
	}
	#footer > div {
		text-align : center;
		padding-top : 40px;
		width : 100%;
	}
	.footer-navigation ,
	.footer-navigation * {
		display : block !important;
		text-align : center !important;
		width : 100%;
	}
	#footer-menu li+li {
		padding-top : 20px;
	}
	#footer .button-container {
		max-width : 180px;
		margin : 0 auto;
		padding-top : 20px;
	}
	#footer .responsive-break {
		display : none !important;
	}
}


/* nav buckets (smaller buckets)
--------------------------------------------- */
.small-buckets {
	display : flex;
	gap : 25px;
	flex-wrap : wrap;
	justify-content : center;
}
.small-buckets .small-bucket {
	width : 275px;
	min-height : 225px;
	border : 1px solid var(--navy);
	border-radius: 20px;
	padding-bottom : 60px;
	display : flex;
	flex-direction : column;
	justify-content : center;
	align-items : center;
	position : relative;
}
.small-buckets .small-bucket h3 {
	text-align : center;
	padding : 0 30px;
	margin-bottom : 0;
	line-height: 1.15;
}
.small-buckets .small-bucket a {
	position : absolute;
	border-radius: 0 0 20px 20px;
	left : 0;
	width : 100%;
	bottom : 0;
	text-align : center;
	padding-top : 20px;
	padding-bottom : 20px;
}
/* callout buckets (larger buckets)
--------------------------------------------- */
.large-buckets {
	display : flex;
	flex-wrap : wrap;
	row-gap : 40px;
	justify-content : space-between;
}
.large-buckets+.large-buckets {
	margin-top : 40px;
}
.home .large-buckets { 
	padding-top : 50px;
	padding-bottom : 50px;
}
.large-bucket {
	flex-basis : 48%;
	border-radius : 20px;
	overflow : hidden;
	text-align : center;
	border: 1px solid #2E2E4A;
	position : relative;
	/* padding-bottom : 55px; */
	line-height : 0;
	display : flex;
	flex-direction : column;
	align-items : center;
	justify-content : space-between;
}
.large-bucket > br {
	display : none;
}
.large-bucket h2 {
	background-color : var(--navy);
	font-size: 1.75rem;
	line-height : 1;
	padding : 30px 30px 20px 30px;
	color : #ffffff;
	font-weight : 300;
	line-height: 1.15em;
	border-radius : 20px 20px 0 0;
	flex : 0;
}
.large-bucket > a {
	display : block;
	font-weight: 400;
	font-size : 1rem;
	line-height : 1;
	padding : 20px;
	border-radius : 0 0 20px 20px;
	/* display : block; */
	/* position : absolute; */
	/* bottom : 0;
	left : 0; */
	/* width : 100%; */
	/* border : none !important; */
	flex : 0;
}
.large-bucket > * {
	margin-bottom : 0;
	width : 100%;
}
.large-bucket .bucket-content {
	padding : 20px 40px;
	color : var(--navy);
	font-size : 1.125rem;
	line-height : 1.25em;
	display : flex;
	flex-direction : column;
	justify-content : center;
	align-items : center;
	margin : 0 auto;
	flex : 1;
}
.large-bucket:nth-child(1) p {
	max-width : 470px;
}
.large-bucket:nth-child(2) p {
	max-width : 385px;
}
.large-bucket:nth-child(3) p {
	max-width : 390px;
}
.large-bucket:nth-child(4) p {
	max-width : 340px;
}
@media screen and ( max-width : 1024px ){
	.large-bucket {
		flex-basis : 100%;
	}		
}

/* Who we are top section
--------------------------------------------- */
#who-we-are {
	background-color : var(--sky-blue);
	align-items : center !important;
	border-radius : 20px;
	margin-bottom : 60px;
}
#who-we-are .wp-block-column:last-child .wp-block-image img {
	border-radius: 20px;
}
/* Tabbed content
--------------------------------------------- */
#page .wp-block-cloudcatch-tabs__container {
	gap : 0;
}
.wp-block-cloudcatch-tab label {
	border-radius : 5px 5px 0 0;	
}
.wp-block-cloudcatch-tab-content {
	padding-top : 30px;
	border-top : 2px solid var(--navy);
}
.wp-block-cloudcatch-tabs {
	margin-bottom : 40px;
}
html #page .wp-block-cloudcatch-tab > label {
	border-color : var(--navy) !important;
	background-color : var(--navy) !important;	
}
html #page .wp-block-cloudcatch-tab > label:focus,
html #page .wp-block-cloudcatch-tab > label:hover {
	background-color : #ffffff !important;
	color : var(--navy) !important;
}

html #page .wp-block-cloudcatch-tab.active > label {
	color : #ffffff !important;
	border-color : var(--coral) !important;
	background-color : var(--coral) !important;		
}
html #page .wp-block-cloudcatch-tab.active > label:focus,
html #page .wp-block-cloudcatch-tab.active > label:hover {
	background-color : #ffffff !important;
	color : var(--coral) !important;	
}
/* Friends of SHRN
--------------------------------------------- */
.friends {
	display : flex;
	flex-wrap : wrap;
	justify-content : space-between;
	gap : 20px;
	align-items : center;
}
.friends > * {
	display : inline-block;
	max-width : 220px;
}
/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}
/* Other
--------------------------------------------- */
.no-wrap,
.nowrap {
	white-space : nowrap;
}
.breadcrumbs {
	display : flex;
	gap : 20px;
	justify-content : flex-start;
	align-items : start;
}
.breadcrumbs a {
	display : inline-block;
	padding : 10px 15px;
	background-color : var(--green-highlight);
	border-radius: 5px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	line-height : 1;
	font-size : 1rem;
	text-decoration : none;
	color : var(--navy) !important;
}
.breadcrumbs a:hover,
.breadcrumbs a:focus {
	text-decoration : underline;
}

.navy-wrap {
	background-color : var(--navy);
}
.drop-shadow {
	filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
.full-width-background {
	display : block;
    width: auto;
    left: calc(-1 * (((100vw - var(--scrollbar-width)) - var(--content-outer-width)) / 2));
    right: calc(-1 * (((100vw - var(--scrollbar-width)) - var(--content-outer-width)) / 2));
	background-color : var(--white-smoke);
	position : absolute;
	top : 0;
	z-index : -1;
}
@media all and ( min-width : 1025px ){
	.show-for-mobile {
		display : none !important;
	}
}
@media all and ( max-width : 1024px ){
	.hide-for-mobile {
		display : none !important;
	}
}
.padded-box {
	background-color : var(--white-smoke);
	padding : 25px 35px;
	line-height : 1.34;
	border-radius: 20px;
}
.wp-block-button.dues-report {
	position : relative;
}
.wp-block-button.dues-report form {
	position : absolute;
	width : 320px;
	left : 50%;
	transform : translateX(-50%);
	top : 100%;
	display : none;
	z-index : 9;
	padding-top : 10px;
}
.wp-block-button.dues-report.open form {
	display : block;
}

.mp-form-row.mepr_custom_field.mepr_mepr_member_newsletter {
	padding-top : 20px;
}

.mp_wrapper table.mepr-account-table .mepr-account-actions a.mepr-account-upgrade {
	display : none !important;
}
.mp_wrapper table.mepr-account-table .mepr-account-actions a.mepr-account-update::after {
	content : ' Payment Details';
}