/*!***********************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./src/scss/global.scss ***!
  \***********************************************************************************************************************************************************************/
@charset "UTF-8";
:root {
  --midnight: #11162a;
  --off-white: #f9f5f0;
  --purple: #d5befc;
  --green: #c4f1cc;
  --blue: #baecff;
  --red: #f9cccc;
  --maroon: #750e47;
  --bg-oatmeal: #f9f5f0;
  --gutter: 10vw;
  --gutter-mobile: 20px;
  --gutter-sm: 5vw;
  --space-xs: clamp(0.5rem, 0.25rem + 0.75vw, 1rem);
  --space-s: clamp(1rem, 0.5rem + 1.5vw, 2rem);
  --space-m: clamp(1.5rem, 0.75rem + 2.25vw, 3rem);
  --space-l: clamp(2rem, 1rem + 3vw, 4rem);
  --space-xl: clamp(3rem, 1.5rem + 4.5vw, 6rem);
  --space-2xl: clamp(3.75rem, 2.59rem + 3.88vw, 6.25rem);
  --wp--preset--spacing--60: clamp(1.5rem, 1rem + 2vw, 2.25rem);
  --wp--preset--spacing--70: clamp(2rem, 1.5rem + 3vw, 3.38rem);
  --wp--preset--spacing--80: clamp(2.5rem, 1.5rem + 4vw, 5.38rem);
  --section-text: var(--midnight);
  --section-heading: var(--midnight);
}

@font-face {
  font-family: Beatrice;
  src: url("../fonts/beatrice/BeatriceStandard-Thin.otf") format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Beatrice;
  src: url("../fonts/beatrice/BeatriceStandard-ThinItalic.otf") format("opentype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: Beatrice;
  src: url("../fonts/beatrice/BeatriceStandard-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Beatrice;
  src: url("../fonts/beatrice/BeatriceStandard-LightItalic.otf") format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: Beatrice;
  src: url("../fonts/beatrice/BeatriceStandard-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Beatrice;
  src: url("../fonts/beatrice/BeatriceStandard-Italic.otf") format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: Beatrice;
  src: url("../fonts/beatrice/BeatriceStandard-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Beatrice;
  src: url("../fonts/beatrice/BeatriceStandard-MediumItalic.otf") format("opentype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: Beatrice;
  src: url("../fonts/beatrice/BeatriceStandard-SemiBold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Beatrice;
  src: url("../fonts/beatrice/BeatriceStandard-SemiBoldItalic.otf") format("opentype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: Beatrice;
  src: url("../fonts/beatrice/BeatriceStandard-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Beatrice;
  src: url("../fonts/beatrice/BeatriceStandard-BoldItalic.otf") format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: Beatrice;
  src: url("../fonts/beatrice/Beatrice-Extrabold.ttf") format("truetype"), url("../fonts/beatrice/Beatrice-Extrabold.otf") format("opentype"), url("../fonts/beatrice/BeatriceStandard-ExtraBold.otf") format("opentype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Beatrice;
  src: url("../fonts/beatrice/BeatriceStandard-ExtraBoldItalic.otf") format("opentype");
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: Oatmealpro;
  src: url("../fonts/oatmealpro/OatmealPro-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Oatmealpro, sans-serif;
  font-size: 17.5px;
  font-weight: 400;
  line-height: 1.6;
  color: var(--section-text);
  background-color: var(--off-white);
  --bgcolor: var(--off-white);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Beatrice, Arial, sans-serif;
  font-weight: 800;
  line-height: 1.15;
  color: var(--section-heading);
}

.is-style-meta {
  font-weight: normal;
}

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

p a:not(.wp-block-button__link),
li a:not(.wp-block-button__link):not([class*=card__link]) {
  color: var(--inline-link-color, var(--maroon));
  text-decoration: underline;
}

nav li a,
.wp-block-navigation a {
  color: inherit;
  text-decoration: none !important;
}

.entry-content ul:not(.featured-resources__grid) {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
}
.entry-content > p {
  margin-bottom: 20px;
  line-height: 1.47;
}

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

.wp-block-image.is-style-fill-container img {
  width: 100%;
}

label,
.ff-default .ff-el-input--label label {
  color: var(--section-heading);
  font-family: inherit;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.3;
  display: block;
  margin-bottom: 5px;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=url],
input[type=password],
input[type=number],
input[type=search],
select,
textarea,
.ff-default .ff-el-form-control {
  background: #fff;
  border: none;
  border-radius: 4px;
  color: var(--midnight);
  font-family: Oatmealpro, sans-serif;
  font-size: 14px;
  padding: 8px 12px;
  width: 100%;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=number]:focus,
input[type=search]:focus,
select:focus,
textarea:focus,
.ff-default .ff-el-form-control:focus {
  outline: none;
  box-shadow: 0 0 0 2px var(--section-heading);
}

textarea {
  min-height: 120px;
  resize: vertical;
}

button[type=submit],
input[type=submit],
.ff-default .ff-btn-submit.ff_btn_style {
  font-family: "Roboto Mono", monospace;
  font-size: var(--font-size--button, 17px);
  font-size: 14px;
  background-color: #000 !important;
  color: var(--off-white) !important;
  border: 1px solid #FFF;
  border-radius: 7px;
  box-shadow: 2px 2px #FFF;
  padding: 14px 32px;
  cursor: pointer;
  transition: background-color 0.2s, box-shadow 0.2s, color 0.2s;
  margin-top: 1em;
}
button[type=submit]:hover,
input[type=submit]:hover,
.ff-default .ff-btn-submit.ff_btn_style:hover {
  opacity: 1;
  background-color: var(--blue) !important;
  color: var(--midnight) !important;
}

.fluentform .ff-el-input--label {
  margin-bottom: 0;
}
.fluentform .ff-el-group {
  margin-bottom: 10px;
}
.fluentform .fluent_form_2 .ff-btn-submit {
  margin: 0;
}
.fluentform .fluent_form_2 input {
  width: 380px;
  max-width: 100%;
}
.fluentform .fluent_form_2 input,
.fluentform .fluent_form_2 button,
.fluentform .fluent_form_2 .ff-btn-submit.ff_btn_style {
  height: 45px;
  padding: 0 1.5em;
  margin: 0;
}
.fluentform .fluent_form_2 .ff-column-container {
  align-items: flex-start;
}

.is-position-sticky {
  top: var(--header-height, 80px) !important;
}

.hidden {
  display: none;
}

.relative {
  position: relative;
}

.stitch-max-width-default {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.stitch-max-width-sm {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.stitch-max-width-lg {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

body .display-contents,
.display-contents {
  display: contents;
}

.footer-nav, body .footer-nav {
  display: grid;
  grid-template: auto/1fr 1fr;
}

.wp-block-image .aligncenter, .wp-block-image.aligncenter {
  display: inline-block;
}
.wp-block-image .aligncenter img, .wp-block-image.aligncenter img {
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 1100px) {
  .team-grid {
    max-width: 900px;
  }
}
@media (min-width: 1850px) {
  .team-grid {
    max-width: 1500px;
  }
}

.single .entry-content {
  padding-left: var(--gutter);
  padding-right: var(--gutter);
}
@media (min-width: 1100px) {
  .single .entry-content {
    padding-left: 0;
    padding-right: 0;
  }
}

.has-midnight-background-color,
.has-maroon-background-color {
  --section-text: var(--off-white);
  --section-heading: var(--off-white);
  color: var(--section-text);
}
.has-midnight-background-color h1, .has-midnight-background-color h2, .has-midnight-background-color h3, .has-midnight-background-color h4, .has-midnight-background-color h5, .has-midnight-background-color h6,
.has-maroon-background-color h1,
.has-maroon-background-color h2,
.has-maroon-background-color h3,
.has-maroon-background-color h4,
.has-maroon-background-color h5,
.has-maroon-background-color h6 {
  color: var(--section-heading);
}
.has-midnight-background-color a:not([style*=color]):not(.wp-block-button__link),
.has-maroon-background-color a:not([style*=color]):not(.wp-block-button__link) {
  color: var(--section-text);
}

.has-maroon-background-color {
  --inline-link-color: var(--blue);
}

.has-purple-background-color,
.has-green-background-color,
.has-blue-background-color,
.has-red-background-color,
.has-off-white-background-color,
.has-white-background-color {
  --section-text: var(--midnight);
  --section-heading: var(--midnight);
  color: var(--section-text);
}
.has-purple-background-color h1, .has-purple-background-color h2, .has-purple-background-color h3, .has-purple-background-color h4, .has-purple-background-color h5, .has-purple-background-color h6,
.has-green-background-color h1,
.has-green-background-color h2,
.has-green-background-color h3,
.has-green-background-color h4,
.has-green-background-color h5,
.has-green-background-color h6,
.has-blue-background-color h1,
.has-blue-background-color h2,
.has-blue-background-color h3,
.has-blue-background-color h4,
.has-blue-background-color h5,
.has-blue-background-color h6,
.has-red-background-color h1,
.has-red-background-color h2,
.has-red-background-color h3,
.has-red-background-color h4,
.has-red-background-color h5,
.has-red-background-color h6,
.has-off-white-background-color h1,
.has-off-white-background-color h2,
.has-off-white-background-color h3,
.has-off-white-background-color h4,
.has-off-white-background-color h5,
.has-off-white-background-color h6,
.has-white-background-color h1,
.has-white-background-color h2,
.has-white-background-color h3,
.has-white-background-color h4,
.has-white-background-color h5,
.has-white-background-color h6 {
  color: var(--section-heading);
}
.has-purple-background-color a:not([style*=color]):not(.wp-block-button__link),
.has-green-background-color a:not([style*=color]):not(.wp-block-button__link),
.has-blue-background-color a:not([style*=color]):not(.wp-block-button__link),
.has-red-background-color a:not([style*=color]):not(.wp-block-button__link),
.has-off-white-background-color a:not([style*=color]):not(.wp-block-button__link),
.has-white-background-color a:not([style*=color]):not(.wp-block-button__link) {
  color: var(--section-text);
}

.notification-bar {
  background-color: var(--blue);
  color: var(--midnight);
  font-family: Oatmealpro, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  padding: 0.67em 20px;
  position: relative;
  transition: max-height 0.3s ease, padding 0.3s ease, opacity 0.3s ease;
  max-height: 60px;
  overflow: hidden;
  line-height: 1;
}
.notification-bar.is-hidden {
  max-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  opacity: 0;
  pointer-events: none;
}
.notification-bar a {
  color: var(--maroon);
}

.notification-bar__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.notification-bar__text {
  opacity: 0.8;
}

.notification-bar__action {
  color: var(--blue);
  font-weight: 500;
  white-space: nowrap;
  transition: opacity 0.15s ease;
}
.notification-bar__action:hover {
  opacity: 0.8;
}

.notification-bar__close {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  color: var(--off-white);
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  opacity: 0.5;
  padding: 4px 8px;
  transition: opacity 0.15s ease;
}
.notification-bar__close:hover {
  opacity: 1;
}

header.wp-block-template-part {
  position: sticky;
  top: 0;
  z-index: 1000;
}

.navbar {
  --nav-bg: var(--midnight);
  --nav-fg: var(--off-white);
  --nav-fg-muted: rgba(249, 245, 240, 0.6);
  --nav-cta-bg: var(--midnight);
  --nav-cta-fg: var(--off-white);
  --nav-cta-border: var(--off-white);
  --nav-cta-shadow: var(--off-white);
  --nav-cta-hover-bg: var(--blue);
  --nav-cta-hover-fg: var(--midnight);
  --nav-underline: var(--off-white);
  --nav-border: rgba(249, 245, 240, 0.15);
  background-color: var(--nav-bg);
}
.navbar--light {
  --nav-bg: var(--off-white);
  --nav-fg: var(--midnight);
  --nav-fg-muted: rgba(17, 22, 42, 0.5);
  --nav-cta-bg: var(--midnight);
  --nav-cta-fg: var(--off-white);
  --nav-cta-border: var(--midnight);
  --nav-cta-shadow: var(--midnight);
  --nav-cta-hover-bg: var(--maroon);
  --nav-cta-hover-fg: #fff;
  --nav-underline: var(--midnight);
  --nav-border: rgba(17, 22, 42, 0.15);
}

.navbar__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 0 var(--gutter);
  height: 80px;
}

.navbar__brand {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}

.navbar__logo {
  width: 116px;
  height: auto;
}

.navbar__logo--light {
  display: block;
}
.navbar--light .navbar__logo--light {
  display: none;
}

.navbar__logo--dark {
  display: none;
}
.navbar--light .navbar__logo--dark {
  display: block;
}

.navbar__menu-wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
}

.navbar__menu {
  display: flex;
  align-items: center;
  gap: 2px;
}

.navbar__link {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: none;
  border: none;
  font-family: Oatmealpro, sans-serif;
  font-size: 17px;
  font-weight: 400;
  color: var(--nav-fg);
  padding: 20px;
  cursor: pointer;
  white-space: nowrap;
  text-decoration: none;
}

.navbar__link-underline {
  position: absolute;
  bottom: 2px;
  left: 12px;
  right: 12px;
  height: 2px;
  background-color: var(--nav-underline);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.25s ease;
}
.navbar__link:hover .navbar__link-underline {
  transform: scaleX(1);
}
.navbar__link.is-active .navbar__link-underline, .navbar__dropdown.is-active > .navbar__link .navbar__link-underline {
  transform: scaleX(1);
}

.navbar__chevron {
  width: 10px;
  height: 6px;
  flex-shrink: 0;
  transition: transform 0.2s ease;
  margin-left: 2px;
}
.navbar__dropdown.is-open .navbar__chevron {
  transform: rotate(180deg);
}

.navbar__dropdown {
  position: relative;
}

.navbar__dropdown-toggle {
  gap: 4px;
}

.navbar__dropdown-list {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 240px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 8px 30px rgba(17, 22, 42, 0.12);
  padding: 8px 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s;
}
.navbar__dropdown.is-open .navbar__dropdown-list {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.navbar__dropdown.is-open .navbar__dropdown-toggle {
  color: var(--nav-fg);
}

.navbar__dropdown.is-open .navbar__link-underline {
  transform: scaleX(1);
}

.navbar__dropdown-link {
  display: block;
  padding: 10px 20px;
  font-family: Oatmealpro, sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: var(--midnight);
  transition: background-color 0.12s ease;
}
.navbar__dropdown-link:hover {
  color: var(--maroon);
}

.navbar__search {
  position: relative;
  display: flex;
  align-items: center;
}

.navbar__search-toggle {
  background: none;
  border: none;
  cursor: pointer;
  padding: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--blue);
  transition: color 0.15s ease;
  margin-right: 20px;
}
.navbar__search-toggle:hover {
  color: var(--off-white);
}
.navbar__search-toggle svg {
  width: 25px;
  height: 25px;
}

.navbar__search-dropdown {
  position: absolute;
  top: 50px;
  right: 0;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 8px 30px rgba(17, 22, 42, 0.12);
  padding: 10px;
  display: flex;
  width: 100vw;
  max-width: 500px;
  margin-right: -60px;
  z-index: 100;
}
.navbar__search-dropdown.is-hidden {
  display: none;
}

.navbar__search-dropdown .navbar__search-input {
  flex: 1;
  min-width: 0;
  width: auto;
  font-family: Oatmealpro, sans-serif;
  font-size: 15px;
  border: 2px solid var(--midnight);
  border-right: none;
  border-radius: 4px 0 0 4px;
  padding: 8px 12px;
  color: var(--midnight);
  outline: none;
  margin: 0;
  height: 44px;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
}
.navbar__search-dropdown .navbar__search-input:focus {
  box-shadow: none;
}
.navbar__search-dropdown .navbar__search-input::placeholder {
  color: rgba(17, 22, 42, 0.35);
}

.navbar__search-dropdown .navbar__search-submit {
  font-family: Oatmealpro, sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #fff !important;
  background-color: var(--midnight) !important;
  border: 2px solid var(--midnight);
  border-radius: 0 4px 4px 0;
  box-shadow: none;
  padding: 8px 24px;
  margin: 0;
  cursor: pointer;
  white-space: nowrap;
  height: 44px;
  box-sizing: border-box;
  transition: background-color 0.15s ease;
}
.navbar__search-dropdown .navbar__search-submit:hover {
  background-color: #2a3049 !important;
}

.navbar__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: Oatmealpro, sans-serif;
  font-size: 17px;
  font-weight: 400;
  color: var(--nav-cta-fg);
  background-color: var(--nav-cta-bg);
  border: 1px solid var(--nav-cta-border);
  border-radius: 4px;
  box-shadow: 2px 2px var(--nav-cta-shadow);
  height: 45px;
  padding: 10px 30px;
  white-space: nowrap;
  text-decoration: none;
  transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.navbar__cta:hover {
  background-color: var(--nav-cta-hover-bg);
  color: var(--nav-cta-hover-fg);
  border-color: var(--nav-cta-hover-bg);
}

.navbar__mobile-cta {
  display: none;
}

.navbar__hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 40px;
  height: 40px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 6px;
}

.navbar__hamburger-line {
  display: block;
  width: 22px;
  height: 2px;
  background-color: var(--nav-fg);
  border-radius: 2px;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.navbar__hamburger.is-active .navbar__hamburger-line:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.navbar__hamburger.is-active .navbar__hamburger-line:nth-child(2) {
  opacity: 0;
}
.navbar__hamburger.is-active .navbar__hamburger-line:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

body.menu-open {
  overflow: hidden;
}

.site-footer {
  background-color: var(--off-white);
  padding: 80px var(--gutter) 40px;
  margin-top: 80px;
}

.site-footer__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 var(--gutter);
}

.site-footer__brand {
  display: inline-block;
  margin-bottom: 50px;
}

.site-footer__logo {
  width: 233px;
  height: auto;
}

.site-footer__content {
  display: flex;
  align-items: flex-start;
  gap: 60px;
  margin-bottom: 50px;
}

.site-footer__social {
  display: flex;
  gap: 12px;
  flex-shrink: 0;
  padding-top: 4px;
}

.site-footer__social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--midnight);
  color: var(--off-white);
  transition: background-color 0.15s ease;
}
.site-footer__social-link:hover {
  background-color: var(--maroon);
}
.site-footer__social-link svg {
  width: 20px;
  height: 20px;
}

.site-footer__nav {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  flex: 1;
}

.site-footer__col {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.site-footer__link {
  font-family: Oatmealpro, sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: var(--midnight);
  transition: opacity 0.15s ease;
}
.site-footer__link:hover {
  opacity: 0.6;
}

.site-footer__partner {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}

.site-footer__partner-badge {
  width: 150px;
  height: auto;
}

.site-footer__locations {
  font-family: Oatmealpro, sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: rgba(17, 22, 42, 0.5);
  text-align: center;
  letter-spacing: 0.05em;
  margin: 0 0 8px;
}

.site-footer__copy {
  font-family: Oatmealpro, sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: rgba(17, 22, 42, 0.4);
  text-align: center;
  margin: 0;
}

.resources-hero {
  background-color: var(--midnight);
  background-image: url("https://cdn.prod.website-files.com/67cf290d8a14df73e2d89590/67ec4b36e2a62b132c105f96_grid.jpg");
  background-position: center;
  background-size: cover;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 0;
  text-align: center;
}

.resources-hero__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 80%;
  margin: 0 auto;
}

.resources-hero__title {
  color: var(--purple);
  font-size: 90px;
  font-weight: 800;
  line-height: 95px;
  margin: 0;
}

.resources-hero__subtitle {
  color: var(--off-white);
  font-family: Oatmealpro, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
  margin-top: 20px;
  margin-bottom: 0;
  padding: 0;
}

.resources-filters {
  width: 92vw;
  max-width: 1415px;
  margin: 50px auto 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 1rem;
}

.resources-filters__group {
  position: relative;
  z-index: 2;
}
.resources-filters__group + .resources-filters__group {
  margin-top: 0;
}

.resources-filters__header {
  border-radius: 6px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.resources-filters__heading {
  font-family: Beatrice, Arial, sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 1;
  margin: 0;
  margin-top: 1.1em;
  margin-bottom: 0.5em;
}

.resources-filters__toggle {
  display: none;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  max-width: 40px;
  max-height: 40px;
}
.resources-filters__toggle svg {
  width: 24px;
  height: 24px;
  transition: transform 0.2s ease;
}
.resources-filters__toggle.is-open svg {
  transform: rotate(180deg);
}

.resources-filters__list {
  display: flex;
  gap: 1em;
  list-style: none;
  margin: 0;
  padding: 0;
}

.resources-filters__btn {
  display: inline-block;
  background-color: #fff;
  border: none;
  border-bottom: 2px solid transparent;
  border-radius: 6px;
  padding: 0.5em 1.25em;
  font-family: "Roboto Mono", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: var(--midnight);
  cursor: pointer;
  transition: background-color 0.15s ease, border-color 0.15s ease;
  white-space: nowrap;
}
.resources-filters__btn:hover {
  box-shadow: 0 0 0 1px var(--blue);
}
.resources-filters__btn.is-active {
  background-color: var(--blue);
  border-bottom-color: transparent;
}

.resources-grid {
  width: 92vw;
  max-width: 85%;
  margin: 70px auto 0;
}

.resources-grid__list,
.featured-resources__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.resource-card {
  background-color: #fff;
  border-radius: 12px;
  outline: 1px var(--midnight);
  box-shadow: 3px 2px var(--midnight);
  height: 100%;
  padding-bottom: 30px;
  position: relative;
  transition: box-shadow 0.15s ease;
}
.resource-card:hover {
  box-shadow: 4px 4px var(--midnight);
}

.resource-card__link {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  height: 100%;
}

.resource-card__image {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  width: 100%;
  aspect-ratio: 1200/627;
  object-fit: cover;
}

.resource-card__body {
  margin: 20px;
  flex: 1;
}

.resource-card__badge {
  display: inline-block;
  background-color: var(--blue);
  color: var(--midnight);
  border-radius: 3px;
  padding: 3px 12px;
  font-family: "Roboto Mono", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 5px;
}

.resource-card__title {
  color: var(--midnight);
  font-family: Beatrice, Arial, sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.4;
  margin: 10px 0;
}

.resource-card__author {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 20px;
  margin-bottom: 20px;
}

.resource-card__author-image {
  width: 31px;
  height: 31px;
  border-radius: 50%;
  margin-right: 10px;
  object-fit: cover;
}

.resource-card__author-name {
  color: rgba(18, 22, 41, 0.5);
  font-family: Oatmealpro, sans-serif;
  font-size: 17.5px;
  font-weight: 400;
}

.resources-grid__empty {
  grid-column: 1/-1;
  text-align: center;
  padding: 80px 20px;
  font-family: Oatmealpro, sans-serif;
  font-size: 20px;
  color: rgba(17, 22, 42, 0.5);
}

.resources-grid__loading {
  grid-column: 1/-1;
  text-align: center;
  padding: 80px 20px;
}

.resources-pagination {
  margin-top: 50px;
  display: flex;
  justify-content: center;
}

.resources-pagination__list {
  display: flex;
  align-items: center;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.resources-pagination__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 12px;
  border: 1px solid transparent;
  border-radius: 6px;
  background-color: #fff;
  color: var(--midnight);
  font-family: "Roboto Mono", sans-serif;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
  text-decoration: none;
  transition: background-color 0.15s ease, border-color 0.15s ease;
}
.resources-pagination__btn:hover {
  border-color: var(--midnight);
  color: var(--midnight);
}
.resources-pagination__btn.is-current {
  background-color: var(--blue);
  border-color: var(--midnight);
  color: var(--midnight);
  cursor: default;
}

.resources-pagination__ellipsis {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 32px;
  height: 40px;
  font-family: "Roboto Mono", sans-serif;
  font-size: 14px;
  color: rgba(17, 22, 42, 0.4);
}

.resources-pagination__prev svg,
.resources-pagination__next svg {
  width: 16px;
  height: 16px;
}

.resources-billboard {
  margin-top: 100px;
  display: block;
}

.resources-billboard__inner {
  background-image: url("https://cdn.prod.website-files.com/67cf290d8a14df73e2d89590/67cf290d8a14df73e2d895f1_blue-stroke-01.png");
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: 120%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 500px;
}

.resources-billboard__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
}

.resources-billboard__heading {
  color: var(--midnight);
  font-family: Beatrice, Arial, sans-serif;
  font-size: 60px;
  font-weight: 800;
  line-height: 70px;
  text-align: center;
  margin: 0 0 20px;
}

.resources-billboard__text {
  font-family: Oatmealpro, sans-serif;
  font-size: 20px;
  line-height: 1.6;
  text-align: center;
  width: 80%;
  margin-bottom: 30px;
}

.resources-billboard__form {
  display: flex;
  gap: 10px;
  align-items: center;
}

.resources-billboard__input {
  font-family: Oatmealpro, sans-serif;
  font-size: 16px;
  padding: 12px 20px;
  border: 1px solid var(--midnight);
  border-radius: 6px;
  width: 320px;
  outline: none;
}
.resources-billboard__input:focus {
  border-color: var(--purple);
}

.resources-billboard__submit {
  font-family: "Roboto Mono", sans-serif;
  font-size: 14px;
  font-weight: 500;
  padding: 12px 24px;
  background-color: var(--midnight);
  color: #fff;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.15s ease;
}
.resources-billboard__submit:hover {
  background-color: var(--maroon);
}

.single-resource-hero {
  background-color: var(--midnight);
  background-image: url("https://cdn.prod.website-files.com/67cf290d8a14df73e2d89590/67ec4b36e2a62b132c105f96_grid.jpg");
  background-position: center;
  background-size: cover;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 0 80px;
}

.single-resource-hero__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 80%;
  margin: 0 auto;
  text-align: center;
}

.single-resource-hero__title {
  color: var(--off-white);
  font-family: Beatrice, Arial, sans-serif;
  font-size: 55px;
  font-weight: 800;
  line-height: 1.15;
  margin: 0;
}

.single-resource-hero__meta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  margin-top: 30px;
  color: var(--off-white);
  font-family: Oatmealpro, sans-serif;
  font-size: 17.5px;
}

.single-resource-hero__author-img {
  width: 31px;
  height: 31px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: -30px;
}

.single-resource-hero__author-name {
  font-weight: 700;
}

.single-resource-hero__date {
  color: var(--off-white);
}

.single-resource-hero__excerpt {
  color: var(--off-white);
  font-family: Oatmealpro, sans-serif;
  font-size: 17.5px;
  line-height: 1.6;
  text-align: center;
  margin: 20px 0 0;
  max-width: 80%;
}

.single-resource-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 80px;
}

.single-resource-body__inner {
  max-width: 70%;
  margin-top: 60px;
  padding: 0 10px;
}

.single-resource-body__hero-image {
  width: 100%;
  border-radius: 15px;
  margin-bottom: 40px;
}

.single-resource-body__content {
  margin-top: 40px;
}
.single-resource-body__content p {
  font-family: Oatmealpro, sans-serif;
  font-size: 17.5px;
  line-height: 1.6;
  color: var(--midnight);
  margin-top: 0;
  margin-bottom: 1.5em;
}
.single-resource-body__content h2 {
  font-family: Beatrice, Arial, sans-serif;
  font-weight: 800;
  font-size: 32px;
  line-height: 1.3;
  color: var(--midnight);
  margin-top: 2em;
  margin-bottom: 0.5em;
}
.single-resource-body__content h3 {
  font-family: Beatrice, Arial, sans-serif;
  font-weight: 800;
  font-size: 24px;
  line-height: 1.3;
  color: var(--midnight);
  margin-top: 1.5em;
  margin-bottom: 0.5em;
}
.single-resource-body__content h4 {
  font-family: Beatrice, Arial, sans-serif;
  font-weight: 800;
  font-size: 20px;
  line-height: 1.3;
  color: var(--midnight);
  margin-top: 1.5em;
  margin-bottom: 0.5em;
}
.single-resource-body__content ul,
.single-resource-body__content ol {
  font-family: Oatmealpro, sans-serif;
  font-size: 17.5px;
  line-height: 1.6;
  color: var(--midnight);
  margin-top: 0;
  margin-bottom: 1.5em;
  padding-left: 1.5em;
}
.single-resource-body__content li {
  margin-bottom: 0.5em;
}
.single-resource-body__content a {
  color: var(--maroon);
  text-decoration: underline;
  text-underline-offset: 2px;
}
.single-resource-body__content a:hover {
  color: var(--midnight);
}
.single-resource-body__content .wp-block-image {
  margin-top: 2em;
  margin-bottom: 2em;
}
.single-resource-body__content .wp-block-image img {
  border-radius: 15px;
}
@media screen and (min-width: 992px) {
  .single-resource-body__content .wp-block-image img {
    max-width: 70%;
  }
}
.single-resource-body__content .wp-block-image figcaption {
  font-family: "Roboto Mono", monospace;
  font-size: 13px;
  color: rgba(17, 22, 42, 0.5);
  text-align: center;
  margin-top: 10px;
}
.single-resource-body__content blockquote {
  border-left: 3px solid var(--purple);
  margin: 2em 0;
  padding: 0 0 0 1.5em;
  font-style: italic;
}
.single-resource-body__content hr,
.single-resource-body__content .wp-block-separator {
  border: none;
  border-top: 1px solid rgba(17, 22, 42, 0.12);
  margin: 2.5em 0;
}
.single-resource-body__content .wp-block-group,
.single-resource-body__content .wp-block-columns {
  margin-top: 2em;
  margin-bottom: 2em;
}

.related-resources {
  background-color: var(--purple);
  padding: 100px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.related-resources__inner {
  width: 92vw;
  max-width: 85%;
  margin: 0 auto;
}

.related-resources__heading {
  font-family: Beatrice, Arial, sans-serif;
  font-size: 36px;
  font-weight: 800;
  color: var(--midnight);
  margin: 0 0 26px;
}

.related-resources__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.linkedin-hero {
  background-color: var(--midnight);
  background-image: url("https://cdn.prod.website-files.com/67cf290d8a14df73e2d89590/67ec4b36e2a62b132c105f96_grid.jpg");
  background-position: center;
  background-size: cover;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 0;
  text-align: center;
}

.linkedin-hero__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 80%;
  margin: 0 auto;
}

.linkedin-hero__title {
  color: var(--green);
  font-size: 90px;
  font-weight: 800;
  line-height: 95px;
  margin: 0;
}

.linkedin-hero__subtitle {
  color: var(--off-white);
  font-family: Oatmealpro, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
  margin-top: 20px;
  margin-bottom: 0;
  padding: 0;
}

.linkedin-filters {
  width: 92vw;
  max-width: 1415px;
  margin: 50px auto 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 1rem;
}

.linkedin-filters__group {
  position: relative;
  z-index: 2;
}

.linkedin-filters__header {
  border-radius: 6px;
  display: flex;
  margin-top: 1.1em;
  margin-bottom: 0.5em;
}

.linkedin-filters__heading {
  font-family: Beatrice, Arial, sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 1;
  margin: 0;
}

.linkedin-filters__toggle {
  display: none;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  max-width: 40px;
  max-height: 40px;
}
.linkedin-filters__toggle svg {
  width: 24px;
  height: 24px;
  transition: transform 0.2s ease;
}
.linkedin-filters__toggle.is-open svg {
  transform: rotate(180deg);
}

.linkedin-filters__list {
  display: flex;
  gap: 1em;
  list-style: none;
  margin: 0;
  padding: 0;
}

.linkedin-filters__btn {
  display: inline-block;
  background-color: #fff;
  border: none;
  border-bottom: 2px solid transparent;
  border-radius: 6px;
  padding: 0.5em 1.25em;
  font-family: "Roboto Mono", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: var(--midnight);
  cursor: pointer;
  transition: background-color 0.15s ease, border-color 0.15s ease;
  white-space: nowrap;
}
.linkedin-filters__btn:hover {
  box-shadow: 0 0 0 1px var(--green);
}
.linkedin-filters__btn.is-active {
  background-color: var(--green);
  border-bottom-color: transparent;
}

.linkedin-grid {
  width: 92vw;
  max-width: 85%;
  margin: 70px auto 0;
}

.linkedin-grid__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.linkedin-card {
  background-color: #fff;
  border-radius: 12px;
  outline: 1px var(--midnight);
  box-shadow: 3px 2px var(--midnight);
  height: 100%;
  position: relative;
  transition: box-shadow 0.15s ease;
  display: flex;
}
.linkedin-card:hover {
  box-shadow: 4px 4px var(--midnight);
}

.linkedin-card__link {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  height: 100%;
  width: 100%;
}

.linkedin-card__image {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  width: 100%;
}

.linkedin-card__body {
  margin: 20px;
  flex: 1;
}

.linkedin-card__badge {
  display: inline-block;
  background-color: var(--green);
  color: var(--midnight);
  border-radius: 3px;
  padding: 3px 12px;
  font-family: "Roboto Mono", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 5px;
}

.linkedin-card__title {
  color: var(--midnight);
  font-family: Beatrice, Arial, sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.4;
  margin: 10px 0;
}

.linkedin-card__excerpt {
  color: rgba(17, 22, 42, 0.7);
  font-family: Oatmealpro, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  margin: 0;
}

.linkedin-card__cta {
  display: flex;
  align-items: center;
  gap: 6px;
  margin: auto 20px 20px;
  padding-top: 10px;
  font-family: "Roboto Mono", sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: var(--maroon);
  transition: opacity 0.15s ease;
}
.linkedin-card__cta svg {
  width: 12px;
  height: 12px;
}
.linkedin-card:hover .linkedin-card__cta {
  opacity: 0.7;
}

.linkedin-grid__empty {
  grid-column: 1/-1;
  text-align: center;
  padding: 80px 20px;
  font-family: Oatmealpro, sans-serif;
  font-size: 20px;
  color: rgba(17, 22, 42, 0.5);
}

.linkedin-billboard {
  margin-top: 100px;
  display: block;
}

.linkedin-billboard__inner {
  background-image: url("https://cdn.prod.website-files.com/67cf290d8a14df73e2d89590/67cf290d8a14df73e2d895f1_blue-stroke-01.png");
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: 120%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 500px;
}

.linkedin-billboard__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
}

.linkedin-billboard__heading {
  color: var(--midnight);
  font-family: Beatrice, Arial, sans-serif;
  font-size: 60px;
  font-weight: 800;
  line-height: 70px;
  text-align: center;
  margin: 0 0 20px;
}

.linkedin-billboard__text {
  font-family: Oatmealpro, sans-serif;
  font-size: 20px;
  line-height: 1.6;
  text-align: center;
  width: 80%;
  margin-bottom: 30px;
}

.linkedin-billboard__form {
  display: flex;
  gap: 10px;
  align-items: center;
}

.linkedin-billboard__input {
  font-family: Oatmealpro, sans-serif;
  font-size: 16px;
  padding: 12px 20px;
  border: 1px solid var(--midnight);
  border-radius: 6px;
  width: 320px;
  outline: none;
}
.linkedin-billboard__input:focus {
  border-color: var(--green);
}

.linkedin-billboard__submit {
  font-family: "Roboto Mono", sans-serif;
  font-size: 14px;
  font-weight: 500;
  padding: 12px 24px;
  background-color: var(--midnight);
  color: #fff;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.15s ease;
}
.linkedin-billboard__submit:hover {
  background-color: var(--maroon);
}

.stitch-sitemap {
  width: 92vw;
  max-width: 1415px;
  margin: 0 auto;
  padding: var(--space-xl) 0;
}

.stitch-sitemap__section {
  margin-bottom: var(--space-xl);
}
.stitch-sitemap__section:last-child {
  margin-bottom: 0;
}

.stitch-sitemap__heading {
  color: var(--midnight);
  font-size: clamp(28px, 2vw + 16px, 36px);
  font-weight: 700;
  margin: 0 0 var(--space-s);
}

.stitch-sitemap__list {
  list-style: disc;
  margin: 0;
  padding: 0 0 0 20px;
}
.stitch-sitemap__list li {
  margin-bottom: 8px;
}
.stitch-sitemap__list a {
  color: var(--midnight);
  text-decoration: none;
  font-size: 16px;
  line-height: 1.5;
}
.stitch-sitemap__list a:hover {
  text-decoration: underline;
}

.stitch-sitemap__list--columns {
  columns: 2;
  column-gap: var(--space-l);
}

@media (max-width: 600px) {
  .stitch-sitemap__list--columns {
    columns: 1;
  }
}
.search-hero {
  background-color: var(--midnight);
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 80px 0;
  text-align: center;
}

.search-hero__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 80%;
  margin: 0 auto;
}

.search-hero__title {
  color: var(--purple);
  font-size: clamp(32px, 5vw, 60px);
  font-weight: 800;
  line-height: 1.1;
  margin: 0 0 30px;
}

.search-hero__form {
  display: flex;
  width: 100%;
  max-width: 560px;
}

.search-hero__input {
  flex: 1;
  min-width: 0;
  font-family: Oatmealpro, sans-serif;
  font-size: 16px;
  border: 2px solid var(--off-white);
  border-right: none;
  border-radius: 4px 0 0 4px;
  padding: 12px 16px;
  color: var(--midnight);
  background: #fff;
  outline: none;
  height: 50px;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
}
.search-hero__input::placeholder {
  color: rgba(17, 22, 42, 0.35);
}

.search-hero__submit {
  font-family: Oatmealpro, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: var(--midnight);
  background-color: var(--purple);
  border: 2px solid var(--purple);
  border-radius: 0 4px 4px 0;
  padding: 12px 28px;
  cursor: pointer;
  white-space: nowrap;
  height: 50px;
  box-sizing: border-box;
  transition: background-color 0.15s ease;
}
.search-hero__submit:hover {
  background-color: #c5a8f0;
}

.search-results {
  /*
  width: 92vw;
  max-width: 1415px;
  margin: var(--space-l) auto var(--space-xl);
  */
}

.wp-block-search__inside-wrapper {
  display: flex;
  gap: 0.5rem;
}
.wp-block-search__input, .wp-block-search__button,
.wp-block-search button[type=submit] {
  height: 45px;
  padding-top: 0;
  padding-bottom: 0;
  margin: 0;
}

.search-results__count {
  font-family: Oatmealpro, sans-serif;
  font-size: 15px;
  color: rgba(17, 22, 42, 0.6);
  margin: 0 0 var(--space-s);
}

.search-results__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.search-results__item {
  border-bottom: 1px solid rgba(17, 22, 42, 0.1);
}
.search-results__item:first-child {
  border-top: 1px solid rgba(17, 22, 42, 0.1);
}

.search-results__link {
  display: flex;
  gap: 24px;
  padding: 24px 0;
  text-decoration: none;
  color: inherit;
  transition: opacity 0.15s ease;
}
.search-results__link:hover {
  opacity: 0.75;
}

.search-results__thumb {
  width: 180px;
  height: 120px;
  object-fit: cover;
  border-radius: 8px;
  flex-shrink: 0;
}

.search-results__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
}

.search-results__type {
  font-family: Oatmealpro, sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--maroon);
  margin-bottom: 6px;
}

.search-results__title {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
  color: var(--midnight);
  margin: 0 0 8px;
}

.search-results__excerpt {
  font-family: Oatmealpro, sans-serif;
  font-size: 15px;
  line-height: 1.6;
  color: rgba(17, 22, 42, 0.7);
  margin: 0;
}

.wp-block-query-pagination {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  gap: 8px;
  align-items: center;
}

.wp-block-query-pagination-numbers {
  display: flex;
  align-items: center;
  gap: 8px;
}
.wp-block-query-pagination-numbers .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 12px;
  border: 1px solid transparent;
  border-radius: 6px;
  background-color: #fff;
  color: var(--midnight);
  font-family: "Roboto Mono", sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.15s ease, border-color 0.15s ease;
}
.wp-block-query-pagination-numbers .page-numbers:hover {
  border-color: var(--midnight);
  color: var(--midnight);
}
.wp-block-query-pagination-numbers .page-numbers.current {
  background-color: var(--blue);
  border-color: var(--midnight);
  color: var(--midnight);
  cursor: default;
}
.wp-block-query-pagination-numbers .page-numbers.dots {
  min-width: 32px;
  cursor: default;
  color: rgba(17, 22, 42, 0.4);
  background: none;
  border: none;
}
.wp-block-query-pagination-numbers .page-numbers.dots:hover {
  border-color: transparent;
}

.wp-block-query-pagination-next,
.wp-block-query-pagination-previous {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 12px;
  border: 1px solid transparent;
  border-radius: 6px;
  background-color: #fff;
  color: var(--midnight);
  font-family: "Roboto Mono", sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.15s ease, border-color 0.15s ease;
}
.wp-block-query-pagination-next:hover,
.wp-block-query-pagination-previous:hover {
  border-color: var(--midnight);
  color: var(--midnight);
}

.search-results__empty {
  text-align: center;
  padding: var(--space-xl) 0;
}
.search-results__empty p {
  font-family: Oatmealpro, sans-serif;
  font-size: 18px;
  color: rgba(17, 22, 42, 0.6);
}

@media (max-width: 768px) {
  .search-hero {
    padding: 60px var(--gutter-mobile);
  }
  .search-hero__inner {
    max-width: 100%;
  }
  .search-results__link {
    flex-direction: column;
    gap: 16px;
  }
  .search-results__thumb {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
  }
  .search-results__title {
    font-size: 18px;
  }
}
#whr_embed_hook ul,
#whr_embed_hook li {
  list-style: none;
}

.whr-items {
  padding-left: 0;
}

.whr-item {
  padding: 40px 80px;
  border-radius: 5px;
  margin-bottom: 24px;
  text-align: left;
}
.whr-item:nth-child(odd) {
  background-color: #ffc1c9;
}
.whr-item:nth-child(even) {
  background-color: #e4d4ff;
}

.whr-title {
  margin: 8px 0 16px 0;
}
.whr-title a {
  color: #11162a;
}

.whr-info {
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  font-size: 17.5px;
}
.entry-content .whr-info {
  flex-direction: row;
}
.whr-info li {
  background-repeat: no-repeat;
  background-position-y: 2px;
  padding-left: 32px;
  margin-right: 40px;
}
.whr-info li.whr-code {
  padding-left: 0;
}

.whr-date {
  display: none;
}

.whr-dept span,
.whr-location span {
  display: none;
}

.whr-dept {
  background-image: url(https://uploads-ssl.webflow.com/630e5a4c4a9ea3fc88a73c26/631f5e96cb21a619ae456ae2_Careers-DepartmentIcon.svg);
}

.whr-location {
  background-image: url(https://uploads-ssl.webflow.com/630e5a4c4a9ea3fc88a73c26/631f5dcf15940ed8962b9ff5_Careers_LocationIcon.svg);
}

@media screen and (max-width: 767px) {
  .whr-item {
    padding: 24px 20px;
    margin-bottom: 16px;
  }
}
.hbspt-form .hs-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem 1.5rem;
  width: 100%;
  /*
  @media (min-width: 1024px) {
  	width: 700px;
  	max-width: 100%;
  }
  */
}
.hbspt-form .hs-form > .hs-form-field {
  grid-column: span 2;
}
.hbspt-form .hs-form > .hs-form-field.hs-firstname, .hbspt-form .hs-form > .hs-form-field.hs-lastname {
  grid-column: span 1;
}
.hbspt-form .hs-form-field {
  margin-bottom: 10px;
}
.hbspt-form .hs-form-required {
  color: inherit;
  margin-left: 2px;
}
.hbspt-form .hs-field-desc {
  font-size: 13px;
  color: var(--section-text);
  opacity: 0.6;
  margin: 2px 0 5px;
  padding: 0;
  font-weight: normal;
}
.hbspt-form .hs-input {
  background: #fff !important;
  border: none !important;
  border-radius: 4px !important;
  color: var(--midnight) !important;
  font-family: Oatmealpro, sans-serif !important;
  font-size: 14px !important;
  padding: 8px 12px !important;
  min-height: auto !important;
  width: 100% !important;
  box-sizing: border-box !important;
}
.hbspt-form .hs-input:focus {
  outline: none !important;
  box-shadow: 0 0 0 2px var(--section-heading) !important;
}
.hbspt-form select.hs-input {
  appearance: none;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' fill='none'%3E%3Cpath d='M1 1.5l5 5 5-5' stroke='%2311162a' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  padding-right: 32px;
}
.hbspt-form textarea.hs-input {
  min-height: 120px;
  resize: vertical;
}
.hbspt-form .hs_submit {
  margin-top: 8px;
}
.hbspt-form .hs-button {
  cursor: pointer;
  width: auto;
}
.has-midnight-background-color .hbspt-form .hs-button, .has-maroon-background-color .hbspt-form .hs-button {
  background-color: var(--green) !important;
  color: var(--midnight) !important;
  border-color: var(--green) !important;
  box-shadow: 2px 2px var(--off-white);
}
.has-midnight-background-color .hbspt-form .hs-button:hover, .has-maroon-background-color .hbspt-form .hs-button:hover {
  background-color: var(--blue) !important;
  border-color: var(--blue) !important;
}
.has-purple-background-color .hbspt-form .hs-button, .has-green-background-color .hbspt-form .hs-button, .has-blue-background-color .hbspt-form .hs-button, .has-red-background-color .hbspt-form .hs-button, .has-off-white-background-color .hbspt-form .hs-button, .has-white-background-color .hbspt-form .hs-button {
  background-color: #000 !important;
  color: var(--off-white) !important;
  border: 1px solid #fff !important;
  box-shadow: 2px 2px #fff;
}
.has-purple-background-color .hbspt-form .hs-button:hover, .has-green-background-color .hbspt-form .hs-button:hover, .has-blue-background-color .hbspt-form .hs-button:hover, .has-red-background-color .hbspt-form .hs-button:hover, .has-off-white-background-color .hbspt-form .hs-button:hover, .has-white-background-color .hbspt-form .hs-button:hover {
  background-color: var(--blue) !important;
  color: var(--midnight) !important;
}
.hbspt-form .hs-error-msgs {
  list-style: none;
  padding: 0;
  margin: 4px 0 0;
}
.hbspt-form .hs-error-msgs li label {
  color: var(--red, #f9cccc) !important;
  font-size: 13px;
}
.hbspt-form .hs-input.error {
  border: 2px solid var(--red, #f9cccc) !important;
}
.hbspt-form .submitted-message {
  font-family: Oatmealpro, sans-serif;
  font-size: 16px;
  color: var(--section-heading);
  padding: 24px 0;
}
.hbspt-form .hs-richtext {
  font-size: 13px;
  color: var(--section-text);
  margin-bottom: 16px;
}
.hbspt-form .hs-richtext p {
  margin-bottom: 8px;
}
.hbspt-form .hs-richtext a {
  color: inherit;
  text-decoration: underline;
}
.hbspt-form .hs-form-booleancheckbox-display {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 13px;
}
.hbspt-form .hs-form-booleancheckbox-display input[type=checkbox] {
  width: auto !important;
  margin-top: 3px;
}
.hbspt-form .hubspot-link__container {
  display: none;
}
.hbspt-form iframe[name^=target_iframe_] {
  display: none !important;
}

.has-midnight-background-color {
  --bgcolor: #11162a;
}

.has-off-white-background-color {
  --bgcolor: #f9f5f0;
}

.has-purple-background-color {
  --bgcolor: #d5befc;
}

.has-green-background-color {
  --bgcolor: #AFEFC6;
}

.has-blue-background-color {
  --bgcolor: #baecff;
}

.has-red-background-color {
  --bgcolor: #FFC1C9;
}

.has-maroon-background-color {
  --bgcolor: #6B033D;
}

.has-oatmeal-background-color {
  --bgcolor: #f9f5f0;
}

.has-white-background-color {
  --bgcolor: #ffffff;
}

.stitch-section {
  padding-left: var(--gutter);
  padding-right: var(--gutter);
}

.wp-block-stitch-section {
  position: relative;
  padding-top: clamp(40px, 3.97vw, 60px);
  padding-bottom: clamp(40px, 3.97vw, 60px);
}
.wp-block-stitch-section.has-overlap-top, .wp-block-stitch-section.has-overlap-bottom {
  overflow: visible;
  z-index: 1;
  background-color: transparent !important;
}
.wp-block-stitch-section.has-overlap-top::before, .wp-block-stitch-section.has-overlap-bottom::before {
  content: "";
  position: absolute;
  top: var(--overlap-top, 0);
  left: 0;
  right: 0;
  bottom: var(--overlap-bottom, 0);
  background-color: var(--bgcolor);
  z-index: -1;
}
.wp-block-stitch-section.has-overlap-top {
  margin-top: calc(-1 * var(--overlap-top));
}
.wp-block-stitch-section.has-overlap-bottom {
  margin-bottom: calc(-1 * var(--overlap-bottom));
}

.wp-block-group.is-style-rounded {
  border-radius: 15px !important;
}

.stitch-hero {
  text-align: center;
  padding-top: clamp(60px, 10vw, 140px);
  padding-bottom: clamp(60px, 10vw, 140px);
  border-radius: 0 0 20px 20px;
  gap: 0.75rem;
}
.stitch-hero .stitch-hero__title, .stitch-hero__title {
  font-size: clamp(36px, 6vw, 90px);
  margin-left: auto;
  margin-right: auto;
}
.stitch-hero .stitch-hero__subtitle {
  margin-left: auto;
  margin-right: auto;
}
.stitch-hero .wp-block-buttons {
  justify-content: center;
  margin-top: 1.5em;
}

.stitch-card-grid .stitch-card-grid__title {
  text-align: center;
  margin-bottom: 1.5em;
}
.stitch-card-grid__columns .wp-block-column,
.stitch-card-grid__columns .wp-block-column.is-vertically-aligned-center {
  align-self: stretch;
}
.stitch-card-grid__columns .wp-block-column > *,
.stitch-card-grid__columns .wp-block-column.is-vertically-aligned-center > * {
  height: 100%;
}

:root {
  --sticky-top-base: 100px;
}

.admin-bar {
  --sticky-top-base: 132px;
}

.stitch-card-stack .stitch-card {
  position: sticky;
  margin-bottom: 40px;
}
.stitch-card-stack .stitch-card:last-child {
  margin-bottom: 0;
}
.stitch-card-stack .stitch-card:nth-child(1) {
  top: var(--sticky-top-base);
  z-index: 1;
}
.stitch-card-stack .stitch-card:nth-child(2) {
  top: calc(var(--sticky-top-base) + 20px);
  z-index: 2;
}
.stitch-card-stack .stitch-card:nth-child(3) {
  top: calc(var(--sticky-top-base) + 40px);
  z-index: 3;
}
.stitch-card-stack .stitch-card:nth-child(4) {
  top: calc(var(--sticky-top-base) + 60px);
  z-index: 4;
}
.stitch-card-stack .stitch-card:nth-child(5) {
  top: calc(var(--sticky-top-base) + 80px);
  z-index: 5;
}
.stitch-card-stack .stitch-card:nth-child(6) {
  top: calc(var(--sticky-top-base) + 100px);
  z-index: 6;
}

@media (max-width: 767px) {
  .stitch-card-grid .wp-block-columns {
    flex-direction: column;
  }
  .stitch-card {
    margin-bottom: 16px;
  }
  .stitch-card-stack .stitch-card {
    margin-bottom: 16px;
  }
}
.stitch-two-col-feature .wp-block-columns {
  align-items: center;
}
.stitch-two-col-feature .wp-block-image img {
  border-radius: 8px;
}

@media (max-width: 767px) {
  .stitch-two-col-feature .wp-block-columns {
    flex-direction: column;
  }
}
.stitch-problem-solution__list {
  list-style: none;
  padding-left: 0;
}
.stitch-problem-solution__list li {
  position: relative;
  padding-left: 2em;
  margin-bottom: 1.5em;
  font-family: Oatmealpro, sans-serif;
  font-size: 17.5px;
  line-height: 1.6;
}
.stitch-problem-solution__list li::before {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1.2em;
}
.stitch-problem-solution__list--problems li::before {
  content: "✗";
  color: #c0392b;
}
.stitch-problem-solution__list--solutions li::before {
  content: "✓";
  color: #27ae60;
}

.stitch-case-study .stitch-case-study__label {
  margin-bottom: 0.5em;
}
.stitch-case-study .stitch-case-study__number {
  line-height: 1;
  margin-bottom: 0.1em;
}
.stitch-case-study .stitch-case-study__metric {
  text-align: center;
}

@media (max-width: 767px) {
  .stitch-case-study .wp-block-columns {
    flex-direction: column;
  }
  .stitch-case-study .stitch-case-study__metric {
    margin-top: 2em;
  }
}
.stitch-process-steps .stitch-process-step__number {
  line-height: 1;
  margin-bottom: 0.2em;
}
.stitch-process-steps .stitch-process-step__title {
  font-size: clamp(16px, 2vw, 22px);
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

@media (max-width: 767px) {
  .stitch-process-steps .stitch-process-steps__columns {
    flex-direction: column;
  }
  .stitch-process-steps .stitch-process-step {
    margin-bottom: 2em;
  }
}
.stitch-newsletter-signup {
  text-align: center;
}
.stitch-newsletter-signup .gform_wrapper {
  max-width: 500px;
  margin: 1.5em auto 0;
}
.stitch-newsletter-signup input[type=email] {
  border: 2px solid var(--midnight);
  border-radius: 0;
  padding: 12px 16px;
  font-family: Oatmealpro, sans-serif;
  font-size: 16px;
  width: 100%;
}
.stitch-newsletter-signup .gform_button,
.stitch-newsletter-signup input[type=submit] {
  font-family: "Roboto Mono", monospace;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  background-color: var(--midnight);
  color: var(--off-white);
  border: none;
  padding: 14px 32px;
  cursor: pointer;
  transition: background-color 0.2s;
}
.stitch-newsletter-signup .gform_button:hover,
.stitch-newsletter-signup input[type=submit]:hover {
  background-color: var(--maroon);
}

.stitch-cta-section {
  text-align: center;
}
.stitch-cta-section .wp-block-buttons {
  justify-content: center;
  margin-top: 1em;
}

.stitch-page-intro {
  text-align: center;
}

.stitch-faq-accordion {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}
.stitch-faq-accordion .wp-block-details {
  background: var(--wp--preset--color--white);
  border-radius: 16px;
  padding: 28px 36px;
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
.stitch-faq-accordion .wp-block-details summary {
  font-family: Beatrice, Arial, sans-serif;
  font-weight: 700;
  font-size: clamp(18px, 2.2vw, 24px);
  line-height: 1.3;
  color: var(--wp--preset--color--midnight);
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  gap: 20px;
}
.stitch-faq-accordion .wp-block-details summary::-webkit-details-marker {
  display: none;
}
.stitch-faq-accordion .wp-block-details summary::marker {
  display: none;
  content: "";
}
.stitch-faq-accordion .wp-block-details summary::after {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2311162a' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='12' y1='5' x2='12' y2='19'/%3E%3Cpolyline points='19 12 12 19 5 12'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.3s ease;
}
.stitch-faq-accordion .wp-block-details[open] > summary::after {
  transform: rotate(180deg);
}
.stitch-faq-accordion .wp-block-details > :not(summary) {
  font-family: Oatmealpro, sans-serif;
  font-size: 17.5px;
  line-height: 1.6;
  color: var(--wp--preset--color--midnight);
}
.stitch-faq-accordion .wp-block-details > :not(summary):first-of-type {
  margin-top: 16px;
}
.stitch-faq-accordion .wp-block-details > :last-child {
  margin-bottom: 0;
}

.stitch-featured-resources .wp-block-post-template {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  list-style: none;
  padding: 0;
}
.stitch-featured-resources .wp-block-post-featured-image img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  object-fit: cover;
  border-radius: 4px;
}
.stitch-featured-resources .wp-block-post-title {
  font-family: Beatrice, Arial, sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.3;
  margin-top: 0.75em;
}
.stitch-featured-resources .wp-block-post-title a {
  color: var(--midnight);
  text-decoration: none;
}
.stitch-featured-resources .wp-block-post-title a:hover {
  color: var(--maroon);
}
.stitch-featured-resources .wp-block-buttons {
  justify-content: center;
  margin-top: 2em;
}

@media (max-width: 991px) {
  .stitch-featured-resources .wp-block-post-template {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 479px) {
  .stitch-featured-resources .wp-block-post-template {
    grid-template-columns: 1fr;
  }
}
.stitch-leadership-grid .wp-block-post-template {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  list-style: none;
  padding: 0;
}
.stitch-leadership-grid .wp-block-post-featured-image img {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 50%;
}
.stitch-leadership-grid .wp-block-post-title {
  font-family: Beatrice, Arial, sans-serif;
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  margin-top: 1em;
}
.stitch-leadership-grid .wp-block-post-title a {
  color: var(--midnight);
  text-decoration: none;
}
.stitch-leadership-grid li {
  text-align: center;
}

@media (max-width: 767px) {
  .stitch-leadership-grid .wp-block-post-template {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 479px) {
  .stitch-leadership-grid .wp-block-post-template {
    grid-template-columns: 1fr;
  }
}
.stitch-testimonials .stitch-testimonials__grid {
  margin-top: 0;
}

.stitch-testimonial-card {
  border: 2px solid rgba(249, 245, 240, 0.2);
  border-radius: 8px;
  padding: clamp(20px, 3vw, 32px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.stitch-testimonial-card .stitch-testimonial-card__quote {
  font-size: 16px;
  line-height: 1.65;
  opacity: 0.9;
  margin-bottom: 1.5em;
}
.stitch-testimonial-card .stitch-testimonial-card__author {
  margin: 0;
  opacity: 0.7;
}

@media (max-width: 767px) {
  .stitch-testimonials .wp-block-columns {
    flex-direction: column;
  }
  .stitch-testimonial-card {
    margin-bottom: 16px;
  }
}
.stitch-resource-preview-card .stitch-resource-preview-card__image {
  margin-bottom: 0.75em;
}
.stitch-resource-preview-card .stitch-resource-preview-card__image img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/10;
  object-fit: cover;
  border-radius: 4px;
}
.stitch-resource-preview-card .stitch-resource-preview-card__badge {
  display: inline-block;
  background-color: var(--blue);
  color: var(--midnight);
  padding: 4px 10px;
  border-radius: 2px;
  margin-bottom: 0.5em;
}
.stitch-resource-preview-card .stitch-resource-preview-card__title {
  font-size: clamp(16px, 2vw, 20px);
  line-height: 1.3;
  margin-top: 0;
}
.stitch-resource-preview-card .stitch-resource-preview-card__title a {
  color: var(--midnight);
  text-decoration: none;
}
.stitch-resource-preview-card .stitch-resource-preview-card__title a:hover {
  color: var(--maroon);
}

@media (max-width: 767px) {
  .stitch-resources-section .wp-block-columns {
    flex-direction: column;
  }
  .stitch-resource-preview-card {
    margin-bottom: 24px;
  }
}
.stitch-form {
  max-width: 700px;
  margin: 0 auto;
  text-align: left;
}
.stitch-form__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
@media (max-width: 479px) {
  .stitch-form__row {
    grid-template-columns: 1fr;
  }
}
.stitch-form__field {
  margin-bottom: 24px;
}
.stitch-form__field label {
  display: block;
  font-family: "Roboto Mono", monospace;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(249, 245, 240, 0.6);
  margin-bottom: 6px;
}
.stitch-form__field input,
.stitch-form__field select {
  background: transparent;
  border: 0;
  border-bottom: 2px solid rgba(249, 245, 240, 0.3);
  border-radius: 0;
  color: var(--off-white);
  font-family: Oatmealpro, sans-serif;
  font-size: 16px;
  padding: 10px 0;
  width: 100%;
  transition: border-color 0.2s;
}
.stitch-form__field input:focus,
.stitch-form__field select:focus {
  outline: none;
  border-bottom-color: var(--off-white);
}
.stitch-form__field input::placeholder,
.stitch-form__field select::placeholder {
  color: rgba(249, 245, 240, 0.35);
}
.stitch-form__field select {
  appearance: none;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' fill='none'%3E%3Cpath d='M1 1.5l5 5 5-5' stroke='%23f9f5f0' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 4px center;
  padding-right: 24px;
}
.stitch-form__field select option {
  background: var(--midnight);
  color: var(--off-white);
}
.stitch-form__submit {
  text-align: center;
  margin-top: 16px;
}
.stitch-form__submit button {
  font-family: "Roboto Mono", monospace;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  background-color: var(--off-white);
  color: var(--midnight);
  border: none;
  padding: 14px 40px;
  cursor: pointer;
  transition: background-color 0.2s;
}
.stitch-form__submit button:hover {
  background-color: var(--purple);
}

.stitch-achieve-more h3 {
  font-size: clamp(22px, 3vw, 36px);
}

.stitch-intro-problem-cards {
  padding: clamp(60px, 8vw, 140px) var(--gutter);
}
.stitch-intro-problem-cards mark {
  /*
  background-color: var(--purple);
  color: inherit;
  padding: 0 0.15em;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  */
}
.stitch-intro-problem-cards__inner {
  display: flex;
  gap: clamp(40px, 5vw, 80px);
  max-width: 1400px;
  margin: 0 auto;
}
.stitch-intro-problem-cards__text, .stitch-intro-problem-cards__cards {
  flex: 1 1 50%;
  min-width: 0;
}
.stitch-intro-problem-cards .stitch-sticky-text {
  position: sticky;
  top: var(--sticky-top-base);
  align-self: flex-start;
}
.stitch-intro-problem-cards__heading {
  font-family: Beatrice, Arial, sans-serif;
  font-weight: 800;
  font-style: normal;
  line-height: 1.15;
  font-size: var(--wp--preset--font-size--heading-2);
  color: var(--section-heading);
}
.stitch-intro-problem-cards__body {
  font-family: Oatmealpro, sans-serif;
}

@media (max-width: 767px) {
  .stitch-intro-problem-cards__inner {
    flex-direction: column;
  }
  .stitch-intro-problem-cards .stitch-sticky-text {
    position: relative;
    top: auto;
  }
}
.wp-block-button__link {
  font-family: "Roboto Mono", monospace;
  font-size: var(--font-size--button, 17px);
  font-weight: 500;
  border: 1px solid var(--bgcolor);
  padding: 14px 32px;
  border-radius: 7px;
  box-shadow: 2px 2px var(--wp--preset--color--midnight);
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s, border-color 0.2s;
}
.wp-block-button__link:hover {
  background-color: var(--wp--preset--color--purple) !important;
  color: var(--wp--preset--color--midnight) !important;
  border-color: var(--wp--preset--color--midnight);
}
.wp-block-button__link.has-purple-background-color, .wp-block-button__link.has-green-background-color, .wp-block-button__link.has-blue-background-color, .wp-block-button__link.has-red-background-color, .wp-block-button__link.has-off-white-background-color, .wp-block-button__link.has-oatmeal-background-color, .wp-block-button__link.has-white-background-color {
  color: var(--wp--preset--color--midnight);
  box-shadow: 2px 2px var(--wp--preset--color--off-white);
}
.wp-block-button__link.has-purple-background-color:hover, .wp-block-button__link.has-green-background-color:hover, .wp-block-button__link.has-blue-background-color:hover, .wp-block-button__link.has-red-background-color:hover, .wp-block-button__link.has-off-white-background-color:hover, .wp-block-button__link.has-oatmeal-background-color:hover, .wp-block-button__link.has-white-background-color:hover {
  border-color: var(--wp--preset--color--off-white);
}
.wp-block-button__link.has-purple-background-color:hover {
  background-color: var(--wp--preset--color--blue) !important;
  border-color: var(--wp--preset--color--midnight);
}

.stitch-testimonial-carousel {
  background-color: var(--midnight);
  color: var(--off-white);
  padding: clamp(60px, 8vw, 120px) var(--gutter);
}
.stitch-testimonial-carousel__inner {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.stitch-testimonial-carousel__heading {
  font-family: Beatrice, Arial, sans-serif;
  font-weight: 800;
  font-size: clamp(28px, 4vw, 48px);
  line-height: 1.15;
  margin-bottom: 0.5em;
}
.stitch-testimonial-carousel__subheading {
  font-family: Oatmealpro, sans-serif;
  font-size: clamp(16px, 1.8vw, 20px);
  margin-bottom: 2em;
  opacity: 0.8;
}
.stitch-testimonial-carousel__track {
  position: relative;
  min-height: 200px;
}
.stitch-testimonial-carousel__slide {
  margin: 0;
  padding: 0;
  border: 0;
}
.stitch-testimonial-carousel__slide[hidden] {
  display: none;
}
.stitch-testimonial-carousel__quote {
  font-family: Beatrice, Arial, sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: clamp(20px, 3vw, 32px);
  line-height: 1.4;
  max-width: 900px;
  margin: 0 auto 1.5em;
}
.stitch-testimonial-carousel__attribution {
  margin-top: 1em;
}
.stitch-testimonial-carousel__cite {
  font-style: normal;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.stitch-testimonial-carousel__name {
  font-family: Beatrice, Arial, sans-serif;
  font-weight: 700;
  font-size: 18px;
}
.stitch-testimonial-carousel__role {
  font-family: Oatmealpro, sans-serif;
  font-size: 15px;
  opacity: 0.7;
}
.stitch-testimonial-carousel__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 2em;
}
.stitch-testimonial-carousel__btn {
  background: none;
  border: 2px solid var(--off-white);
  border-radius: 50%;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: var(--off-white);
  transition: background-color 0.2s, color 0.2s;
}
.stitch-testimonial-carousel__btn:hover, .stitch-testimonial-carousel__btn:focus-visible {
  background-color: var(--off-white);
  color: var(--midnight);
}
.stitch-testimonial-carousel__dots {
  display: flex;
  gap: 8px;
}
.stitch-testimonial-carousel__dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid var(--off-white);
  background: transparent;
  cursor: pointer;
  padding: 0;
  transition: background-color 0.2s;
}
.stitch-testimonial-carousel__dot.is-active {
  background-color: var(--off-white);
}
.stitch-testimonial-carousel__dot:hover, .stitch-testimonial-carousel__dot:focus-visible {
  background-color: rgba(249, 245, 240, 0.5);
}
.stitch-testimonial-carousel__cta {
  margin-top: 2.5em;
}
.stitch-testimonial-carousel__cta a {
  font-family: "Roboto Mono", monospace;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

@media (max-width: 767px) {
  .stitch-testimonial-carousel {
    padding: 40px var(--gutter-mobile);
  }
  .stitch-testimonial-carousel__quote {
    font-size: 20px;
  }
}
.stitch-tabbed-content__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.stitch-tabbed-content__tabs {
  display: flex;
  gap: 0;
  border-bottom: 2px solid var(--blue);
  margin-bottom: 2em;
}
.stitch-tabbed-content__tab {
  font-family: "Roboto Mono", monospace;
  font-size: clamp(13px, 1.4vw, 15px);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 14px 24px;
  background: none;
  border: none;
  border-bottom: 3px solid transparent;
  cursor: pointer;
  color: var(--midnight);
  position: relative;
  bottom: -2px;
  transition: border-color 0.2s;
}
.stitch-tabbed-content__tab:hover {
  border-bottom-color: var(--midnight);
}
.stitch-tabbed-content__tab.is-active {
  border-bottom-color: var(--midnight);
}
.stitch-tabbed-content__tab:focus-visible {
  outline: 2px solid var(--maroon);
  outline-offset: -2px;
}
.stitch-tabbed-content__panel[hidden] {
  display: none;
}
.stitch-tabbed-content__panel h2, .stitch-tabbed-content__panel h3, .stitch-tabbed-content__panel h4 {
  font-family: Beatrice, Arial, sans-serif;
  font-weight: 800;
  line-height: 1.15;
  margin-top: 0;
}
.stitch-tabbed-content__panel p {
  font-family: Oatmealpro, sans-serif;
  font-size: 17.5px;
  line-height: 1.6;
}
.stitch-tabbed-content__panel ul, .stitch-tabbed-content__panel ol {
  font-family: Oatmealpro, sans-serif;
  font-size: 17.5px;
  line-height: 1.6;
  padding-left: 1.5em;
}

@media (max-width: 767px) {
  .stitch-tabbed-content__tabs {
    flex-direction: column;
    border-bottom: none;
    gap: 4px;
  }
  .stitch-tabbed-content__tab {
    border: 2px solid var(--midnight);
    border-bottom: 2px solid var(--midnight);
    bottom: 0;
    text-align: left;
  }
  .stitch-tabbed-content__tab.is-active {
    background-color: var(--midnight);
    color: var(--off-white);
  }
}
/* Bordered split — different-colored columns, 2px border, image fills container */
.block--split {
  display: flex;
  flex-direction: column;
}
.block--split + .block--split {
  margin-top: -2px;
}
.block--split > * {
  flex: 1 1 50%;
  border-color: var(--midnight) !important;
  padding-left: var(--gutter-mobile);
  padding-right: var(--gutter-mobile);
}
@media (min-width: 1024px) {
  .block--split > * {
    border-width: 2px !important;
    margin-left: -2px !important;
    padding-left: var(--gutter-sm);
    padding-right: var(--gutter-sm);
  }
  .block--split > *:first-child {
    border-left: 0 !important;
    margin-left: 0 !important;
    padding-left: var(--gutter);
  }
  .block--split > *:last-child {
    border-right: 0 !important;
    padding-right: var(--gutter);
  }
}
.block--split > .wp-block-group:has(.stitch-media-fit) {
  position: relative;
  overflow: hidden;
  padding: 0 !important;
  align-items: stretch !important;
  min-width: 0;
}
@media (min-width: 1024px) {
  .block--split {
    flex-direction: row;
  }
}

/* Borderless split — shared bg, no border, image is natural size */
.block--split-simple {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .block--split-simple {
    flex-direction: row;
  }
}
.block--split-simple > * {
  flex: 1 1 50%;
}
.block--split-simple .wp-block-image img {
  max-width: 100%;
  height: auto;
}

/* ----------------------------------------------------------------
   Media Fit block — controls how an image fills its container.
   Wraps a core/image block (figure.wp-block-image > img).
   ---------------------------------------------------------------- */
.stitch-media-fit.is-fit-cover,
.stitch-media-fit.is-fit-contain {
  position: absolute;
  inset: 0;
}
.stitch-media-fit.is-fit-cover .wp-block-image,
.stitch-media-fit.is-fit-cover .wp-block-image img,
.stitch-media-fit.is-fit-contain .wp-block-image,
.stitch-media-fit.is-fit-contain .wp-block-image img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
}

.stitch-media-fit.is-fit-cover .wp-block-image img {
  object-fit: cover;
}

.stitch-media-fit.is-fit-contain {
  padding: var(--space-m);
}

.stitch-media-fit.is-fit-contain .wp-block-image img {
  object-fit: contain;
}

.stitch-media-fit.is-fit-intrinsic {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.stitch-media-fit.is-fit-intrinsic .wp-block-image img {
  max-width: 100%;
  height: auto;
}

.stitch-media-fit.is-fit-overflow,
.stitch-media-fit.is-fit-overflow-top {
  position: absolute;
  left: 50%;
  width: calc(50vw - var(--gutter));
  display: flex;
  justify-content: center;
}
.stitch-media-fit.is-fit-overflow .wp-block-image,
.stitch-media-fit.is-fit-overflow-top .wp-block-image {
  display: flex;
  justify-content: center;
}
.stitch-media-fit.is-fit-overflow .wp-block-image img,
.stitch-media-fit.is-fit-overflow-top .wp-block-image img {
  display: block;
  height: auto;
  max-width: none !important;
}
@media (max-width: 781px) {
  .stitch-media-fit.is-fit-overflow,
  .stitch-media-fit.is-fit-overflow-top {
    position: static;
    width: 100%;
    height: auto;
    display: block;
  }
  .stitch-media-fit.is-fit-overflow .wp-block-image,
  .stitch-media-fit.is-fit-overflow-top .wp-block-image {
    justify-content: center;
  }
  .stitch-media-fit.is-fit-overflow .wp-block-image img,
  .stitch-media-fit.is-fit-overflow-top .wp-block-image img {
    max-width: 100% !important;
  }
}

.stitch-media-fit.is-fit-overflow {
  top: -60px;
  height: calc(100% + 120px);
}

.stitch-media-fit.is-fit-overflow-top {
  top: -200px;
  height: calc(100% + 300px);
  left: 0;
  width: auto;
}

:has(> .stitch-media-fit.is-fit-overflow),
:has(> .stitch-media-fit.is-fit-overflow-top) {
  overflow: visible !important;
  align-self: stretch;
}

.wp-block-columns:has(.is-fit-overflow),
.wp-block-columns:has(.is-fit-overflow-top) {
  overflow: visible !important;
}

.wp-block-stitch-section:has(.is-fit-overflow),
.wp-block-stitch-section:has(.is-fit-overflow-top) {
  position: relative;
  overflow: visible !important;
}

.stitch-card {
  --card-border-color: var(--midnight);
  background-color: #fff;
  border: 2px solid var(--card-border-color);
  border-radius: 10px;
  box-shadow: 3px 3px 0 var(--card-border-color);
  width: 100%;
  max-width: none;
  padding: clamp(24px, 3vw, 40px);
  position: relative;
}
.stitch-card:not(.has-background) {
  --section-text: var(--midnight);
  --section-heading: var(--midnight);
  color: var(--section-text);
}
.stitch-card h3, .stitch-card h4 {
  margin-top: 0;
}
.stitch-card p:last-child {
  margin-bottom: 0;
}
.editor-styles-wrapper .stitch-card {
  width: auto;
}
.stitch-card .wp-block-image.is-style-full-bleed {
  margin-left: calc(-1 * clamp(24px, 3vw, 40px));
  margin-right: calc(-1 * clamp(24px, 3vw, 40px));
  width: calc(100% + 2 * clamp(24px, 3vw, 40px));
  max-width: none;
}
.stitch-card .wp-block-image.is-style-full-bleed:first-child {
  margin-top: calc(-1 * clamp(24px, 3vw, 40px));
  border-radius: 8px 8px 0 0;
  overflow: hidden;
}

a.stitch-card {
  display: block;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  transition: box-shadow 0.15s ease, transform 0.15s ease;
}
a.stitch-card:hover {
  box-shadow: 5px 5px 0 var(--card-border-color);
  transform: translate(-1px, -1px);
}
a.stitch-card:focus-visible {
  outline: 3px solid var(--maroon);
  outline-offset: 2px;
}

.wp-block-stitch-card.is-style-seamless {
  background-color: transparent;
  border: none;
  box-shadow: none;
  border-radius: 0;
}

a.wp-block-stitch-card.is-style-seamless:hover {
  box-shadow: none;
  transform: none;
}

.stitch-card__link-indicator {
  font-size: 11px;
  font-family: "Roboto Mono", monospace;
  color: var(--maroon);
  background: rgba(117, 14, 71, 0.08);
  padding: 4px 8px;
  border-radius: 3px;
  margin-bottom: 8px;
  display: inline-block;
}

.page-nav a {
  border-left: 4px solid var(--off-white);
  color: #0f1726;
  background-color: transparent;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 16px 24px;
  font-family: Oatmealpro, sans-serif;
  font-size: 17.5px;
  text-decoration: none;
  display: inline-block;
}
.page-nav .w--current a {
  border-left: 4px solid var(--blue);
  color: #0f1726;
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  margin-right: 0;
  padding: 16px 24px;
  font-family: Open Sans, sans-serif;
}

.service-hero {
  background-color: var(--wp--preset--color--blue);
  padding: 80px var(--gutter);
}
.service-hero__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start;
  margin: 0 auto;
}
.service-hero__text {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-top: 16px;
}
.service-hero__meta-heading {
  font-family: "Roboto Mono", monospace;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--wp--preset--color--midnight);
  margin: 0;
}
.service-hero__title {
  font-family: "Beatrice", sans-serif;
  font-size: clamp(32px, 4vw, 52px);
  font-weight: 900;
  line-height: 1.1;
  color: var(--wp--preset--color--midnight);
  margin: 0;
}
.service-hero__intro {
  font-size: 17px;
  line-height: 1.6;
  color: var(--wp--preset--color--midnight);
}
.service-hero__intro p {
  margin: 0;
}
@media (max-width: 991px) {
  .service-hero {
    padding: 48px 0;
  }
  .service-hero__inner {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
.service-intro {
  padding: 64px var(--gutter);
}
.service-intro__inner {
  max-width: 900px;
  margin: 0 auto;
}
.service-intro__text {
  font-size: clamp(20px, 2.5vw, 26px);
  line-height: 1.5;
  color: var(--wp--preset--color--midnight);
  font-weight: 700;
}
.service-intro__text p {
  margin: 0;
}

.service-pst {
  background-color: var(--wp--preset--color--green);
  padding: 80px var(--gutter);
}
.service-pst__inner {
  max-width: 1280px;
  margin: 0 auto;
}
.service-pst__card {
  background-color: var(--wp--preset--color--midnight);
  border-radius: 20px;
  padding: clamp(32px, 5vw, 64px);
  text-align: center;
}
.service-pst__title {
  font-family: "Beatrice", sans-serif;
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 900;
  line-height: 1.2;
  color: var(--wp--preset--color--green);
  margin: 0 0 16px;
}
.service-pst__body {
  font-size: 16px;
  line-height: 1.6;
  color: var(--wp--preset--color--off-white);
  max-width: 800px;
  margin: 0 auto;
}
.service-pst__body p {
  margin: 0;
}

.service-resources {
  padding: 2rem;
  align-self: flex-start;
  position: sticky;
  top: calc(var(--header-height, 0px) + var(--wp-admin--admin-bar--height, 0px));
}
.service-resources__inner {
  max-width: 1280px;
  margin: 0 auto;
}
.service-resources__heading {
  font-family: "Beatrice", sans-serif;
  font-size: clamp(24px, 3vw, 32px);
  font-weight: 900;
  color: var(--wp--preset--color--midnight);
  margin: 0 0 32px;
}
.service-resources__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  list-style: none;
  padding: 0;
  margin: 0;
}

@media (max-width: 767px) {
  .service-resources__grid {
    grid-template-columns: 1fr;
  }
}
mark {
  color: inherit;
  background: linear-gradient(var(--wp--preset--color--purple), var(--wp--preset--color--purple)) no-repeat 0 65%/100% 82%;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

mark.has-midnight-highlight {
  background-image: linear-gradient(var(--wp--preset--color--midnight), var(--wp--preset--color--midnight));
}

mark.has-off-white-highlight {
  background-image: linear-gradient(var(--wp--preset--color--off-white), var(--wp--preset--color--off-white));
}

mark.has-purple-highlight {
  background-image: linear-gradient(var(--wp--preset--color--purple), var(--wp--preset--color--purple));
}

mark.has-green-highlight {
  background-image: linear-gradient(var(--wp--preset--color--green), var(--wp--preset--color--green));
}

mark.has-blue-highlight {
  background-image: linear-gradient(var(--wp--preset--color--blue), var(--wp--preset--color--blue));
}

mark.has-red-highlight {
  background-image: linear-gradient(var(--wp--preset--color--red), var(--wp--preset--color--red));
}

mark.has-maroon-highlight {
  background-image: linear-gradient(var(--wp--preset--color--maroon), var(--wp--preset--color--maroon));
}

mark.has-oatmeal-highlight {
  background-image: linear-gradient(var(--wp--preset--color--oatmeal), var(--wp--preset--color--oatmeal));
}

mark.has-white-highlight {
  background-image: linear-gradient(var(--wp--preset--color--white), var(--wp--preset--color--white));
}

@media screen and (max-width: 991px) {
  .navbar__inner {
    padding: 0 var(--gutter-sm);
    position: relative;
    z-index: 1001;
  }
  .navbar__brand,
  .navbar__hamburger {
    position: relative;
    z-index: 1002;
  }
  .navbar__menu {
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    position: fixed;
    top: var(--header-height, 80px);
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--nav-bg);
    padding: 40px var(--gutter-sm) 20px;
    overflow-y: auto;
    z-index: 999;
  }
  .navbar__menu.is-open {
    display: flex;
  }
  .navbar__link {
    font-size: 18px;
    padding: 14px 0;
    border-bottom: none;
  }
  .navbar__link-underline {
    display: none;
  }
  .navbar__chevron {
    margin-left: auto;
  }
  .navbar__dropdown-list {
    position: static;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    transform: none;
    padding: 0 0 0 16px;
    display: none;
    background: transparent;
    min-width: 0;
  }
  .navbar__dropdown.is-open .navbar__dropdown-list {
    display: block;
  }
  .navbar__dropdown-link {
    padding: 10px 0;
    font-size: 16px;
    color: var(--nav-fg);
    border-bottom: none;
  }
  .navbar__dropdown-link:hover {
    color: var(--nav-fg);
    opacity: 0.7;
  }
  .navbar__cta--desktop {
    display: none;
  }
  .navbar__mobile-cta {
    display: block;
    padding-top: 20px;
  }
  .navbar__mobile-cta .navbar__cta {
    display: flex;
    width: 100%;
    justify-content: center;
  }
  .navbar__hamburger {
    display: flex;
  }
  .notification-bar {
    font-size: 12px;
    padding: 8px 16px;
    padding-right: 36px;
  }
  .notification-bar__close {
    right: 6px;
    font-size: 18px;
  }
  .search-modal__content {
    margin-top: 80px;
  }
  .site-footer__content {
    flex-direction: column;
    gap: 30px;
  }
  .site-footer__nav {
    gap: 30px;
  }
  .single-resource-hero__title {
    font-size: 40px;
  }
  .single-resource-body__inner {
    max-width: 80%;
  }
  .related-resources__heading {
    font-size: 30px;
  }
  .resources-hero__title {
    font-size: 70px;
    line-height: 85px;
  }
  .resources-filters__list {
    flex-wrap: wrap;
  }
  .resources-billboard__heading {
    font-size: 45px;
    line-height: 55px;
  }
  .resources-billboard__inner {
    height: 450px;
  }
  .linkedin-hero__title {
    font-size: 70px;
    line-height: 85px;
  }
  .linkedin-filters__list {
    flex-wrap: wrap;
  }
  .linkedin-billboard__heading {
    font-size: 45px;
    line-height: 55px;
  }
  .linkedin-billboard__inner {
    height: 450px;
  }
}
@media screen and (max-width: 767px) {
  .wp-block-group-is-layout-grid {
    grid-template-columns: 1fr !important;
  }
  .resources-hero {
    padding: 80px 0;
  }
  .resources-hero__title {
    font-size: 50px;
    line-height: 60px;
  }
  .resources-grid {
    max-width: none;
  }
  .resources-grid__list,
  .featured-resources__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
  .resources-filters__toggle {
    display: block;
  }
  .resources-filters__list {
    flex-wrap: wrap;
  }
  .resources-filters__list.is-collapsed {
    display: none;
  }
  .resources-filters__heading {
    font-size: 15px;
    margin: 0;
  }
  .resources-filters__btn {
    background-color: var(--off-white);
  }
  .resources-billboard__inner {
    background-position: 75% 0;
    background-size: 150%;
    height: 450px;
  }
  .resources-billboard__content {
    padding-left: 20px;
    padding-right: 20px;
  }
  .resources-billboard__text {
    width: 80%;
  }
  .single-resource-hero {
    padding: 80px 0 60px;
  }
  .single-resource-hero__title {
    font-size: 36px;
  }
  .single-resource-hero__inner {
    max-width: 90%;
  }
  .single-resource-body__inner {
    max-width: 90%;
  }
  .related-resources__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
  .related-resources__inner {
    max-width: 92vw;
  }
  .linkedin-hero {
    padding: 80px 0;
  }
  .linkedin-hero__title {
    font-size: 50px;
    line-height: 60px;
  }
  .linkedin-grid {
    max-width: none;
  }
  .linkedin-grid__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
  .linkedin-filters__toggle {
    display: block;
  }
  .linkedin-filters__list {
    flex-wrap: wrap;
  }
  .linkedin-filters__list.is-collapsed {
    display: none;
  }
  .linkedin-filters__heading {
    font-size: 15px;
    margin: 0;
  }
  .linkedin-filters__btn {
    background-color: var(--off-white);
  }
  .linkedin-billboard__inner {
    background-position: 75% 0;
    background-size: 150%;
    height: 450px;
  }
  .linkedin-billboard__content {
    padding-left: 20px;
    padding-right: 20px;
  }
  .linkedin-billboard__text {
    width: 80%;
  }
}
@media screen and (max-width: 479px) {
  .navbar__inner {
    padding: 0 var(--gutter-mobile);
    height: 64px;
  }
  .navbar__logo {
    width: 90px;
  }
  .navbar__menu {
    top: var(--header-height, 64px);
    padding: 16px var(--gutter-mobile);
  }
  .notification-bar__inner {
    flex-direction: column;
    gap: 4px;
  }
  .search-modal__content {
    margin-top: 64px;
    padding: 0 16px;
  }
  .search-modal__form {
    padding: 12px 16px;
  }
  .search-modal__input {
    font-size: 16px;
  }
  .site-footer {
    padding: 50px var(--gutter) 30px;
  }
  .site-footer__brand {
    margin-bottom: 30px;
  }
  .site-footer__logo {
    width: 160px;
  }
  .site-footer__content {
    flex-direction: column;
    gap: 24px;
  }
  .site-footer__nav {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
  .site-footer__social {
    justify-content: center;
  }
  .site-footer__inner {
    text-align: center;
  }
  .site-footer__col {
    align-items: center;
  }
  .single-resource-hero {
    padding: 60px 0 40px;
  }
  .single-resource-hero__inner {
    max-width: 100%;
    padding: 0 20px;
  }
  .single-resource-hero__title {
    font-size: 28px;
  }
  .single-resource-hero__excerpt {
    max-width: 100%;
  }
  .single-resource-body__inner {
    max-width: 100%;
    padding: 0 20px;
  }
  .single-resource-body__content h2 {
    font-size: 24px;
  }
  .single-resource-body__content h3 {
    font-size: 20px;
  }
  .related-resources {
    padding: 60px 0;
  }
  .related-resources__grid {
    grid-template-columns: 1fr;
  }
  .related-resources__heading {
    font-size: 24px;
    margin-bottom: 24px;
  }
  .resources-hero {
    padding: 60px 0 40px;
  }
  .resources-hero__inner {
    max-width: 100%;
    padding: 0 20px;
  }
  .resources-hero__title {
    font-size: 35px;
    line-height: 40px;
    max-width: 90%;
  }
  .resources-hero__subtitle {
    width: 100%;
  }
  .resources-grid {
    width: 85vw;
  }
  .resources-grid__list,
  .featured-resources__grid {
    grid-template-columns: 1fr;
  }
  .resource-card {
    border: 2px solid var(--midnight);
    border-radius: 14px;
  }
  .resources-billboard__heading {
    font-size: 27px;
    line-height: 35px;
  }
  .resources-billboard__inner {
    background-position: 74% 0;
    background-size: 250%;
    height: auto;
  }
  .resources-billboard__content {
    padding: 80px 20px;
  }
  .resources-billboard__text {
    width: 80%;
    font-size: 20px;
  }
  .resources-billboard__form {
    flex-direction: column;
    width: 80%;
  }
  .resources-billboard__input {
    width: 100%;
  }
  .linkedin-hero {
    padding: 60px 0 40px;
  }
  .linkedin-hero__inner {
    max-width: 100%;
    padding: 0 20px;
  }
  .linkedin-hero__title {
    font-size: 35px;
    line-height: 40px;
    max-width: 90%;
  }
  .linkedin-hero__subtitle {
    width: 100%;
  }
  .linkedin-grid {
    width: 85vw;
  }
  .linkedin-grid__list {
    grid-template-columns: 1fr;
  }
  .linkedin-card {
    border: 2px solid var(--midnight);
    border-radius: 14px;
  }
  .linkedin-billboard__heading {
    font-size: 27px;
    line-height: 35px;
  }
  .linkedin-billboard__inner {
    background-position: 74% 0;
    background-size: 250%;
    height: auto;
  }
  .linkedin-billboard__content {
    padding: 80px 20px;
  }
  .linkedin-billboard__text {
    width: 80%;
    font-size: 20px;
  }
  .linkedin-billboard__form {
    flex-direction: column;
    width: 80%;
  }
  .linkedin-billboard__input {
    width: 100%;
  }
}
@media screen and (min-width: 1440px) {
  .resource-card {
    outline-offset: 0;
    border: 1px solid var(--midnight);
    border-radius: 14px;
    box-shadow: 2px 3px var(--midnight);
  }
  .resource-card:hover {
    box-shadow: 4px 4px var(--midnight);
  }
  .linkedin-card {
    outline-offset: 0;
    border: 1px solid var(--midnight);
    border-radius: 14px;
    box-shadow: 2px 3px var(--midnight);
  }
  .linkedin-card:hover {
    box-shadow: 4px 4px var(--midnight);
  }
}

/*# sourceMappingURL=global.css.map*/