:root {
  --333: #333;
  --444: #444;
  --999-2: #aaa;
  --222: #222;
  --666: #666;
  --555: #555;
  --999: #999;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  color: var(--333);
  background-color: #fff;
  font-family: DM Sans, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: var(--333);
  font-family: DM Sans, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 60px;
}

h2 {
  color: var(--444);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: DM Sans, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 48px;
}

h3 {
  color: #494949;
  border: 1px #000;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: DM Mono, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

h4 {
  color: var(--333);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: DM Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  color: var(--444);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: DM Sans, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  color: var(--444);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: DM Sans, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 21px;
}

p {
  color: var(--333);
  margin-bottom: 10px;
  font-family: DM Sans, sans-serif;
  font-size: 14px;
  line-height: 21px;
}

a {
  border-style: none none solid;
  border-width: 1px;
  border-color: #ccc #ccc var(--999-2);
  color: var(--222);
  font-family: DM Sans, sans-serif;
  font-weight: 700;
  text-decoration: none;
  transition: all .2s;
}

a:hover {
  color: var(--666);
  border-bottom-color: #ccc;
}

li {
  font-family: DM Sans, sans-serif;
}

img {
  max-width: 100%;
  display: inline-block;
  box-shadow: 3px 3px 8px #00000040;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-family: DM Mono, sans-serif;
  font-size: 14px;
  line-height: 22px;
}

figcaption {
  color: #727272;
  text-align: center;
  margin-top: 5px;
  font-family: DM Sans, sans-serif;
  font-size: 12px;
}

.sticky-nav {
  z-index: 1;
  object-fit: fill;
  background-color: #fff;
  padding: 20px;
  position: sticky;
  top: 0;
}

.nav-link {
  color: #444;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 0;
  text-decoration: none;
  display: block;
}

.nav-link:hover {
  text-decoration: underline;
}

.nav-link.w--current {
  border: 1px #000;
  font-family: DM Sans, sans-serif;
  font-size: 20px;
  font-weight: 700;
  transition: opacity .2s cubic-bezier(.755, .05, .855, .06);
}

.nav-link.w--current:hover {
  text-decoration: none;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  font-family: DM Sans, sans-serif;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.image {
  box-shadow: none;
  object-fit: cover;
  aspect-ratio: 1 / 1;
  width: 100%;
  height: auto;
  border-radius: 0;
  position: static;
  overflow: hidden;
}

.columns {
  clear: none;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  display: flex;
  transform: translate(0);
}

.info {
  margin-top: 80px;
  margin-bottom: 80px;
}

.info.bio {
  display: block;
}

.info.casestudies {
  margin-top: 140px;
  margin-bottom: 140px;
}

.body {
  background-color: #0000;
  transition: opacity .2s;
}

.column {
  margin-top: 0;
}

.footer {
  margin-top: 100px;
  margin-bottom: 100px;
}

.text-block {
  font-family: DM Sans, sans-serif;
}

.case-study-grid {
  grid-column-gap: 23px;
  grid-row-gap: 24px;
  grid-template: "Area"
  / 1fr 1fr;
}

.main-content {
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
}

.lightbox-link {
  box-shadow: none;
  text-align: left;
  border-bottom-style: none;
  display: inline-block;
}

.heading-7 {
  border-width: 0;
  border-color: #0000;
}

.case-study-title {
  margin-bottom: 0;
}

.heading-8 {
  border-style: none;
}

.sticky-link {
  border: 1px #000;
}

.button {
  background-color: #222;
  border-radius: 20px;
}

.button.tldrbutton {
  margin-top: 10px;
}

.container {
  margin-top: 100px;
  margin-bottom: 100px;
}

.image-2 {
  float: none;
  clear: none;
}

.grid-3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.figure-caption {
  color: #858585;
  text-align: center;
  text-transform: none;
  border-bottom: 1px #000;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
}

.case-study-section {
  margin-top: 40px;
}

.rich-text-block {
  margin-top: 20px;
}

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

.grid-1 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  justify-items: center;
  margin-bottom: 20px;
}

.grid-2 {
  grid-template-rows: auto;
}

.text-field {
  font-family: DM Sans, sans-serif;
}

.link {
  margin-top: 20px;
  display: block;
}

.link.passwordlink {
  border-style: none;
  border-bottom-width: 0;
}

.image-4 {
  box-shadow: none;
  align-self: center;
  display: block;
}

.link-2 {
  border-bottom-color: #686868;
}

.text-block-2 {
  display: block;
}

.nav-home {
  clear: none;
  position: static;
}

.navbar {
  position: sticky;
}

.right {
  float: right;
  clear: none;
}

.left {
  float: left;
}

.logo-name {
  font-family: DM Sans, sans-serif;
  font-size: 20px;
}

.right-nav-link {
  margin-left: 30px;
  padding-left: 0;
}

.right-nav-link.w--current {
  display: inline;
}

.header {
  z-index: 1;
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-color: #fff;
  background-clip: border-box;
  padding-top: 30px;
  padding-bottom: 30px;
  font-family: DM Sans, sans-serif;
  position: sticky;
  inset: 0% 0% auto;
}

.container-2 {
  background-color: #fff;
}

.new-logo-link {
  border-bottom-style: none;
  font-weight: 400;
}

.home-heading {
  margin-bottom: 20px;
  font-family: DM Sans, sans-serif;
  font-size: 32px;
  line-height: 48px;
  display: block;
}

.image-5 {
  float: left;
  clear: none;
  flex: none;
  margin-right: 40px;
  display: block;
}

.div-block {
  float: none;
  clear: none;
  align-items: stretch;
  margin-left: 0;
  display: flex;
  position: static;
}

.case-study-item {
  float: none;
  align-items: center;
  margin-top: 0;
  margin-bottom: 80px;
  display: flex;
  overflow: visible;
}

.heading-9 {
  display: none;
}

.startenddate {
  color: #686868;
  border: 1px #686868;
}

.experienceblock {
  margin-bottom: 20px;
}

.company {
  margin-bottom: 40px;
}

.resumegrouping {
  margin-bottom: 20px;
}

.resumegrid {
  grid-column-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
}

.resumecolumn {
  margin-bottom: 40px;
  padding-bottom: 0;
}

.field-label {
  align-self: flex-start;
}

.heading-10 {
  color: var(--555);
}

.heading-11, .paragraph {
  color: var(--333);
}

.link-3 {
  border-bottom-color: var(--999-2);
}

.body-2 {
  font-family: DM Sans, sans-serif;
}

.backbutton {
  border-bottom-style: none;
  align-items: center;
  display: flex;
}

.arrowleft {
  box-shadow: none;
  color: var(--333);
  mix-blend-mode: normal;
  background-color: #0000;
  width: 14px;
  margin-right: 8px;
}

.text-block-3 {
  border-bottom: 1px solid var(--999);
}

.heading-12, .rich-text-block-2 {
  display: none;
}

@media screen and (max-width: 767px) {
  .sticky-nav {
    padding-left: 20px;
    position: relative;
  }

  .columns {
    flex-direction: column;
  }

  .info, .info.bio {
    padding-left: 20px;
    padding-right: 20px;
  }

  .info.casestudies {
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .column {
    margin-top: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .column-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .case-study-grid {
    grid-template-columns: 1fr;
  }

  .main-content {
    padding: 40px 20px;
  }

  .header {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-5 {
    align-self: auto;
  }

  .case-study-item {
    clear: none;
    flex-direction: column;
  }

  .div-block-2 {
    flex: 0 auto;
    order: 0;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-self: auto;
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .sticky-nav {
    padding: 0;
  }

  .nav-link {
    border-top: 1px solid #c4c4c4;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-link.w--current {
    padding-left: 10px;
  }

  .grid-3 {
    grid-template-columns: 1fr;
  }

  .html-embed {
    display: none;
    overflow: hidden;
  }

  .html-embed-2 {
    object-fit: fill;
    display: none;
    position: static;
    overflow: hidden;
  }
}

#w-node-_91d1807e-97b2-4483-3d18-a1d3fd13fb68-6a56d488, #w-node-d6ae1a76-dc66-6908-1f8d-f28bd5b2266b-6a56d488, #w-node-_462b674b-f060-809a-dfa1-0dce91f074c4-6a56d488, #w-node-d70712b1-83f4-de1f-78e9-74f073c75fc6-6a56d488, #w-node-_0ece1669-31f3-2dc9-1c3d-b58011964d97-6a56d488 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2d781be3-e88b-6adb-b419-3eed893f7289-6a56d488 {
  justify-self: auto;
}

#w-node-_91d1807e-97b2-4483-3d18-a1d3fd13fb68-6c368a84, #w-node-d6ae1a76-dc66-6908-1f8d-f28bd5b2266b-6c368a84, #w-node-c4423b59-e1f2-a76b-04d0-963089e46d31-6c368a84 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ddeb917b-c92a-ac83-4b9a-a50e3258288b-6c368a84, #w-node-_2d781be3-e88b-6adb-b419-3eed893f7289-6c368a84, #w-node-_6073bf4b-d6de-45f6-26fa-f1d6f8be8fad-6c368a84, #w-node-_1d155683-f27d-5f31-50b6-a9f31b24d6e9-6c368a84, #w-node-_81113c81-3581-7fbc-209d-af8b67d1f908-6c368a84 {
  justify-self: auto;
}

#w-node-_91d1807e-97b2-4483-3d18-a1d3fd13fb68-7bf64f3f, #w-node-d6ae1a76-dc66-6908-1f8d-f28bd5b2266b-7bf64f3f, #w-node-_462b674b-f060-809a-dfa1-0dce91f074c4-7bf64f3f, #w-node-d70712b1-83f4-de1f-78e9-74f073c75fc6-7bf64f3f, #w-node-_0ece1669-31f3-2dc9-1c3d-b58011964d97-7bf64f3f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2d781be3-e88b-6adb-b419-3eed893f7289-7bf64f3f {
  justify-self: auto;
}

@media screen and (max-width: 767px) {
  #w-node-_147ff9d8-ae01-3f94-5373-086750f5c817-1f0c2fda {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: auto;
  }

  #w-node-d26d5c00-dcfb-2300-1705-3f8e20b2faa9-1f0c2fda {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

/* Password protect page – full-page gate; edit these to change the design */
#password-protect-page {
  position: fixed;
  inset: 0;
  background: #fff;
  z-index: 99999;
  font-family: DM Sans, system-ui, sans-serif;
  display: flex;
  flex-direction: column;
  overflow: auto;
}

#password-protect-page .header {
  flex-shrink: 0;
}

.password-protect-main {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2rem 1rem 3rem;
  text-align: center;
}

/* .password-protect-lock-wrap {
  margin-bottom: 1.5rem;
} */

.password-protect-lock-icon {
  width: 64px;
  height: 64px;
  color: #222;
}

/* .password-protect-title {
  margin: 0 0 1.5rem;
  color: #222;
  font-size: 1.75rem;
  font-weight: 700;
} */

.password-protect-box {
  max-width: 320px;
  width: 100%;
  margin-bottom: 1.5rem;
}

.password-protect-subtitle {
  margin: 0 0 1.25rem;
  color: #666;
  font-size: 0.9rem;
}

.password-protect-form {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.password-protect-label {
  display: block;
  margin: 0;
  color: #222;
  font-size: 0.9rem;
  font-weight: 500;
  text-align: left;
}

.password-protect-input {
  padding: 0.6rem 0.75rem;
  border: 1px solid #ccc;
  border-radius: 6px;
  background: #fff;
  color: #222;
  font-size: 1rem;
}

.password-protect-input::placeholder {
  color: #888;
}

.password-protect-input:focus {
  outline: none;
  border-color: #555;
}

.password-protect-btn {
  padding: 0.6rem 1rem;
  background: #222;
  color: #fff;
  border: 1px solid #222;
  border-radius: 6px;
  cursor: pointer;
  font-size: 0.95rem;
}

.password-protect-btn:hover {
  background: #333;
}

.password-protect-error {
  margin: 0;
  color: #e74c3c;
  font-size: 0.85rem;
}

.password-protect-return {
  color: #222;
  text-decoration: none;
  font-size: 0.95rem;
}

.password-protect-return:hover {
  color: #444;
}

