/*
! tailwindcss v3.4.0 | 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 */
  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;
}

*, ::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%;
  padding-right: 1rem;
  padding-left: 1rem;
}
@media (min-width: 480px) {

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

  .container {
    max-width: 600px;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (min-width: 782px) {

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

  .container {
    max-width: 960px;
    padding-right: 0rem;
    padding-left: 0rem;
  }
}
@media (min-width: 1280px) {

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

  .container {
    max-width: 1440px;
  }
}
.visible {
  visibility: visible;
}
.absolute {
  position: absolute;
}
.col-start-1 {
  grid-column-start: 1;
}
.col-end-12 {
  grid-column-end: 12;
}
.row-start-1 {
  grid-row-start: 1;
}
.row-start-2 {
  grid-row-start: 2;
}
.row-start-3 {
  grid-row-start: 3;
}
.row-start-4 {
  grid-row-start: 4;
}
.m-8 {
  margin: 2rem;
}
.mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}
.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.mr-4 {
  margin-right: 1rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.h-1 {
  height: 0.25rem;
}
.min-h-screen {
  min-height: 100vh;
}
.w-16 {
  width: 4rem;
}
.w-full {
  width: 100%;
}
.w-screen {
  width: 100vw;
}
.max-w-sm {
  max-width: 24rem;
}
.flex-grow {
  flex-grow: 1;
}
.cursor-pointer {
  cursor: pointer;
}
.resize {
  resize: both;
}
.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.grid-rows-4 {
  grid-template-rows: repeat(4, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.items-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-4 {
  gap: 1rem;
}
.overflow-hidden {
  overflow: hidden;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.border {
  border-width: 1px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.bg-fwv-black {
  --tw-bg-opacity: 1;
  background-color: rgb(40 40 40 / var(--tw-bg-opacity));
}
.bg-fwv-orange {
  --tw-bg-opacity: 1;
  background-color: rgb(230 137 60 / var(--tw-bg-opacity));
}
.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.p-6 {
  padding: 1.5rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.text-center {
  text-align: center;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-5xl {
  font-size: 3rem;
  line-height: 1;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-black {
  font-weight: 900;
}
.font-bold {
  font-weight: 700;
}
.font-extrabold {
  font-weight: 800;
}
.font-light {
  font-weight: 300;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.text-fwv-orange {
  --tw-text-opacity: 1;
  color: rgb(230 137 60 / var(--tw-text-opacity));
}
.text-fwv-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}
.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / 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));
}
.underline {
  text-decoration-line: underline;
}
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.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);
}
.backdrop-filter {
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.transition {
  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;
}
.alignfull {
  margin: 2rem calc(50% - 50vw) !important;
  max-width: 100vw !important;
  width: 100vw;
}
.alignwide {
  margin: 2rem 0;
  max-width: 1280px !important;
}
.alignnone {
  margin-left: 0px;
  margin-right: 0px;
  height: auto;
  max-width: 100%;
}
.aligncenter {
  margin: 0.5rem auto;
  display: block;
}
@media (min-width: 600px) {

  .alignleft:not(.wp-block-button) {
    margin-right: 0.5rem;
    float: left;
  }

  .alignright:not(.wp-block-button) {
    margin-left: 0.5rem;
    float: right;
  }

  .wp-block-button.alignleft a {
    float: left;
    margin-right: 1rem;
  }

  .wp-block-button.alignright a {
    float: right;
    margin-left: 1rem;
  }
}
.wp-caption {
  display: inline-block;
}
.wp-caption img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
.wp-caption-text {
  font-size: 0.875rem;
  color: #4b5563;
}
.tile {
  position: relative;
  display: block;
  height: 100%;
  border: 4px solid #3D5476;
  cursor: pointer;
  transition: border 0.7s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.tile.hidden {
    display: none;
  }
.tile--image {
  position: relative;
  z-index: 10;
  margin-bottom: 1rem;
  display: block;
    overflow: hidden;
    height: 270px;
}
@media screen and (-webkit-device-pixel-ratio: 1.5) and (max-height: 900px) {
.tile--image {
      max-height: 33vh
  }
    }
.tile--tag {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 20;
  --tw-bg-opacity: 1;
  background-color: rgb(61 84 118 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.tile img {
  display: block;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    transform: scale(1);
    transition: transform 0.7s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.tile .tile--content {
  padding-bottom: 1rem;
}
.tile .tile--content h3 {
  margin-top: 0px;
  margin-left: 1rem;
  margin-right: 1rem;
  margin-bottom: 0.25rem;
  margin-top: 0.5rem;
  font-size: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(40 40 40 / var(--tw-text-opacity));
      line-height: 1.2;
}
.tile .tile--content p {
  margin-top: 0.25rem;
  margin-left: 1rem;
  margin-right: 1rem;
  --tw-text-opacity: 1;
  color: rgb(40 40 40 / var(--tw-text-opacity));
      font-size: .875rem;
      line-height: 1.125rem;
      padding-bottom: 0;
}
.tile.resource-tile .tile--content-description {
      display: none;
    }
.tile.resource-tile:hover .tile--content-description {
        display: block;
      }
.tile:hover {
    border: 4px solid #FFD700;
  }
.tile:hover img {
      transform: scale(1.2);
    }
.title {
  margin-top: 3rem;
  margin-bottom: 3rem;
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 800;
  --tw-text-opacity: 1;
  color: rgb(40 40 40 / var(--tw-text-opacity));
}
.modal {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: auto;
}
.modal__overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
      background-color: rgba(0, 0, 0, 0.5);
      animation: fade-in 0.4s normal forwards ease-in;
}
.modal__content {
  margin: auto;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 2rem;
      display: flex;
      flex-direction: column;
      left: 50%;
      max-width: 800px;
      position: absolute;
      top: 50%;
      transform: translate(-50%, -50%);
      width: 93vw;
}
@media (min-width: 960px) {
.modal__content {
        flex-direction: row
    }
      }
.modal__close {
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 1rem;
      cursor: pointer;
}
.modal__image {
  position: relative;
  margin-bottom: 1.5rem;
}
@media (min-width: 960px) {

  .modal__image {
    margin-bottom: 0px;
  }
}
.modal__image {
      min-height: 240px;
    }
@media (min-width: 960px) {
.modal__image {
        min-width: 300px
    }
      }
.modal__image img {
        -o-object-fit: cover;
           object-fit: cover;
        position:absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
}
.modal__text {
  padding-left: 1rem;
      max-height: 400px;
      overflow-y: auto;
}
@keyframes fade-in {
  from {
      opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.round-image-tile {
  align-items: center;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: start;
}
.round-image-tile.hidden {
    display: none;
  }
.round-image-tile__image {
    border-radius: 50%;
    border: 10px solid #FFD400;
    margin-bottom: 1rem;
    overflow: hidden;
    width: 15.375rem;
    height: 15.375rem;
  }
.round-image-tile__image img {
      -o-object-fit: cover;
         object-fit: cover;
      width: 100%;
      transform: scale(1);
      transition: transform 0.7s cubic-bezier(0.075, 0.82, 0.165, 1);
    }
.round-image-tile h3 {
    text-align: center;
  }
.round-image-tile:hover .round-image-tile__image img {
        transform: scale(1.2);
      }
.posts-filter {
  padding: 1.5rem;
}
@media (min-width: 782px) {

  .posts-filter {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.posts-filter__container {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
  padding: 1.5rem;
}
@media (min-width: 782px) {

  .posts-filter__container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding-top: 3rem;
    padding-bottom: 3rem;
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (min-width: 960px) {

  .posts-filter__container {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.posts-filter__filters {
  display: flex;
  align-items: center;
  justify-content: space-between;
    flex-direction: column;
}
@media (min-width: 782px) {
.posts-filter__filters {
      justify-content: space-between
  }
    }
@media (min-width: 960px) {
.posts-filter__filters {
      flex-direction: row
  }
    }
.posts-filter__filters label {
  margin-bottom: 0.5rem;
  display: block;
  font-size: 1.25rem;
  font-weight: 800;
}
.posts-filter__filters select {
  width: 16rem;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(40 40 40 / var(--tw-border-opacity));
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
      padding-left: 0.5rem;
      padding-right: 0.5rem;
      background: none;
      background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAMCAYAAABr5z2BAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBnVG7DcIwFLSTBZA8AZXtjhFIR5sRGIGSMhswAtkgJR0jUNqlB7BEWipzDwXJWFaCc8Wzfe93J3Ot9TOEsGHr4CqEnq1HzylCxQMqdqwMzlq7JQUMzS3nfGRlaCjUFLz3oxDihSGHP5s7bB/owmNWKXXHsV9o/kj/PqokeZyzMuWamKvjx5IV8Gdsv/1wucKcFTQPxpg2ra1YHqkVh5865QqzAyDT0ZCI6iauDLBylVJe5mreyQBBALqHj3gAAAAASUVORK5CYII=);
      background-repeat: no-repeat;
      background-size: 0.75rem;
      background-position: calc(100% - 0.5rem) center;
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
}
.social-panels {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media (min-width: 782px) {
    .social-panels .social-panels {
      padding-left: 0px;
      padding-right: 0px;
    }
  }
.social-panels h2 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
@media screen and (-webkit-device-pixel-ratio: 1.5) and (max-height: 900px) {
.social-panels h2 {
      margin-top: 1.5rem;
      margin-bottom: 1rem
  }
    }
.social-panels img {
  margin-left: 1rem;
  display: inline-block;
  height: 2rem;
  width: 2rem;
}
html {
  scroll-behavior: smooth;
}
body { 
  font-family: Arial, sans-serif; 
  margin-top: 54px;
}
@media (min-width: 960px) {
body {
    margin-top: 80px
}
  }
main {
  margin-top: 40px;
  overflow: hidden;
}
@media (min-width: 782px) {
  main {
    margin-top: 0;
  }
}
.body-no-scroll {
  overflow: hidden;
  height: 100vh;
  width: 100vw;
}
.proxima-nova {
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
}
.proxima-nova-bold {
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
}
.standard-width {
  margin: 0 auto;
  max-width: 1200px;
}
.standard-content {
  padding-left: 1rem;
  padding-right: 1rem;
}
.standard-content p {
    margin-bottom: 1rem;
  }
.standard-content a {
  --tw-text-opacity: 1;
  color: rgb(230 137 60 / var(--tw-text-opacity));
  text-decoration-line: underline;
}
.button {
  display: inline-block;
  --tw-bg-opacity: 1;
  background-color: rgb(230 137 60 / var(--tw-bg-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  cursor: pointer;
  font-family: "proxima-nova", sans-serif;
  font-weight: 900;
  font-style: normal;
  transition: background-color 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(61 84 118 / var(--tw-bg-opacity));
}
.button.hide-button {
    display: none;
  }
.sk-ig-load-more-posts {
  display: inline-block;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  background-color: rgb(230 137 60) !important;
  border-radius: 0px !important;
  cursor: pointer;
  font-family: "proxima-nova", sans-serif;
  font-weight: 900;
  font-style: normal;
  transition: background-color 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.sk-ig-load-more-posts:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(61 84 118 / var(--tw-bg-opacity));
    background-color: rgb(230 137 60) !important;
}
.custom-logo-link img {
    max-width: 13rem;
  }
@media (min-width: 782px) {
.custom-logo-link img {
      max-width: 9rem
  }
    }
@media (min-width: 1280px) {
.custom-logo-link img {
      max-width: 13rem
  }
    }
.post h1, .post h2, .post h3, .post h4, .post h5, .post h6 {
    font-family: "proxima-nova", sans-serif;
    font-weight: 800;
    font-style: normal;
  }
.post p {
    font-family: "proxima-nova", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
.sk-ig-post-img, .sk-ig-post-hover {
	height: auto !important;
	aspect-ratio: 4/5;
}
.entry-content h1, 
  .entry-content h2, 
  .entry-content h3, 
  .entry-content h4, 
  .entry-content h5, 
  .entry-content h6, 
  .full-width-text > div h1, 
  .full-width-text > div h2, 
  .full-width-text > div h3, 
  .full-width-text > div h4, 
  .full-width-text > div h5, 
  .full-width-text > div h6 {
    font-family: "proxima-nova", sans-serif;
    font-weight: 800;
    font-style: normal;
    line-height: 1;
    margin-bottom: 0.5rem;
  }
.entry-content h1, .full-width-text > div h1 {
    font-size: 2.5rem;
  }
.entry-content h2, .full-width-text > div h2 {
    font-size: 2.25rem;
  }
.entry-content h3, .full-width-text > div h3 {
    font-size: 2rem;
  }
.entry-content h4, .full-width-text > div h4 {
    font-size: 1.75rem;
  }
.entry-content h5, .full-width-text > div h5 {
    font-size: 1.5rem;
  }
.entry-content h6, .full-width-text > div h6 {
    font-size: 1.25rem;
  }
.entry-content a:not(.button):not(.tile):not(.no-link-style), .full-width-text > div a:not(.button):not(.tile):not(.no-link-style) {
  --tw-text-opacity: 1;
  color: rgb(230 137 60 / var(--tw-text-opacity));
  text-decoration-line: underline;
}
.entry-content a:not(.button):not(.tile):not(.no-link-style):hover, .full-width-text > div a:not(.button):not(.tile):not(.no-link-style):hover {
  --tw-text-opacity: 1;
  color: rgb(61 84 118 / var(--tw-text-opacity));
}
.entry-content p,
  .entry-content ul,
  .entry-content li,
  .full-width-text > div p,
  .full-width-text > div ul,
  .full-width-text > div li {
    font-family: "proxima-nova", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
.entry-content .wp-block-heading, .full-width-text > div .wp-block-heading {
    text-transform: uppercase;
  }
.entry-content ul, .full-width-text > div ul {
    list-style-type: disc;
    padding-left: 1rem;
  }
.entry-content > p a, .full-width-text > div > p a {
  --tw-text-opacity: 1;
  color: rgb(230 137 60 / var(--tw-text-opacity));
  text-decoration-line: underline;
}
.entry-content > p a:hover, .full-width-text > div > p a:hover {
  --tw-text-opacity: 1;
  color: rgb(61 84 118 / var(--tw-text-opacity));
}
.wp-block-image {
  margin: 0;
}
.wp-block-image img {
    width: 100%;
    height: auto;
  }
.search-form input[type="search"] {
  margin-bottom: 1rem;
  width: 100%;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.search-form button[type="submit"] {
  display: inline-block;
  --tw-bg-opacity: 1;
  background-color: rgb(230 137 60 / var(--tw-bg-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
    cursor: pointer;
    font-family: "proxima-nova", sans-serif;
    font-weight: 900;
    font-style: normal;
    transition: background-color 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.search-form button[type="submit"]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(61 84 118 / var(--tw-bg-opacity));
}
.nav-links {
  display: flex;
}
.nav-links > div {
    margin-right: 1rem;
  }
.nav-links a {
  display: inline-block;
  --tw-bg-opacity: 1;
  background-color: rgb(230 137 60 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
    cursor: pointer;
    font-family: "proxima-nova", sans-serif;
    font-weight: 900;
    font-style: normal;
    transition: background-color 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.nav-links a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(61 84 118 / var(--tw-bg-opacity));
}
#content main.blur-main-content:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
}
.load-more-button-holder {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  grid-column: span 3;
}
#primary-menu-container {
  overflow: scroll;
  height: 84vh; 
}
@media (min-width: 960px) {
  #primary-menu-container {
    overflow: visible;
    height: auto;
  }
}
#Header {
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.20);
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: 500;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 960px){
#Header {
    height: 120px
}
  }
@media screen and (-webkit-device-pixel-ratio: 1.5) and (max-height: 900px) {
#Header {
    padding-top: 0.5rem;
	  padding-bottom: 0.5rem;
	  height: auto
}
  }
#Header > .button {
    position: absolute;
    bottom: -40px;
    left: 0;
    width: 100%;
  }
.primary-menu {
  z-index: 10;
}
.primary-menu > ul li {
      cursor: pointer;
      position: relative;
    }
.primary-menu > ul li a {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
        font-size: 1.125rem;
        line-height: 1.75rem;
}
.primary-menu > ul li:hover > a {
  --tw-text-opacity: 1;
  color: rgb(230 137 60 / var(--tw-text-opacity));
}
.primary-menu > ul li li a {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.primary-menu > ul li li:hover > a {
  --tw-text-opacity: 1;
  color: rgb(230 137 60 / var(--tw-text-opacity));
}
.primary-menu > ul li .sub-menu {
  display: block;
  --tw-bg-opacity: 1;
  background-color: rgb(40 40 40 / var(--tw-bg-opacity));
  padding-left: 1rem;
}
@media (min-width: 960px) {

  .primary-menu > ul li .sub-menu {
    display: none;
    padding-left: 0px;
          position: absolute;
          width: 13rem;
  }
.primary-menu > ul li .sub-menu li {
    padding-left: 1rem;
    padding-right: 1rem;
            margin-left: 0;
            margin-right: 0;
  }
.primary-menu > ul li:hover .sub-menu {
            display: block
        }
}
#primary-menu-container {
  position: absolute;
  left: 0;
  width: 100%;
  padding: 1rem;
  margin-top: 50px;
}
@media (min-width: 960px) {
#primary-menu-container {
    position: relative;
    left: auto;
    width: auto;
    padding: 0;
    margin-top: 0px
}
  }
#primary-menu-container .button {
  display: none;
}
.tile#primary-menu-container .button {
    display: none;
  }
.round-image-tile#primary-menu-container .button {
    display: none;
  }
@media (min-width: 960px) {

  #primary-menu-container .button {
    display: block;
  }
}
.menu-item-has-children:after {
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAKCAYAAACE2W/HAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAB3SURBVHgBjZCBDYAgDAQbJ3CEjuAIjuJGjsAIjtARGIFR3hqLEK3AJ5+Q/x6BEqkAzDSoZ1YPG27F1gVXp042u06a5eFFLR5smajZIs6FoEgc8HB7e0asylB1ocq/33Hg3ZyV8LcDLRhlAXhBTC05cB9y4HFoVCf0SNS7ZuOdzwAAAABJRU5ErkJggg==') center center no-repeat;
    content: '';
    display: none;
    height: 8px;
    margin-left: 0.25rem;
    width: 12px;
    position: absolute;
    right: 0;
    top: 0.5rem;
    transform: translateY(-50%);
  }
@media (min-width: 960px) {
.menu-item-has-children:after {
      display: inline-block;
      position: relative;
      right: auto;
      top: auto;
      transform: none
  }
    }
.menu-item-has-children:hover:after {
      background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxNCAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggaWQ9IlZlY3RvciIgZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik02LjQ3ODkzIDguMzMwNjJMMS4yMTU0NCAyLjcyOTZDMC45MjgwMTUgMi40MDM1MSAwLjkyODAxNSAxLjkwNDc4IDEuMjE1NDQgMS41OTc4NkMxLjUwMjg2IDEuMjkwOTYgMS45ODc5IDEuMjkwOTYgMi4yNzUzNCAxLjU5Nzg2TDYuOTk5OTMgNi42NDI2OEwxMS43MjQ1IDEuNTk3ODZDMTIuMDI5OSAxLjI5MDk2IDEyLjQ5NyAxLjI5MDk2IDEyLjc4NDQgMS41OTc4NkMxMy4wNzE5IDEuOTA0NzYgMTMuMDcxOSAyLjQwMzQ5IDEyLjc4NDQgMi43Mjk2TDcuNTM4OTMgOC4zMzA2MkM3LjIzMzU0IDguNjM3NTIgNi43NjY0NyA4LjYzNzUyIDYuNDc5MDMgOC4zMzA2Mkg2LjQ3ODkzWiIgZmlsbD0iI0U2ODkzQyIgc3Ryb2tlPSIjRTY4OTNDIi8+Cjwvc3ZnPgo=') center center no-repeat;
    }
.search-link svg {
    display: inline-block;
    transform: translateX(-0.25rem);
  }
#alt-nav a {
    font-weight: 600;
  }
@media (min-width: 960px) {
  .primary-menu > ul li a {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
@media (min-width: 1200px) {
  .primary-menu > ul li a {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
.site-footer a {
    font-weight: 600;
  }
.jump-to-top {
  position: fixed;
  bottom: 1rem;
  right: 0px;
  display: block;
  --tw-bg-opacity: 1;
  background-color: rgb(230 137 60 / var(--tw-bg-opacity));
  padding: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  z-index: 100;
}
.safe-exit {
  position: fixed;
  top: 8rem;
  right: 0px;
  display: block;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(230 137 60 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(230 137 60 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  border-width: 1px;
  width: 53px;
  z-index: 501;
}
.safe-exit__icon {
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.25rem;
}
.safe-exit__copy {
  display: block;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 0.25rem;
  text-align: center;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(230 137 60 / var(--tw-text-opacity));
}
.hero {
  position: relative;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-template-rows: repeat(1, minmax(0, 1fr));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  /* margin-top: 85px; */
  min-height: 600px;
}
/* @screen md {
    margin-top: 0;
  } */
.hero:after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
    height: 100%;
    width: 100%;
    --tw-bg-opacity: 1;
    background-color: rgb(61 84 118 / var(--tw-bg-opacity));
  }
.tile.hero:after {
    display: none;
  }
.round-image-tile.hero:after {
    display: none;
  }
@media (min-width: 782px) {

  .hero:after {
    display: block;
  }
}
.hero:after {
    z-index: -1;
  }
.hero:after,
  .hero:before {
    content: '';
    height: 100%;
    width: 100%;
    display: block;
    position: absolute;
    bottom: 0;
    left: 100%;
  }
.hero:after {
    left: 0%;
  }
@media screen and (-webkit-device-pixel-ratio: 1.5) and (max-height: 900px) {
.hero {
    min-height: 450px;
    max-height: 66vh
}
  }
.hero .hero__image {
  --tw-bg-opacity: 1;
  background-color: rgb(61 84 118 / var(--tw-bg-opacity));
}
@media (min-width: 782px) {

  .hero .hero__image {
    background-image: none;
  }
}
.hero .hero__image {
    opacity: 0;
    animation: fade-in 0.4s normal forwards ease-in;
    min-height: 270px;
  }
@media (min-width: 782px) {
    .hero .hero__image {
      min-height: 0;
    }
    .hero--bg-fwv-purple:before,
    .hero--bg-fwv-purple:after {
    --tw-bg-opacity: 1;
    background-color: rgb(68 37 79 / var(--tw-bg-opacity));
  }
  }
.hero--bg-fwv-purple .hero__image {
  --tw-bg-opacity: 1;
  background-color: rgb(68 37 79 / var(--tw-bg-opacity));
}
@media (min-width: 782px) {

  .hero--bg-fwv-purple .hero__image {
    background-image: none;
  }
}
.hero--bg-fwv-green {
  --tw-bg-opacity: 1;
  background-color: rgb(83 113 43 / var(--tw-bg-opacity));
}
@media (min-width: 782px) {

  .hero--bg-fwv-green {
    background-image: none;
  }

  .hero--bg-fwv-green:before,
    .hero--bg-fwv-green:after {
    --tw-bg-opacity: 1;
    background-color: rgb(83 113 43 / var(--tw-bg-opacity));
  }
}
.hero--bg-fwv-green .hero__image {
  --tw-bg-opacity: 1;
  background-color: rgb(83 113 43 / var(--tw-bg-opacity));
}
@media (min-width: 782px) {

  .hero--bg-fwv-green .hero__image {
    background-image: none;
  }

  .hero--bg-fwv-yellow:before,
    .hero--bg-fwv-yellow:after {
    --tw-bg-opacity: 1;
    background-color: rgb(255 212 0 / var(--tw-bg-opacity));
  }
}
.hero--bg-fwv-yellow .hero__image {
  --tw-bg-opacity: 1;
  background-color: rgb(255 212 0 / var(--tw-bg-opacity));
}
@media (min-width: 782px) {

  .hero--bg-fwv-yellow .hero__image {
    background-image: none;
  }

  .hero--bg-fwv-orange:before,
    .hero--bg-fwv-orange:after {
    --tw-bg-opacity: 1;
    background-color: rgb(230 137 60 / var(--tw-bg-opacity));
  }
}
.hero--bg-fwv-orange .hero__image {
  --tw-bg-opacity: 1;
  background-color: rgb(230 137 60 / var(--tw-bg-opacity));
}
@media (min-width: 782px) {

  .hero--bg-fwv-orange .hero__image {
    background-image: none;
  }
}
.hero--half {
  background-color: transparent;
}
.hero--half:before {
      display: none;
    }
.hero--half:after {
  width: 100%;
}
@media (min-width: 782px) {

  .hero--half:after {
    width: 50%;
  }
}
.hero >div {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}
@media (min-width: 782px) {

  .hero >div {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }
}
.hero__content {
  grid-column-start: 1;
  grid-row-start: 2;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  padding: 1.5rem;
}
@media (min-width: 782px) {

  .hero__content {
    grid-row-start: 1;
  }
}
@media (min-width: 1280px) {

  .hero__content {
    padding: 0px;
  }
}
.hero__content {
    align-self: center;
  }
.hero__image {
  position: relative;
  grid-column-start: 1;
  grid-row-start: 1;
  width: 100vw;
}
@media (min-width: 782px) {

  .hero__image {
    grid-column-start: 2;
    width: 100%;
  }
}
.hero__image img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 782px) {

  .hero__image img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.hero__image img {
      position: absolute;
      bottom: 0;
      left: 0;
      -o-object-fit: contain;
         object-fit: contain;
    }
@media (min-width: 782px) {
      .hero__image img {
        -o-object-fit: cover;
           object-fit: cover;
      }
    }
.hero__copy-holder svg {
  display: none;
  width: 100%;
}
.tile.hero__copy-holder svg {
    display: none;
  }
.round-image-tile.hero__copy-holder svg {
    display: none;
  }
@media (min-width: 782px) {

  .hero__copy-holder svg {
    width: auto;
  }
}
.hero__copy-holder svg {
      margin-left: -36px;
      transform: translateX(36px);
    }
@media (min-width: 782px) {
.hero__copy-holder svg {
    display: inline-block;
  }
.hero__copy-holder {
      max-width: 450px
  }
      }
.hero h1 {
  font-size: 3rem;
  line-height: 1;
  text-transform: uppercase;
}
@media only screen and (max-width: 1480px) {
	body .hero h1
	{
		font-size: 2.25rem;
	}
}
.hero h1 {
    margin-bottom: 0;
  }
@media only screen and (max-width: 1480px) {
.hero h1 {
      font-size: 2.25rem
  }
    }
.hero .button {
  width: 100%;
}
@media (min-width: 782px) {

  .hero .button {
    width: auto;
  }
}
.hero__punctuation {
    display: inline-block;
    width: 1.15ch;
  }
.hero--alt {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
    min-height: 400px;
}
.hero--alt h1,
    .hero--alt p {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.hero--alt .hero__image img {
        max-width: 549px;
      }
.hero--image-right .hero__content {
  grid-column-start: 1;
  grid-row-start: 2;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  padding: 1.5rem;
}
@media (min-width: 782px) {

  .hero--image-right .hero__content {
    grid-row-start: 1;
  }
}
@media (min-width: 1280px) {

  .hero--image-right .hero__content {
    padding: 0px;
  }
}
.hero--image-right .hero__image {
  grid-column-start: 1;
  grid-row-start: 1;
}
@media (min-width: 782px) {

  .hero--image-right .hero__image {
    grid-column-start: 2;
  }
}
.hero--image-right:after {
  height: 50%;
}
@media (min-width: 782px) {

  .hero--image-right:after {
    left: 50%;
    height: 100%;
    width: 50%;
  }
}
.hero--image-left .hero__content {
  grid-column-start: 2;
  grid-row-start: 2;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  padding: 1.5rem;
}
@media (min-width: 782px) {

  .hero--image-left .hero__content {
    grid-row-start: 1;
    margin-left: 3rem;
  }
}
@media (min-width: 1280px) {

  .hero--image-left .hero__content {
    padding: 0px;
  }
}
.hero--image-left .hero__image {
  grid-column-start: 1;
  grid-row-start: 1;
}
.hero--image-left .hero__image img {
        right: -8px;
        left: auto;
      }
.hero--image-left:after {
  height: 50%;
}
@media (min-width: 782px) {

  .hero--image-left:after {
    left: 0px;
    height: 100%;
    width: 50%;
  }
}
@keyframes fade-in {
  from {
      opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.email-callout {
  --tw-bg-opacity: 1;
  background-color: rgb(68 37 79 / var(--tw-bg-opacity));
  padding: 2.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media screen and (-webkit-device-pixel-ratio: 1.5) and (max-height: 900px) {
.email-callout {
    padding-top: 1rem;
    padding-bottom: 1rem
  
}
  }
.email-callout > div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
@media (min-width: 782px) {
.email-callout > div {
      flex-direction: row
  }
    }
.email-callout p {
  grid-column-start: 1;
  grid-row-start: 1;
  margin: 0px;
  margin-bottom: 1rem;
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 800;
}
@media (min-width: 782px) {

  .email-callout p {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    margin-bottom: 0px;
  }
}
@media (min-width: 1280px) {

  .email-callout p {
    margin: 0px;
  }
}
.email-callout p {
    align-self: center;
  }
@media (min-width: 782px) {
.email-callout p {
      max-width: 350px
  }
    }
.email-callout form {
  grid-column-start: 1;
  grid-row-start: 2;
}
@media (min-width: 782px) {

  .email-callout form {
    grid-column-start: 2;
    grid-row-start: 1;
  }
}
.email-callout form {
    align-self: center;
  }
.email-callout form .email-callout__input input[type="email"] {
  margin-bottom: 1.5rem;
  width: 100%;
  padding: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(40 40 40 / var(--tw-text-opacity));
}
@media (min-width: 782px) {

  .email-callout form .email-callout__input input[type="email"] {
    margin-bottom: 0px;
    width: 24rem;
  }

  .email-callout form .email-callout__input-holder {
    display: flex;
  }
}
.email-callout form .email-callout__input .button {
  width: 12rem;
}
.email-callout form .email-callout__input .gfield.gfield--type-submit {
        align-items: flex-start;
      }
.email-callout form .email-callout__input .gfield.gfield--type-submit input[type="submit"] {
  width: 100%;
}
@media (min-width: 960px) {

  .email-callout form .email-callout__input .gfield.gfield--type-submit input[type="submit"] {
    width: auto;
  }
}
.email-callout form .email-callout__input .gfield.gfield--type-submit input[type="submit"] {
  display: inline-block;
  --tw-bg-opacity: 1;
  background-color: rgb(230 137 60 / var(--tw-bg-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
          border-radius: 0;
          cursor: pointer;
          font-family: "proxima-nova", sans-serif;
          font-weight: 900;
          font-style: normal;
          transition: background-color 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.email-callout form .email-callout__input .gfield.gfield--type-submit input[type="submit"]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(61 84 118 / var(--tw-bg-opacity));
}
.email-callout label {
  margin-bottom: 0.5rem;
  display: block;
}
#gform_wrapper_1 > div.gform-footer.gform_footer.top_label {
  margin-top: 0px;
}
#field_1_4 {
  grid-column: span 12;
}
@media (min-width: 782px) {
#field_1_4 {
    grid-column: span 6
}
  }
#gform_submit_button_1 {
  display: inline-block;
  --tw-bg-opacity: 1;
  background-color: rgb(230 137 60 / var(--tw-bg-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  cursor: pointer;
  font-family: "proxima-nova", sans-serif;
  font-weight: 900;
  font-style: normal;
  transition: background-color 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}
#gform_submit_button_1:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(61 84 118 / var(--tw-bg-opacity));
}
.news-showcase {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.news-showcase h2 {
  margin-top: 3rem;
  margin-bottom: 3rem;
  font-size: 2.25rem;
  line-height: 2.5rem;
  --tw-text-opacity: 1;
  color: rgb(40 40 40 / var(--tw-text-opacity));
}
@media screen and (-webkit-device-pixel-ratio: 1.5) and (max-height: 900px) {
.news-showcase h2 {
      margin-top: 1.5rem;
      margin-bottom: 1.25rem
  }
    }
.news-showcase__article--showcase {
  position: relative;
  margin-bottom: 1.5rem;
    overflow: hidden;
}
@media screen and (-webkit-device-pixel-ratio: 1.5) and (max-height: 900px) {
.news-showcase__article--showcase {
      margin-bottom: 1.5rem
  }
    }
.news-showcase__article--showcase img {
  display: block;
  width: 100%;
      max-height: 32rem;
      -o-object-fit: contain;
      object-fit: contain;
      transition: transform 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}
@media screen and (-webkit-device-pixel-ratio: 1.5) and (max-height: 900px) {
.news-showcase__article--showcase img {
        max-height: 50vh;
        -o-object-fit: cover;
           object-fit: cover
    }
      }
.news-showcase__article--showcase h3 {
  margin: 1.5rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
      bottom: 0rem;
      position: absolute;
      left: 0;
      z-index: 2;
}
.news-showcase__article--showcase::after {
      content: "";
      display: block;
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%;
      z-index: 1;
      background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 40.33%, rgba(0, 0, 0, 0.38) 65.38%, rgba(0, 0, 0, 0.75) 100%);
    }
.news-showcase__article--showcase:hover img {
      transform: scale(1.1);
    }
.news-showcase__articles {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 782px) {

  .news-showcase__articles {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    flex-direction: row;
  }
}
@media (min-width: 960px) {

  .news-showcase__articles {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.news-showcase__articles .news-showcase__swiper-slide {
      min-width: 320px;
    }
@media (min-width: 782px) {
.news-showcase__articles .news-showcase__swiper-slide {
        min-width: auto
    }
      }
.text-image {
  position: relative;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-image:not(.text-image--half-color):after,
    .text-image:not(.text-image--half-color):before {
      content: '';
      height: 100%;
      width: 100%;
      display: block;
      position: absolute;
      bottom: 0;
      left: 100%;
    }
.text-image:not(.text-image--half-color):after {
      left: -100%;
    }
.text-image--bg-fwv-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(61 84 118 / var(--tw-bg-opacity));
}
.text-image--bg-fwv-blue .button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 212 0 / var(--tw-bg-opacity));
}
.text-image--bg-fwv-blue:after,
    .text-image--bg-fwv-blue:before {
  --tw-bg-opacity: 1;
  background-color: rgb(61 84 118 / var(--tw-bg-opacity));
}
.text-image--bg-fwv-purple {
  --tw-bg-opacity: 1;
  background-color: rgb(68 37 79 / var(--tw-bg-opacity));
}
.text-image--bg-fwv-purple:after,
    .text-image--bg-fwv-purple:before {
  --tw-bg-opacity: 1;
  background-color: rgb(68 37 79 / var(--tw-bg-opacity));
}
.text-image--bg-fwv-green {
  --tw-bg-opacity: 1;
  background-color: rgb(83 113 43 / var(--tw-bg-opacity));
}
.text-image--bg-fwv-green:after,
    .text-image--bg-fwv-green:before {
  --tw-bg-opacity: 1;
  background-color: rgb(83 113 43 / var(--tw-bg-opacity));
}
.text-image--bg-fwv-yellow {
  --tw-bg-opacity: 1;
  background-color: rgb(255 212 0 / var(--tw-bg-opacity));
}
.text-image--bg-fwv-yellow:after,
    .text-image--bg-fwv-yellow:before {
  --tw-bg-opacity: 1;
  background-color: rgb(255 212 0 / var(--tw-bg-opacity));
}
.text-image--bg-fwv-orange {
  --tw-bg-opacity: 1;
  background-color: rgb(230 137 60 / var(--tw-bg-opacity));
}
.text-image--bg-fwv-orange:after,
    .text-image--bg-fwv-orange:before {
  --tw-bg-opacity: 1;
  background-color: rgb(230 137 60 / var(--tw-bg-opacity));
}
.text-image--half-color {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-image--half-color.text-image--bg-fwv-blue .text-image__image {
  --tw-bg-opacity: 1;
  background-color: rgb(61 84 118 / var(--tw-bg-opacity));
}
.text-image--half-color.text-image--bg-fwv-purple .text-image__image {
  --tw-bg-opacity: 1;
  background-color: rgb(68 37 79 / var(--tw-bg-opacity));
}
.text-image--half-color.text-image--bg-fwv-purple:after,
      .text-image--half-color.text-image--bg-fwv-purple:before {
  --tw-bg-opacity: 1;
  background-color: rgb(68 37 79 / var(--tw-bg-opacity));
}
.text-image--half-color.text-image--bg-fwv-green .text-image__image {
  --tw-bg-opacity: 1;
  background-color: rgb(83 113 43 / var(--tw-bg-opacity));
}
.text-image--half-color.text-image--bg-fwv-green:after,
      .text-image--half-color.text-image--bg-fwv-green:before {
  --tw-bg-opacity: 1;
  background-color: rgb(83 113 43 / var(--tw-bg-opacity));
}
.text-image--half-color.text-image--bg-fwv-yellow .text-image__image {
  --tw-bg-opacity: 1;
  background-color: rgb(255 212 0 / var(--tw-bg-opacity));
}
.text-image--half-color.text-image--bg-fwv-yellow:after,
      .text-image--half-color.text-image--bg-fwv-yellow:before {
  --tw-bg-opacity: 1;
  background-color: rgb(255 212 0 / var(--tw-bg-opacity));
}
.text-image--half-color.text-image--bg-fwv-orange .text-image__image {
  --tw-bg-opacity: 1;
  background-color: rgb(230 137 60 / var(--tw-bg-opacity));
}
.text-image--half-color.text-image--bg-fwv-orange:after,
      .text-image--half-color.text-image--bg-fwv-orange:before {
  --tw-bg-opacity: 1;
  background-color: rgb(230 137 60 / var(--tw-bg-opacity));
}
.text-image > div {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
}
@media (min-width: 782px) {

  .text-image > div {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }
}
.text-image__content {
  order: 2;
  grid-column-start: 1;
  grid-row-start: 2;
  padding: 1.5rem;
}
@media (min-width: 782px) {

  .text-image__content {
    grid-column-start: 2;
    grid-row-start: 1;
  }
}
@media (min-width: 1280px) {

  .text-image__content {
    padding: 3rem;
  }
}
.text-image__content {
    align-self: center;
  }
@media (min-width: 782px) {
.text-image__content {
      max-width: 500px
  }
    }
.text-image__image {
  order: 1;
  grid-column-start: 1;
  grid-row-start: 1;
}
@media (min-width: 782px) {

  .text-image__image {
    grid-column-start: 1;
    grid-row-start: 1;
      min-height: 37rem;
  }
}
@media screen and (-webkit-device-pixel-ratio: 1.5) and (max-height: 900px) {
.text-image__image {
      min-height: 0
  }
    }
.text-image__image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (-webkit-device-pixel-ratio: 1.5) and (max-height: 900px) {
.text-image__image img {
        max-height: 50vh
    }
      }
.text-image--right .text-image__content {
  order: 1;
}
@media (min-width: 782px) {

  .text-image--right .text-image__content {
    grid-column-start: 1;
  }
}
.text-image--right .text-image__image {
  order: 1;
}
@media (min-width: 782px) {

  .text-image--right .text-image__image {
    grid-column-start: 2;
  }
}
.text-image h2 {
  font-size: 2.25rem;
  line-height: 2.5rem;
  text-transform: uppercase;
}
.text-image .button {
  width: 100%;
}
@media (min-width: 782px) {

  .text-image .button {
    width: auto;
  }
}
.priorities-links {
  padding: 1.5rem;
}
.priorities-links h2 {
  margin-top: 3rem;
  margin-bottom: 3rem;
  font-size: 2.25rem;
  line-height: 2.5rem;
  --tw-text-opacity: 1;
  color: rgb(40 40 40 / var(--tw-text-opacity));
}
@media screen and (-webkit-device-pixel-ratio: 1.5) and (max-height: 900px) {
.priorities-links h2 {
      margin-top: 0;
      margin-bottom: 1.5rem
  }
    }
.priorities-links h3 {
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(40 40 40 / var(--tw-text-opacity));
}
@media (min-width: 782px) {
.priorities-links h3 {
    margin-bottom: 0px;
    text-align: center;
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
      
    }
.priorities-links__links {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
}
@media (min-width: 782px) {

  .priorities-links__links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 960px) {

  .priorities-links__links {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.priorities-links__links img {
  margin-bottom: 1rem;
  margin-left: auto;
  margin-right: auto;
  display: none;
}
.tile.priorities-links__links img {
    display: none;
  }
.round-image-tile.priorities-links__links img {
    display: none;
  }
@media (min-width: 782px) {

  .priorities-links__links img {
    display: block;
  }
}
.priorities-links__links img {
      border-radius: 15.375rem;
      border: 10px solid #FFD400;   
      width: 15.375rem;
      height: 15.375rem;   
      overflow: hidden;
      transform: scale(1);
      transition: transform 0.7s cubic-bezier(0.075, 0.82, 0.165, 1);
      
    }
@media screen and (-webkit-device-pixel-ratio: 1.5) and (max-height: 900px) {
.priorities-links__links img {
        aspect-ratio: 1;
        width: auto
      
    }
      }
@media (min-width: 782px) {

  .priorities-links__links svg {
    display: none;
  }
}
.priorities-links__image-none {
      width: 12rem;
      height: 12rem;
    }
.priorities-links__link {
  display: flex;
    margin-bottom: 2.5rem;
}
.priorities-links__link:nth-child(3n+1) {
      justify-content: flex-start;
    }
@media (min-width: 960px) {
.priorities-links__link:nth-child(3n+2) {
        justify-content: center
    }
.priorities-links__link:nth-child(3n) {
        justify-content: flex-end
    }
      }
.priorities-links__link > a {
      display: flex;
      justify-content: flex-start;
      border-bottom: 5px solid #3D5476;
      width: 100%;
    }
@media (min-width: 782px) {
.priorities-links__link > a {
        border-bottom: 0px solid #3D5476;
        display: block;
        max-width: 270px
    }
      }
.priorities-links__link > a:hover img {
          transform: scale(1.1);
        }
.priorities-links__link > a svg {
        margin-left: auto;
      }
.stats-tiles {
  padding: 1.5rem;
}
@media (min-width: 782px) {

  .stats-tiles {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
@media screen and (-webkit-device-pixel-ratio: 1.5) and (max-height: 900px) {
.stats-tiles {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem
}
  }
.stats-tiles > div {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
}
@media (min-width: 782px) {

  .stats-tiles > div {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.stats-tiles h3 {
  width: 100%;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(68 37 79 / var(--tw-text-opacity));
    font-size: 78px;
}
.stats-tiles svg {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.stats-tiles p {
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.5rem;
  display: block;
  width: 100%;
    max-width: 400px;
}
.full-width-text {
  background: rgb(236, 236, 236);
  /* @apply py-6 md:py-12 lg:py-16 px-4 ; */
  position: relative;
  padding: 1.5rem;
}
.full-width-text:after,
  .full-width-text:before {
    content: '';
    height: 100%;
    width: 100%;
    background: rgb(236, 236, 236);
    display: block;
    position: absolute;
    bottom: 0;
    left: 100%;
  }
.full-width-text:after {
    left: -100%;
  }
.full-width-text > div p {
      margin-bottom: 1rem;
    }
.full-width-text > div ul {
      margin-bottom: 1rem;
      list-style-type: disc;
      padding-left: 1.5rem;
    }
.full-width-text > div ul li {
        margin-bottom: 0.5rem;
      }
.full-width-text > div ol {
      list-style-type: decimal;
      padding-left: 1.5rem;
    }
.full-width-text > div a:not(.button):not(.tile):not(.no-link-style) {
  --tw-text-opacity: 1;
  color: rgb(61 84 118 / var(--tw-text-opacity));
}
.full-width-text > div a:not(.button):not(.tile):not(.no-link-style):hover {
  --tw-text-opacity: 1;
  color: rgb(230 137 60 / var(--tw-text-opacity));
}
.programs-and-initiatives-showcase {
  margin-bottom: 3rem;
}
.programs-and-initiatives-showcase--tiles {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
}
@media (min-width: 782px) {

  .programs-and-initiatives-showcase--tiles {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 960px) {

  .programs-and-initiatives-showcase--tiles {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.programs-and-initiatives-showcase--show-more {
  text-align: center;
}
.programs-and-initiatives-list {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.programs-and-initiatives-list--items {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
}
@media (min-width: 782px) {

  .programs-and-initiatives-list--items {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 960px) {

  .programs-and-initiatives-list--items {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.programs-and-initiatives-list .item {
  display: flex;
    align-items: center;
}
.programs-and-initiatives-list .item a {
      --tw-text-opacity: 1;
      color: rgb(40 40 40 / var(--tw-text-opacity));
      color: #282828;
      text-decoration: none;
    }
.programs-and-initiatives-list .item--icon {
  margin-right: 1rem;
  display: flex;
  height: 3rem;
  width: 3rem;
  align-items: center;
  justify-content: center;
  border-radius: 1.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(230 137 60 / var(--tw-bg-opacity));
      flex-shrink: 0;
}
.programs-and-initiatives-list .item--copy h3 {
        font-size: 1.25rem;
        font-weight: 800;
      }
.programs-and-initiatives-list .item:hover {
      text-decoration: underline;
    }
.related-content--content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 782px) {

  .related-content--content {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    flex-direction: row;
  }
}
@media (min-width: 960px) {

  .related-content--content {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.staff-directory {
  padding: 1.5rem;
}
@media (min-width: 782px) {

  .staff-directory {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.organization-list-holder {
  margin-bottom: 1.5rem;
}
.organization-list {
  display: flex;
  --tw-bg-opacity: 1;
  background-color: rgb(40 40 40 / var(--tw-bg-opacity));
  cursor: pointer;
}
.organization-list li {
  position: relative;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center;
  font-weight: 900;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
    flex-grow: 1;
}
.organization-list li::after {
  --tw-bg-opacity: 1;
  background-color: rgb(255 212 0 / var(--tw-bg-opacity));
      height: 0;
      width: 100%;
      content: '';
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      transition: all cubic-bezier(1, 0, 0, 1) 0.3s;
}
.organization-list li:hover::after {
        height: 0.25rem;
      }
.organization-list li.active::after {
        height: 0.25rem;
      }
.department-list {
  display: flex;
}
.staff-list {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
}
@media (min-width: 782px) {

  .staff-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 960px) {

  .staff-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.department_filter-container {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  background: #ECE9ED;
  position: relative;
}
.department_filter-container .title {
  margin: 0px;
  padding-top: 0px;
  padding-bottom: 1rem;
}
.department_filter-container select {
  width: 16rem;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(40 40 40 / var(--tw-border-opacity));
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
      padding-left: 0.5rem;
      padding-right: 0.5rem;
      background: none;
      background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAMCAYAAABr5z2BAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBnVG7DcIwFLSTBZA8AZXtjhFIR5sRGIGSMhswAtkgJR0jUNqlB7BEWipzDwXJWFaCc8Wzfe93J3Ot9TOEsGHr4CqEnq1HzylCxQMqdqwMzlq7JQUMzS3nfGRlaCjUFLz3oxDihSGHP5s7bB/owmNWKXXHsV9o/kj/PqokeZyzMuWamKvjx5IV8Gdsv/1wucKcFTQPxpg2ra1YHqkVh5865QqzAyDT0ZCI6iauDLBylVJe5mreyQBBALqHj3gAAAAASUVORK5CYII=);
      background-repeat: no-repeat;
      background-size: 0.75rem;
      background-position: calc(100% - 0.5rem) center;
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
}
.department_filter {
  display: flex;
  justify-content: center;
}
.department_filter .swiper-slide {
    border-left: 1px solid rgba(0, 0, 0, 0.5);
    display: flex;
    height: auto;
    align-items: center;
    justify-content: center;
    width: 300px;
  }
.department_filter .swiper-slide:first-child {
      border-left: 0px solid rgba(0, 0, 0, 0.5);
    }
.department_filter .swiper-wrapper {
    display: flex;
    overflow: scroll;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;
   
  }
.department_filter__swiper-button {
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    position: absolute;
    background: #ECE9ED;
    top: 0;
    height: 100%;
    width: 2rem;
    z-index: 10;
  }
.department_filter__swiper-button-prev {
      border-right: 1px solid rgba(0, 0, 0, 0.5);
      left: 0;
    }
.department_filter__swiper-button-next {
      border-left: 1px solid rgba(0, 0, 0, 0.5);
      right: 0;
    }
.staff-item {
  padding-top: 3rem;
}
.featured-news {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
  padding: 1.5rem;
}
@media (min-width: 782px) {

  .featured-news {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.featured-news__item a {
  margin-bottom: 1.5rem;
  display: flex;
  flex-direction: column;
}
@media (min-width: 782px) {

  .featured-news__item a {
    margin-bottom: 3rem;
    flex-direction: row;
  }

  .featured-news__item a > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }
}
.featured-news__item a .featured-news__image {
  width: 100%;
}
@media (min-width: 782px) {

  .featured-news__item a .featured-news__image {
    width: 33.333333%;
  }
}
.featured-news__item a .featured-news__image {
        position: relative;
      }
.featured-news__item a .featured-news__image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
          position: absolute;
          top: 0;
          left: 0;
}
.featured-news .label {
  --tw-bg-opacity: 1;
  background-color: rgb(83 113 43 / var(--tw-bg-opacity));
  padding-left: 3rem;
  padding-right: 3rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  color: rgb(107 114 128 / var(--tw-text-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
    display: inline-block;
}
.featured-news .headline {
    font-weight: 800;
  }
.featured-news__cta {
    font-family: "Proxima Nova", Arial, Helvetica, sans-serif;
    font-size: 1rem;
    font-style: normal;
    font-weight: 800;
    line-height: 1.75rem; /* 140% */
    text-transform: uppercase;
  }
.mad-libs-selection {
  padding: 1.5rem;
}
@media (min-width: 782px) {

  .mad-libs-selection {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.mad-libs-selection select {
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: block;
  width: 100%;
  padding: 0.5rem;
}
@media (min-width: 782px) {

  .mad-libs-selection select {
    margin-left: 1rem;
    margin-right: 1rem;
    margin-bottom: 0px;
    margin-top: 0.5rem;
    width: 16rem;
  }
}
.mad-libs-selection select {
    border: 3px solid #282828;
  }
.mad-libs-selection__control {
  margin-bottom: 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.mad-libs-selection__control h2 {
      margin-bottom: 0;
      padding-bottom: 0;
    }
.mad-libs-selection__control__input {
  margin-top: 2rem;
  margin-bottom: 2rem;
      display: flex;
      flex-direction: column;
      justify-content: center;
}
@media (min-width: 782px) {
.mad-libs-selection__control__input {
    flex-direction: row;
        align-items: center;
  }
      }
.mad-libs-selection--action-alerts,
  .mad-libs-selection--events,
  .mad-libs-selection--professional-development,
  .mad-libs-selection--initiatives {
  padding: 1.5rem;
}
@media (min-width: 782px) {

  .mad-libs-selection--action-alerts,
  .mad-libs-selection--events,
  .mad-libs-selection--professional-development,
  .mad-libs-selection--initiatives {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.mad-libs-selection--events {
    background: rgba(198, 195, 199, 0.10);
  }
.mad-libs-selection--content {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
}
@media (min-width: 782px) {

  .mad-libs-selection--content {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 960px) {

  .mad-libs-selection--content {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.mad-libs-selection--content {
    padding: 0;
  }
@media only screen and (max-width: 1480px) {
	body #Header
	{
		height: 100px;
	}
	body .hero
	{
		min-height: min(50vh, 600px)
	}
	
	body .hero h1
	{
		font-size: 2.25rem;
	}
	body .text-5xl
	{
		font-size: 2.25rem;
	}
	body .md\:text-4xl
	{
		font-size: 1.9rem;
	}
  main article section .standard-width,
section.social-panels .standard-width,
main .container .standard-width article > div.entry-content .standard-width,
main .container .standard-width article.news-type-blog > div.entry-content,
main .posts-filter .standard-width,
main .full-width-text .standard-width,
main .related-resources-showcase .standard-width,
main .programs-and-initiatives-list .standard-width,
.mad-libs-selection--action-alerts .standard-width,
.mad-libs-selection--events .standard-width,
.mad-libs-selection--initiatives .standard-width,
.email-callout .standard-width {
		max-width: 960px;
		margin-left: auto;
		margin-right: auto;
		padding-left: 1.25rem;
		padding-right: 1.25rem;
	}
main section.hero .standard-width {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}
	main .container .standard-width article.news-type-blog > div.entry-content:has(.standard-width)
	{
		max-width: none;
		padding-left: 0;
		padding-right: 0;
	}

	body .news-showcase__article--showcase img
	{
		max-height: 50vh;
		-o-object-fit: cover;
		   object-fit: cover;
	}
	
	body .tile--image
	{
		height: 210px;
	}
	body .tile .tile--content h3
	{
		font-size: 1.1rem;
	}
	body .title,
	body .news-showcase h2
	{
		margin-top: 2.5rem;
		margin-bottom: 1.75rem;
	}
	
	body .stats-tiles
	{
		/* padding-bottom: 1rem; */
	}
	body .stats-tiles > div
	{
		gap: 5rem;
	}
	body .stats-tiles h3
	{
		font-size: 58px;
	}
	
	.sk-instagram-feed-item
	{
		width: calc(25% - 8px) !important;
	}
	.sk-ig-post-img
	{
		width: 100% !important;
	}
	footer .md\:px-4
	{
		max-width: 960px;
	}
	#colophon
	{
		font-size: 0.9rem;
	}
	
	body .priorities-links h2
	{
		margin-top: 1.5rem;
		margin-bottom: 1.75rem;
	}
	body .priorities-links__link
	{
		margin-bottom: 1.5rem;
	}
	body .priorities-links__links img
	{
		width: 12rem;
		height: 12rem;
	}
	body .priorities-links h3
	{
		font-size: 1.5rem;
	}
	
	body .text-image__image
	{
		min-height: 100%;
	}
}
@media only screen and (min-width: 1481px)
{
  .standard-width,
	main .standard-width,
	main article section .standard-width,
	main section.hero .standard-width,
	section.social-panels .standard-width,
	main .container .standard-width article > div.entry-content .standard-width,
	main .container .standard-width article.news-type-blog > div.entry-content,
	main .posts-filter .standard-width,
	main .full-width-text .standard-width,
	main .related-resources-showcase .standard-width,
	main .programs-and-initiatives-list .standard-width
	{
		max-width: 1280px;
		margin-left: auto;
		margin-right: auto;
	}
}
@media (min-width: 782px) {

  .md\:col-start-4 {
    grid-column-start: 4;
  }

  .md\:col-end-12 {
    grid-column-end: 12;
  }

  .md\:col-end-4 {
    grid-column-end: 4;
  }

  .md\:row-start-1 {
    grid-row-start: 1;
  }

  .md\:row-start-2 {
    grid-row-start: 2;
  }

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

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

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

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

  .md\:flex {
    display: flex;
  }

  .md\:w-1\/2 {
    width: 50%;
  }

  .md\:w-auto {
    width: auto;
  }

  .md\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

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

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

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

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

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

  .md\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
@media (min-width: 960px) {

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

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

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

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

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:w-auto {
    width: auto;
  }

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

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

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

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

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

  .lg\:p-4 {
    padding: 1rem;
  }

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

  .lg\:text-left {
    text-align: left;
  }
}
@media (min-width: 1280px) {

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

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