/*
! tailwindcss v3.4.1 | 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: Montserrat, sans-serif;
  /* 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 */
  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,
[type='button'],
[type='reset'],
[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] {
  display: none;
}

/* Site-wide default styles */

html {
  box-sizing: border-box;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

body {
  margin: 0px;
  height: 100svh;
  padding: 0px;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Global EE Overrides */
  /* EE RTE Image styling override */
  figure.image {
    margin: 1rem;
  }
  figure.image {
    max-width: 15rem;
  }
  .image-style-align-left {
    float: left;
  }
  .image-style-align-right {
    float: right;
  }
  .image-style-align-center {
    margin: auto;
  }
  .page-container {
    display: flex;
  }
  .page-container {
    height: 100svh;
  }
  .page-container {
    flex-direction: column;
  }
  ol {
    margin-left: 2rem;
  }
  ol {
    list-style-type: decimal;
  }
}

p {
  margin-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

a {
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(3 105 164 / var(--tw-text-opacity));
}

main h1 {
  margin-top: 2rem;
  margin-bottom: 1rem;
  text-align: center;
  font-size: 3rem;
  line-height: 1;
  font-weight: 300;
  line-height: 2.5rem;
}

@media (min-width: 768px) {
  main h1 {
    text-align: left;
    line-height: 1.75rem;
  }
}

main h2 {
  margin-bottom: 2rem;
  text-align: left;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  main h2 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

main h3 {
  margin-bottom: 0.75rem;
  margin-top: 1.25rem;
  font-size: 1.438rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(45 63 80 / var(--tw-text-opacity));
}

main h4 {
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(3 105 164 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  main h4 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

main p {
  margin-bottom: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

main hr {
  margin-bottom: 2rem;
  height: 0.5rem;
  border-width: 0;
  --tw-bg-opacity: 1;
  background-color: rgb(3 105 164 / var(--tw-bg-opacity));
}

*, ::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:  ;
}

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

.container {
  width: 100%;
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}

/*    Header    */

header {
  aside.top-bar {
    width: 100%;
  }
  aside.top-bar {
    --tw-bg-opacity: 1;
    background-color: rgb(45 63 80 / var(--tw-bg-opacity));
  }
  div.usg-bar {
    margin-left: auto;
    margin-right: auto;
  }
  div.usg-bar {
    display: flex;
  }
  div.usg-bar {
    flex-direction: row;
  }
  div.usg-bar {
    align-items: center;
  }
  div.usg-bar {
    justify-content: space-between;
  }
  div.usg-bar {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  div.usg-bar {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }
  @media (min-width: 768px) {
    div.usg-bar {
      justify-content: space-between;
    }
  }
  @media (min-width: 768px) {
    div.usg-bar {
      padding-left: 1.5rem;
      padding-right: 1.5rem;
    }
  }
  @media (min-width: 1024px) {
    div.usg-bar {
      padding-left: 2rem;
      padding-right: 2rem;
    }
  }
  a.usg-link {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
  a.usg-link {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }
  a.usg-link {
    transition-duration: 300ms;
  }
  a.usg-link {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
  a.usg-link:hover {
    --tw-text-opacity: 1;
    color: rgb(235 235 235 / var(--tw-text-opacity));
  }
  a.usg-link:focus {
    --tw-text-opacity: 1;
    color: rgb(235 235 235 / var(--tw-text-opacity));
  }
  div.usg-bar-brand {
    display: flex;
  }
  div.usg-bar-usg {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }
  div.usg-bar-usg {
    justify-content: center;
  }
  div.usg-bar-usg {
    align-self: center;
  }
  div.usg-bar-usg {
    text-transform: uppercase;
  }
  @media (min-width: 768px) {
    div.usg-bar-usg {
      position: static;
      width: auto;
      height: auto;
      padding: 0;
      margin: 0;
      overflow: visible;
      clip: auto;
      white-space: normal;
    }
  }
  @media (min-width: 768px) {
    div.usg-bar-usg {
      margin-left: 0.5rem;
    }
  }
  div.usg-bar-right {
    display: flex;
  }
  div.usg-bar-right {
    align-items: center;
  }
  div.usg-bar-right {
    justify-content: center;
  }
  @media (min-width: 768px) {
    div.usg-bar-right {
      justify-content: flex-end;
    }
  }
  a.usg-bar-social {
    margin-right: 0.75rem;
  }
  a.usg-bar-social {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
  a.usg-bar-social {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }
  a.usg-bar-social {
    transition-duration: 300ms;
  }
  a.usg-bar-social {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
  a.usg-bar-social:hover {
    --tw-text-opacity: 1;
    color: rgb(235 235 235 / var(--tw-text-opacity));
  }
  a.usg-bar-social:focus {
    --tw-text-opacity: 1;
    color: rgb(235 235 235 / var(--tw-text-opacity));
  }
  button.sites-list {
    display: flex;
  }
  button.sites-list {
    width: 100%;
  }
  button.sites-list {
    align-items: center;
  }
  button.sites-list {
    justify-content: center;
  }
  button.sites-list {
    --tw-bg-opacity: 1;
    background-color: rgb(3 105 164 / var(--tw-bg-opacity));
  }
  button.sites-list {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  button.sites-list {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  button.sites-list {
    font-size: 0.75rem;
    line-height: 1rem;
  }
  button.sites-list {
    font-weight: 500;
  }
  button.sites-list {
    text-transform: uppercase;
  }
  button.sites-list {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
  button.sites-list {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }
  button.sites-list {
    transition-duration: 300ms;
  }
  button.sites-list {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
  button.sites-list:hover {
    background-color: rgb(3 105 164 / 0.75);
  }
  button.sites-list:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }
  button.sites-list: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);
  }
  button.sites-list:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(110 188 219 / var(--tw-ring-opacity));
  }
  button.sites-list:focus {
    --tw-ring-offset-width: 2px;
  }
  @media (min-width: 640px) {
    button.sites-list {
      display: inline-flex;
    }
  }
  @media (min-width: 640px) {
    button.sites-list {
      width: auto;
    }
  }
  div.sites-list {
    position: absolute;
  }
  div.sites-list {
    top: 0px;
  }
  div.sites-list {
    left: 0px;
  }
  div.sites-list {
    z-index: 40;
  }
  div.sites-list {
    margin-left: auto;
    margin-right: auto;
  }
  div.sites-list {
    display: flex;
  }
  div.sites-list {
    height: 100vh;
  }
  div.sites-list {
    width: 100%;
  }
  div.sites-list {
    align-items: center;
  }
  div.sites-list {
    justify-content: center;
  }
  .header-image-container {
    position: relative;
  }
  .header-image-container {
    margin-left: auto;
    margin-right: auto;
  }
  .header-image-container {
    height: 250px;
  }
  .header-image-container {
    max-width: 100%;
  }
  .header-image-container {
    max-width: 1200px;
  }
  .header-image-container {
    overflow: hidden;
  }
  .header-image-container {
    background-image: url("../well-being/images/HomeBackgroundBanner_GettyImages-1280107599.jpg");
  }
  .header-image-container {
    background-position: left;
  }
  .header-image-container {
    background-repeat: no-repeat;
  }
  .header-image-mdplus {
    margin-left: auto;
    margin-right: auto;
  }
  .header-image-mdplus {
    display: none;
  }
  .header-image-mdplus {
    height: 100%;
  }
  .header-image-mdplus {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  @media (min-width: 768px) {
    .header-image-mdplus {
      display: block;
    }
  }
  .header-image-mobile {
    margin-left: auto;
    margin-right: auto;
  }
  .header-image-mobile {
    display: block;
  }
  .header-image-mobile {
    height: 100%;
  }
  .header-image-mobile {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  @media (min-width: 768px) {
    .header-image-mobile {
      display: none;
    }
  }
  /* sites A-Z */
  .sites-az-button {
    display: flex;
  }
  .sites-az-button {
    width: 100%;
  }
  .sites-az-button {
    align-items: center;
  }
  .sites-az-button {
    justify-content: center;
  }
  .sites-az-button {
    --tw-bg-opacity: 1;
    background-color: rgb(3 122 191 / var(--tw-bg-opacity));
  }
  .sites-az-button {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .sites-az-button {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .sites-az-button {
    font-size: 0.75rem;
    line-height: 1rem;
  }
  .sites-az-button {
    font-weight: 500;
  }
  .sites-az-button {
    text-transform: uppercase;
  }
  .sites-az-button {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
  .sites-az-button {
    transition-duration: 300ms;
  }
  .sites-az-button:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(3 105 164 / var(--tw-bg-opacity));
  }
  .sites-az-button:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }
  .sites-az-button: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);
  }
  .sites-az-button:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(99 102 241 / var(--tw-ring-opacity));
  }
  .sites-az-button:focus {
    --tw-ring-offset-width: 2px;
  }
  @media (min-width: 640px) {
    .sites-az-button {
      display: inline-flex;
    }
  }
  @media (min-width: 640px) {
    .sites-az-button {
      width: auto;
    }
  }
  .modal-container {
    position: fixed;
  }
  .modal-container {
    inset: 0px;
  }
  .modal-container {
    z-index: 30;
  }
  .modal-container {
    align-items: center;
  }
  .modal-container {
    justify-content: center;
  }
  .modal-container {
    overflow: auto;
  }
  .modal-container {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  }
  .modal-container {
    --tw-bg-opacity: 0.5;
  }
  .modal-content {
    position: relative;
  }
  .modal-content {
    z-index: 10;
  }
  .modal-content {
    margin-left: auto;
    margin-right: auto;
  }
  .modal-content {
    margin-top: 5rem;
  }
  .modal-content {
    height: -moz-fit-content;
    height: fit-content;
  }
  .modal-content {
    width: 75%;
  }
  .modal-content {
    -moz-columns: 1;
         columns: 1;
  }
  .modal-content {
    border-radius: 0.5rem;
  }
  .modal-content {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }
  .modal-content {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
  }
  .modal-content {
    --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);
  }
  .modal-content .sites-list-container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .modal-content .sites-list-container {
    padding-bottom: 1.5rem;
  }
  .sites-list-container h2 {
    margin-bottom: 0.5rem;
  }
  .sites-list-container h2 {
    text-align: center;
  }
  .sites-list-container h2 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  .sites-list-container h2 {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
  }
  .sites-list-container ul {
    -moz-columns: 1;
         columns: 1;
  }
  .sites-list-container ul {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
  }
  @media (min-width: 768px) {
    .sites-list-container ul {
      -moz-columns: 4;
           columns: 4;
    }
  }
  .sites-list-container ul>*:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity));
  }
  .sites-list-container a {
    display: block;
  }
  .sites-list-container a {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
  }
  .sites-list-container a:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(45 63 80 / var(--tw-bg-opacity));
  }
  .sites-list-container a:hover {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
  /* collapsable menu bar */
  #menu-bar {
    margin-left: auto;
    margin-right: auto;
  }
  #menu-bar {
    display: flex;
  }
  #menu-bar {
    max-width: 1280px;
  }
  #menu-bar {
    flex-direction: column;
  }
  #menu-bar {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  @media (min-width: 768px) {
    #menu-bar {
      justify-content: center;
    }
  }
  @media (min-width: 1024px) {
    #menu-bar {
      flex-direction: row;
    }
  }
  @media (min-width: 1024px) {
    #menu-bar {
      align-items: center;
    }
  }
  @media (min-width: 1024px) {
    #menu-bar {
      padding-top: 1rem;
      padding-bottom: 1rem;
    }
  }
  @media (min-width: 1024px) {
    #menu-bar {
      padding-left: 2rem;
      padding-right: 2rem;
    }
  }
  #menu-bar{
    .burger-bar-container {
      display: block;
    }
    .burger-bar-container {
      align-items: center;
    }
    .burger-bar-container {
      --tw-bg-opacity: 1;
      background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    }
    .burger-bar-container {
      padding-top: 1rem;
      padding-bottom: 1rem;
    }
    @media (min-width: 1024px) {
      .burger-bar-container {
        display: none;
      }
    }
    @media (min-width: 1024px) {
      .burger-bar-container {
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
      }
    }
    .burger-button {
      border-radius: 0.5rem;
    }
    .burger-button:focus {
      outline: 2px solid transparent;
      outline-offset: 2px;
    }
    .navigation {
      flex-grow: 1;
    }
    .navigation {
      flex-direction: column;
    }
    @media (min-width: 1024px) {
      .navigation {
        flex-direction: row;
      }
    }
    @media (min-width: 1024px) {
      .navigation {
        flex-wrap: wrap;
      }
    }
    /* collapsable menu bar contents*/
    @media (min-width: 1024px) {
      #menu-items {
        display: flex;
      }
    }
    #menu-items {
      .navigation-wrapper {
        margin: auto;
      }
      .navigation-wrapper {
        --tw-text-opacity: 1;
        color: rgb(45 63 80 / var(--tw-text-opacity));
      }
      @media (min-width: 768px) {
        .navigation-wrapper {
          margin-left: auto;
          margin-right: auto;
        }
      }
      @media (min-width: 768px) {
        .navigation-wrapper {
          justify-content: space-evenly;
        }
      }
      @media (min-width: 1024px) {
        .navigation-wrapper {
          justify-content: center;
        }
      }
      .navigation {
        margin: auto;
      }
      .navigation {
        display: block;
      }
      .navigation {
        gap: 1rem;
      }
      @media (min-width: 768px) {
        .navigation {
          display: flex;
        }
      }
      .navigation-ul {
        display: block;
      }
      @media (min-width: 1024px) {
        .navigation-ul {
          display: flex;
        }
      }
      @media (min-width: 1024px) {
        .navigation-ul > :not([hidden]) ~ :not([hidden]) {
          --tw-space-x-reverse: 0;
          margin-right: calc(2rem * var(--tw-space-x-reverse));
          margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
        }
      }
      /* navigation-ul classes */
      .navigation-ul {
        li a {
          align-self: center;
        }
        li a {
          font-size: 1.125rem;
          line-height: 1.75rem;
        }
        li a {
          --tw-text-opacity: 1;
          color: rgb(45 63 80 / var(--tw-text-opacity));
        }
        li a {
          transition-duration: 0s;
        }
        li a:hover {
          --tw-text-opacity: 1;
          color: rgb(3 105 164 / var(--tw-text-opacity));
        }
        li {
          margin-top: 0.5rem;
          margin-bottom: 0.5rem;
        }
        li {
          display: flex;
        }
        @media (min-width: 1024px) {
          li {
            margin-top: 0px;
            margin-bottom: 0px;
          }
        }
        li.active-section {
          border-top-width: 1px;
          border-bottom-width: 1px;
        }
        li.active-section {
          border-style: solid;
        }
        li.active-section {
          --tw-border-opacity: 1;
          border-color: rgb(45 63 80 / var(--tw-border-opacity));
        }
        li.active-section {
          font-weight: 700;
        }
        @media (min-width: 1024px) {
          li.active-section {
            font-weight: 400;
          }
        }
        li form {
          width: 100%;
        }
        li form div {
          margin: 0px;
        }
        li form div {
          padding: 0px;
        }
        li form div {
          vertical-align: top;
        }
        form label {
          position: absolute;
          width: 1px;
          height: 1px;
          padding: 0;
          margin: -1px;
          overflow: hidden;
          clip: rect(0, 0, 0, 0);
          white-space: nowrap;
          border-width: 0;
        }
        form label {
          font-size: 0.875rem;
          line-height: 1.25rem;
        }
        form label {
          font-weight: 500;
        }
        form label {
          --tw-text-opacity: 1;
          color: rgb(17 24 39 / var(--tw-text-opacity));
        }
        form div {
          position: relative;
        }
        form input {
          display: inline-flex;
        }
        form input {
          height: 100%;
        }
        form input {
          border-width: 1px;
        }
        form input {
          --tw-border-opacity: 1;
          border-color: rgb(209 213 219 / var(--tw-border-opacity));
        }
        form input {
          --tw-bg-opacity: 1;
          background-color: rgb(249 250 251 / var(--tw-bg-opacity));
        }
        form input {
          padding: 1rem;
        }
        form input {
          font-size: 0.875rem;
          line-height: 1.25rem;
        }
        form input {
          --tw-text-opacity: 1;
          color: rgb(17 24 39 / var(--tw-text-opacity));
        }
        form button {
          display: inline-flex;
        }
        form button {
          height: auto;
        }
        form button {
          width: 3.5rem;
        }
        form button {
          --tw-bg-opacity: 1;
          background-color: rgb(220 38 38 / var(--tw-bg-opacity));
        }
        form button {
          padding-left: 1rem;
          padding-right: 1rem;
        }
        form button {
          padding-top: 0.5rem;
          padding-bottom: 0.5rem;
        }
        form button {
          font-size: 0.875rem;
          line-height: 1.25rem;
        }
        form button {
          font-weight: 500;
        }
        form button {
          --tw-text-opacity: 1;
          color: rgb(255 255 255 / var(--tw-text-opacity));
        }
        form button {
          transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
          transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
          transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-duration: 150ms;
        }
        form button {
          transition-duration: 300ms;
        }
        form button {
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        }
        form button:hover {
          background-color: rgb(220 38 38 / 0.75);
        }
      }
    }
  }
}

/* Search bar */

div.search-bar {
  display: flex;
  --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);
}

input.search-bar {
  display: block;
  width: 100%;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --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);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

input.search-bar:focus {
  z-index: 10;
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity));
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity));
}

input.search-bar:disabled {
  pointer-events: none;
  opacity: 0.5;
}

button.search-bar {
  display: inline-flex;
  height: 2.875rem;
  width: 2.875rem;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  border-width: 1px;
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity));
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

button.search-bar:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity));
}

button.search-bar:disabled {
  pointer-events: none;
  opacity: 0.5;
}

/* Homepage */

#homepage, #search-page {
  margin: auto;
  display: flex;
  max-width: 1200px;
  flex-direction: column;
  align-content: center;
  justify-content: center;
}

#homepage {
  section.homepage-intro {
    margin-bottom: 2rem;
  }
  section.homepage-intro p {
    margin-top: 2rem;
  }
  section.homepage-intro p {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  /* Pillar Tiles */
  section.pillar-tiles {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  section.pillar-tiles {
    margin-bottom: 2rem;
  }
  section.pillar-tiles h2 {
    margin-left: 0px;
    margin-right: 0px;
  }
  section.pillar-tiles h2 {
    text-align: left;
  }
  section.pillar-tiles h2 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  section.pillar-tiles h2 {
    font-weight: 700;
  }
  section.pillar-tiles h2 {
    --tw-text-opacity: 1;
    color: rgb(45 63 80 / var(--tw-text-opacity));
  }
  div.pillar-tiles {
    margin-left: -2.25rem;
  }
  div.pillar-tiles {
    margin-right: 0.25rem;
  }
  div.pillar-tile {
    position: relative;
  }
  div.pillar-tile {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  div.pillar-tile {
    height: 100%;
  }
  div.pillar-tile {
    width: 100%;
  }
  div.pillar-tile {
    border-top-width: 6px;
    border-bottom-width: 6px;
  }
  div.pillar-tile {
    padding-bottom: 1rem;
  }
  div.pillar-tile {
    text-align: center;
  }
  div.pillar-tile.home {
    --tw-border-opacity: 1;
    border-color: rgb(45 63 80 / var(--tw-border-opacity));
  }
  div.pillar-tile.your_health {
    --tw-border-opacity: 1;
    border-color: rgb(3 105 164 / var(--tw-border-opacity));
  }
  div.pillar-tile.your_mind {
    --tw-border-opacity: 1;
    border-color: rgb(110 188 219 / var(--tw-border-opacity));
  }
  div.pillar-tile.your_finances {
    --tw-border-opacity: 1;
    border-color: rgb(141 198 65 / var(--tw-border-opacity));
  }
  div.pillar-tile.our_community {
    --tw-border-opacity: 1;
    border-color: rgb(0 56 168 / var(--tw-border-opacity));
  }
  div.pillar-tile.events {
    --tw-border-opacity: 1;
    border-color: rgb(45 63 80 / var(--tw-border-opacity));
  }
  div.pillar-tile p {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  div.animation-container {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }
  div.animation-container {
    margin-bottom: 2rem;
  }
  div.animation-container {
    display: flex;
  }
  div.animation-container {
    align-items: center;
  }
  div.animation-container {
    justify-content: center;
  }
  div.animation-card {
    height: 22em;
  }
  div.animation-card {
    width: 80vw;
  }
  div.animation-card {
    perspective: 1000px;
  }
  @media (min-width: 1024px) {
    div.animation-card {
      width: 40vw;
    }
  }
  @media (min-width: 1280px) {
    div.animation-card {
      width: 20rem;
    }
  }
  div.tile-front {
    position: absolute;
  }
  div.tile-front {
    inset: 0px;
  }
  div.tile-img-container {
    height: 179px;
  }
  div.tile-img-container {
    overflow: hidden;
  }
  div.tile-img-container img {
    align-items: center;
  }
  div.tile-img-container img {
    -o-object-fit: cover;
       object-fit: cover;
  }
  div.tile-front .tile-text {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }
  div.tile-front .tile-text {
    transition-duration: 300ms;
  }
  div.tile-front .tile-text {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
  .group:hover div.tile-front .tile-text {
    opacity: 1;
  }
  @media (min-width: 1280px) {
    .group:hover div.tile-front .tile-text {
      opacity: 0;
    }
  }
  div.tile-back {
    position: absolute;
  }
  div.tile-back {
    inset: 0px;
  }
  div.tile-back {
    height: 100%;
  }
  div.tile-back {
    width: 100%;
  }
  div.tile-back {
    background-color: rgb(255 255 255 / 0.8);
  }
  div.tile-back {
    text-align: center;
  }
  div.tile-back {
    --tw-text-opacity: 1;
    color: rgb(226 232 240 / var(--tw-text-opacity));
  }
  div.tile-back {
    transform: rotateY(180deg);
  }
  div.tile-back {
    backface-visibility: hidden;
  }
  div.tile-icon-container {
    min-height: 100%;
  }
  div.tile-icon-container {
    width: 100%;
  }
  div.tile-icon-container {
    flex-direction: column;
  }
  div.tile-icon-container {
    align-items: center;
  }
  div.tile-icon-container {
    justify-content: center;
  }
  div.tile-icon-container img {
    margin-left: auto;
    margin-right: auto;
  }
  div.tile-icon-container img {
    height: 179px;
  }
  li.accordion-entry {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

/* Pillar Page Styles */

#pillar-container {
  margin: auto;
  max-width: 1200px;
  padding: 0px;
}

@media (min-width: 768px) {
  #pillar-container {
    padding: 1rem;
  }
}

#pillar-container {
  a {
    font-weight: 500;
  }
}

#pillar-page-intro {
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  #pillar-page-intro {
    flex-direction: row;
  }
}

#event-page-intro {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 768px) {
  #event-page-intro {
    padding-left: 0px;
    padding-right: 0px;
  }
}

#pillar-page-intro {
  p {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  p {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  p {
    font-size: 1.118rem;
  }
  p {
    line-height: 1.75rem;
  }
  @media (min-width: 768px) {
    p {
      margin-left: 0px;
      margin-right: 0px;
    }
  }
  img {
    order: -9999;
  }
  img {
    margin-left: auto;
    margin-right: auto;
  }
  img {
    max-height: 146px;;
  }
  img {
    max-width: 177px;
  }
  @media (min-width: 768px) {
    img {
      order: 9999;
    }
  }
  @media (min-width: 768px) {
    img {
      margin: 0px;
    }
  }
  hr {
    margin-bottom: 2rem;
  }
  hr {
    height: 0.5rem;
  }
  hr {
    border-width: 0;
  }
  hr {
    --tw-bg-opacity: 1;
    background-color: rgb(45 63 80 / var(--tw-bg-opacity));
  }
}

/* Search Results Page */

#search-results {
  margin: auto;
  margin-left: 1rem;
  margin-right: 1rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
  max-width: 1200px;
  flex-grow: 1;
}

@media (min-width: 1280px) {
  #search-results {
    margin-left: 0px;
    margin-right: 0px;
  }
}

/* Accordion Styles */

#accordion {
  margin-bottom: 1.25rem;
  display: flex;
  max-width: 1200px;
  flex-direction: column;
  justify-content: space-between;
  gap: 0.5rem;
}

@media (min-width: 1024px) {
  #accordion {
    margin-right: 1rem;
    flex-direction: row;
  }
}

#accordion {
  h2 {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  h2 {
    display: block;
  }
  h2 {
    cursor: pointer;
  }
  h2 {
    border-bottom-width: 1px;
  }
  h2 {
    --tw-border-opacity: 1;
    border-color: rgb(229 231 235 / var(--tw-border-opacity));
  }
  h2 {
    padding-bottom: 1rem;
  }
  h2 {
    text-align: left;
  }
  h2 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  h2 {
    font-weight: 400;
  }
  ul {
    margin-bottom: 0.75rem;
  }
  ul {
    margin-left: 2rem;
  }
  ul {
    width: auto;
  }
  ul {
    list-style-type: disc;
  }
  li {
    margin-bottom: 0.5rem;
  }
  li {
    line-height: 1.75rem;
  }
  li::marker {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .accordion-callout {
    margin-bottom: 1rem;
  }
  .accordion-callout {
    margin-right: 1rem;
  }
  .accordion-callout {
    height: -moz-fit-content;
    height: fit-content;
  }
  .accordion-callout {
    width: -moz-fit-content;
    width: fit-content;
  }
  .accordion-callout {
    --tw-bg-opacity: 1;
    background-color: rgb(235 235 235 / var(--tw-bg-opacity));
  }
  .accordion-callout {
    padding: 0.5rem;
  }
  .accordion-callout {
    line-height: 1.75rem;
  }
  .accordion-callout {
    --tw-text-opacity: 1;
    color: rgb(45 63 80 / var(--tw-text-opacity));
  }
  @media (min-width: 768px) {
    .accordion-callout {
      width: 25%;
    }
  }
  ul.accordion-entry {
    margin-right: 1rem;
  }
  ul.accordion-entry {
    width: auto;
  }
  @media (min-width: 1024px) {
    ul.accordion-entry {
      width: 75%;
    }
  }
  .accordion-entry-content {
    width: 100%;
  }
  .accordion-entry-content {
    padding-right: 1rem;
  }
  @media (min-width: 768px) {
    .accordion-entry-content {
      width: 75%;
    }
  }
  .accordion-entry-content-no-callout {
    width: 100%;
  }
  .accordion-entry-content-no-callout {
    padding-right: 1rem;
  }
  .accordion-expander {
    position: relative;
  }
  .accordion-expander {
    display: flex;
  }
  .accordion-expander {
    max-height: 0px;
  }
  .accordion-expander {
    flex-direction: column;
  }
  .accordion-expander {
    overflow: hidden;
  }
  .accordion-expander {
    padding-right: 1rem;
  }
  .accordion-expander {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }
  .accordion-expander {
    transition-duration: 0s;
  }
  @media (min-width: 768px) {
    .accordion-expander {
      flex-direction: row;
    }
  }
  .accordion-side-image {
    margin-left: auto;
    margin-right: auto;
  }
  .accordion-side-image {
    width: 100%;
  }
  @media (min-width: 768px) {
    .accordion-side-image {
      width: 360px;
    }
  }
  .bottom-for-mobile {
    order: 2;
  }
  @media (min-width: 1024px) {
    .bottom-for-mobile {
      order: -9999;
    }
  }
  .top-for-mobile {
    order: 1;
  }
  .top-for-mobile {
    margin-bottom: 2rem;
  }
  @media (min-width: 1024px) {
    .top-for-mobile {
      order: 2;
    }
  }
  @media (min-width: 1024px) {
    .top-for-mobile {
      margin-bottom: 0px;
    }
  }
  .accordion-entry-content, .accordion-entry-content-full {
    ul li::marker, ol li::marker {
      margin: 0px;
    }
    ul li::marker, ol li::marker {
      font-size: 1rem;
      line-height: 1.5rem;
    }
  }
  /* Contact Table Styles */
  .accordion-entry-content, .accordion-entry-content-full {
    table {
      margin: auto;
    }
    table {
      width: 100%;
    }
    table {
      border-collapse: separate;
    }
    table {
      --tw-border-spacing-y: 0.5rem;
      border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
    }
    table {
      font-size: 0.875rem;
      line-height: 1.25rem;
    }
    table thead tr {
      display: none;
    }
    table thead tr {
      --tw-bg-opacity: 1;
      background-color: rgb(0 56 168 / var(--tw-bg-opacity));
    }
    table thead tr {
      padding-left: 0.5rem;
      padding-right: 0.5rem;
    }
    table thead tr {
      --tw-text-opacity: 1;
      color: rgb(255 255 255 / var(--tw-text-opacity));
    }
    @media (min-width: 768px) {
      table thead tr {
        display: table-row;
      }
    }
    td {
      --tw-bg-opacity: 1;
      background-color: rgb(229 231 235 / var(--tw-bg-opacity));
    }
    td {
      padding-left: 1rem;
      padding-right: 1rem;
    }
    td {
      padding-top: 0.75rem;
      padding-bottom: 0.75rem;
    }
    td {
      --tw-text-opacity: 1;
      color: rgb(17 24 39 / var(--tw-text-opacity));
    }
    td:first-child {
      border-top-left-radius: 0.5rem;
      border-top-right-radius: 0.5rem;
    }
    td:last-child {
      border-bottom-right-radius: 0.5rem;
      border-bottom-left-radius: 0.5rem;
    }
    @media (min-width: 640px) {
      td:first-child {
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
      }
    }
    @media (min-width: 640px) {
      td:first-child {
        border-top-left-radius: 0.5rem;
      }
    }
    @media (min-width: 640px) {
      td:first-child {
        border-bottom-left-radius: 0.5rem;
      }
    }
    @media (min-width: 640px) {
      td:last-child {
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 0px;
      }
    }
    @media (min-width: 640px) {
      td:last-child {
        border-top-right-radius: 0.5rem;
      }
    }
    @media (min-width: 640px) {
      td:last-child {
        border-bottom-right-radius: 0.5rem;
      }
    }
    tr {
      margin-bottom: 1rem;
    }
    tr {
      display: flex;
    }
    tr {
      flex-direction: column;
    }
    @media (min-width: 640px) {
      tr {
        display: table-row;
      }
    }
    tbody {
      flex: 1 1 0%;
    }
    @media (min-width: 640px) {
      tbody {
        flex: none;
      }
    }
    tbody tr {
      margin: auto;
    }
    tbody tr {
      margin-bottom: 0.5rem;
    }
    tbody tr {
      display: flex;
    }
    tbody tr {
      flex-direction: column;
    }
    tbody tr {
      flex-wrap: wrap;
    }
    @media (min-width: 640px) {
      tbody tr {
        margin-bottom: 0px;
      }
    }
    @media (min-width: 640px) {
      tbody tr {
        display: table-row;
      }
    }
    @media (min-width: 768px) {
      tbody tr {
        width: 100%;
      }
    }
    tbody tr a {
      word-break: break-all;
    }
  }
}

/* Event Page Intro */

#events-info {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 768px) {
  #events-info {
    flex-direction: row;
    padding-left: 0px;
    padding-right: 0px;
  }
}

#events-info {
  .events-tile-container {
    display: flex;
  }
  .events-tile-container {
    width: 100%;
  }
  .events-tile-container {
    flex-direction: column;
  }
  .events-tile-container {
    --tw-bg-opacity: 1;
    background-color: rgb(235 235 235 / var(--tw-bg-opacity));
  }
  .events-tile-container {
    padding: 0.5rem;
  }
  .events-tile-container {
    --tw-drop-shadow: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
    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);
  }
  @media (min-width: 768px) {
    .events-tile-container {
      width: 50%;
    }
  }
  @media (min-width: 768px) {
    .events-tile-container {
      flex-direction: row;
    }
  }
  @media (min-width: 768px) {
    .events-tile-container {
      padding: 0px;
    }
  }
  .events-tile-container .events-tile-image {
    display: none;
  }
  .events-tile-container .events-tile-image {
    -o-object-fit: cover;
       object-fit: cover;
  }
  @media (min-width: 768px) {
    .events-tile-container .events-tile-image {
      margin-right: 0.5rem;
    }
  }
  @media (min-width: 768px) {
    .events-tile-container .events-tile-image {
      display: block;
    }
  }
  @media (min-width: 768px) {
    .events-tile-container .events-tile-image {
      height: 100%;
    }
  }
  @media (min-width: 768px) {
    .events-tile-container .events-tile-image {
      width: 33.333333%;
    }
  }
  .events-tile-text {
    width: 100%;
  }
  .events-tile-text {
    padding-top: 0.5rem;
  }
  .events-tile-text {
    padding-bottom: 0.5rem;
  }
  .events-tile-text {
    padding-right: 0.5rem;
  }
  .events-tile-text {
    text-align: left;
  }
  @media (min-width: 768px) {
    .events-tile-text {
      width: 66.666667%;
    }
  }
}

/* Event Calendar Tiles */

#calendar-entries {
  display: flex;
  max-width: 1200px;
  flex-wrap: wrap;
  gap: 1.8em;
  padding: 1rem;
}

@media (min-width: 768px) {
  #calendar-entries {
    padding: 0px;
  }
}

#calendar-entries {
  h2 {
    margin-top: 1.75rem;
  }
  h2 {
    margin-bottom: 0px;
  }
  h2 {
    display: inline-block;
  }
  h2 {
    width: 100%;
  }
  h2 {
    font-family: Montserrat, sans-serif;
  }
  h2 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  h2 {
    font-weight: 400;
  }
  h2 {
    --tw-text-opacity: 1;
    color: rgb(45 63 80 / var(--tw-text-opacity));
  }
  .calendar-container {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
  .calendar-container {
    display: flex;
  }
  .calendar-container {
    width: 100%;
  }
  .calendar-container {
    gap: 1.25rem;
  }
  .calendar-container {
    --tw-bg-opacity: 1;
    background-color: rgb(235 235 235 / var(--tw-bg-opacity));
  }
  .calendar-container {
    padding: 1.25rem;
  }
  .calendar-container {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .calendar-container {
    --tw-drop-shadow: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
    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);
  }
  @media (min-width: 768px) {
    .calendar-container {
      width: 370px;
    }
  }
  .calendar-page {
    width: 33.333333%;
  }
  .calendar-page {
    text-align: center;
  }
  .calendar-page {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
  }
  .calendar-date {
    display: block;
  }
  .calendar-date {
    --tw-bg-opacity: 1;
    background-color: rgb(3 105 164 / var(--tw-bg-opacity));
  }
  .calendar-date {
    font-weight: 700;
  }
  .calendar-date {
    text-transform: uppercase;
  }
  .calendar-date {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
  .day {
    display: block;
  }
  .day {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }
  .day {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .day {
    text-align: center;
  }
  .calendar-event-info {
    margin-top: -0.375rem;
  }
  .calendar-event-info {
    width: 66.666667%;
  }
}

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

.relative {
  position: relative;
}

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

.m-0 {
  margin: 0px;
}

.m-auto {
  margin: auto;
}

.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}

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

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

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

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

.mb-5 {
  margin-bottom: 1.25rem;
}

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

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

.mt-5 {
  margin-top: 1.25rem;
}

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

.flex {
  display: flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.size-4 {
  width: 1rem;
  height: 1rem;
}

.h-2 {
  height: 0.5rem;
}

.h-3 {
  height: 0.75rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-7 {
  height: 1.75rem;
}

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

.h-full {
  height: 100%;
}

.max-h-0 {
  max-height: 0px;
}

.min-h-screen {
  min-height: 100vh;
}

.w-3 {
  width: 0.75rem;
}

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

.w-7 {
  width: 1.75rem;
}

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

.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}

.w-full {
  width: 100%;
}

.max-w-1200 {
  max-width: 1200px;
}

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

.max-w-screen-xl {
  max-width: 1280px;
}

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

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

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

.scale-100 {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  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));
}

.scale-90 {
  --tw-scale-x: .9;
  --tw-scale-y: .9;
  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;
}

.list-image-\[url\(\{site_url\}assets\/icons\/plus-solid\.svg\)\] {
  list-style-image: url({site_url}assets/icons/plus-solid.svg);
}

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

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

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

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

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

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

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

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

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

.gap-10 {
  gap: 2.5rem;
}

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

.overflow-hidden {
  overflow: hidden;
}

.rounded {
  border-radius: 0.25rem;
}

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

.border {
  border-width: 1px;
}

.border-0 {
  border-width: 0;
}

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

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

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

.bg-\[\#286E9C\] {
  --tw-bg-opacity: 1;
  background-color: rgb(40 110 156 / var(--tw-bg-opacity));
}

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

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

.fill-current {
  fill: currentColor;
}

.fill-inherit {
  fill: inherit;
}

.p-2 {
  padding: 0.5rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

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

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

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

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

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

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

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

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

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

.text-5xl {
  font-size: 3rem;
  line-height: 1;
}

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

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

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

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

.font-light {
  font-weight: 300;
}

.font-normal {
  font-weight: 400;
}

.uppercase {
  text-transform: uppercase;
}

.leading-6 {
  line-height: 1.5rem;
}

.leading-7 {
  line-height: 1.75rem;
}

.text-\[\#2D3F50\] {
  --tw-text-opacity: 1;
  color: rgb(45 63 80 / var(--tw-text-opacity));
}

.text-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity));
}

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

.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

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

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

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

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-300 {
  transition-duration: 300ms;
}

.duration-700 {
  transition-duration: 700ms;
}

/* where does this class belong? */

/* alpine cloaking class */

[x-cloak] {
  display: none !important;
}

/* Footer */

footer {
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(45 63 80 / var(--tw-bg-opacity));
  padding: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  .foot-container {
    display: flex;
  }
  .foot-container {
    width: 100%;
  }
  .foot-container {
    flex-direction: column;
  }
  .foot-container {
    align-content: center;
  }
  .foot-content {
    margin-left: auto;
    margin-right: auto;
  }
  .foot-content {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .foot-content {
    display: flex;
  }
  .foot-content {
    flex-direction: column;
  }
  .foot-content {
    text-align: center;
  }
  img {
    margin-bottom: 2rem;
  }
  img {
    height: 10rem;
  }
  p {
    font-size: 0.75rem;
    line-height: 1rem;
  }
  p {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
}

/* Reduce Motion for Homepage Animations */

@media (prefers-reduced-motion: reduce) {
  div {
    animation: fade 0.5s ease-in both;
  }
}

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

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

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

@media (prefers-reduced-motion: no-preference) {
  .motion-safe\:ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
}

@media (min-width: 768px) {
  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

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

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

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

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

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

  .md\:p-0 {
    padding: 0px;
  }

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

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

  .md\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

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

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

@media (min-width: 1024px) {
  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

@media (min-width: 1280px) {
  .xl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  div.xl\:animate-tile {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 500ms;
    transform-style: preserve-3d;
  }

  .group:hover div.xl\:animate-tile {
    transform: rotateY(180deg);
  }

  @media (prefers-reduced-motion: reduce) {
    div.xl\:animate-tile {
      transition-property: none;
    }
  }
}
