/* ===================================================================
   TULALIP TRIBES - INPUT.CSS
   Tailwind base/components/utilities + Global Site Styles
   =================================================================== */

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/* ! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com */

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

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

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-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;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-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;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

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

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

html, body {
  height: 100%;
  min-height: 100vh;
  scroll-behavior: smooth;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

main {
  flex: 1;
  padding-left: 0;
  padding-right: 0;
}

footer {
  margin-top: auto;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Montserrat, ui-sans-serif, system-ui, sans-serif;
}

img {
  background-repeat: no-repeat;
}

p {
  margin-bottom: 1rem;
}

.h-10r {
  height: 10rem;
}

.w-10r {
  width: 10rem;
}

.\!container {
  width: 100% !important;
  margin-right: auto !important;
  margin-left: auto !important;
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

@media (min-width: 640px) {
  .\!container {
    max-width: 640px !important;
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }

  .container {
    max-width: 640px;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}

@media (min-width: 768px) {
  .\!container {
    max-width: 768px !important;
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .container {
    max-width: 768px;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}

@media (min-width: 992px) {
  .\!container {
    max-width: 992px !important;
  }

  .container {
    max-width: 992px;
  }
}

@media (min-width: 1024px) {
  .\!container {
    max-width: 1024px !important;
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }

  .container {
    max-width: 1024px;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

@media (min-width: 1075px) {
  .\!container {
    max-width: 1075px !important;
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }

  .container {
    max-width: 1075px;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

@media (min-width: 1200px) {
  .\!container {
    max-width: 1200px !important;
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }

  .container {
    max-width: 1200px;
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
}

@media (min-width: 1350px) {
  .\!container {
    max-width: 1350px !important;
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .container {
    max-width: 1350px;
    padding-right: 3rem;
    padding-left: 3rem;
  }
}

.\!container {
  width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

/* Split layout */


            #departments-mega-menu a.split:hover {
  background-color: rgba(112, 134, 140, 0.1);
  text-decoration: underline;
}


            #departments-mega-menu a.split.underline {
  background-color: rgba(112, 134, 140, 0.15);
  text-decoration: underline;
}


            #departments-mega-menu a.split:focus {
  background-color: rgba(112, 134, 140, 0.1);
  text-decoration: underline;
  outline: 2px solid #70868C;
  outline-offset: -2px;
}

@media (max-width: 1399px) {
  a.split.quicklink h3-desktop {
    font-size: 1.10rem;
  }
}

.split {
  display: block;
}

.desktop-strip {
  z-index: 99;
}

.w-10r {
  width: 10rem;
}

.h-10r {
  height: 10rem;
}

.shadow-custom {
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}

.canoe-graphic {
  position: absolute;
  top: -65px;
  right: 2%;
  transform: translateX(-50%);
  width: 430px;
  height: auto;
  z-index: 30;
}

.orca-whales-graphic {
  position: absolute;
  top: -58px;
  left: 20%;
  transform: translateX(-50%);
  width: 210px;
  height: auto;
  z-index: 30;
}

h2#videos-heading.mb-4 {
  margin-bottom: 2rem;
}

img.subheader-wave {
  max-width: 2560px;
  width: 100%;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  min-height: 50px;
}

@media (min-width: 1000px) {
  .home-header-content {
    max-width: 700px;
  }

  .navigation.header-nav-width {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  a.mainnav-link {
    padding-top: 0;
    line-height: 0;
  }
}

@media (min-width: 1024px) {
  .section-bg-aboutus .container, .section-bg-events .container, .section-bg-newsfeed .container, .section-bg-videos .container {
    padding-left: 0;
    padding-right: 0;
  }

  .container {
    max-width: 900px;
    padding-left: 0;
    padding-right: 0;
  }

  .split {
    display: grid;
    grid-template-columns: 3fr 1fr;
    -moz-column-gap: clamp(1rem, 2.5vw, 2.5rem);
         column-gap: clamp(1rem, 2.5vw, 2.5rem);
    align-items: start;
  }

  ul.desktop-strip {
    display: flex;
  }

  .nav-toggle {
    display: none;
  }

  .navigation-bar {
    height: 2.4rem;
  }

  ul.desktop-strip a.nav-text-base {
    padding-top: 4px;
    padding-bottom: 5px;
  }

  .social-icon-layout {
    margin-left: 45px;
    width: 25%;
    right: -120px;
    position: relative;
  }

  .canoe-graphic {
    margin-right: -18%;
  }

  .upper-header .group-items-2.mobile {
    display: none;
  }

  .section-bg-aboutus .\!container, .section-bg-events .\!container, .section-bg-newsfeed .\!container, .section-bg-videos .\!container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .\!container {
    max-width: 900px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .section-bg-aboutus .\!container, .section-bg-events .\!container, .section-bg-newsfeed .\!container, .section-bg-videos .\!container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .\!container {
    max-width: 900px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .section-bg-aboutus .\!container, .section-bg-events .\!container, .section-bg-newsfeed .\!container, .section-bg-videos .\!container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .\!container {
    max-width: 900px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .section-bg-aboutus .\!container, .section-bg-events .\!container, .section-bg-newsfeed .\!container, .section-bg-videos .\!container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .\!container {
    max-width: 900px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .section-bg-aboutus .\!container, .section-bg-events .\!container, .section-bg-newsfeed .\!container, .section-bg-videos .\!container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .\!container {
    max-width: 900px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media (min-width: 1100px) {
  .\!container {
    max-width: 950px !important;
  }

  .container {
    max-width: 950px;
  }

  section.section-bg-events {
    padding-top: 75px;
  }
}

@media (min-width: 1200px) {
  .\!container {
    max-width: 1000px !important;
  }

  .container {
    max-width: 1000px;
  }

  .home-header-content {
    max-width: 700px;
  }

  .navigation.header-nav-width {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  a.mainnav-link {
    padding-top: 0;
    line-height: 0;
  }
}

@media (min-width: 1300px) {
  .\!container {
    max-width: 1100px !important;
  }

  .container {
    max-width: 1100px;
  }

  section.section-bg-events {
    min-height: 550px;
    padding-top: 28px;
  }
}

@media (min-width: 1400px) {
  .\!container {
    max-width: 1200px !important;
  }

  .container {
    max-width: 1200px;
  }

  .people-gathering-graphic {
    position: absolute;
    bottom: 95px;
    right: 18%;
    transform: translateX(-50%);
    width: 200px;
    height: auto;
    z-index: 30;
  }

  section.section-bg-aboutus {
    min-height: 500px;
    padding-bottom: 50px;
    padding-top: 30px;
  }

  .canoe-graphic {
    margin-right: -14%;
  }

  .header-pad-1400 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

@media (min-width: 1500px) {
  .\!container {
    max-width: 1320px !important;
  }

  .container {
    max-width: 1320px;
  }

  .canoe-graphic {
    margin-right: -10%;
  }

  .orca-whales-graphic {
    left: 10%;
  }
}

@media (min-width: 1699px) {
  .canoe-graphic {
    margin-right: -9%;
  }

  .orca-whales-graphic {
    left: 14%;
  }
}

@media (min-width: 1799px) {
  .canoe-graphic {
    margin-right: -7%;
  }
}

@media (min-width: 1900px) {
  .canoe-graphic {
    margin-right: -6%;
  }

  .orca-whales-graphic {
    left: 15%;
  }
}

@media (min-width: 2100px) {
  .canoe-graphic {
    margin-right: -3%;
  }

  .orca-whales-graphic {
    position: absolute;
    top: -58px;
    left: 20%;
    transform: translateX(-50%);
    width: 210px;
    height: auto;
    z-index: 30;
  }
}

@media (min-width: 2400px) {
  .canoe-graphic {
    margin-right: -1%;
  }
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) 460px;
  /* grow form, tighten directory */
  gap: 2.5rem;
}

/* Ensure form column occupies the left side */

.article-content {
  grid-column: 1;
}

/* Move directory to the right and make it slightly narrower */

.contact-sidebar {
  width: 460px;
  max-width: 100%;
}

#contact-directory summary {
  list-style: none;
}

.dept-name {
  color: #43555b;
  font-size: 1.1rem;
  border-radius: .375rem;
}

button.staff-select {
  font-size: 1rem;
  opacity: .8;
}

#recipient-trigger svg {
  width: 1rem !important;
  height: 1rem !important;
  min-width: 1rem;
  min-height: 1rem;
  max-width: 1rem;
  max-height: 1rem;
  flex-shrink: 0;
  display: inline-block;
}

@media (max-width: 991px) {
  .contact-layout {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }

  .contact-form-col {
    order: 1;
  }

  .contact-directory-col {
    order: 2;
  }

  .contact-sidebar {
    width: 100%;
    max-width: 100%;
  }
}

/* Scale down council reCAPTCHA even more on very small screens */

@media (max-width: 390px) {
  .contact-layout form .g-recaptcha {
    max-width: 150px !important;
  }

  .contact-layout form .g-recaptcha > div {
    transform: scale(0.80) !important;
  }
}

/* =====================================
   CONTACT DIRECTORY – MOBILE ONLY
   ===================================== */

@media (max-width: 640px) {
  button.staff-select {
    font-size: 0.85rem;
    line-height: 1.25;
    padding: 0.15rem 0;
  }

  button.staff-select .font-semibold {
    font-weight: 600;
  }
}

/* Extra small screens - 320px */

@media (max-width: 320px) {
  .contact-layout form .g-recaptcha {
    max-width: 100px !important;
  }

  .contact-layout form .g-recaptcha > div {
    transform: scale(0.85) !important;
  }
}

@media (max-width: 991px) {
  .article-content form button[type="submit"] {
    display: block;
    margin: 1rem auto 0;
    min-width: 100px;
    text-align: center;
  }
}

/* ---------------------------------------------------------------
     HEADER & NAVIGATION
  --------------------------------------------------------------- */

.header-background {
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  height: calc(875px * (100vw / 2560));
}

.header-background-default {
  background-image: url('/images/home-page/home-page-header-image-2560x875.jpg');
}

.header-pad-1400 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

/* Header area container */

.header-background .header-container {
  width: 100%;
  max-width: 1350px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

/* Navigation wrapper and bar */

.navigation.header-nav-width {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 3000;
}

.navigation-bar {
  z-index: 3500;
  min-height: 2.5rem;
  width: 100%;
  background: transparent;
  overflow: visible;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.navigation-bar.navigation-bar--bg {
  background-image: url('/images/home-page/Tulalip-Tribes-Navigation-Background-Bar-Darker-1900x85.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 90%;
}

#departments-mega-menu {
  position: absolute;
  z-index: 5000;
  width: 90% !important;
  max-width: 920px !important;
  min-width: 320px !important;
  font-size: 1rem;
}

#departments-mega-menu h4.text-base {
  font-size: .95rem;
}

#departments-mega-menu a {
  font-size: .95rem;
  transition: background-color 0.15s ease-in-out, -webkit-text-decoration 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, text-decoration 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, text-decoration 0.15s ease-in-out, -webkit-text-decoration 0.15s ease-in-out;
}

/* Hover state: blue background + underline (more specific selectors) */

#departments-mega-menu a:hover,
            #departments-mega-menu a.block:hover {
  background-color: rgba(112, 134, 140, 0.1) !important;
  text-decoration: underline !important;
}

/* Active/current page: slightly darker background + underline */

#departments-mega-menu a.underline,
            #departments-mega-menu a.block.underline {
  background-color: rgba(112, 134, 140, 0.15) !important;
  text-decoration: underline !important;
}

/* Focus state for keyboard navigation */

#departments-mega-menu a:focus,
            #departments-mega-menu a.block:focus {
  background-color: rgba(112, 134, 140, 0.1) !important;
  text-decoration: underline !important;
  outline: 2px solid #70868C;
  outline-offset: -2px;
}

.section-bg-newsfeed p.events-link {
  font-size: 1.2rem;
  font-weight: 600;
}

.desktop-strip {
  display: none;
}

/* ===============================================================
       FAQ COMPONENTS
       =============================================================== */

.faqs-group span.mobile-link {
  font-weight: 600;
  font-size: 1.05rem;
  opacity: .8;
  color: black;
}

.faqs-group span.mobile-group-toggle {
  font-weight: 600;
  font-size: 1.05rem;
  opacity: .8;
  color: black;
}

.article-content b,
    .article-content strong,
    .faq-answer b,
    .faq-answer strong {
  font-weight: 600;
  opacity: .8;
}

.faqs-group > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

.faqs-group span.text-base {
  font-weight: 600;
  font-size: 1.05rem;
  opacity: .8;
  color: black;
}

.faq-item {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}

.faq-summary {
  display: flex;
  cursor: pointer;
  list-style-type: none;
  align-items: center;
  gap: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.faq-summary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}

.faq-toggle-icon {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  padding-top: 0.25rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(112 134 140 / var(--tw-text-opacity, 1));
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.group[open] .faq-toggle-icon {
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.faq-question {
  margin-top: 0.25rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  font-size: 1.05rem;
  font-weight: 600;
}

.faq-answer {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-right: 1.5rem;
  padding-left: 3rem;
  font-family: Montserrat, ui-sans-serif, system-ui, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  font-size: 1rem;
  line-height: 1.5;
}

@media (min-width: 779px) {
  .rssfeed-desktop {
    display: block;
  }

  .rssfeed-mobile {
    display: none;
  }
}

@media (min-width: 777px) {
  .faq-answer {
    font-size: 1.05rem;
  }
}

.faq-answer p {
  margin-bottom: 1rem;
}

.faq-answer > p:last-child,
    .faq-answer > ul:last-child,
    .faq-answer > ol:last-child,
    .faq-answer > div:last-child > p:last-child,
    .faq-answer > div:last-child > ul:last-child,
    .faq-answer > div:last-child > ol:last-child {
  margin-bottom: 0 !important;
}

/* Header, navigation and home page graphics tweaks */

@media (max-width: 2150px) {
  .people-gathering-graphic {
    right: 8%;
  }
}

@media (max-width: 1900px) {
  .people-gathering-graphic {
    right: 5%;
  }
}

@media (max-width: 1799px) {
  .upper-header.container.px-0 .group-items-2.gap-8 {
    gap: 1rem;
  }

  .upper-header.\!container.px-0 .group-items-2.gap-8 {
    gap: 1rem !important;
  }
}

@media (max-width: 1699px) {
  .people-gathering-graphic {
    right: 0%;
  }
}

@media (max-width: 1599px) {
  .section-bg-aboutus {
    padding-bottom: 50px;
    background-image: url(../images/home-page/TTT-Homepage-AboutUs-Image-1600px.png);
    padding-top: 40px;
  }

  section.section-bg-videos {
    padding: 40px 0;
  }

  .people-gathering-graphic {
    right: 10px;
  }

  .eventsBox {
    padding-top: 6px;
  }

  .eventsBox.mt-3 {
    margin-top: 0 !important;
  }

  .tulalip-news {
    padding-top: 0;
    margin-top: -20px;
  }

  .tulalip-news h2 {
    margin-top: 0;
    margin-bottom: 10px;
  }

  .section-bg-newsfeed .container.tulalip-news {
    padding-top: 30px;
  }

  .section-bg-newsfeed p.pt-8 {
    padding-top: 25px;
  }

  .section-bg-newsfeed .\!container.tulalip-news {
    padding-top: 30px !important;
  }
}

@media (max-width: 1499px) {
  .people-gathering-graphic {
    position: absolute;
    bottom: 96px;
    right: -2%;
    transform: translateX(-50%);
    width: 200px;
    height: auto;
    z-index: 30;
  }

  .eventsBox {
    padding-top: 0px;
  }

  section.section-bg-newsfeed {
    min-height: 500px;
    padding-bottom: 1px;
  }

  .tulalip-news h2 {
    margin-top: 0;
    margin-bottom: 0px;
  }

  h2.events-title {
    padding-top: 0;
    margin-top: -10px;
  }

  .eventsBox {
    padding-top: 0px;
  }

  .eventsBox p {
    padding-top: 0px;
    margin-top: 15px;
  }
}

@media (max-width: 1399px) {
  .header-container {
    padding-left: clamp(16px, 5vw, 2rem);
    padding-right: clamp(16px, 5vw, 2rem);
  }

  a.nav-text-base {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .rounded.w-10r {
    width: 9rem;
  }

  .rounded.h-10r {
    width: 9rem;
  }

  a.block.quicklink h3-desktop {
    font-size: 1.10rem;
  }

  .people-gathering-graphic {
    right: -3%;
  }

  .canoe-graphic {
    margin-right: -12%;
  }

  .modal-layout.fixed.justify-center {
    top: 5%;
    width: 75%;
    margin: 0 auto;
    background-color: unset;
    --tw-bg-opacity: 0;
  }

  .modal-layout p {
    font-size: 14px
  }
}

@media (max-width: 1250px) and (min-width: 1024px) {
  ul.desktop-strip a.nav-text-base {
    padding-left: .75rem;
    padding-right: .75rem;
  }
}

@media (max-width: 1199px) and (min-width: 1024px) {
  .navigation.header-nav-width {
    margin-top: 2rem;
    margin-bottom: 3rem;
  }

  .home-header-content {
    max-width: 80%;
  }

  .section-bg-quicklinks {
    background-image: url(/images/home-page/Tulalip-Tribes-Background-Tribal-Light-Waves.png);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    margin-top: -150px;
    padding-top: 150px;
    min-height: 505px;
    z-index: 20;
  }
}

@media (max-width: 1299px) {
  section.section-bg-events {
    padding-top: 8px;
  }

  .orca-whales-graphic {
    left: 10%;
  }
}

@media (max-width: 1199px) {
  section.section-bg-aboutus {
    padding: 30px 0;
  }

  section.section-bg-aboutus .about-us-title {
    margin-right: 0;
    margin-top: 25px;
    margin-bottom: 15px;
  }

  .section-bg-aboutus .container.mt-8 {
    margin-top: 30px;
  }

  .section-bg-aboutus .container article p.text-body-mobile {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  section h2.events-title {
    padding-top: 0;
    margin-top: 35px;
  }

  article.daily-events {
    min-height: 185px;
  }

  .eventsBox h2.font-bold {
    margin-top: 26px;
  }

  section.section-bg-videos div.container.mx-auto {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  section.section-bg-videos {
    padding: 25px 0 40px 0;
  }

  h2#videos-heading.mb-4 {
    margin-bottom: 23px;
  }

  section .background-img-footer-waves {
    position: relative;
    min-height: 160px;
    margin-top: -35px;
  }

  section.subpage-img-wave .background-img-footer-waves {
    position: relative;
    min-height: 160px;
    margin-top: 40px;
  }

  .back-top-arrow {
    top: -61px;
    right: -9px;
  }

  .canoe-graphic {
    margin-right: -14%;
  }

  .people-gathering-graphic {
    right: -5%;
  }

  .section-bg-aboutus .\!container.mt-8 {
    margin-top: 30px !important;
  }

  .section-bg-aboutus .\!container article p.text-body-mobile {
    margin-top: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  section.section-bg-videos div.\!container.mx-auto {
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .section-bg-aboutus .\!container.mt-8 {
    margin-top: 30px !important;
  }

  .section-bg-aboutus .\!container article p.text-body-mobile {
    margin-top: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  section.section-bg-videos div.\!container.mx-auto {
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .section-bg-aboutus .\!container.mt-8 {
    margin-top: 30px !important;
  }

  .section-bg-aboutus .\!container article p.text-body-mobile {
    margin-top: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  section.section-bg-videos div.\!container.mx-auto {
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media (max-width: 1150px) {
  .orca-whales-graphic {
    left: 12%;
  }

  .canoe-graphic {
    margin-right: -17%;
  }
}

@media (max-width: 1100px) {
  .upper-header .group-items-2.desktop {
    display: flex;
    margin-left: 90px;
  }

  .social-icon-layout {
    margin-left: 0px;
    width: 20%;
    right: -115px;
    position: relative;
  }

  .header-background .mt-8 {
    margin-top: 20px !important;
  }

  .navigation.header-nav-width {
    margin-top: 2rem;
    margin-bottom: 1.5rem;
  }

  #departments-mega-menu {
    width: 85% !important;
    max-width: 850px !important;
  }
}

@media (max-width: 1099px) {
  .upper-header .group-items-2.desktop {
    margin-left: 50px;
  }

  .upper-header .group-items-2 a.phone-number-top {
    margin-right: 50px;
  }

  .social-icon-layout {
    margin-left: 45px;
    right: -29px;
  }

  #events-calendar-section section.section-bg-events {
    padding-top: 15px;
  }

  section.section-bg-videos {
    background-image: url('../images/home-page/ttt-homepage-aboutus-image-1600px.png');
  }

  section.section-bg-videos div.container.mx-auto {
    width: 100%;
  }

  section.section-bg-videos div.\!container.mx-auto {
    width: 100% !important;
  }
}

@media (max-width: 1023px) {
  .container {
    max-width: 920px;
  }

  .navigation.header-nav-width {
    max-width: 100%;
    padding-left: clamp(16px, 4vw, 32px);
    padding-right: clamp(16px, 4vw, 32px);
    margin-top: 0;
    margin-bottom: 0;
  }

  .navigation nav.subpage-navigation {
    margin-top: -55px;
  }

  #mobileNavPanel.mt-16 {
    margin-top: 7.1rem;
  }

  .home-header-content {
    max-width: 85%;
  }

  .nav-toggle {
    display: flex;
    position: absolute;
    right: 0;
    margin: 0;
    width: 4.5rem;
    height: 3rem;
    border-radius: .5rem;
    background: transparent;
    color: #fff;
    z-index: 10000;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transition: background .2s;
    border: none;
    cursor: pointer;
  }

  .nav-toggle .bar {
    width: 3.75rem;
    height: 6px;
    background: #fff;
    transition: transform .25s ease, opacity .25s ease;
  }

  .nav-toggle .bar:not(:last-child) {
    margin-bottom: 7px;
  }

  .nav-toggle.active .bar:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }

  .nav-toggle.active .bar:nth-child(2) {
    opacity: 0;
  }

  .nav-toggle.active .bar:nth-child(3) {
    transform: translateY(-12px) rotate(-33deg);
  }

  .navigation-bar {
    width: 100%;
  }

  .navigation-bar.navigation-bar--bg {
    background-image: none !important;
    width: 100% !important;
  }

  .mobile-nav-list {
    max-width: 900px;
    padding-left: 1.50rem !important;
    padding-right: 1.50rem !important;
    margin: 1rem auto 0 auto;
  }

  .mobile-link {
    padding: .75rem .75rem;
    font-size: 1.05rem;
  }

  .mobile-sublist {
    padding-left: .75rem;
  }

  aside .sidebar-info {
    margin-top: 35px;
  }

  #departments-mega-menu {
    display: none !important;
  }

  /* hidden on mobile */

  .desktop-separator {
    display: none;
  }

  article.daily-events {
    padding-left: 0;
    padding-bottom: 20px;
  }

  .calendar-box table th, .calendar-box table td {
    font-size: 2rem;
  }

  .calendar-box table td:not(.has-event) {
    line-height: 3rem;
    opacity: 1;
  }

  .calendar-box table td {
    height: 3rem;
  }

  div.event-date {
    margin-right: 0.5rem;
    width: 60px;
    flex: 0 0 50px;
  }

  span.event-dot {
    left: 21px;
    top: 20%;
    width: 25px;
    height: 25px;
  }

  span.event-day {
    font-size: 2.5rem;
    line-height: 3.10rem;
  }

  section.section-bg-aboutus {
    padding-top: 20px;
  }

  section.section-bg-quicklinks {
    background-image: url(/images/home-page/TTT-Homepage-Mobile-Tribal-Wave-1000x300.png);
  }

  #events-calendar-section section.section-bg-events {
    padding-top: 15px;
  }

  .canoe-graphic {
    margin-right: -18%;
  }

  .orca-whales-graphic {
    left: 13%;
  }

  .\!container {
    max-width: 920px !important;
  }

  /* hidden on mobile */
}

@media (max-width: 991px) {
  .\!container {
    max-width: 100% !important;
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }

  .upper-header.\!container {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    width: 90% !important;
  }

  .\!container.eventsBox {
    padding-top: 0px !important;
    margin-top: -15px !important;
  }

  .section-bg-events .eventsBox.\!container {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .\!container.eventsBox {
    padding-top: 21px !important;
    margin-top: 0 !important;
  }

  .\!container.eventsBox h2.font-bold {
    padding-top: 0px !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }

  .container {
    max-width: 100%;
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .upper-header.container {
    padding-left: 1rem;
    padding-right: 1rem;
    width: 90%;
  }

  .header-background {
    min-height: 505px;
    height: auto;
  }

  #global-search.global-search-input {
    width: 12rem;
  }

  .people-gathering-graphic {
    right: -7%;
  }

  ul.quicklinks-grid {
    grid-template-columns: repeat(2, minmax(0, .5fr)) !important;
    padding: 0 50px;
  }

  section.section-bg-quicklinks {
    margin-top: -150px;
    padding-top: 90px;
    min-height: 337px;
  }

  .w-10r.h-10r.quicklinks-icon-circle.mb-4 {
    width: 7rem;
    height: 7rem;
    margin-bottom: 10px;
  }

  ul.quicklinks-grid h3 {
    font-size: 0.90rem;
    line-height: 1.4rem;
    padding-bottom: 0;
  }

  .section-bg-aboutus figure.mr-8 {
    margin-right: 0;
  }

  .section-bg-aboutus .about-us-title {
    margin-right: 0;
    margin-left: 30px;
  }

  .container.eventsBox {
    padding-top: 0px;
    margin-top: -15px;
  }

  section.section-bg-events {
    padding-top: 0;
  }

  .section-bg-events .eventsBox.container {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .container.eventsBox {
    padding-top: 21px;
    margin-top: 0;
  }

  .container.eventsBox h2.font-bold {
    padding-top: 0px;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .eventsBox > .grid {
    margin-top: 0;
  }

  .eventsBox p {
    padding-top: 0px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .canoe-graphic {
    margin-right: -18%;
    top: -60px;
    width: 400px;
  }

  .\!container {
    max-width: 100% !important;
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }

  .upper-header.\!container {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    width: 90% !important;
  }

  .\!container.eventsBox {
    padding-top: 0px !important;
    margin-top: -15px !important;
  }

  .section-bg-events .eventsBox.\!container {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .\!container.eventsBox {
    padding-top: 21px !important;
    margin-top: 0 !important;
  }

  .\!container.eventsBox h2.font-bold {
    padding-top: 0px !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }

  .\!container {
    max-width: 100% !important;
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }

  .upper-header.\!container {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    width: 90% !important;
  }

  .\!container.eventsBox {
    padding-top: 0px !important;
    margin-top: -15px !important;
  }

  .section-bg-events .eventsBox.\!container {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .\!container.eventsBox {
    padding-top: 21px !important;
    margin-top: 0 !important;
  }

  .\!container.eventsBox h2.font-bold {
    padding-top: 0px !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }

  .\!container {
    max-width: 100% !important;
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }

  .upper-header.\!container {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    width: 90% !important;
  }

  .\!container.eventsBox {
    padding-top: 0px !important;
    margin-top: -15px !important;
  }

  .section-bg-events .eventsBox.\!container {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .\!container.eventsBox {
    padding-top: 21px !important;
    margin-top: 0 !important;
  }

  .\!container.eventsBox h2.font-bold {
    padding-top: 0px !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }

  .\!container {
    max-width: 100% !important;
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }

  .upper-header.\!container {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    width: 90% !important;
  }

  .\!container.eventsBox {
    padding-top: 0px !important;
    margin-top: -15px !important;
  }

  .section-bg-events .eventsBox.\!container {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .\!container.eventsBox {
    padding-top: 21px !important;
    margin-top: 0 !important;
  }

  .\!container.eventsBox h2.font-bold {
    padding-top: 0px !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }

  .\!container {
    max-width: 100% !important;
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }

  .upper-header.\!container {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    width: 90% !important;
  }

  .\!container.eventsBox {
    padding-top: 0px !important;
    margin-top: -15px !important;
  }

  .section-bg-events .eventsBox.\!container {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .\!container.eventsBox {
    padding-top: 21px !important;
    margin-top: 0 !important;
  }

  .\!container.eventsBox h2.font-bold {
    padding-top: 0px !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }
}

@media (max-width: 860px) {
  section.section-bg-videos {
    min-height: 1020px;
  }

  .canoe-graphic {
    margin-right: -16%;
    top: -52px;
    width: 350px;
  }
}

@media (max-width: 835px) {
  /*  .upper-header.container.px-0 {
            padding-left: 4rem;
            padding-right: 4rem;
        }*/

  .upper-header .group-items-2 a.phone-number-top {
    margin-right: 3%;
  }

  .upper-header .group-items-2 {
    margin-left: 4%;
  }

  .pay-online.px-6 {
    margin-left: 4%;
  }

  .social-icon-layout {
    margin-left: 5%;
    width: 22%;
  }
}

@media (max-width: 825px) {
  .people-gathering-graphic {
    position: absolute;
    bottom: 94px;
    right: -7%;
    width: 170px;
  }

  .orca-whales-graphic {
    top: -55px;
    left: 17%;
    width: 190px;
  }
}

@media (max-width: 811px) {
  .upper-header.container.px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .upper-header.container.px-0 .group-items-2.gap-8 {
    gap: 1rem;
  }

  .upper-header.\!container.px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .upper-header.\!container.px-0 .group-items-2.gap-8 {
    gap: 1rem !important;
  }

  .upper-header.\!container.px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .upper-header.\!container.px-0 .group-items-2.gap-8 {
    gap: 1rem !important;
  }
}

@media (max-width: 778px) {
  .heading-h1 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    letter-spacing: 0;
  }

  .heading-h2 {
    font-size: 1.20rem;
    margin: .5rem 0 .50rem;
    letter-spacing: 0;
  }

  .heading-h3 {
    font-size: 1.15rem;
    margin: .4rem 0 .50rem;
  }

  .heading-h4 {
    font-size: 1.10rem;
    margin: .4rem 0 .50rem;
  }

  .heading-h5 {
    font-size: 1rem;
    margin: .4rem 0 .50rem;
  }

  .rssfeed-desktop {
    display: none;
  }

  .rssfeed-mobile {
    display: block;
  }
}

@media (max-width: 767px) {
  #main-content section.section-bg-aboutus {
    padding: 10px 0 50px 0;
  }

  .section-bg-aboutus .about-us-title {
    margin-left: 0;
  }

  header img.what-logo-sub {
    max-width: 130px;
  }

  .header-background {
    min-height: 486px;
  }

  h1.heading-h1 {
    margin-bottom: 0;
  }

  section.section-bg-quicklinks.relative {
    margin-top: -135px;
    padding-top: 92px;
    min-height: 321px;
  }

  .section-bg-aboutus p.p-second {
    margin-bottom: 0;
  }

  .section-bg-quicklinks ul.quicklinks-grid {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .w-10r.h-10r.quicklinks-icon-circle.mb-4 {
    width: 6rem;
    height: 6rem;
    margin-bottom: 10px;
  }

  h1.heading-h1, h2.heading-h2, h3.heading-h3, h4.heading-h4, h5.heading-h5, h6.heading-h6 {
    letter-spacing: 0;
  }

  section.section-bg-aboutus .container.mx-auto.mt-8 {
    margin-top: 0;
  }

  .section-bg-aboutus .container, .section-bg-events .container {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  section.section-bg-aboutus img.aboutus-main-image {
    margin-right: 0;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    background: none;
  }

  .section-bg-quicklinks {
    margin-top: -90px;
    padding-top: 90px;
    min-height: 420px;
    background-position: top center;
  }

  .canoe-graphic {
    margin-right: -19%;
  }

  .people-gathering-graphic {
    right: -5%;
    bottom: 95px;
    width: 160px;
  }

  .header-pad-1400 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .header-background .mt-8 {
    margin-top: -8px !important;
  }

  .text-h1-mobile {
    font-size: 2rem !important;
  }

  .text-body-desktop {
    font-size: 1rem !important;
  }

  .subheader-wave {
    top: -12px !important;
  }

  footer .text-xs {
    font-size: .90rem !important;
    line-height: 1.5rem !important;
    text-align: center;
  }

  footer.sub-footer nav.pt-0 {
    margin-top: 20px;
  }

  section.section-bg-aboutus .\!container.mx-auto.mt-8 {
    margin-top: 0 !important;
  }

  .section-bg-aboutus .\!container, .section-bg-events .\!container {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  section.section-bg-aboutus .\!container.mx-auto.mt-8 {
    margin-top: 0 !important;
  }

  .section-bg-aboutus .\!container, .section-bg-events .\!container {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  section.section-bg-aboutus .\!container.mx-auto.mt-8 {
    margin-top: 0 !important;
  }

  .section-bg-aboutus .\!container, .section-bg-events .\!container {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
}

@media (max-width: 575px) {
  #main-content section.section-bg-aboutus {
    padding-top: 10px;
  }
}

@media (max-width: 690px) {
  .\!container {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }

  .container {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  section.section-bg-quicklinks {
    margin-top: -132px;
    padding-top: 75px;
    min-height: 280px;
  }

  .w-10r.h-10r.quicklinks-icon-circle.mb-4 {
    width: 5.5rem;
    height: 5.5rem;
    margin-bottom: 7px;
  }
}

@media (max-width: 630px) {
  section.home-header-content {
    max-width: 100%;
    position: absolute;
    padding: 0 30px;
  }

  .header-container p.text-lg {
    font-size: 1rem;
    line-height: 1.6;
  }

  section.home-header-content img.whale-logo {
    padding: 12px 0;
  }

  section.section-bg-aboutus {
    padding-top: 5px;
  }

  .header-background-default {
    background-image: url(/images/home-page/Home-Mobile-Header-Image-630x270.jpg);
  }

  section.section-bg-quicklinks {
    margin-top: -81px;
    padding-top: 93px;
    min-height: 296px;
  }

  .container.eventsBox {
    padding-top: 0px;
    margin-top: 0;
  }

  .canoe-graphic {
    margin-right: unset;
    top: -58px;
    width: 300px;
    margin: 0 auto;
    right: unset;
    position: relative;
    transform: unset;
  }

  .orca-whales-graphic {
    top: -46px;
    left: unset;
    width: 170px;
    transform: unset;
    margin: 0 auto;
    right: unset;
    position: relative;
  }

  section.section-bg-newsfeed .container.tulalip-news {
    padding-top: 12px;
  }

  h2#videos-heading.mb-4 {
    margin-bottom: 1rem;
  }

  .\!container.eventsBox {
    padding-top: 0px !important;
    margin-top: 0 !important;
  }

  section.section-bg-newsfeed .\!container.tulalip-news {
    padding-top: 12px !important;
  }

  .\!container.eventsBox {
    padding-top: 0px !important;
    margin-top: 0 !important;
  }

  section.section-bg-newsfeed .\!container.tulalip-news {
    padding-top: 12px !important;
  }
}

@media (max-width: 626px) {
  .\!container.eventsBox {
    padding-top: -6px !important;
    margin-top: -44px !important;
  }

  .container.eventsBox {
    padding-top: -6px;
    margin-top: -44px;
  }
}

@media (max-width: 567px) {
  .\!container {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

  .\!container h2#videos-heading.mb-4 {
    margin-bottom: 1rem !important;
  }

  section.section-bg-newsfeed .\!container.tulalip-news {
    padding-top: 0 !important;
  }

  .section-bg-quicklinks .\!container {
    margin-bottom: 0 !important;
  }

  main#main-content section.section-bg-quicklinks.relative .\!container {
    padding-left: 20px !important;
    padding-right: 40px !important;
  }

  .container {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  section.navigation-bar.pt-4 {
    margin-right: 7px;
  }

  h2#videos-heading.mb-4 {
    margin-bottom: 1rem;
    margin-top: -.50rem;
  }

  section.section-bg-videos {
    padding: 25px 0 55px 0;
  }

  .container h2#videos-heading.mb-4 {
    margin-bottom: 1rem;
  }

  section.section-bg-newsfeed .container.tulalip-news {
    padding-top: 0;
  }

  .people-gathering-graphic {
    display: none;
  }

  section.section-bg-quicklinks {
    margin-top: -58px;
    padding-top: 78px;
    min-height: 235px;
  }

  .section-bg-quicklinks .container {
    margin-bottom: 0;
  }

  section.section-bg-quicklinks .mt-4 {
    margin-top: 0;
  }

  main#main-content section.section-bg-quicklinks.relative .container {
    padding-left: 20px !important;
    padding-right: 40px !important;
  }

  div.w-10r.h-10r.quicklinks-icon-circle.mb-4 {
    width: 4.7rem;
    height: 4.7rem;
    margin-bottom: 3px;
    padding: 0;
  }

  img.quicklinks-icon.h-24.w-24 {
    width: 3.5rem;
    height: 3.5rem;
  }

  ul.quicklinks-grid h3 {
    font-size: 13px;
    line-height: 1.2rem;
  }

  section .background-img-footer-waves {
    position: relative;
    min-height: 80px;
    margin-top: -32px;
  }

  .navigation.header-nav-width {
    padding-left: 0;
    padding-right: 0;
  }

  section.home-header-content img.whale-logo {
    padding: 6px 0;
    width: 6rem;
  }

  .header-container h1.text-h1-mobile {
    font-size: 1.50rem !important;
  }

  .header-container p.text-lg.mt-4 {
    font-size: .90rem;
    line-height: 1.4;
  }

  section.section-bg-aboutus {
    padding-top: 10px;
  }

  .about-us-title h2.mb-4 {
    margin-bottom: .5rem;
  }

  .\!container {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

  .\!container h2#videos-heading.mb-4 {
    margin-bottom: 1rem !important;
  }

  section.section-bg-newsfeed .\!container.tulalip-news {
    padding-top: 0 !important;
  }

  .section-bg-quicklinks .\!container {
    margin-bottom: 0 !important;
  }

  main#main-content section.section-bg-quicklinks.relative .\!container {
    padding-left: 20px !important;
    padding-right: 40px !important;
  }

  .\!container {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

  .\!container h2#videos-heading.mb-4 {
    margin-bottom: 1rem !important;
  }

  section.section-bg-newsfeed .\!container.tulalip-news {
    padding-top: 0 !important;
  }

  .section-bg-quicklinks .\!container {
    margin-bottom: 0 !important;
  }

  main#main-content section.section-bg-quicklinks.relative .\!container {
    padding-left: 20px !important;
    padding-right: 40px !important;
  }

  .\!container {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

  .\!container h2#videos-heading.mb-4 {
    margin-bottom: 1rem !important;
  }

  section.section-bg-newsfeed .\!container.tulalip-news {
    padding-top: 0 !important;
  }

  .section-bg-quicklinks .\!container {
    margin-bottom: 0 !important;
  }

  main#main-content section.section-bg-quicklinks.relative .\!container {
    padding-left: 20px !important;
    padding-right: 40px !important;
  }

  .\!container {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

  .\!container h2#videos-heading.mb-4 {
    margin-bottom: 1rem !important;
  }

  section.section-bg-newsfeed .\!container.tulalip-news {
    padding-top: 0 !important;
  }

  .section-bg-quicklinks .\!container {
    margin-bottom: 0 !important;
  }

  main#main-content section.section-bg-quicklinks.relative .\!container {
    padding-left: 20px !important;
    padding-right: 40px !important;
  }
}

/* ---------------------------------------------------------------
     SECTION BACKGROUNDS (full-bleed)
  --------------------------------------------------------------- */

.section-bg-quicklinks,
    .section-bg-aboutus,
    .section-bg-events,
    .section-bg-videos {
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  width: 100vw;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
}

.section-bg-quicklinks {
  background-image: url('/images/home-page/Tulalip-Tribes-Background-Tribal-Light-Waves.png');
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  margin-top: -150px;
  /* pulls wave up to cover the bottom of the header */
  padding-top: 157px;
  /* pushes section content down to sit on the wave */
  min-height: 505px;
  z-index: 20;
}

.section-bg-aboutus {
  background-image: url('../images/home-page/tribal-artwork-background-image-about-us.png');
  padding-top: 50px;
  padding-bottom: 50px;
}

.section-bg-aboutus .container {
  position: relative;
  z-index: 30;
}

.section-bg-aboutus .\!container {
  position: relative !important;
  z-index: 30 !important;
}

.section-bg-newsfeed {
  background-image: url(../images/home-page/tulalip-tribes-background-pine-needles-newsfeed.png);
  margin-bottom: 20px;
  min-height: 618px;
}

.\!container.tulalip-news {
  padding-top: 35px !important;
}

.container.tulalip-news {
  padding-top: 35px;
}

.section-bg-events {
  background-image: url('../images/home-page/Tulalip-Tribes-Background-Tribal-dark-Waves.png');
  padding-top: 30px;
}

.section-bg-videos {
  min-height: 500px;
  background-image: url('/images/home-page/Tribal-Artwork-Background-Image-videos.png');
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 30px;
}

/* Full-bleed sections zero padding */

.section-bg-quicklinks .container,
    .section-bg-aboutus .container,
    .section-bg-events .container {
  padding-left: 0;
  padding-right: 0;
}

.section-bg-quicklinks .\!container,
    .section-bg-aboutus .\!container,
    .section-bg-events .\!container {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.events-timeline {
  position: absolute;
  left: 32px;
  top: 0;
  width: 6px;
  height: 100%;
  background: white;
  border-radius: 2px;
  z-index: 1;
}

/* ---------------------------------------------------------------
     TYPOGRAPHY & CONTENT
  --------------------------------------------------------------- */

.homeFooter .footer-items  .text-xs .breadcrumb-nav,.homeFooter .footer-items  .text-xs  .breadcrumb {
  font-size: .95rem;
  line-height: 1.5rem;
}

.homeFooter .footer-items .text-xs .breadcrumb-nav ul li a,.homeFooter .footer-items .text-xs  .breadcrumb ul li a {
  font-size: .95rem;
  line-height: 1.6rem;
}

.breadcrumb-nav, .breadcrumb {
  margin-bottom: 0.5rem;
  margin-top: 1.5rem;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}

.breadcrumb-nav > :not([hidden]) ~ :not([hidden]), .breadcrumb > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.breadcrumb-nav, .breadcrumb {
  font-family: Montserrat, ui-sans-serif, system-ui, sans-serif;
  font-size: .90rem;
  line-height: 1.4;
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

.breadcrumb-nav ol, .breadcrumb ol {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}

.breadcrumb-nav ol > :not([hidden]) ~ :not([hidden]), .breadcrumb ol > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.breadcrumb-nav ol, .breadcrumb ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

#departments-mega-menu a.breadcrumb-nav a,
            #departments-mega-menu a.block.breadcrumb-nav a,#departments-mega-menu a .breadcrumb a,
            #departments-mega-menu a.block .breadcrumb a {
  background-color: rgba(112, 134, 140, 0.15);
  text-decoration: underline;
}

.breadcrumb-nav a, .breadcrumb a {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
  text-underline-offset: 2px;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.breadcrumb-nav a:hover, .breadcrumb a:hover, .breadcrumb-nav a:focus, .breadcrumb a:focus {
  --tw-text-opacity: 1;
  color: rgb(100 119 125 / var(--tw-text-opacity, 1));
}

@media (max-width: 1199px) {
  .eventsBox h2.heading-h1 {
    margin-top: 26px;
  }
}

@media (max-width: 991px) {
  .container.eventsBox h2.heading-h1 {
    padding-top: 0px;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}

@media (max-width: 767px) {
  .heading-h1 {
    font-size: 2rem;
  }
}

@media (max-width: 567px) {
  .header-container h1.heading-h1 {
    font-size: 1.50rem;
  }
}

.heading-h1 {
  margin-bottom: 1.5rem;
  font-family: Montserrat, ui-sans-serif, system-ui, sans-serif;
  font-size: 2.25rem;
  line-height: 1.15;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

@media (min-width: 768px) {
  .heading-h1 {
    font-size: 2.75rem;
    line-height: 1.15;
    letter-spacing: 0.08em;
    font-weight: 800;
  }
}

.heading-h1 {
  color: #60757b;
}

@media (max-width: 1199px) {
  .section-bg-aboutus .container.heading-h2 {
    margin-top: 30px;
  }

  .eventsBox h2.heading-h2 {
    margin-top: 26px;
  }
}

@media (max-width: 1100px) {
  .header-background .heading-h2 {
    margin-top: 20px;
  }
}

@media (max-width: 991px) {
  .container.eventsBox h2.heading-h2 {
    padding-top: 0px;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}

@media (max-width: 767px) {
  section.section-bg-aboutus .container.mx-auto.heading-h2 {
    margin-top: 0;
  }

  .header-background .heading-h2 {
    margin-top: -8px;
  }

  section.section-bg-aboutus .container.mx-auto.heading-h2 {
    margin-top: 0;
  }

  .header-background .heading-h2 {
    margin-top: -8px;
  }
}

.heading-h2 {
  margin-bottom: 0.5rem;
  margin-top: 2rem;
  font-size: 1.25rem;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: 0.1em;
}

@media (min-width: 768px) {
  .heading-h2 {
    font-size: 1.50rem;
    line-height: 1.15;
    letter-spacing: 0.04em;
    font-weight: 800;
  }
}

.heading-h2 {
  color: #8C6C54;
}

.heading-h2.mt-0 {
  margin-top: 0 !important;
}

@media (max-width: 1199px) {
  .eventsBox h2.heading-h3 {
    margin-top: 26px;
  }
}

@media (max-width: 991px) {
  .container.eventsBox h2.heading-h3 {
    padding-top: 0px;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}

.heading-h3 {
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
  line-height: 1.3;
  font-weight: 600;
  letter-spacing: 0.1em;
}

@media (min-width: 768px) {
  .heading-h3 {
    font-size: 1.20rem;
    line-height: 1.3;
    letter-spacing: 0.02em;
    font-weight: 800;
  }
}

.heading-h3 {
  color: rgba(0,0,0,0.98);
}

@media (max-width: 1199px) {
  .eventsBox h2.heading-h4 {
    margin-top: 26px;
  }
}

@media (max-width: 991px) {
  .container.eventsBox h2.heading-h4 {
    padding-top: 0px;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}

.heading-h4 {
  margin-bottom: 0.5rem;
  font-size: 1.10rem;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: 0.1em;
}

@media (min-width: 768px) {
  .heading-h4 {
    font-size: 1.15rem;
    line-height: 1.3;
    letter-spacing: 0.02em;
    font-weight: 700;
  }
}

.heading-h4 {
  color: #8C6C54;
}

@media (max-width: 1199px) {
  .section-bg-aboutus .container article p.text-content,.section-bg-aboutus .container article p .article-content {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }
}

.text-content, .article-content {
  font-family: Montserrat, ui-sans-serif, system-ui, sans-serif;
  font-size: .95rem;
  line-height: 1.3;
}

@media (min-width: 768px) {
  @media (max-width: 767px) {
    .text-content, .article-content {
      font-size: 1rem;
    }
  }

  .text-content, .article-content {
    font-size: 1rem;
    line-height: 1.5;
  }
}

.text-content, .article-content {
  color: #000;
}

h2#videos-heading.article-content p {
  margin-bottom: 2rem;
}

@media (max-width: 1199px) {
  h2#videos-heading.article-content p {
    margin-bottom: 23px;
  }
}

@media (max-width: 991px) {
  .w-10r.h-10r.quicklinks-icon-circle.article-content p {
    width: 7rem;
    height: 7rem;
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .w-10r.h-10r.quicklinks-icon-circle.article-content p {
    width: 6rem;
    height: 6rem;
    margin-bottom: 10px;
  }
}

@media (max-width: 690px) {
  .w-10r.h-10r.quicklinks-icon-circle.article-content p {
    width: 5.5rem;
    height: 5.5rem;
    margin-bottom: 7px;
  }
}

@media (max-width: 630px) {
  h2#videos-heading.article-content p {
    margin-bottom: 1rem;
  }
}

@media (max-width: 567px) {
  h2#videos-heading.article-content p {
    margin-bottom: 1rem;
    margin-top: -.50rem;
  }

  .container h2#videos-heading.article-content p {
    margin-bottom: 1rem;
  }

  div.w-10r.h-10r.quicklinks-icon-circle.article-content p {
    width: 4.7rem;
    height: 4.7rem;
    margin-bottom: 3px;
    padding: 0;
  }

  .about-us-title h2.article-content p {
    margin-bottom: .5rem;
  }

  h2#videos-heading.article-content p {
    margin-bottom: 1rem;
    margin-top: -.50rem;
  }

  .container h2#videos-heading.article-content p {
    margin-bottom: 1rem;
  }

  div.w-10r.h-10r.quicklinks-icon-circle.article-content p {
    width: 4.7rem;
    height: 4.7rem;
    margin-bottom: 3px;
    padding: 0;
  }

  .about-us-title h2.article-content p {
    margin-bottom: .5rem;
  }

  h2#videos-heading.article-content p {
    margin-bottom: 1rem;
    margin-top: -.50rem;
  }

  .container h2#videos-heading.article-content p {
    margin-bottom: 1rem;
  }

  div.w-10r.h-10r.quicklinks-icon-circle.article-content p {
    width: 4.7rem;
    height: 4.7rem;
    margin-bottom: 3px;
    padding: 0;
  }

  .about-us-title h2.article-content p {
    margin-bottom: .5rem;
  }

  h2#videos-heading.article-content p {
    margin-bottom: 1rem;
    margin-top: -.50rem;
  }

  .container h2#videos-heading.article-content p {
    margin-bottom: 1rem;
  }

  div.w-10r.h-10r.quicklinks-icon-circle.article-content p {
    width: 4.7rem;
    height: 4.7rem;
    margin-bottom: 3px;
    padding: 0;
  }

  .about-us-title h2.article-content p {
    margin-bottom: .5rem;
  }
}

@media (max-width: 480px) {
  .w-10r.h-10r.quicklinks-icon-circle.article-content p {
    width: 5rem;
    height: 5rem;
    margin-bottom: 6px;
  }
}

.article-content p {
  margin-bottom: 1rem;
}

.article-content p.pb-0 {
  padding-bottom: 0 !important;
}

.article-content p.mb-0 {
  margin-bottom: 0 !important;
}

/* FOOTER AREA */

.homeFooter .footer-items  .text-xs .text-sm {
  font-size: .95rem;
  line-height: 1.5rem;
}

.homeFooter .footer-items .text-xs .text-sm ul li a {
  font-size: .95rem;
  line-height: 1.6rem;
}

.footer-items {
  position: relative;
  top: -25px;
}

.background-wave img {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  width: 100vw;
  min-width: 100vw;
  max-width: 100vw;
  height: 250px;
  position: absolute;
  z-index: 1
}

.homeFooter nav.bg-brand-brown {
  background-image: url(/images/Tulalip-Tribes-Background-Basket-Weave-Sub-Footer.png);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  width: 100vw;
  min-width: 100vw;
  max-width: 100vw;
  position: relative;
  z-index: 20;
  min-height: 75px;
  background-color: rgb(91 56 32 / var(--tw-bg-opacity, 1));
}

/* subfooter background image */

.background-img-footer-waves {
  background-image: url(/images/Tulalip-Tribes-Background-Tribal-Light-Waves-Footer.png);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  min-height: 200px;
}

/* ---------------------------------------------------------------
     LAYOUT HELPERS
  --------------------------------------------------------------- */

.full-bleed {
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  width: 100vw;
}

.section {
  margin-left: 1rem;
  margin-right: 1rem;
  margin-bottom: 2.5rem;
}

#main-content {
  background-color: #fff;
  position: relative;
}

.subheader-wave {
  z-index: 5;
  position: relative;
  top: -20px;
}

.hidden {
  display: none !important;
}

/* Forms */

/* Cards */

.card {
  background: #fff;
  border-radius: .5rem;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  padding: 1.5rem;
  margin-bottom: 1.5rem;
}

/* Quicklinks: default 2 columns; 4 columns at ≥640px */

.section-bg-quicklinks ul.quicklinks-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  /* slightly smaller base gap */
}

/* 4 columns starting at small (640px) */

@media (min-width: 640px) {
  .section-bg-quicklinks ul.quicklinks-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.25rem;
  }
}

@media (max-width: 510px) {
  section.section-bg-videos div.container.mx-auto {
    width: 100%;
  }

  .rssfeed-mobile {
    overflow: hidden;
  }

  section.section-bg-videos div.\!container.mx-auto {
    width: 100% !important;
  }
}

/* Mobile: force 2 columns and tighter spacing at ≤480px */

@media (max-width: 480px) {
  .section-bg-quicklinks ul.quicklinks-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
    row-gap: 0.75rem;
    padding-left: 12px;
    padding-right: 12px;
  }

  .w-10r.h-10r.quicklinks-icon-circle.mb-4 {
    width: 5rem;
    height: 5rem;
    margin-bottom: 6px;
  }

  .quicklinks-icon {
    width: 3.5rem;
    height: 3.5rem;
  }
}

@media (max-width: 467px) {
  .heading-h2 h2.text-3x1 {
    font-size: 1.7rem;
    line-height: 2rem;
  }

  .tulalip-news h2 {
    font-size: 1.7rem;
    line-height: 2rem;
  }

  section.section-bg-newsfeed {
    min-height: 500px;
    padding-bottom: 3px;
  }

  section.section-bg-newsfeed .container.tulalip-news {
    padding-top:0;
  }

  section.section-bg-newsfeed .\!container.tulalip-news {
    padding-top:0 !important;
  }
}

/* Navigation items and dropdowns */

.nav-item {
  position: relative;
}

.nav-dropdown {
  z-index: 3000;
}

.nav-dropdown-item {
  display: block;
  padding: 0.25rem 5px;
  font-size: 1rem;
  line-height: 1.25;
  transition: background-color 0.15s ease-in-out;
}

.nav-dropdown-item:hover {
  background-color: rgba(112, 134, 140, 0.1);
  text-decoration: underline;
  border-radius: .25rem;
}

.nav-dropdown-item.active {
  font-weight: 400;
  text-decoration: underline;
  background-color: rgba(112, 134, 140, 0.15);
}

.nav-dropdown-item:focus {
  background-color: rgba(112, 134, 140, 0.1);
  outline: 2px solid #70868C;
  outline-offset: -2px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.pointer-events-none {
  pointer-events: none;
}

.visible {
  visibility: visible;
}

.collapse {
  visibility: collapse;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  inset: 0px;
}

.inset-x-0 {
  left: 0px;
  right: 0px;
}

.-right-3 {
  right: -0.75rem;
}

.-top-3 {
  top: -0.75rem;
}

.bottom-0 {
  bottom: 0px;
}

.left-0 {
  left: 0px;
}

.left-1\/2 {
  left: 50%;
}

.right-0 {
  right: 0px;
}

.top-0 {
  top: 0px;
}

.top-1\/2 {
  top: 50%;
}

.top-full {
  top: 100%;
}

.z-0 {
  z-index: 0;
}

.z-10 {
  z-index: 10;
}

.z-40 {
  z-index: 40;
}

.z-50 {
  z-index: 50;
}

.z-\[10000\] {
  z-index: 10000;
}

.z-\[10001\] {
  z-index: 10001;
}

.z-\[2000\] {
  z-index: 2000;
}

.z-\[5000\] {
  z-index: 5000;
}

.m-0 {
  margin: 0px;
}

.mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}

.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.mb-0 {
  margin-bottom: 0px;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.mb-12 {
  margin-bottom: 3rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.mb-auto {
  margin-bottom: auto;
}

.ml-0 {
  margin-left: 0px;
}

.ml-1 {
  margin-left: 0.25rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.ml-4 {
  margin-left: 1rem;
}

.ml-6 {
  margin-left: 1.5rem;
}

.mr-0 {
  margin-right: 0px;
}

.mr-4 {
  margin-right: 1rem;
}

.mr-8 {
  margin-right: 2rem;
}

.mt-0 {
  margin-top: 0px;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mt-10 {
  margin-top: 2.5rem;
}

.mt-12 {
  margin-top: 3rem;
}

.mt-16 {
  margin-top: 4rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-24 {
  margin-top: 6rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mt-8 {
  margin-top: 2rem;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-10 {
  height: 2.5rem;
}

.h-24 {
  height: 6rem;
}

.h-28 {
  height: 7rem;
}

.h-4 {
  height: 1rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-8 {
  height: 2rem;
}

.h-96 {
  height: 24rem;
}

.h-\[100vh\] {
  height: 100vh;
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.max-h-64 {
  max-height: 16rem;
}

.max-h-\[90vh\] {
  max-height: 90vh;
}

.min-h-\[1440px\] {
  min-height: 1440px;
}

.w-11\/12 {
  width: 91.666667%;
}

.w-24 {
  width: 6rem;
}

.w-28 {
  width: 7rem;
}

.w-32 {
  width: 8rem;
}

.w-4 {
  width: 1rem;
}

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

.w-8 {
  width: 2rem;
}

.w-\[100vw\] {
  width: 100vw;
}

.w-\[180px\] {
  width: 180px;
}

.w-\[280px\] {
  width: 280px;
}

.w-\[90\%\] {
  width: 90%;
}

.w-full {
  width: 100%;
}

.min-w-0 {
  min-width: 0px;
}

.min-w-\[14rem\] {
  min-width: 14rem;
}

.min-w-\[2560px\] {
  min-width: 2560px;
}

.min-w-full {
  min-width: 100%;
}

.max-w-5xl {
  max-width: 64rem;
}

.max-w-\[1300px\] {
  max-width: 1300px;
}

.max-w-\[160px\] {
  max-width: 160px;
}

.max-w-\[170px\] {
  max-width: 170px;
}

.max-w-\[200px\] {
  max-width: 200px;
}

.max-w-\[640px\] {
  max-width: 640px;
}

.max-w-\[700px\] {
  max-width: 700px;
}

.max-w-full {
  max-width: 100%;
}

.max-w-md {
  max-width: 28rem;
}

.max-w-xl {
  max-width: 36rem;
}

.flex-1 {
  flex: 1 1 0%;
}

.flex-shrink {
  flex-shrink: 1;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

.shrink-0 {
  flex-shrink: 0;
}

.grow {
  flex-grow: 1;
}

.border-collapse {
  border-collapse: collapse;
}

.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.cursor-pointer {
  cursor: pointer;
}

.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.resize {
  resize: both;
}

.list-decimal {
  list-style-type: decimal;
}

.list-disc {
  list-style-type: disc;
}

.list-none {
  list-style-type: none;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

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

.flex-row {
  flex-direction: row;
}

.flex-col {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.items-start {
  align-items: flex-start;
}

.items-end {
  align-items: flex-end;
}

.items-center {
  align-items: center;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.justify-items-end {
  justify-items: end;
}

.gap-0 {
  gap: 0px;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-\[14px\] {
  gap: 14px;
}

.gap-x-3 {
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}

.gap-y-1 {
  row-gap: 0.25rem;
}

.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}

.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.space-y-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}

.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

.space-y-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-visible {
  overflow: visible;
}

.overflow-x-auto {
  overflow-x: auto;
}

.overflow-y-auto {
  overflow-y: auto;
}

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-btn {
  border-radius: 0.5rem;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-md {
  border-radius: 0.375rem;
}

.rounded-sm {
  border-radius: 0.125rem;
}

.rounded-xl {
  border-radius: 0.75rem;
}

.border {
  border-width: 1px;
}

.border-2 {
  border-width: 2px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-l {
  border-left-width: 1px;
}

.border-t {
  border-top-width: 1px;
}

.border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
}

.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}

.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}

.border-gray-400 {
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
}

.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

.bg-\[\#1f2b2e\] {
  --tw-bg-opacity: 1;
  background-color: rgb(31 43 46 / var(--tw-bg-opacity, 1));
}

.bg-\[\#96735A\] {
  --tw-bg-opacity: 1;
  background-color: rgb(150 115 90 / var(--tw-bg-opacity, 1));
}

.bg-\[\#cfdfe3\] {
  --tw-bg-opacity: 1;
  background-color: rgb(207 223 227 / var(--tw-bg-opacity, 1));
}

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.bg-black\/50 {
  background-color: rgb(0 0 0 / 0.5);
}

.bg-black\/60 {
  background-color: rgb(0 0 0 / 0.6);
}

.bg-black\/70 {
  background-color: rgb(0 0 0 / 0.7);
}

.bg-brand-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(100 119 125 / var(--tw-bg-opacity, 1));
}

.bg-brand-brown {
  --tw-bg-opacity: 1;
  background-color: rgb(140 108 84 / var(--tw-bg-opacity, 1));
}

.bg-brand-green {
  --tw-bg-opacity: 1;
  background-color: rgb(137 151 126 / var(--tw-bg-opacity, 1));
}

.bg-brand-ltgrey {
  --tw-bg-opacity: 1;
  background-color: rgb(241 241 242 / var(--tw-bg-opacity, 1));
}

.bg-brand-tan {
  --tw-bg-opacity: 1;
  background-color: rgb(224 199 171 / var(--tw-bg-opacity, 1));
}

.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}

.bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
}

.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

.bg-gray-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity, 1));
}

.bg-green-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity, 1));
}

.bg-red-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
}

.bg-transparent {
  background-color: transparent;
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}

.bg-cover {
  background-size: cover;
}

.bg-center {
  background-position: center;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.p-0 {
  padding: 0px;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-6 {
  padding: 1.5rem;
}

.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}

.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.pb-0 {
  padding-bottom: 0px;
}

.pb-1 {
  padding-bottom: 0.25rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pl-0 {
  padding-left: 0px;
}

.pl-2 {
  padding-left: 0.5rem;
}

.pl-4 {
  padding-left: 1rem;
}

.pl-6 {
  padding-left: 1.5rem;
}

.pl-8 {
  padding-left: 2rem;
}

.pr-2 {
  padding-right: 0.5rem;
}

.pr-4 {
  padding-right: 1rem;
}

.pt-0 {
  padding-top: 0px;
}

.pt-1 {
  padding-top: 0.25rem;
}

.pt-10 {
  padding-top: 2.5rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pt-4 {
  padding-top: 1rem;
}

.text-left {
  text-align: left;
}

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

.text-right {
  text-align: right;
}

.align-top {
  vertical-align: top;
}

.font-lushootseed {
  font-family: Lushootseed, Montserrat, ui-sans-serif, system-ui, sans-serif;
}

.font-montserrat {
  font-family: Montserrat, ui-sans-serif, system-ui, sans-serif;
}

.font-sans {
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-\[0\.975rem\] {
  font-size: 0.975rem;
}

.text-\[11px\] {
  font-size: 11px;
}

.text-\[14px\] {
  font-size: 14px;
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-body-mobile {
  font-size: .95rem;
  line-height: 1.3;
}

.text-h1-mobile {
  font-size: 2.25rem;
  line-height: 1.15;
  letter-spacing: 0.08em;
  font-weight: 800;
}

.text-h2-mobile {
  font-size: 1.25rem;
  line-height: 1.2;
  letter-spacing: 0.04em;
  font-weight: 800;
}

.text-h3-mobile {
  font-size: 1.125rem;
  line-height: 1.3;
  letter-spacing: 0.02em;
  font-weight: 800;
}

.text-h5-mobile {
  font-size: .95rem;
  line-height: 1.30;
  letter-spacing: 0.02em;
  font-weight: 800;
}

.text-lg {
  font-size: 1.05rem;
  line-height: 1.6;
}

.text-md {
  font-size: 1rem;
  line-height: 1.4;
}

.text-sm {
  font-size: .90rem;
  line-height: 1.4;
}

.text-xl {
  font-size: 1.20rem;
  line-height: 1.6;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.font-bold {
  font-weight: 600;
}

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

.uppercase {
  text-transform: uppercase;
}

.italic {
  font-style: italic;
}

.not-italic {
  font-style: normal;
}

.leading-relaxed {
  line-height: 1.625;
}

.leading-tight {
  line-height: 1.25;
}

.tracking-wide {
  letter-spacing: 0.025em;
}

.tracking-widest {
  letter-spacing: 0.1em;
}

.text-\[\#70868C\] {
  --tw-text-opacity: 1;
  color: rgb(112 134 140 / var(--tw-text-opacity, 1));
}

.text-\[\#89977E\] {
  --tw-text-opacity: 1;
  color: rgb(137 151 126 / var(--tw-text-opacity, 1));
}

.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}

.text-blue-700 {
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity, 1));
}

.text-brand-blue {
  --tw-text-opacity: 1;
  color: rgb(100 119 125 / var(--tw-text-opacity, 1));
}

.text-brand-brown {
  --tw-text-opacity: 1;
  color: rgb(140 108 84 / var(--tw-text-opacity, 1));
}

.text-brand-red {
  --tw-text-opacity: 1;
  color: rgb(188 31 37 / var(--tw-text-opacity, 1));
}

.text-gray-200 {
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity, 1));
}

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}

.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}

.text-green-800 {
  --tw-text-opacity: 1;
  color: rgb(22 101 52 / var(--tw-text-opacity, 1));
}

.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}

.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}

.text-red-700 {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.underline {
  text-decoration-line: underline;
}

.no-underline {
  text-decoration-line: none;
}

.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-custom {
  --tw-shadow: 0 2px 8px rgba(0,0,0,0.15);
  --tw-shadow-colored: 0 2px 8px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline {
  outline-style: solid;
}

.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-shadow {
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-200 {
  transition-duration: 200ms;
}

.duration-300 {
  transition-duration: 300ms;
}

.nav-text-base {
  font-size: 1.25rem;
  line-height: 1.5rem;
}

ul li a.nav-dropdown-item {
  font-size: 1rem;
}

@media (max-width: 1200px) {
  .nav-text-base {
    font-size: 1.1rem;
    line-height: 1.4rem;
  }
}

/* ===================================================================
   BASE LAYER
   =================================================================== */

/* ===================================================================
   COMPONENTS LAYER
   =================================================================== */

/* ===================================================================
   UTILITIES LAYER
   =================================================================== */

/* ---------------------------------------------------------------
     HEADER & NAVIGATION
  --------------------------------------------------------------- */

.header-background-alt {
  background-image: url('/images/home-page/home-page-header-image-alt-2560x875.jpg');
}

.header-pad-1400 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.first\:mt-0:first-child.heading-h2 {
  margin-top: 0 !important;
}

#departments-mega-menu .hover\:underline:hovera,
            #departments-mega-menu .hover\:underline:hovera.block {
  background-color: rgba(112, 134, 140, 0.15) !important;
  text-decoration: underline !important;
}

#departments-mega-menu .focus\:underline:focusa,
            #departments-mega-menu .focus\:underline:focusa.block {
  background-color: rgba(112, 134, 140, 0.15) !important;
  text-decoration: underline !important;
}

@media (min-width: 768px) {
  #departments-mega-menu h4.md\:text-base {
    font-size: .95rem;
  }

  
            #departments-mega-menu a.md\:block:hover {
    background-color: rgba(112, 134, 140, 0.1) !important;
    text-decoration: underline !important;
  }

  
            #departments-mega-menu a.md\:block.underline {
    background-color: rgba(112, 134, 140, 0.15) !important;
    text-decoration: underline !important;
  }

  
            #departments-mega-menu a.md\:block:focus {
    background-color: rgba(112, 134, 140, 0.1) !important;
    text-decoration: underline !important;
    outline: 2px solid #70868C;
    outline-offset: -2px;
  }

  .faqs-group span.md\:text-base {
    font-weight: 600;
    font-size: 1.05rem;
    opacity: .8;
    color: black;
  }

  @media (max-width: 1599px) {
    .md\:mt-3.eventsBox {
      margin-top: 0 !important;
    }
  }

  @media (max-width: 1399px) {
    a.md\:block.quicklink h3-desktop {
      font-size: 1.10rem;
    }
  }

  @media (max-width: 1199px) {
    .section-bg-aboutus .md\:mt-8.container {
      margin-top: 30px;
    }
  }

  @media (max-width: 1100px) {
    .header-background .md\:mt-8 {
      margin-top: 20px !important;
    }
  }

  @media (max-width: 835px) {
    /*  .upper-header.container.px-0 {
            padding-left: 4rem;
            padding-right: 4rem;
        }*/

    .md\:px-6.pay-online {
      margin-left: 4%;
    }
  }

  @media (max-width: 767px) {
    section.section-bg-aboutus .md\:mt-8.container.mx-auto {
      margin-top: 0;
    }

    .header-background .md\:mt-8 {
      margin-top: -8px !important;
    }

    section.section-bg-aboutus .md\:mt-8.container.mx-auto {
      margin-top: 0;
    }

    .header-background .md\:mt-8 {
      margin-top: -8px !important;
    }

    .md\:text-body-desktop {
      font-size: 1rem !important;
    }
  }

  @media (max-width: 630px) {
    .header-container p.md\:text-lg {
      font-size: 1rem;
      line-height: 1.6;
    }
  }

  @media (max-width: 567px) {
    .header-container p.md\:text-lg.mt-4 {
      font-size: .90rem;
      line-height: 1.4;
    }
  }

  .homeFooter .footer-items  .text-xs .md\:text-sm {
    font-size: .95rem;
    line-height: 1.5rem;
  }

  .homeFooter .footer-items .text-xs .md\:text-sm ul li a {
    font-size: .95rem;
    line-height: 1.6rem;
  }
}

@media (min-width: 992px) {
  
            #departments-mega-menu a.lg2\:block:hover {
    background-color: rgba(112, 134, 140, 0.1) !important;
    text-decoration: underline !important;
  }

  
            #departments-mega-menu a.lg2\:block.underline {
    background-color: rgba(112, 134, 140, 0.15) !important;
    text-decoration: underline !important;
  }

  
            #departments-mega-menu a.lg2\:block:focus {
    background-color: rgba(112, 134, 140, 0.1) !important;
    text-decoration: underline !important;
    outline: 2px solid #70868C;
    outline-offset: -2px;
  }

  @media (max-width: 1399px) {
    a.lg2\:block.quicklink h3-desktop {
      font-size: 1.10rem;
    }
  }

  @media (max-width: 567px) {
    section.section-bg-quicklinks .lg2\:mt-4 {
      margin-top: 0;
    }

    .header-container p.lg2\:mt-4.text-lg {
      font-size: .90rem;
      line-height: 1.4;
    }

    section.section-bg-quicklinks .lg2\:mt-4 {
      margin-top: 0;
    }

    .header-container p.lg2\:mt-4.text-lg {
      font-size: .90rem;
      line-height: 1.4;
    }
  }
}

@media (min-width: 1024px) {
  .desk\:hidden {
    display: none !important;
  }
}

@media (min-width: 1075px) {
  @media (max-width: 1599px) {
    .section-bg-newsfeed p.lg\:pt-8 {
      padding-top: 25px;
    }
  }
}

.first\:mt-0:first-child {
  margin-top: 0px;
}

.last\:border-b-0:last-child {
  border-bottom-width: 0px;
}

.hover\:bg-brand-blue\/10:hover {
  background-color: rgb(100 119 125 / 0.1);
}

.hover\:bg-brand-darkerblue:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(96 117 123 / var(--tw-bg-opacity, 1));
}

.hover\:bg-brand-tan:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(224 199 171 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity, 1));
}

.hover\:bg-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.hover\:text-brand-brown:hover {
  --tw-text-opacity: 1;
  color: rgb(140 108 84 / var(--tw-text-opacity, 1));
}

.hover\:text-brand-darkerblue:hover {
  --tw-text-opacity: 1;
  color: rgb(96 117 123 / var(--tw-text-opacity, 1));
}

.hover\:text-red-800:hover {
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity, 1));
}

.hover\:underline:hover {
  text-decoration-line: underline;
}

.hover\:opacity-90:hover {
  opacity: 0.9;
}

.hover\:shadow-lg:hover {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:underline:focus {
  text-decoration-line: underline;
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:ring-0:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-2:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-brand-blue:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(100 119 125 / var(--tw-ring-opacity, 1));
}

.focus\:ring-white:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity, 1));
}

.focus-visible\:outline-none:focus-visible {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus-visible\:ring-0:focus-visible {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.disabled\:opacity-60:disabled {
  opacity: 0.6;
}

.group[open] .group-open\:rotate-45 {
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:hover .group-hover\:scale-105 {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:hover .group-hover\:shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 640px) {
  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 768px) {
  .md\:mb-3 {
    margin-bottom: 0.75rem;
  }

  .md\:mt-3 {
    margin-top: 0.75rem;
  }

  .md\:mt-6 {
    margin-top: 1.5rem;
  }

  .md\:mt-8 {
    margin-top: 2rem;
  }

  .md\:block {
    display: block;
  }

  .md\:w-44 {
    width: 11rem;
  }

  .md\:w-full {
    width: 100%;
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .md\:grid-cols-\[1fr_3fr\] {
    grid-template-columns: 1fr 3fr;
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:items-center {
    align-items: center;
  }

  .md\:justify-between {
    justify-content: space-between;
  }

  .md\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .md\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .md\:text-left {
    text-align: left;
  }

  .md\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .md\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .md\:text-body-desktop {
    font-size: 1rem;
    line-height: 1.5;
  }

  .md\:text-h2-desktop {
    font-size: 1.50rem;
    line-height: 1.15;
    letter-spacing: 0.04em;
    font-weight: 800;
  }

  .md\:text-h3-desktop {
    font-size: 1.20rem;
    line-height: 1.3;
    letter-spacing: 0.02em;
    font-weight: 800;
  }

  .md\:text-h5-desktop {
    font-size: 1.1rem;
    line-height: 1.30;
    letter-spacing: 0.02em;
    font-weight: 800;
  }

  .md\:text-lg {
    font-size: 1.05rem;
    line-height: 1.6;
  }

  .md\:text-md {
    font-size: 1rem;
    line-height: 1.4;
  }

  .md\:text-sm {
    font-size: .90rem;
    line-height: 1.4;
  }
}

@media (min-width: 992px) {
  .lg2\:mt-4 {
    margin-top: 1rem;
  }

  .lg2\:block {
    display: block;
  }

  .lg2\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg2\:gap-12 {
    gap: 3rem;
  }

  .lg2\:pl-4 {
    padding-left: 1rem;
  }
}

@media (min-width: 1024px) {
  .desk\:mt-1 {
    margin-top: 0.25rem;
  }

  .desk\:hidden {
    display: none;
  }

  .desk\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (min-width: 1075px) {
  .lg\:mt-1 {
    margin-top: 0.25rem;
  }

  .lg\:w-48 {
    width: 12rem;
  }

  .lg\:pt-8 {
    padding-top: 2rem;
  }
}

@media (min-width: 1200px) {
  .xl\:w-52 {
    width: 13rem;
  }

  .xl\:text-h1-desktop {
    font-size: 2.75rem;
    line-height: 1.15;
    letter-spacing: 0.08em;
    font-weight: 800;
  }
}

.\[\&\>tr\:nth-child\(even\)\]\:bg-gray-50>tr:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

.\[\&\>tr\:nth-child\(odd\)\]\:bg-white>tr:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
