html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@keyframes quickFade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* //////////////////////////////////////////////////////////////////////////
    TYPOGRAPHY
////////////////////////////////////////////////////////////////////////// */
html {
  text-rendering: optimizeLegibility;
}

@font-face {
  font-family: "Graphik web";
  src: url("/assets/fonts/Graphik-Regular-Web.woff2") format("woff");
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "Graphik web";
  src: url("/assets/fonts/Graphik-Medium-Web.woff2") format("woff");
  font-style: normal;
  font-weight: 450;
  text-rendering: optimizeLegibility;
}
.margin-top-small {
  margin-top: 0.5rem !important;
}

.padding-bottom-0 {
  padding-bottom: 0 !important;
}

.relative {
  position: relative;
}

.overflow-hidden {
  overflow: hidden;
}

.bold {
  font-weight: 600;
}

.capitalize {
  text-transform: capitalize;
}

.visually-hidden {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

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

.center {
  text-align: center;
}

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

@media screen and (min-width: 46.25rem) {
  .u-show-small {
    display: none;
  }
}

@media screen and (max-width: 46.25rem) {
  .u-show-medium {
    display: none;
  }
}

.wrapper-full {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media screen and (min-width: 46.25rem) {
  .wrapper-full {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
}

.wrapper-wide {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 30rem) {
  .wrapper-wide {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media screen and (min-width: 46.25rem) {
  .wrapper-wide {
    padding-left: 3.25rem;
    padding-right: 3.25rem;
  }
}
@media screen and (min-width: 61rem) {
  .wrapper-wide {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
}
@media screen and (min-width: 61rem) {
  .wrapper-wide {
    max-width: 81.25rem;
  }
}

.wrapper-regular {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 30rem) {
  .wrapper-regular {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media screen and (min-width: 46.25rem) {
  .wrapper-regular {
    padding-left: 3.25rem;
    padding-right: 3.25rem;
  }
}
@media screen and (min-width: 61rem) {
  .wrapper-regular {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
}
@media screen and (min-width: 61rem) {
  .wrapper-regular {
    max-width: 50rem;
  }
}

input {
  border-radius: 0;
}

.button {
  position: relative;
  display: inline-block;
  border-radius: 9999px;
  border: 1px solid #111;
  color: #FFFFFF;
  padding: 0.3125rem 1rem 0.3125rem 1rem;
  text-decoration: none;
  margin-left: 0;
  background-color: #111;
  letter-spacing: -0.014em;
  font-family: "Graphik web", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: normal;
  font-size: 1.0625rem;
  line-height: 1.5rem;
  hyphens: manual;
  display: inline-block;
  cursor: pointer;
  transition: all 0.2s ease 0.05s;
}
@media screen and (min-width: 46.25rem) {
  .button {
    font-size: 1.3125rem;
    line-height: 2rem;
  }
}
@media screen and (min-width: 46.25rem) {
  .button {
    padding: 0.4375rem 1.5rem 0.375rem 1.5rem;
  }
}
.button:hover {
  border-color: #111;
  background-color: #111;
  color: #FFFFFF;
}

.button:hover {
  transition: all 0.2s ease 0.05s;
  padding-left: 0.875rem;
  padding-right: 1.75rem;
}
@media screen and (min-width: 46.25rem) {
  .button:hover {
    padding-left: 1.25rem;
    padding-right: 2.25rem;
  }
}

.button::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 1.25rem;
  background-image: url("/assets/images/icons/arrow--white.svg");
  background-size: 0.375rem;
  background-position: right center;
  opacity: 0;
  background-repeat: no-repeat;
  transition: all 0.2s ease 0.05s;
  position: absolute;
  right: 0.75rem;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 46.25rem) {
  .button::before {
    background-size: 0.4375rem;
    right: 1.25rem;
  }
}

.button--reverse::before {
  background-image: url("/assets/images/icons/arrow--navy.svg");
}

.button:hover::before {
  width: 1rem;
  opacity: 1;
}

.header {
  background-color: #1027B2;
  background-image: url("/assets/images/header-bgs/pattern-small.svg");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 100vw;
  letter-spacing: -0.015em;
  font-family: "Graphik web", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 0.9375rem;
  line-height: 1.375rem;
  padding-top: 1rem;
  grid-template-columns: auto auto;
  grid-gap: 0.75rem;
}
@media screen and (min-width: 46.25rem) {
  .header {
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
}
@media screen and (min-width: 30rem) {
  .header {
    background-color: #1027B2;
    grid-template-areas: "logo nav";
    padding-top: 1.75rem;
  }
}
@media screen and (min-width: 46.25rem) {
  .header {
    background-image: url("/assets/images/header-bgs/pattern-large.svg");
    background-color: #1027B2;
    padding-top: 1.75rem;
    background-position: 44vw bottom;
    background-size: 62.5rem;
  }
}
@media screen and (min-width: 61rem) {
  .header {
    background-position: 45vw bottom;
    background-size: 56.25rem;
  }
}

.logo {
  float: left;
  display: block;
  color: #FFFFFF !important;
  text-indent: -9999em;
  background-image: url("/assets/images/shape-and-shift-logo.svg");
  width: 5.5rem;
  height: 2.5rem;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center center;
}
@media screen and (min-width: 46.25rem) {
  .logo {
    width: 7.75rem;
    height: 3.5rem;
  }
}

.navigation {
  float: right;
  margin-top: 0.125rem;
}
@media screen and (min-width: 46.25rem) {
  .navigation {
    margin-top: 0.25rem;
  }
}

.home-hero {
  padding-top: 8.75rem;
  padding-bottom: 11.25rem;
  color: #FFFFFF;
  max-width: 38.75rem;
}
@media screen and (min-width: 46.25rem) {
  .home-hero {
    padding-top: 18.75rem;
    padding-bottom: 6.25rem;
  }
}

.lede {
  max-width: 32em;
}

.bio {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
@media screen and (min-width: 46.25rem) {
  .bio {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }
}

.bio-image {
  float: right;
  border-radius: 9999px;
  width: 6.5rem;
  margin-top: 0.375rem;
  margin-left: 0.75rem;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 46.25rem) {
  .bio-image {
    width: 13.75rem;
    margin-top: 0.5rem;
    margin-left: 2.5rem;
  }
}

.heading-small-caps {
  font-size: 0.75rem;
  line-height: 1rem;
  text-transform: uppercase;
  font-weight: 450;
  margin-bottom: 1.875rem;
  letter-spacing: 0.03em;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  padding-top: 0.75rem;
  margin-top: 2.5rem;
}
@media screen and (min-width: 46.25rem) {
  .heading-small-caps {
    margin-bottom: 2.5rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
@media screen and (min-width: 46.25rem) {
  .heading-small-caps {
    margin-top: 4.5rem;
    padding-top: 1rem;
    padding-bottom: 1.25rem;
  }
}

.service-block {
  display: grid;
  grid-template-columns: 1.625rem;
  grid-gap: 0.75rem;
  grid-template-areas: "img text";
}
@media screen and (min-width: 46.25rem) {
  .service-block {
    grid-template-columns: 3.5rem;
    grid-gap: 2rem;
  }
}

.service-block--margin {
  margin-bottom: 1rem;
}
@media screen and (min-width: 46.25rem) {
  .service-block--margin {
    margin-bottom: 3rem;
  }
}

.service-block--heading {
  font-weight: 450;
  letter-spacing: -0.015em;
  font-family: "Graphik web", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 1.3125rem;
  line-height: 1.75rem;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 46.25rem) {
  .service-block--heading {
    font-size: 1.75rem;
    line-height: 2.5rem;
  }
}
@media screen and (min-width: 46.25rem) {
  .service-block--heading {
    padding-top: 0.25rem;
  }
}

.service-block--img {
  margin-top: 1px;
}
@media screen and (min-width: 46.25rem) {
  .service-block--img {
    margin-top: 0;
  }
}

.footer {
  background-color: #F7F4F0;
  color: #111;
  padding: 2rem 0;
}
@media screen and (min-width: 46.25rem) {
  .footer {
    padding: 3.5rem 0;
  }
}

.footer h2 {
  font-weight: 450;
  letter-spacing: -0.015em;
  font-family: "Graphik web", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 1.3125rem;
  line-height: 1.75rem;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 46.25rem) {
  .footer h2 {
    font-size: 1.75rem;
    line-height: 2.5rem;
  }
}

.logo-small {
  background-image: url("/assets/images/shape-and-shift-logo-small.svg");
  width: 1rem;
  height: 1rem;
  display: inline-block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 0.375rem;
  position: relative;
  top: 0.25rem;
}
@media screen and (min-width: 46.25rem) {
  .logo-small {
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.625rem;
  }
}

@media screen and (min-width: 46.25rem) {
  .footer__top {
    margin-bottom: 1.25rem;
    display: grid;
    grid-template-columns: 60%;
    grid-gap: 2.5rem;
    grid-template-areas: "img text";
  }
}

.footer__primary {
  margin-bottom: 2rem;
}

.footer__secondary {
  margin-bottom: 2rem;
}
@media screen and (min-width: 46.25rem) {
  .footer__secondary {
    margin-top: 0;
  }
}

@media screen and (min-width: 46.25rem) {
  .footer__secondary ul {
    float: right;
  }
}
.footer__secondary ul li {
  margin-bottom: 0.75rem;
}

.footer__hr {
  grid-area: hr;
  display: block;
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.15);
  margin-bottom: 0.75rem;
}

.footer__bottom {
  opacity: 0.8;
}
.footer__bottom p {
  letter-spacing: -0.015em;
  font-family: "Graphik web", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 0.9375rem;
  line-height: 1.375rem;
  margin-bottom: 0;
}
@media screen and (min-width: 46.25rem) {
  .footer__bottom p {
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
}

body.x404 {
  background-color: #1027B2;
  text-align: center;
  color: #FFFFFF;
  padding-top: 15vh;
}
body.x404 a {
  color: #FFFFFF;
  text-decoration-color: currentColor;
}
body.x404 a:hover {
  color: #FFFFFF;
}
body.x404 h1 {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
body.x404 img {
  margin-bottom: 1.25rem;
}

html {
  height: 100%;
  font-size: 100%;
  font-family: "Graphik web", -apple-system, BlinkMacSystemFont, sans-serif;
}
@media screen and (min-width: 30rem) {
  html {
    font-size: clamp(1rem, 0.65rem + 1.16vw, 2rem);
  }
}
@media screen and (min-width: 46.25rem) {
  html {
    font-size: clamp(0.84rem, 0.21rem + 1.04vw, 1rem);
  }
}
@media screen and (max-height: 1000px) and (min-width: 61rem) {
  html {
    font-size: 0.88rem;
  }
}
@media screen and (min-width: 100rem) {
  html {
    font-size: clamp(1rem, 0.11rem + 1.04vw, 1.1rem);
  }
}
@media screen and (max-height: 1000px) and (min-width: 100rem) {
  html {
    font-size: 1rem;
  }
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  color: #111;
  background-color: #FFFFFF;
  margin-bottom: 0 !important;
  letter-spacing: -0.014em;
  font-family: "Graphik web", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: normal;
  font-size: 1.0625rem;
  line-height: 1.5rem;
  hyphens: manual;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 46.25rem) {
  body {
    font-size: 1.3125rem;
    line-height: 2rem;
  }
}

main {
  padding-top: 7rem;
}
@media screen and (min-width: 46.25rem) {
  main {
    padding-top: 12.5rem;
  }
}

img {
  display: block;
}

strong {
  font-weight: 600;
}

img {
  width: 100%;
}

p {
  letter-spacing: -0.014em;
  font-family: "Graphik web", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: normal;
  font-size: 1.0625rem;
  line-height: 1.5rem;
  hyphens: manual;
  margin-bottom: 1rem;
}
@media screen and (min-width: 46.25rem) {
  p {
    font-size: 1.3125rem;
    line-height: 2rem;
  }
}
@media screen and (min-width: 46.25rem) {
  p {
    margin-bottom: 1.25rem;
  }
}

.lighter {
  color: #767676;
}

a:not(.button) {
  color: #111;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  text-underline-offset: 3px;
  text-decoration-color: rgba(0, 0, 0, 0.5);
  transition: text-decoration 0.2s ease, text-underline-offset 0.2s ease;
  text-decoration-thickness: 1px;
}
a:not(.button):hover {
  text-decoration: underline;
  color: #111;
  text-decoration-thickness: 2px;
  text-decoration-color: currentColor;
}

.heading-xl {
  font-family: "Graphik web", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 2.625rem;
  line-height: 2.5rem;
  margin-bottom: 0.75rem;
  letter-spacing: -0.03em;
}
@media screen and (min-width: 30rem) {
  .heading-xl {
    font-size: 2.875rem;
    line-height: 3rem;
    margin-bottom: 0.75rem;
  }
}
@media screen and (min-width: 46.25rem) {
  .heading-xl {
    font-size: 4.75rem;
    line-height: 4.75rem;
    margin-bottom: 1.75rem;
  }
}
@media screen and (min-width: 61rem) {
  .heading-xl {
    font-size: 5rem;
    line-height: 4.75rem;
    margin-bottom: 1.75rem;
  }
}

.lede {
  font-family: "Graphik web", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: normal;
  font-size: 1.125rem;
  line-height: 1.5rem;
  hyphens: manual;
  letter-spacing: -0.01em;
  margin-bottom: 1.75rem;
}
@media screen and (min-width: 46.25rem) {
  .lede {
    font-size: 1.5rem;
    line-height: 2.25rem;
  }
}
@media screen and (min-width: 46.25rem) {
  .lede {
    margin-bottom: 2.5rem;
  }
}

.lede--white {
  color: #FFFFFF;
}

.hr {
  border: none;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  margin-bottom: 28px;
}

.small {
  letter-spacing: -0.015em;
  font-family: "Graphik web", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 0.9375rem;
  line-height: 1.375rem;
}
@media screen and (min-width: 46.25rem) {
  .small {
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
}

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