/*!
Theme Name: Custom Client Theme
Theme URI: http://underscores.me/
Author: M. Hughes
Author URI: http://underscores.me/
Description: Custom theme: Custom Client Theme, developed by M. Hughes
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: custom_s
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.

Custom Client Theme 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
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
:root { --custom-s--spacing--nav-li: 0; --custom-s--spacing--nav-a: 1em; --custom-s--spacing--dd-nav-li: 0 1em; --custom-s--spacing--dd-nav-a: .5em 0; --custom-s--spacing--dd-nav-indent: 2em; --custom-s--width--dd-nav: 19em; --custom-s--width--border-top-dd-nav: 7px; --custom-s--width--border-bottom-dd-nav: 7px; --custom-s--decoration--offset-nav: .25em; --custom-s--decoration--offset-dd-nav: .25em; }

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

/** Correct the font size and margin on `h1` elements within `section` and `article` contexts in Chrome, Firefox, and Safari. */
h1 { font-size: 2em; margin: 0.67em 0; }

/* Grouping content ========================================================================== */
/** 1. Add the correct box sizing in Firefox. 2. Show the overflow in Edge and IE. */
hr { -webkit-box-sizing: content-box; 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; -webkit-text-decoration: underline dotted; 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; }

/** Correct the inability to style clickable types in iOS and Safari. */
button, [type="button"], [type="reset"], [type="submit"] { -webkit-appearance: button; }

/** 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 { -webkit-box-sizing: border-box; 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"] { -webkit-box-sizing: border-box; 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 { -webkit-box-sizing: inherit; box-sizing: inherit; }

html { -webkit-box-sizing: border-box; box-sizing: border-box; }

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body, input, select, optgroup, textarea { color: var(--custom-s--color--text-main); font-family: var(--custom-s--font--primary); font-weight: var(--custom-s--font--primary-normal); font-size: 1rem; line-height: var(--custom-s--font--line-height-body); }

@media screen and (min-width: 80em) { body { font-size: var(--custom-s--font--body-size-wide); } }

@media screen and (min-width: 100em) { body { font-size: var(--custom-s--font--body-size-xwide); } }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { color: var(--custom-s--color--secondary); font-optical-sizing: auto; }

h1, .h1 { font-family: var(--custom-s--font--h1); font-optical-sizing: auto; font-weight: var(--custom-s--font--h1-weight); font-size: var(--custom-s--font--h1-size); line-height: 1; margin-top: 0; margin-bottom: .5em; }

@media screen and (min-width: 48.875em) { h1, .h1 { font-size: var(--custom-s--font--h1-size-med); } }

@media screen and (min-width: 64em) { h1, .h1 { font-size: var(--custom-s--font--h1-size-reg); } }

h2, .h2 { font-family: var(--custom-s--font--h2); font-weight: var(--custom-s--font--h2-weight); font-size: var(--custom-s--font--h2-size); }

h3, .h3 { font-family: var(--custom-s--font--h3); font-weight: var(--custom-s--font--h3-weight); font-size: var(--custom-s--font--h3-size); }

h4, .h4 { font-family: var(--custom-s--font--h4); font-weight: var(--custom-s--font--h4-weight); font-size: var(--custom-s--font--h4-size); }

h5, .h5 { font-family: var(--custom-s--font--h5); font-weight: var(--custom-s--font--h5-weight); font-size: var(--custom-s--font--h5-size); }

h6, .h6 { font-family: var(--custom-s--font--h6); font-weight: var(--custom-s--font--h6-weight); font-size: var(--custom-s--font--h6-size); }

p { margin-bottom: 1.5em; }

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

address { margin: 0 0 1.5em; }

pre { background: var(--custom-s--color--bg-pre); font-family: var(--custom-s--font--pre); line-height: var(--custom-s--font--line-height-pre); margin-bottom: 1.6em; max-width: 100%; overflow: auto; padding: 1.6em; }

code, kbd, tt, var { font-family: var(--custom-s--font--code); }

abbr, acronym { border-bottom: 1px dotted var(--custom-s--color--border-abbr); cursor: help; }

mark, ins { background: var(--custom-s--color--bg-ins); text-decoration: none; }

big { font-size: 125%; }

/* Elements
--------------------------------------------- */
body { background: var(--custom-s--color--bg-body); }

hr { background-color: var(--custom-s--color--bg-hr); border: 0; height: 1px; margin-bottom: 1.5em; }

ul, ol { margin: 0 0 1.5em 0; padding: 0 0 0 1.25em; }

ul { list-style: square; }

ul > li::marker { color: var(--custom-s--color--secondary); }

ol { list-style: decimal; }

li > ul, li > ol { margin-bottom: 0; margin-left: 1.5em; }

dt { font-weight: bold; }

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

.single .post-thumbnail img { background-color: var(--custom-s--color--bg-light); max-height: 24.375rem; width: 100%; -o-object-fit: contain; object-fit: contain; -o-object-position: center center; object-position: center center; }

.single .post-thumbnail figcaption { font-size: .75em; font-style: italic; text-align: center; }

/* responsive embedding */
.responsive-container, .responsive-container-21x9 { position: relative; padding-bottom: 56.25%; /* 16:9 aspect ratio */ padding-top: 30px; height: 0; overflow: hidden; }

.responsive-container-21x9 { padding-bottom: 42.85%; /* 21:9 aspect ratio */ }

.responsive-map-container { padding-bottom: 300px; /* fixed height */ }

.responsive-container embed, .responsive-container object, .responsive-container iframe { position: absolute; left: 0; top: 0; height: 100%; width: 100%; }

table { margin: 0 0 1.5em; width: 100%; }

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

a:visited { color: var(--custom-s--color--link); }

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

a:focus { outline: solid 0.125em var(--custom-s--color--border-outline); outline-offset: .25em; }

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

.site-main > article > .entry-content a:not([class]) { text-decoration: none; background: -webkit-gradient(linear, left top, right top, from(var(--custom-s--color--bg-light)), to(var(--custom-s--color--bg-light))); background: linear-gradient(to right, var(--custom-s--color--bg-light), var(--custom-s--color--bg-light)); background-size: 100% .1375em; background-position: left bottom .1em; background-repeat: no-repeat; -webkit-transition: background-size var(--custom-s--time--trans-dur) ease; transition: background-size var(--custom-s--time--trans-dur) ease; }

.site-main > article > .entry-content a:not([class]):focus, .site-main > article > .entry-content a:not([class]):hover { text-decoration: none; background-size: 100% 1.2em; }

.site-main > article > .entry-content .is-style-custom-s-intro-text a:not([class]), .site-main > article > .entry-content .custom-s-animated-hero-intro-copy a:not([class]) { background-position: left bottom; }

h2 > a, h2 > a:visited { background: none !important; color: inherit; }

h2 > a:focus, h2 > a:hover, h2 > a:visited:focus, h2 > a:visited:hover { color: inherit; opacity: .66; text-decoration: underline !important; }

/* Forms
--------------------------------------------- */
.custom-s-button, button, input[type="button"], input[type="reset"], input[type="submit"] { border: 1px solid; border-color: var(--custom-s--color--border-button); border-radius: 0; background: var(--custom-s--color--bg-button); color: var(--custom-s--color--text-button); font-family: var(--custom-s--font--button); font-weight: var(--custom-s--font--button-weight); line-height: 1; padding: 1.5em 3em; font-size: .85em; text-transform: uppercase; letter-spacing: .05em; text-decoration: none; -webkit-transition: var(--custom-s--time--trans-dur) ease; transition: var(--custom-s--time--trans-dur) ease; }

.custom-s-button:visited, button:visited, input[type="button"]:visited, input[type="reset"]:visited, input[type="submit"]:visited { color: var(--custom-s--color--text-button); }

.custom-s-button:active, .custom-s-button:hover, button:active, button:hover, input[type="button"]:active, input[type="button"]:hover, input[type="reset"]:active, input[type="reset"]:hover, input[type="submit"]:active, input[type="submit"]:hover { border-color: var(--custom-s--color--border-button-hover); background: var(--custom-s--color--bg-button-hover); color: var(--custom-s--color--text-button); }

.custom-s-button:focus, button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus { border-color: var(--custom-s--color--border-button-focus); color: var(--custom-s--color--text-button); outline: solid 0.125em var(--custom-s--color--border-outline); outline-offset: .25em; }

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: var(--custom-s--color--text-input); border: 1px solid var(--custom-s--color--border-input); 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: var(--custom-s--color--text-input-focus); outline: solid 0.125em var(--custom-s--color--border-outline); outline-offset: .25em; }

select { border: 1px solid var(--custom-s--color--border-input); }

textarea { width: 100%; }

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.site-main { padding: 1rem; }

.widget-area { padding: 3rem 1rem 1rem 1rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-wrap: wrap; flex-wrap: wrap; gap: 2em; }

@media screen and (max-width: 48.8125em) { .site { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
  .site > * { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; } }

@supports (display: grid) { @media screen and (min-width: 48.875em) { .site { display: grid; grid-template-columns: auto 35% 65% auto; grid-template-areas: "header header header header" "hero hero hero hero" "gutter-left sidebar main gutter-right" "subfooter subfooter subfooter subfooter" "footer footer footer footer"; }
    .site:before { content: ''; grid-area: gutter-left; }
    .site:after { content: ''; grid-area: gutter-right; }
    .site-header { grid-area: header; }
    .site-hero { grid-area: hero; }
    .site-main { grid-area: main; }
    .widget-area { grid-area: sidebar; display: block; padding-top: calc(1.25rem + .5vw); }
    .site-subfooter { grid-area: subfooter; }
    .site-footer { grid-area: footer; } }
  @media screen and (min-width: 94rem) { .site { grid-template-columns: auto 34rem 60rem auto; } } }

@media screen and (min-width: 48.875em) { .no-sidebar .site-main { grid-column: 2 / -2; } }

.page-template-page-full-width .site-main { padding-top: 0; padding-bottom: 0; }

.page-template-page-full-width .site-main > article > .entry-content { margin-top: 0; }

@media screen and (min-width: 48.875em) { .page-template-page-full-width .site { display: block; } }

@media screen and (min-width: 48.875em) { .page-template-page-bottom-sidebar .site { grid-template-areas: "header header header header" "hero hero hero hero" "gutter-left main main gutter-right" "gutter-left sidebar sidebar gutter-right" "subfooter subfooter subfooter subfooter" "footer footer footer footer"; } }

.site-header { position: relative; width: 100%; z-index: 500; color: var(--custom-s--color--text-header-narrow); background-color: var(--custom-s--color--bg-header-narrow); border-bottom: solid 1px var(--custom-s--color--border-header-narrow); -webkit-transition: color var(--custom-s--time--trans-dur) ease, border-color var(--custom-s--time--trans-dur-med) ease, background-color var(--custom-s--time--trans-dur-med) ease; transition: color var(--custom-s--time--trans-dur) ease, border-color var(--custom-s--time--trans-dur-med) ease, background-color var(--custom-s--time--trans-dur-med) ease; }

.site-header a { color: var(--custom-s--color--text-header-narrow); -webkit-transition: color var(--custom-s--time--trans-dur) ease; transition: color var(--custom-s--time--trans-dur) ease; }

.site-header a:active, .site-header a:hover, .site-header a:focus { color: var(--custom-s--color--text-header-narrow-hover); }

#header-scroll-trigger { position: absolute; top: 0px; left: 0px; height: 1px; width: 1px; }

@media screen and (min-width: 64em) { .site-header { color: var(--custom-s--color--text-header-wide); background-color: var(--custom-s--color--bg-header-wide); border-bottom: solid 1px var(--custom-s--color--border-header-wide); }
  .site-header a { color: var(--custom-s--color--text-header-wide); }
  .site-header a:active, .site-header a:hover, .site-header a:focus { color: var(--custom-s--color--text-header-wide-hover); }
  .custom-s-transparent-header .site-header:not(.custom-s-header-scrolled):not(:hover):not(:focus-within) { position: absolute; color: var(--custom-s--color--text-header-trans); background-color: var(--custom-s--color--bg-header-trans); border-bottom: solid 1px var(--custom-s--color--border-header-trans); }
  .custom-s-transparent-header .site-header:not(.custom-s-header-scrolled):not(:hover):not(:focus-within) a { color: var(--custom-s--color--text-header-trans); }
  .custom-s-transparent-header .site-header:not(.custom-s-header-scrolled):not(:hover):not(:focus-within) a:active, .custom-s-transparent-header .site-header:not(.custom-s-header-scrolled):not(:hover):not(:focus-within) a:hover, .custom-s-transparent-header .site-header:not(.custom-s-header-scrolled):not(:hover):not(:focus-within) a:focus { color: var(--custom-s--color--text-header-trans-hover); }
  .custom-s-header-scrolled { border-bottom: solid 1px var(--custom-s--color--border-header-scrolled); } }

@media screen and (min-width: 64em) and (min-height: 600px) { .site-header, .custom-s-transparent-header .site-header { position: fixed; top: 0; } }

.header-region { position: relative; margin: 0 auto; padding: .75em 0 0 0; display: grid; grid-template-columns: auto; grid-template-areas: "logo" "links" "main-nav"; justify-items: center; -webkit-box-align: end; -ms-flex-align: end; align-items: end; }

@media screen and (min-width: 64em) { .header-region { grid-template-columns: minmax(1rem, calc( 50vw - 46.5rem)) auto auto minmax(1rem, calc( 50vw - 46.5rem)); grid-template-areas: "gutter-left logo links gutter-right" "gutter-left logo main-nav gutter-right"; justify-items: end; row-gap: 1em; padding: 2em 0 0 0; }
  .header-region::before { grid-area: gutter-left; }
  .header-region::after { grid-area: gutter-right; } }

@media screen and (min-width: 64em) { .custom-s-full-width-main-menu .header-region { grid-template-areas: "gutter-left-no-bg logo links gutter-right-no-bg" "gutter-left main-nav main-nav gutter-right"; }
  .custom-s-full-width-main-menu .header-region::before, .custom-s-full-width-main-menu .header-region::after { content: ''; display: block; width: 100%; background-color: var(--custom-s--color--bg-nav); -ms-flex-item-align: stretch; align-self: stretch; } }

@media screen and (min-width: 64em) { .custom-s-transparent-header .site-header:not(.custom-s-header-scrolled):not(:hover):not(:focus-within) .header-region::before, .custom-s-transparent-header .site-header:not(.custom-s-header-scrolled):not(:hover):not(:focus-within) .header-region::after { background-color: transparent; } }

.site-branding { grid-area: logo; padding: 0 4rem 0 1rem; }

@media screen and (min-width: 37.5rem) { .site-branding { padding: 0 1rem; } }

@media screen and (min-width: 64em) { .site-branding { justify-self: start; padding: 0 1rem 0 0; } }

.header-links { grid-area: links; }

.main-navigation { grid-area: main-nav; }

.menu-header-links-container .menu { margin-bottom: 0; }

.menu-header-links-container .menu li { line-height: 1; }

.menu-header-links-container .menu a { line-height: 1; padding: .25em 0; }

@media screen and (min-width: 64em) and (min-height: 600px) { body:not(.custom-s-transparent-header) .site-hero { margin-top: 15.35rem; } }

@media screen and (min-width: 80em) and (min-height: 600px) { body:not(.custom-s-transparent-header) .site-hero { margin-top: 14.35rem; } }

@media screen and (min-width: 100em) and (min-height: 600px) { body:not(.custom-s-transparent-header) .site-hero { margin-top: 15rem; } }

@media screen and (min-width: 64em) and (min-height: 600px) { body.admin-bar:not(.custom-s-transparent-header) .site-hero { margin-top: 13.35rem; } }

@media screen and (min-width: 80em) and (min-height: 600px) { body.admin-bar:not(.custom-s-transparent-header) .site-hero { margin-top: 12.35rem; } }

@media screen and (min-width: 100em) and (min-height: 600px) { body.admin-bar:not(.custom-s-transparent-header) .site-hero { margin-top: 13rem; } }

.site-hero.is-fixed { position: fixed; left: 0; top: 0; width: 100%; z-index: 100; }

.wp-custom-header { margin-bottom: 3em; background-color: var(--custom-s--color--bg-dark); }

.wp-custom-header img { display: block; width: 100%; -o-object-fit: cover; object-fit: cover; -o-object-position: top center; object-position: top center; opacity: .55; }

.page-template-page-full-width .wp-custom-header { margin-bottom: 0; }

.site-footer { clear: both; background: var(--custom-s--color--bg-footer); color: var(--custom-s--color--text-footer); width: 100%; padding: 4em 0 0 0; }

.site-footer a { color: var(--custom-s--color--text-footer); }

.site-footer a:hover, .site-footer a:focus { color: var(--custom-s--color--text-footer-hover); }

.footer-region { position: relative; max-width: 94rem; margin: 0 auto; padding: 0; }

@media screen and (min-width: 48.875em) { .footer-region { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; -ms-flex-wrap: wrap; flex-wrap: wrap; gap: 2rem; } }

@media screen and (min-width: 100em) { .footer-region { -ms-flex-wrap: nowrap; flex-wrap: nowrap; } }

.footer-region h2 { font-family: var(--custom-s--font--primary); font-weight: var(--custom-s--font--primary-normal); font-size: 1.1em; font-style: italic; margin-bottom: 0; }

.footer-region p { margin-top: 0; }

.footer-region .widget { padding: 0 1em; margin: 0; max-width: 32em; }

.footer-region .menu { list-style: none; margin: 0; padding: 0; line-height: 1; }

.footer-region .menu li { margin-bottom: 1em; }

.footer-region .menu a { text-transform: uppercase; }

@media screen and (max-width: 48.875em) { .footer-region .menu a { display: block; padding: .85em 0; } }

.footer-column { margin-bottom: 3rem; }

@media screen and (min-width: 48.875em) { .footer-column { -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; } }

@media screen and (min-width: 64em) { .footer-column { -webkit-box-flex: 0; -ms-flex: 0 0 30%; flex: 0 0 30%; } }

@media screen and (min-width: 80em) { .footer-column { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; } }

@media screen and (min-width: 48.875em) { .footer-column:last-child { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; } }

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
/* Accordion menu toggle button */
.menu-toggle, .main-navigation.toggled > div > ul { display: block; }

.menu-toggle { position: absolute; top: 1rem; right: 1rem; width: 1.5rem; height: 1.5rem; padding: 0; background-color: transparent; border-color: transparent; text-indent: -9999em; overflow: hidden; }

@media screen and (min-width: 64em) { .menu-toggle { display: none; } }

.menu-toggle::before, .menu-toggle::after { content: ''; display: block; width: 100%; height: 1px; position: absolute; top: 50%; left: 0; background-color: var(--custom-s--color--text-header-narrow); -webkit-transform-origin: center; transform-origin: center; -webkit-transform: rotate(0) translateY(-0.4rem); transform: rotate(0) translateY(-0.4rem); -webkit-transition: -webkit-transform var(--custom-s--time--trans-dur) ease; transition: -webkit-transform var(--custom-s--time--trans-dur) ease; transition: transform var(--custom-s--time--trans-dur) ease; transition: transform var(--custom-s--time--trans-dur) ease, -webkit-transform var(--custom-s--time--trans-dur) ease; }

.menu-toggle::after { -webkit-transform: rotate(0) translateY(0.4rem); transform: rotate(0) translateY(0.4rem); }

.menu-toggle:active, .menu-toggle:focus, .menu-toggle:hover { background-color: transparent; border-color: transparent; }

.toggled .menu-toggle::before { -webkit-transform: rotate(45deg) translateY(0); transform: rotate(45deg) translateY(0); }

.toggled .menu-toggle::after { -webkit-transform: rotate(-45deg) translateY(0); transform: rotate(-45deg) translateY(0); }

/* Narrow accordion nav styles */
.main-navigation { grid-area: main-nav; display: block; width: 100%; /* these styles apply to all links. some styles may be overridden for lower level links */ /* top level links */ }

.main-navigation ul { background-color: var(--custom-s--color--bg-nav); display: none; list-style: none; margin: 0; padding-left: 0; }

.main-navigation ul ul { display: block; -webkit-transition: max-height .33s .01s ease-in-out; transition: max-height .33s .01s ease-in-out; max-height: 0; overflow: hidden; background-color: var(--custom-s--color--bg-dd-nav); position: relative; margin: 0; z-index: 99999; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }

.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul { max-height: 30rem; }

.main-navigation ul li > ul { padding-left: var(--custom-s--spacing--dd-nav-indent); }

.main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul { max-height: 30rem; }

.main-navigation li { border-top: solid 1px var(--custom-s--color--border-nav); position: relative; display: block; padding: var(--custom-s--spacing--nav-li); /* second level */ }

.main-navigation li:hover, .main-navigation li.focus { background-color: var(--custom-s--color--bg-nav-hover); }

.main-navigation li li { border-color: var(--custom-s--color--border-child-dd-nav); padding: var(--custom-s--spacing--dd-nav-li); }

.main-navigation li li a { color: var(--custom-s--color--text-dd-nav); }

.main-navigation li li:hover, .main-navigation li li.focus { background-color: var(--custom-s--color--bg-dd-nav); }

.main-navigation li li:hover::after, .main-navigation li li.focus::after { display: none; }

.main-navigation li li:hover > a, .main-navigation li li.focus > a { color: var(--custom-s--color--text-dd-nav-hover); background-color: var(--custom-s--color--bg-dd-nav-hover); }

.main-navigation li li:first-child { border-top: none; }

.main-navigation a { display: block; color: var(--custom-s--color--text-nav); text-decoration: none; text-underline-offset: var(--custom-s--decoration--offset-dd-nav); padding: var(--custom-s--spacing--dd-nav-a); -webkit-transition: color var(--custom-s--time--trans-dur) ease; transition: color var(--custom-s--time--trans-dur) ease; }

.main-navigation a:active, .main-navigation a:focus, .main-navigation a:hover { color: var(--custom-s--color--text-nav-hover); text-decoration: underline; -webkit-text-decoration-color: var(--custom-s--color--text-dd-nav-decoration); text-decoration-color: var(--custom-s--color--text-dd-nav-decoration); }

.main-navigation > div > ul > li > a { text-underline-offset: var(--custom-s--decoration--offset-nav); padding: var(--custom-s--spacing--nav-a); }

.main-navigation > div > ul > li > a:active, .main-navigation > div > ul > li > a:focus, .main-navigation > div > ul > li > a:hover { text-decoration: underline; -webkit-text-decoration-color: var(--custom-s--color--text-nav-decoration); text-decoration-color: var(--custom-s--color--text-nav-decoration); }

@media screen and (max-width: 64em) { .main-navigation .menu-item-has-children > a { position: relative; }
  .main-navigation .menu-item-has-children > a::before, .main-navigation .menu-item-has-children > a::after { content: ''; display: block; width: 1px; height: 1em; background-color: var(--custom-s--color--icon-nav); position: absolute; top: 50%; right: 1em; -webkit-transform: translateY(-50%); transform: translateY(-50%); -webkit-transform-origin: center center; transform-origin: center center; -webkit-transition: -webkit-transform var(--custom-s--time--trans-dur) ease; transition: -webkit-transform var(--custom-s--time--trans-dur) ease; transition: transform var(--custom-s--time--trans-dur) ease; transition: transform var(--custom-s--time--trans-dur) ease, -webkit-transform var(--custom-s--time--trans-dur) ease; }
  .main-navigation .menu-item-has-children > a::after { -webkit-transform: translateY(-50%) rotate(90deg); transform: translateY(-50%) rotate(90deg); }
  .main-navigation .menu-item-has-children.focus > a::before { -webkit-transform: translateY(-50%) rotate(90deg); transform: translateY(-50%) rotate(90deg); }
  .main-navigation .menu-item-has-children.focus > a::after { -webkit-transform: translateY(-50%) rotate(270deg); transform: translateY(-50%) rotate(270deg); } }

@media screen and (min-width: 64em) { .main-navigation { /* top level links */ }
  .main-navigation ul { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; }
  .custom-s-transparent-header .site-header:not(.custom-s-header-scrolled):not(:hover):not(:focus-within) .main-navigation ul { background-color: transparent; }
  .main-navigation ul > li { -webkit-box-flex: 0; -ms-flex: 0 1 auto; flex: 0 1 auto; }
  .main-navigation ul ul { padding: 0; border-top: solid var(--custom-s--width--border-top-dd-nav) var(--custom-s--color--border-top-dd-nav); border-bottom: solid var(--custom-s--width--border-bottom-dd-nav) var(--custom-s--color--border-bottom-dd-nav); position: absolute; top: 100%; left: -999em; overflow: visible; max-height: none; }
  .main-navigation ul ul a { width: var(--custom-s--width--dd-nav); }
  .main-navigation ul ul li:not(:last-child) > a { border-bottom: solid 1px var(--custom-s--color--border-child-dd-nav); }
  .main-navigation ul ul ul { left: -999em; top: 0; }
  .main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul { left: auto; position: relative; }
  .main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul { left: 0; position: absolute; padding-left: 0; }
  .main-navigation ul li:hover > ul > li:hover > ul, .main-navigation ul li:hover > ul > li.focus > ul, .main-navigation ul li.focus > ul > li:hover > ul, .main-navigation ul li.focus > ul > li.focus > ul { left: 100%; }
  .main-navigation > div > ul > li:nth-child(n + 5):hover > ul, .main-navigation > div > ul > li:nth-child(n + 5).focus > ul { left: auto; right: 0; }
  .main-navigation > div > ul > li:nth-child(n + 5):hover > ul li:hover > ul, .main-navigation > div > ul > li:nth-child(n + 5).focus > ul li:hover > ul { left: auto; right: 100%; }
  .main-navigation li { border-top: none; }
  .main-navigation > div > ul > li > a { line-height: 1; color: var(--custom-s--color--text-nav); }
  .main-navigation > div > ul > li > a:active, .main-navigation > div > ul > li > a:focus, .main-navigation > div > ul > li > a:hover { color: var(--custom-s--color--text-nav-hover); text-decoration: underline; -webkit-text-decoration-color: var(--custom-s--color--text-nav-decoration); text-decoration-color: var(--custom-s--color--text-nav-decoration); }
  .custom-s-transparent-header .site-header:not(.custom-s-header-scrolled):not(:hover):not(:focus-within) .main-navigation a { --custom-s--color--text-nav: var(--custom-s--color--text-header-trans); --custom-s--color--text-nav-hover: var(--custom-s--color--text-header-trans-hover); }
  .main-navigation > div > ul > .current_page_item > a, .main-navigation > div > ul > .current-menu-item > a, .main-navigation > div > ul > .current_page_ancestor > a, .main-navigation > div > ul > .current-menu-ancestor > a { color: var(--custom-s--color--text-nav-hover); text-decoration: underline; -webkit-text-decoration-color: var(--custom-s--color--text-nav-decoration); text-decoration-color: var(--custom-s--color--text-nav-decoration); } }

/* Overrides */
.main-navigation a { text-transform: uppercase; }

@media screen and (min-width: 80em) { .main-navigation { /* top level links */ }
  .main-navigation ul { margin: 0 -1rem; }
  .main-navigation > div > ul > li > a { min-height: 4em; } }

@media screen and (min-width: 80em) { .main-navigation { /* top level links */ }
  .main-navigation > div > ul > li > a { min-height: 3em; } }

/* hide flagged menu items from dropdown menu */
@media screen and (min-width: 64em) { .main-navigation .hide-menu-item-in-dropdown { display: none; } }

.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation { margin: 0 0 1.5em; }

.comment-navigation .nav-links, .posts-navigation .nav-links, .post-navigation .nav-links { display: -webkit-box; display: -ms-flexbox; display: flex; }

.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous { -webkit-box-flex: 1; -ms-flex: 1 0 50%; flex: 1 0 50%; }

.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next { text-align: end; -webkit-box-flex: 1; -ms-flex: 1 0 50%; flex: 1 0 50%; }

.header-links { -ms-flex-item-align: start; align-self: start; margin-left: auto; }

.header-links .menu { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; list-style: none; margin-bottom: 0; }

.header-links .menu li { padding-left: 2em; line-height: 1; }

.header-links .menu li.custom-s-menu-button a { border: 1px solid; border-color: var(--custom-s--color--border-button); border-radius: 0; background: var(--custom-s--color--bg-button); color: var(--custom-s--color--text-button); font-family: var(--custom-s--font--button); font-weight: var(--custom-s--font--button-weight); line-height: 1; padding: 1.5em 3em; font-size: .85em; text-transform: uppercase; letter-spacing: .05em; text-decoration: none; -webkit-transition: var(--custom-s--time--trans-dur) ease; transition: var(--custom-s--time--trans-dur) ease; display: block; background-color: var(--custom-s--color--bg-dark); border-color: var(--custom-s--color--bg-dark); color: var(--custom-s--color--text-light); }

.header-links .menu li.custom-s-menu-button a:visited { color: var(--custom-s--color--text-button); }

.header-links .menu li.custom-s-menu-button a:active, .header-links .menu li.custom-s-menu-button a:hover { border-color: var(--custom-s--color--border-button-hover); background: var(--custom-s--color--bg-button-hover); color: var(--custom-s--color--text-button); }

.header-links .menu li.custom-s-menu-button a:focus { border-color: var(--custom-s--color--border-button-focus); color: var(--custom-s--color--text-button); outline: solid 0.125em var(--custom-s--color--border-outline); outline-offset: .25em; }

.header-links .menu li.custom-s-menu-button a:active, .header-links .menu li.custom-s-menu-button a:focus, .header-links .menu li.custom-s-menu-button a:hover { text-decoration: none; }

@media screen and (max-width: 63.9375em) { .header-links .menu li.custom-s-menu-button a { font-size: 1.2rem; background-color: var(--custom-s--color--primary); border-color: var(--custom-s--color--primary); }
  .header-links .menu li.custom-s-menu-button a:active, .header-links .menu li.custom-s-menu-button a:focus, .header-links .menu li.custom-s-menu-button a:hover { background-color: var(--custom-s--color--bg-dark); border-color: var(--custom-s--color--bg-dark); }
  .header-links .menu li:not(.custom-s-menu-button) { display: none; font-size: 1.2rem; } }

.header-links .menu li.custom-s-menu-button a { white-space: nowrap; }

@media screen and (max-width: 63.9375em) { .header-links, .header-links .menu, .header-links .menu li.custom-s-menu-button { display: block; margin: 0; padding: 0; width: 100%; text-align: center; }
  .header-links .menu li.custom-s-menu-button a { padding: 1em; white-space: word-wrap; } }

@media screen and (max-width: 48.875em) { .widget-area .widget_block:first-child { -ms-flex-preferred-size: 100%; flex-basis: 100%; max-width: 100%; } }

.custom-block-sidebar-menu .menu a { padding: .75em 1em; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; gap: .95em; background-color: var(--custom-s--color--bg-body); color: var(--custom-s--color--text-dark); text-transform: uppercase; -webkit-transition: background-color var(--custom-s--time-trans-dur), color var(--custom-s--time-trans-dur); transition: background-color var(--custom-s--time-trans-dur), color var(--custom-s--time-trans-dur); }

@media screen and (min-width: 80em) { .custom-block-sidebar-menu .menu a { font-size: .94117em; } }

@media screen and (min-width: 100em) { .custom-block-sidebar-menu .menu a { font-size: .88889em; } }

.custom-block-sidebar-menu .menu a:focus, .custom-block-sidebar-menu .menu a:hover, .custom-block-sidebar-menu .sub-menu .current-menu-item > a { background-color: var(--custom-s--color--highlight); color: var(--custom-s--color--text-light); text-decoration: none; }

.custom-block-sidebar-menu .menu > li.current-menu-ancestor > a { margin-left: 1em; display: none; }

/* Posts and pages
--------------------------------------------- */
.sticky { display: block; }

.post, .page { margin: 0; }

.updated:not(.published) { display: none; }

.page-content, .entry-content, .entry-summary { margin: 1.5em 0 0; }

.single-post .entry-content, .single-post .entry-footer { margin-bottom: 1.5em; }

.home .site-main > article > .entry-content { margin-top: 0; }

.entry-header .post-category { display: block; }

.page-links { clear: both; margin: 0 0 1.5em; }

.custom-s-back-link { color: var(--custom-s--color--text-main); cursor: pointer; display: block; margin-bottom: 1em; }

.post-list-grid article { margin-bottom: 3rem; }

.post-list-grid article .post-thumbnail img { display: block; }

.post-list-grid article .entry-content { margin-top: .5em; }

.post-list-grid article .entry-content p { margin: 1em 0; }

.post-list-grid article .entry-title { margin: .5em 0; }

.post-list-grid article .entry-meta { font-style: italic; }

/* Comments
--------------------------------------------- */
.comment-content a { word-wrap: break-word; }

.bypostauthor { display: block; }

/* Widgets
--------------------------------------------- */
.widget-area .widget { max-width: 22rem; margin: 0 0 1.5em; }

.widget-area .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: block; margin-bottom: 1rem; max-width: 400px; }

.custom-logo-link img { display: block; }

.custom-logo-link svg path { fill: var(--custom-s--color--logo-header-narrow); -webkit-transition: fill var(--custom-s--time--trans-dur) ease; transition: fill var(--custom-s--time--trans-dur) ease; }

@media screen and (min-width: 64em) { .custom-logo-link svg path { fill: var(--custom-s--color--logo-header-wide); }
  .custom-s-transparent-header .custom-logo-link svg path { fill: var(--custom-s--color--logo-header-trans); }
  .custom-s-header-scrolled .custom-logo-link svg path, .site-header:hover .custom-logo-link svg path, .site-header:focus-within .custom-logo-link svg path { fill: var(--custom-s--color--logo-scrolled); } }

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

/* Blocks
--------------------------------------------- */
.has-primary-color { color: var(--custom-s--color--primary); }

.has-secondary-color { color: var(--custom-s--color--secondary); }

.has-tertiary-color { color: var(--custom-s--color--tertiary); }

.has-highlight-color { color: var(--custom-s--color--highlight); }

.has-background-light-color { color: var(--custom-s--color--bg-light); }

.has-background-dark-color { color: var(--custom-s--color--bg-dark); }

.has-background-body-color { color: var(--custom-s--color--bg-body); }

.has-text-light-color { color: var(--custom-s--color--text-light); }

.has-text-dark-color { color: var(--custom-s--color--text-dark); }

.has-primary-background-color { background-color: var(--custom-s--color--primary); }

.has-secondary-background-color { background-color: var(--custom-s--color--secondary); }

.has-tertiary-background-color { background-color: var(--custom-s--color--tertiary); }

.has-highlight-background-color { background-color: var(--custom-s--color--highlight); }

.has-background-light-background-color { background-color: var(--custom-s--color--bg-light); }

.has-background-dark-background-color { background-color: var(--custom-s--color--bg-dark); }

.has-background-body-background-color { background-color: var(--custom-s--color--bg-body); }

.has-text-light-background-color { background-color: var(--custom-s--color--text-light); }

.has-text-dark-background-color { background-color: var(--custom-s--color--text-dark); }

.custom-s-call-to-action-container, .custom-s-call-to-action-container .custom-s-call-to-action-image { aspect-ratio: 1 / 1; }

/* use highlight color for cta overlay */
.custom-s-call-to-action-image:after { --custom-s--color--secondary: var(--custom-s--color--highlight); }

.home .wp-block-columns.is-layout-flex { gap: 3em; }

@media screen and (max-width: 48.8125em) { .custom-s-stack-on-top { -webkit-box-ordinal-group: 0; -ms-flex-order: -1; order: -1; } }

@media screen and (min-width: 48.875em) { .page-template-default .wp-block-cover.alignwide, .page-template-default .wp-block-group.alignwide { position: relative; width: calc(130%); left: -30%; } }

.page-template-page-full-width .wp-block-cover.alignwide, .page-template-page-full-width .wp-block-group.alignwide { position: relative; max-width: calc(100em * 1.1); margin: 0 auto; }

@media screen and (min-width: 48.875em) { .page-template-default .wp-block-cover.alignfull, .page-template-default .wp-block-group.alignfull { position: relative; width: calc(153.846153846% + 1rem); left: calc(-53.846153846% - 1rem); } }

.page-template-page-full-width .wp-block-cover.alignfull, .page-template-page-full-width .wp-block-group.alignfull { position: relative; width: calc(100% + 2rem); left: -1rem; }

/* equal height columns & push last child to bottom of column */
.wp-block-columns.custom-s-equal-height-columns { position: relative; }

.wp-block-columns.custom-s-equal-height-columns .wp-block-column { -ms-flex-item-align: stretch; align-self: stretch; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }

.wp-block-columns.custom-s-equal-height-columns .wp-block-column > *:last-child { margin-top: auto; }

/* vertically align read more buttons across columns in query-loop */
.wp-block-group.custom-s-group-align-read-more { height: 100%; }

.wp-block-group.custom-s-group-align-read-more figure { margin: 0; }

.wp-block-group.custom-s-group-align-read-more .wp-block-group { -webkit-box-pack: stretch; -ms-flex-pack: stretch; justify-content: stretch; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; }

.wp-block-group.custom-s-group-align-read-more .wp-block-group:first-child { -webkit-box-flex: 0; -ms-flex-positive: 0; flex-grow: 0; }

.wp-block-group.custom-s-group-align-read-more .wp-block-group .wp-block-post-excerpt { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; }

.wp-block-group.custom-s-group-align-read-more .wp-block-group .wp-block-post-excerpt__more-text { margin-top: auto; padding: 1em 0; text-transform: uppercase; }

/* apply theme button styles to query-loop read more links */
.wp-block-group.custom-s-group-read-more-button .wp-block-group .wp-block-post-excerpt__more-text a { border: 1px solid; border-color: var(--custom-s--color--border-button); border-radius: 0; background: var(--custom-s--color--bg-button); color: var(--custom-s--color--text-button); font-family: var(--custom-s--font--button); font-weight: var(--custom-s--font--button-weight); line-height: 1; padding: 1.5em 3em; font-size: .85em; text-transform: uppercase; letter-spacing: .05em; text-decoration: none; -webkit-transition: var(--custom-s--time--trans-dur) ease; transition: var(--custom-s--time--trans-dur) ease; }

.wp-block-group.custom-s-group-read-more-button .wp-block-group .wp-block-post-excerpt__more-text a:visited { color: var(--custom-s--color--text-button); }

.wp-block-group.custom-s-group-read-more-button .wp-block-group .wp-block-post-excerpt__more-text a:active, .wp-block-group.custom-s-group-read-more-button .wp-block-group .wp-block-post-excerpt__more-text a:hover { border-color: var(--custom-s--color--border-button-hover); background: var(--custom-s--color--bg-button-hover); color: var(--custom-s--color--text-button); }

.wp-block-group.custom-s-group-read-more-button .wp-block-group .wp-block-post-excerpt__more-text a:focus { border-color: var(--custom-s--color--border-button-focus); color: var(--custom-s--color--text-button); outline: solid 0.125em var(--custom-s--color--border-outline); outline-offset: .25em; }

.wp-block-quote, .wp-block-pullquote { border-color: var(--custom-s--color--highlight); border-width: 1rem; margin: 2em 0; padding: 1.5em 1.5em 2em 1.5em; font-size: 1.5em; font-family: var(--custom-s--font--secondary); font-style: italic; }

.wp-block-quote p, .wp-block-pullquote p { margin: .5em 0 1em; }

.wp-block-quote p::before, .wp-block-pullquote p::before { content: '\201c'; }

.wp-block-quote p::after, .wp-block-pullquote p::after { content: '\201d'; }

.wp-block-quote cite, .wp-block-pullquote cite { font-size: .5em; font-family: var(--custom-s--font--cite); font-optical-sizing: auto; text-transform: uppercase; }

.wp-block-quote cite::before, .wp-block-pullquote cite::before { content: '\2013\00a0'; }

.wp-block-quote.is-style-plain { margin: 0; padding: 1.5em; }

.wp-block-pullquote { padding: 1em 0; }

/* strands background */
.wp-block-cover.custom-s-strands-cover-bg img { -o-object-fit: contain; object-fit: contain; -o-object-position: bottom center; object-position: bottom center; }

@media screen and (min-width: 64em) { .wp-block-cover.custom-s-strands-cover-bg img { -o-object-position: top 50vh left 0; object-position: top 50vh left 0; } }

@media screen and (min-width: 80em) { .wp-block-cover.custom-s-strands-cover-bg img { -o-object-position: top 40vh left 0; object-position: top 40vh left 0; } }

@media screen and (min-width: 100em) { .wp-block-cover.custom-s-strands-cover-bg img { -o-object-position: top 35vh left 0; object-position: top 35vh left 0; } }

@media screen and (min-width: 2000px) { .wp-block-cover.custom-s-strands-cover-bg img { -o-object-position: top 30vh left 0; object-position: top 30vh left 0; } }

.wp-block-cover.custom-s-strands-cover-bg .wp-block-cover__image-background.has-parallax { background-size: contain; background-position: bottom 25% center !important; }

@media screen and (min-width: 64em) { .wp-block-cover.custom-s-strands-cover-bg .wp-block-cover__image-background.has-parallax { background-position: bottom center !important; } }

@media screen and (min-width: 80em) { .wp-block-cover.custom-s-strands-cover-bg .wp-block-cover__image-background.has-parallax { background-position: bottom -15vh left 0 !important; } }

/* overlap image */
.wp-block-image.custom-s-wp-block-image-overlap { position: relative; margin: -4em 0; z-index: 3; /* blob overlap image group container */ }

@media screen and (max-width: 48.875em) { .custom-s-overlap-blob-image .wp-block-image.custom-s-wp-block-image-overlap { margin: -4em 0 0 0; } }

/* Button - outline style hover override */
.wp-block-button.is-style-outline.custom-s-button-outline-highlight-hover a:active, .wp-block-button.is-style-outline.custom-s-button-outline-highlight-hover a:focus, .wp-block-button.is-style-outline.custom-s-button-outline-highlight-hover a:hover { background-color: var(--custom-s--color--highlight); text-decoration: none; }

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
.schema-faq .schema-faq-section { --pb-accordion-color-dark: var(--custom-s--color--primary); --pb-accordion-color-light:  var(--custom-s--color--bg-body); margin: 0 0 .75em 0; border: none; }

.schema-faq-section .schema-faq-question { border: solid 1px var(--pb-accordion-color-dark); background-color: var(--pb-accordion-color-light); color: var(--pb-accordion-color-dark); font-size: inherit; font-weight: normal; text-transform: uppercase; padding: .5em 1em; -webkit-transition: background-color var(--custom-s--time--trans-dur), border-color var(--custom-s--time--trans-dur), color var(--custom-s--time--trans-dur); transition: background-color var(--custom-s--time--trans-dur), border-color var(--custom-s--time--trans-dur), color var(--custom-s--time--trans-dur); }

.schema-faq-section .schema-faq-question::after { color: inherit; font-weight: inherit; right: 1em; }

.schema-faq-section .schema-faq-question:active, .schema-faq-section .schema-faq-question:focus:not([aria-expanded='true']), .schema-faq-section .schema-faq-question:hover { background-color: var(--pb-accordion-color-dark); color: var(--pb-accordion-color-light); outline: none; }

.schema-faq-section .schema-faq-question[aria-expanded='true'] { background-color: var(--pb-accordion-color-dark); color: var(--pb-accordion-color-light); }

.schema-faq-section p.schema-faq-answer { padding: 1em; border: none; }

/* notification bar */
@media screen and (min-width: 64em) and (min-height: 600px) { .custom-s-acf-notification-bar { position: absolute; top: 0; width: 100%; z-index: 600; } }

/* Team Members */
/* increase bio font size */
.home .team-member-list-block-list .custom-s-team-member-card-wrap .entry-content p { font-size: var(--wp--preset--font-size--large); }

/* prevent huge headshots*/
@media screen and (min-width: 32em) { .single .team_member img { max-width: 25em; } }

@media screen and (min-width: 32em) and (max-width: 48.875em), (min-width: 1200px) { .single .team_member img, .team-member-list-block-list .team_member img { max-width: 25em; } }

/* replace read more arrow with a plus sign */
.team-member-list-block-grid .custom-s-team-member-card-wrap { gap: 0; -webkit-transition: background-color var(--custom-s--time--trans-dur); transition: background-color var(--custom-s--time--trans-dur); }

.team-member-list-block-grid .custom-s-team-member-card-wrap:has(a:hover) { background-color: var(--custom-s--color--highlight); }

.team-member-list-block-grid .custom-s-team-member-card-wrap .header-text-wrap { padding-bottom: 0; }

.team-member-list-block-grid .custom-s-team-member-card-wrap .team-read-more { display: block; height: auto; width: 100%; color: var(--custom-s--color--text-light); text-align: right; text-indent: 0; font-size: 2em; padding: 0 .5em .5em .5em; margin: auto 0 0 0; text-decoration: none; line-height: 1; }

.team-member-list-block-grid .custom-s-team-member-card-wrap .team-read-more::before { display: none; -webkit-transition: none; transition: none; }

div.wpforms-container .wpforms-submit-container button[type="submit"], div.wpforms-container .wpforms-submit-container input[type="submit"] { text-transform: uppercase; padding-left: 3em; padding-right: 3em; font-size: 1rem; }

#wpforms-form-198 { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -ms-flex-wrap: wrap; flex-wrap: wrap; gap: 1em; }

#wpforms-form-198 .wpforms-field-label { display: none; }

#wpforms-form-198 .wpforms-field-container { -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; max-width: 38rem; }

#wpforms-form-198 .wpforms-field-container input { max-width: 40rem; }

#wpforms-form-198 .wpforms-submit-container { margin: 0; }

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text { border: 0; clip: rect(1px, 1px, 1px, 1px); -webkit-clip-path: inset(50%); 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: var(--custom-s--color--bg-screen); border-radius: 3px; -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6); box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6); clip: auto !important; -webkit-clip-path: none; clip-path: none; color: var(--custom-s--color--text-screen); display: block; font-size: 0.875rem; font-weight: bold; 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; }
