/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
@charset "UTF-8";

*,
*::after,
*::before {
  box-sizing: border-box;
}

#nav-span-wrapper {
  display: none;
}

header {
  position: relative;
}

.nav-container {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 260px;
  height: 100vh;
  z-index: 20;
  transition: transform 0.3s cubic-bezier(0.91, 0.01, 0.6, 0.99);
}

.logo-mark {
  position: relative;
  padding: 3rem;
  z-index: 10;
}

.logo-mark img {
  width: 90%;
  height: auto;
}

.nav {
  position: relative;
  list-style: none;
  padding: 0 3rem;
  margin: 0;
  overflow: visible;
  z-index: 20;
}

.nav li {
  display: block;
  line-height: 1.9;
  margin: 0;
  padding: 0;
}

.nav li a {
  font-size: min(max(16px, 4vw), 18px);
  font-weight: 400;
  letter-spacing: -0.02rem;
  text-decoration: none;
  color: currentColor;
  padding: 0;
  margin: 0;
  transition: all 0.3s ease;
}

.nav li a::after {
  content: "\F054";
  position: relative;
  top: -1px;
  margin-left: 0.25rem;
  font-family: "Font Awesome 5 Pro";
  font-size: min(max(8px, 4vw), 9px);
  font-weight: 900;
  color: currentColor;
  opacity: 0;
  transition: all 0.4s ease;
}

.nav li a i {
  font-size: min(max(12px, 4vw), 14px);
  width: 24px;
}

.nav li a:hover {
  color: currentColor;
}

.nav li a:hover::after {
  opacity: 1;
}

.nav li a.current {
  font-weight: 700;
  color: currentColor;
}

.nav li a.current::after {
  opacity: 1;
}

@media screen and (max-width: 1024px) {
  .nav-open main {
    transform: translateX(0%);
  }

  #nav-span-wrapper {
    position: absolute;
    top: 2.5rem;
    right: -36px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    width: 40px;
    z-index: 30;
    transition: all 0.3s ease;
  }

  a.nav-trigger {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 34px;
    width: 32px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    background-color: #1d1d1d;
  }

  a.nav-trigger svg.close {
    display: none;
  }

  a.nav-trigger svg.open {
    display: block;
    width: 60%;
    fill: #ffffff;
  }

  .nav-open a.nav-trigger svg.close {
    display: block;
    width: 55%;
    fill: #ffffff;
  }

  .nav-open a.nav-trigger svg.open {
    display: none;
  }

  .overlay {
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    background-color: #1d1d1d;
    transition: all 0.3s ease;
  }

  .nav-open .overlay {
    opacity: 0.7;
  }

  .nav-container {
    transform: translateX(-100%);
    transition: transform 0.3s cubic-bezier(0.91, 0.01, 0.6, 0.99);
  }

  .nav-open .nav-container {
    transform: translateX(0%);
  }
}

@media print {
  .nav-container {
    display: none;
  }
}

section.footer {
  padding: 6vw 10vw 14vw 10vw;
}

section.footer .container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(40%, 1fr));
}

section.footer .block-wrapper p {
  margin-bottom: 2rem !important;
  font-size: min(max(13px, 4vw), 14px);
  line-height: 1.3;
  opacity: 0.7;
}

@media screen and (max-width: 768px) {
  section.footer .container {
    grid-template-columns: repeat(auto-fill, minmax(90%, 1fr));
  }
}

a {
  color: currentColor;
  font-weight: 700;
  text-decoration: none;
}

a:hover {
  color: currentColor;
  text-decoration: underline;
}

p {
  margin: 0 0 1rem 0;
  font-size: min(max(15px, 4vw), 17px);
  font-weight: 300;
  line-height: 1.4;
}

h1 {
  font-size: min(max(48px, 4vw), 60px);
  font-weight: 300;
  letter-spacing: -0.17rem;
  margin: 0 0 0 -4px;
  line-height: 1;
}

h2 {
  font-size: min(max(22px, 4vw), 28px);
  font-weight: 700;
  letter-spacing: -0.04rem;
  line-height: 1.1;
  margin: 0 0 1rem 0;
}

h3 {
  font-size: min(max(18px, 4vw), 20px);
  font-weight: 700;
  letter-spacing: -0.02rem;
  line-height: 1.2;
  margin: 0 0 0.5rem 0;
}

h4 {
  font-size: min(max(13px, 4vw), 15px);
  font-weight: 700;
  letter-spacing: -0.02rem;
  line-height: 1.2;
  margin: 0 0 0.5rem 0;
}

blockquote {
  margin: 2rem 0;
  padding: 0;
  max-width: 70ch;
  opacity: 0.7;
}

blockquote p {
  font-size: min(max(20px, 4vw), 24px);
  font-weight: 300;
  letter-spacing: -0.02rem;
  line-height: 1.4;
  margin: 0 0 1rem 2px;
  padding: 0 0 0 1rem;
  border-left: 6px solid currentColor;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.span-all {
  grid-column: 1/-1;
}

.span-2 {
  grid-column: auto/span 2;
}

.primary-dark {
  background-color: #314346;
}

.primary {
  background-color: #007571;
}

.secondary {
  background-color: #FF5759;
}

.tertiary {
  background-color: #24A694;
}

.accent {
  background-color: #91E8D8;
}

.neutral {
  background-color: #EEF0F2;
}

.pd-t-lg {
  padding-top: 4vw;
}

body {
  font-size: 16px;
  line-height: 1.3;
  font-family: "tenon", sans-serif;
  font-weight: 300;
  color: #1d1d1d;
  background-color: #ffffff;
  margin: 0;
  padding: 0;
}

body main {
  padding-left: 260px;
}

@media screen and (max-width: 1024px) {
  body main {
    padding-left: 0;
  }
}

a.button {
  position: relative;
  display: inline-block;
  padding: 0.5rem 1rem;
  margin: 0;
  font-weight: 700;
  font-size: min(max(14px, 4vw), 16px);
  letter-spacing: -0.01rem;
  text-decoration: none;
  position: relative;
  border-radius: 3px;
  border: 0;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.03), 0 6.7px 5.3px rgba(0, 0, 0, 0.02), 0 12.5px 10px rgba(0, 0, 0, 0.02), 0 22.3px 17.9px rgba(0, 0, 0, 0.02), 0 41.8px 33.4px rgba(0, 0, 0, 0.02), 0 100px 80px rgba(0, 0, 0, 0.03);
  transition: all 0.3s ease;
  z-index: 10;
}

a.button::after {
  content: "\F054";
  position: relative;
  top: -1px;
  margin-left: 0.25rem;
  font-family: "Font Awesome 5 Pro";
  font-size: min(max(8px, 4vw), 9px);
  font-weight: 900;
  color: currentColor;
  opacity: 0;
  transition: all 0.4s ease;
}

a.button:hover {
  color: currentColor;
}

a.button:hover::after {
  opacity: 1;
}

ul {
  margin: 0 0 1rem 1.25rem;
  padding: 0;
  list-style: disc;
}

ul li {
  font-size: min(max(14px, 4vw), 16px);
  line-height: 1.3;
  margin: 0 0 0.25rem 0;
}

ul li p {
  margin: 0;
}

ol {
  margin: 0 0 1rem 1.25rem;
  padding: 0;
}

ol li {
  font-size: min(max(14px, 4vw), 16px);
  line-height: 1.3;
  margin: 0 0 0.25rem 0;
}

ol li p {
  margin: 0;
}

figure {
  position: relative;
  margin: 0;
  padding: 0;
}

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

figcaption {
  position: absolute;
  left: 0.75rem;
  bottom: 0.5rem;
  font-size: min(max(9px, 4vw), 12px);
  font-weight: 400;
  letter-spacing: -0.01rem;
  color: currentColor;
  margin: 0;
  padding: 0;
  z-index: 20;
}

section.intro {
  padding: 3.25rem 10vw 0 10vw;
}

section.intro .site-info {
  font-size: min(max(12px, 4vw), 15px);
  font-weight: 300;
  letter-spacing: -0.01rem;
  opacity: 0.4;
  margin-bottom: 4rem;
}

section.intro .icon i {
  font-size: min(max(32px, 4vw), 42px);
  font-weight: 100;
  margin-bottom: 0.25rem;
}

section.blocks {
  padding: 1rem 10vw;
}

section.blocks .copy {
  padding: 2rem 0 0 0;
}

section.blocks .copy p {
  max-width: 75ch;
}

section.blocks .copy .button {
  margin-bottom: 1rem;
}

section.blocks .images {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 1rem;
  padding: 0 0 1rem 0;
}

section.blocks .images-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 1rem;
  padding: 0 0 1rem 0;
}

section.blocks .violation-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 1rem;
  padding: 0 0 1rem 0;
}

section.blocks .colors-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 1rem;
  padding: 0 0 1rem 0;
}

section.blocks .colors-grid h3 {
  margin-bottom: -0.45rem;
}

section.blocks .swatch {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 300px;
  border-radius: 3px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.03), 0 6.7px 5.3px rgba(0, 0, 0, 0.02), 0 12.5px 10px rgba(0, 0, 0, 0.02), 0 22.3px 17.9px rgba(0, 0, 0, 0.02), 0 41.8px 33.4px rgba(0, 0, 0, 0.02), 0 100px 80px rgba(0, 0, 0, 0.03);
}

section.blocks .swatch .description {
  padding: 1rem;
  background-color: currentColor;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

section.blocks .swatch .description h4 {
  margin: 0 0 0.25rem 0;
}

section.blocks .swatch .description table,
section.blocks .swatch .description th,
section.blocks .swatch .description td {
  text-align: left;
  font-size: min(max(12px, 4vw), 13px);
  font-weight: 400;
}

section.blocks .swatch .description table {
  border-collapse: collapse;
}

section.blocks .swatch .description th {
  font-weight: 500;
  padding-right: 1rem;
}

section.blocks .swatch .description .data {
  font-size: min(max(12px, 4vw), 13px);
  font-weight: 400;
  letter-spacing: -0.01rem;
  line-height: 1.3;
}

section.blocks .swatch .description .data .strong {
  font-weight: 500;
  margin-right: 0.25rem;
}

section.blocks .video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

section.blocks .video-wrapper iframe,
section.blocks .video-wrapper object,
section.blocks .video-wrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

section.blocks .violation {
  position: relative;
}

section.blocks .violation:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23FF3849' fill-opacity='0.1' fill-rule='evenodd'%3E%3Cpath d='M0 40L40 0H20L0 20M40 40V20L20 40'/%3E%3C/g%3E%3C/svg%3E");
  z-index: 20;
}

@media screen and (max-width: 768px) {
  section.blocks .copy p {
    -moz-column-count: 1;
         column-count: 1;
  }
}

@media screen and (max-width: 576px) {
  section.blocks .images-grid {
    grid-template-columns: 1fr;
  }

  section.blocks .violation-grid {
    grid-template-columns: 1fr;
  }

  section.blocks .colors-grid {
    grid-template-columns: 1fr;
  }
}


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