/*! 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 */
  -webkit-text-decoration: underline; /* 2 */
  text-decoration: underline;
  -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;
}

:root {
  --ease-out: cubic-bezier(0.165, 0.84, 0.44, 1);
  --ease-out-back: cubic-bezier(0.35, 1.47, 0.64, 1);
  scroll-behavior: smooth;
}

:root {
  --background-color: #fff;
  --background-color-gold: #f4f1ed;
  --background-color-blue: #e9edee;
  --background-color-dark: #254d55;
  --text-color: #102024;
  --text-color-gold: #b29f86;
  --text-color-invert: #f4f1ed;
  --border-color-gold: #d6d2cd;
  --border-color-blue: #bbc8ca;
  --input-border-color: #000;

  --link-color: var(--text-color);
  --border-color: var(--border-color-blue);
  --background-color-light: var(--background-color-blue);
}

body {
  background: #fff;
  background: var(--background-color);
  color: #102024;
  color: var(--text-color);
}

a {
  color: #102024;
  color: var(--link-color);
}

h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {
    color: inherit;
  }

header,
footer {
  --border-color: var(--border-color-gold);
  background-color: #f4f1ed;
  background-color: var(--background-color-gold);
}

.header-wrapper {
  background-color: #254d55;
  background-color: var(--background-color-dark);
}

.header-wrapper .hero {
    color: #b29f86;
    color: var(--text-color-gold);
  }

@media screen and (max-width: 1100px) {

nav.main-nav {
    background-color: #254d55;
    background-color: var(--background-color-dark);
}
    nav.main-nav,nav.main-nav a {
      color: #f4f1ed;
      color: var(--text-color-invert);
    }
  }

/* Inter */

@font-face {
  font-family: "InterVariable";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("/assets/InterVariable-b50e09dd.woff2") format("woff2");
}

@font-face {
  font-family: "InterVariable";
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url("/assets/InterVariable-Italic-1938dcee.woff2") format("woff2");
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 100;
  src: url("/assets/Inter-Thin-43a2d8c6.woff2") format("woff2");
}

@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 100;
  src: url("/assets/Inter-ThinItalic-79152efa.woff2") format("woff2");
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 200;
  src: url("/assets/Inter-ExtraLight-89584e15.woff2") format("woff2");
}

@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 200;
  src: url("/assets/Inter-ExtraLightItalic-82c816fd.woff2") format("woff2");
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  src: url("/assets/Inter-Light-3ff4004f.woff2") format("woff2");
}

@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 300;
  src: url("/assets/Inter-LightItalic-05e76e34.woff2") format("woff2");
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/Inter-Regular-c2378ac5.woff2") format("woff2");
}

@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 400;
  src: url("/assets/Inter-Italic-b556d158.woff2") format("woff2");
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  src: url("/assets/Inter-Medium-bbc656b3.woff2") format("woff2");
}

@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 500;
  src: url("/assets/Inter-MediumItalic-d90c770b.woff2") format("woff2");
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  src: url("/assets/Inter-SemiBold-4b1ff341.woff2") format("woff2");
}

@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 600;
  src: url("/assets/Inter-SemiBoldItalic-91a89228.woff2") format("woff2");
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  src: url("/assets/Inter-Bold-0e87bf8f.woff2") format("woff2");
}

@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 700;
  src: url("/assets/Inter-BoldItalic-e52a0471.woff2") format("woff2");
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 800;
  src: url("/assets/Inter-ExtraBold-8a1ba277.woff2") format("woff2");
}

@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 800;
  src: url("/assets/Inter-ExtraBoldItalic-11f178eb.woff2") format("woff2");
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 900;
  src: url("/assets/Inter-Black-e1805a11.woff2") format("woff2");
}

@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 900;
  src: url("/assets/Inter-BlackItalic-eaa40e3c.woff2") format("woff2");
}

/* InterDisplay */

@font-face {
  font-family: "InterDisplay";
  font-style: normal;
  font-weight: 100;
  src: url("/assets/InterDisplay-Thin-183e3dd5.woff2") format("woff2");
}

@font-face {
  font-family: "InterDisplay";
  font-style: italic;
  font-weight: 100;
  src: url("/assets/InterDisplay-ThinItalic-c35ce677.woff2") format("woff2");
}

@font-face {
  font-family: "InterDisplay";
  font-style: normal;
  font-weight: 200;
  src: url("/assets/InterDisplay-ExtraLight-da04784a.woff2") format("woff2");
}

@font-face {
  font-family: "InterDisplay";
  font-style: italic;
  font-weight: 200;
  src: url("/assets/InterDisplay-ExtraLightItalic-518a442d.woff2") format("woff2");
}

@font-face {
  font-family: "InterDisplay";
  font-style: normal;
  font-weight: 300;
  src: url("/assets/InterDisplay-Light-79b2c7f3.woff2") format("woff2");
}

@font-face {
  font-family: "InterDisplay";
  font-style: italic;
  font-weight: 300;
  src: url("/assets/InterDisplay-LightItalic-15e856f8.woff2") format("woff2");
}

@font-face {
  font-family: "InterDisplay";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/InterDisplay-Regular-efb3b217.woff2") format("woff2");
}

@font-face {
  font-family: "InterDisplay";
  font-style: italic;
  font-weight: 400;
  src: url("/assets/InterDisplay-Italic-9588da46.woff2") format("woff2");
}

@font-face {
  font-family: "InterDisplay";
  font-style: normal;
  font-weight: 500;
  src: url("/assets/InterDisplay-Medium-dbd5a830.woff2") format("woff2");
}

@font-face {
  font-family: "InterDisplay";
  font-style: italic;
  font-weight: 500;
  src: url("/assets/InterDisplay-MediumItalic-916d577f.woff2") format("woff2");
}

@font-face {
  font-family: "InterDisplay";
  font-style: normal;
  font-weight: 600;
  src: url("/assets/InterDisplay-SemiBold-37d65d4d.woff2") format("woff2");
}

@font-face {
  font-family: "InterDisplay";
  font-style: italic;
  font-weight: 600;
  src: url("/assets/InterDisplay-SemiBoldItalic-7f7e7928.woff2") format("woff2");
}

@font-face {
  font-family: "InterDisplay";
  font-style: normal;
  font-weight: 700;
  src: url("/assets/InterDisplay-Bold-f68082cb.woff2") format("woff2");
}

@font-face {
  font-family: "InterDisplay";
  font-style: italic;
  font-weight: 700;
  src: url("/assets/InterDisplay-BoldItalic-0c856466.woff2") format("woff2");
}

@font-face {
  font-family: "InterDisplay";
  font-style: normal;
  font-weight: 800;
  src: url("/assets/InterDisplay-ExtraBold-c3110c89.woff2") format("woff2");
}

@font-face {
  font-family: "InterDisplay";
  font-style: italic;
  font-weight: 800;
  src: url("/assets/InterDisplay-ExtraBoldItalic-0d1505cb.woff2") format("woff2");
}

@font-face {
  font-family: "InterDisplay";
  font-style: normal;
  font-weight: 900;
  src: url("/assets/InterDisplay-Black-de1339a2.woff2") format("woff2");
}

@font-face {
  font-family: "InterDisplay";
  font-style: italic;
  font-weight: 900;
  src: url("/assets/InterDisplay-BlackItalic-392e07f8.woff2") format("woff2");
}

/* Sentient */

@font-face {
  font-family: "Sentient";
  font-style: normal;
  font-weight: 200;
  src:
    url("/Sentient-ExtraLight.woff2") format("woff2"),
    url("/Sentient-ExtraLight.woff") format("woff"),
    url("/Sentient-ExtraLight.ttf") format("truetype");
}

@font-face {
  font-family: "Sentient";
  font-style: italic;
  font-weight: 200;
  src:
    url("/Sentient-ExtraLightItalic.woff2") format("woff2"),
    url("/Sentient-ExtraLightItalic.woff") format("woff"),
    url("/Sentient-ExtraLightItalic.ttf") format("truetype");
}

@font-face {
  font-family: "Sentient";
  font-style: normal;
  font-weight: 300;
  src:
    url("/assets/Sentient-Light-00ace6c1.woff2") format("woff2"),
    url("/assets/Sentient-Light-de5fad5d.woff") format("woff"),
    url("/assets/Sentient-Light-7a5f5f22.ttf") format("truetype");
}

@font-face {
  font-family: "Sentient";
  font-style: italic;
  font-weight: 300;
  src:
    url("/assets/Sentient-LightItalic-8975b789.woff2") format("woff2"),
    url("/assets/Sentient-LightItalic-67755841.woff") format("woff"),
    url("/assets/Sentient-LightItalic-d71bf613.ttf") format("truetype");
}

@font-face {
  font-family: "Sentient";
  font-style: normal;
  font-weight: 400;
  src:
    url("/assets/Sentient-Regular-e25f99c6.woff2") format("woff2"),
    url("/assets/Sentient-Regular-8ccf1eb3.woff") format("woff"),
    url("/assets/Sentient-Regular-f2d0ee14.ttf") format("truetype");
}

@font-face {
  font-family: "Sentient";
  font-style: italic;
  font-weight: 400;
  src:
    url("/assets/Sentient-Italic-ec8191fe.woff2") format("woff2"),
    url("/assets/Sentient-Italic-2c668484.woff") format("woff"),
    url("/assets/Sentient-Italic-2955d7b4.ttf") format("truetype");
}

@font-face {
  font-family: "Sentient";
  font-style: normal;
  font-weight: 500;
  src:
    url("/assets/Sentient-Medium-c96e18ed.woff2") format("woff2"),
    url("/assets/Sentient-Medium-15559d34.woff") format("woff"),
    url("/assets/Sentient-Medium-ef2bd6fe.ttf") format("truetype");
}

@font-face {
  font-family: "Sentient";
  font-style: italic;
  font-weight: 500;
  src:
    url("/assets/Sentient-MediumItalic-5dec61f8.woff2") format("woff2"),
    url("/assets/Sentient-MediumItalic-d0d74ba9.woff") format("woff"),
    url("/assets/Sentient-MediumItalic-ebfcf9ec.ttf") format("truetype");
}

@font-face {
  font-family: "Sentient";
  font-style: normal;
  font-weight: 700;
  src:
    url("/assets/Sentient-Bold-f214327a.woff2") format("woff2"),
    url("/assets/Sentient-Bold-2254e327.woff") format("woff"),
    url("/assets/Sentient-Bold-1adc05b8.ttf") format("truetype");
}

@font-face {
  font-family: "Sentient";
  font-style: italic;
  font-weight: 700;
  src:
    url("/assets/Sentient-BoldItalic-fead80f2.woff2") format("woff2"),
    url("/assets/Sentient-BoldItalic-c1a95338.woff") format("woff"),
    url("/assets/Sentient-BoldItalic-b9f3a825.ttf") format("truetype");
}

:root {
  --columns: 12;
  --gutter: 2rem;
  --outer-padding: 4rem;
}

@media screen and (max-width: 1100px) {

:root {
    //--columns: 9;
    //--gutter: 1.5rem;
    --outer-padding: 2rem;
}
  }

@media screen and (max-width: 767px) {

:root {
    --columns: 4;
    --outer-padding: 1.25rem;
}
  }

@media print {

:root {
    --outer-padding: 0px;
}
  }

:root {

  --column-width: calc((100% - var(--gutter)*(var(--columns) - 1) - var(--outer-padding)*2)/var(--columns));

  /* @mixin grid-limit 1440; */
}

.grid-overlay {
  display: none;
}

.grid-overlay--active {
  --grid-overlay-width: var(
    --grid-limit,
    calc(100% - var(--outer-padding)*2)
  );
  display: block;
  position: fixed;
  z-index: 9000;
  top: 0px;
  width: calc(100% - 8rem);
  width: var(--grid-overlay-width);
  left: 50%;
  margin-left: calc(-50% - -4rem);
  margin-left: calc(var(--grid-overlay-width)/2*-1);
  height: 100%;
  pointer-events: none;
  background: linear-gradient(
    to right,
    transparent 2rem,
    rgba(255, 0, 255, 0.05) 2rem
  );
  background: linear-gradient(
    to right,
    var(--grid-overlay-gutter, transparent) var(--gutter),
    var(--grid-overlay-column, rgba(255, 0, 255, 0.05)) var(--gutter)
  );
  background-size: calc(8.3333333333% + 0.1666666667rem) 100%;
  background-size: calc((100% + var(--gutter))/var(--columns, 12)) 100%;
  background-position: top 0px left -2rem;
  background-position: top 0px left calc(var(--gutter)*-1);
}

.grid-overlay--active.grid-overlay--left {
    left: 4rem;
    left: var(--outer-padding);
    margin-left: 0px;
  }

/* ---- Mixins ------------------------------------------------------------- */

/* ---- Definitions -------------------------------------------------------- */

:root {
  --content-width: 100%;

  --font-sans: "InterVariable", "Inter", Helvetica, Arial, sans-serif;
  --font-sans-display: "InterDisplay", var(--font-sans);
  --font-serif: "Sentient", var(--font-sans);

  --font-heading-1-serif: 400 3rem/1.1 var(--font-serif);
  --font-heading-1: 600 2.5rem/1.2 var(--font-sans-display);
  --font-heading-2: 600 1.5rem/1.4 var(--font-sans-display);
  --font-heading-3: 600 1.25rem/1.4 var(--font-sans);

  --font-medium: 400 1.25rem/1.4 var(--font-sans);
  --font-normal: 400 1rem/1.5 var(--font-sans);
  --font-small: 400 0.875rem/1.5 var(--font-sans);
}

@media screen and (max-width: 767px) {

:root {
    --font-heading-1-serif: 400 1.875rem/1.1 var(--font-serif);
    --font-heading-1: 600 1.875rem/1.2 var(--font-sans-display);
    --font-heading-2: 600 1.25rem/1.4 var(--font-sans);
}
  }

/* ---- Font scale --------------------------------------------------------- */

html {
  --font-scale-coeff: calc((var(--font-scale-to) - var(--font-scale-from))/(var(--font-scale-end)/100 - var(--font-scale-start)/100));
  font-size: calc(0.625rem + 0.4166666667vw);
  font-size: calc((var(--font-scale-from) - (var(--font-scale-start)/100)*var(--font-scale-coeff))/16*1rem + var(--font-scale-coeff)*1vw);
  --font-scale-from: 16;
  --font-scale-to: 18;
  --font-scale-start: 1440;
  --font-scale-end: 1920;
}

@media screen and (max-width: 1440px) {

html {
    --font-scale-from: 14;
    --font-scale-to: 16;
    --font-scale-start: 767;
    --font-scale-end: 1440;
}
  }

@media screen and (max-width: 767px) {

html {
    --font-scale-from: 12;
    --font-scale-to: 16;
    --font-scale-start: 1;
    --font-scale-end: 767;
}
  }

body {
  font-family: "InterVariable", "Inter", Helvetica, Arial, sans-serif;
  font-family: var(--font-sans);
  font-size: 100%;
}

/* ---- Rules -------------------------------------------------------------- */

b,
strong,
th {
  font-weight: 600;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
fieldset {
  margin: 1rem 0rem;
}

h3:first-child {
    margin-top: 0px;
  }

p:first-child {
    margin-top: 0px;
  }

ul:first-child {
    margin-top: 0px;
  }

ol:first-child {
    margin-top: 0px;
  }

fieldset:first-child {
    margin-top: 0px;
  }

h3:last-child {
    margin-bottom: 0px;
  }

p:last-child {
    margin-bottom: 0px;
  }

ul:last-child {
    margin-bottom: 0px;
  }

ol:last-child {
    margin-bottom: 0px;
  }

fieldset:last-child {
    margin-bottom: 0px;
  }

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
figcaption,
blockquote,
label {
  width: 100%;
  width: var(--content-width);
  max-width: 80ch;
}

main {
  font: 400 1rem/1.5 "InterVariable", "Inter", Helvetica, Arial, sans-serif;
  font: var(--font-normal);
  font-feature-settings: "ss04";
}

h1 {
  font: 400 3rem/1.1 "Sentient", "InterVariable", "Inter", Helvetica, Arial, sans-serif;
  font: var(--font-heading-1-serif);
  margin-top: 4rem;
  margin-bottom: 2rem;
}

h1:first-child {
    margin-top: 0px;
  }

h1:last-child {
    margin-bottom: 0px;
  }

.decision h1 {
    font: 600 2.5rem/1.2 "InterDisplay", "InterVariable", "Inter", Helvetica, Arial, sans-serif;
    font: var(--font-heading-1);
    font-feature-settings: "ss04";
  }

h2 {
  font: 600 1.5rem/1.4 "InterDisplay", "InterVariable", "Inter", Helvetica, Arial, sans-serif;
  font: var(--font-heading-2);
  font-feature-settings: "ss04";
  margin-top: 4rem;
  margin-bottom: 2rem;
}

h2:first-child {
    margin-top: 0px;
  }

h2:last-child {
    margin-bottom: 0px;
  }

h2.case-number,
h3 {
  font: 600 1.25rem/1.4 "InterVariable", "Inter", Helvetica, Arial, sans-serif;
  font: var(--font-heading-3);
  font-feature-settings: "ss04";
  margin-top: 3rem;
  margin-bottom: 2rem;
}

h2.case-number:first-child {
    margin-top: 0px;
  }

h3:not(.does-not-exist):first-child {
    margin-top: 0px;
  }

h2.case-number:last-child {
    margin-bottom: 0px;
  }

h3:not(.does-not-exist):last-child {
    margin-bottom: 0px;
  }

h4,
h5,
h6 {
  font: 400 1rem/1.5 "InterVariable", "Inter", Helvetica, Arial, sans-serif;
  font: var(--font-normal);
  font-feature-settings: "ss04";
  font-weight: 600;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

h4:first-child {
    margin-top: 0px;
  }

h5:first-child {
    margin-top: 0px;
  }

h6:first-child {
    margin-top: 0px;
  }

h4:last-child {
    margin-bottom: 0px;
  }

h5:last-child {
    margin-bottom: 0px;
  }

h6:last-child {
    margin-bottom: 0px;
  }

h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {
    -webkit-text-decoration: none;
    text-decoration: none;
  }

h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover,h6 a:hover,h1 a:focus,h2 a:focus,h3 a:focus,h4 a:focus,h5 a:focus,h6 a:focus {
    -webkit-text-decoration: underline;
    text-decoration: underline;
  }

button,
.button,
.next_page,
.previous_page {
  font: 400 1rem/1.5 "InterVariable", "Inter", Helvetica, Arial, sans-serif;
  font: var(--font-normal);
  font-feature-settings: "ss04";
  font-weight: 600;
}

ul,
ol {
  padding-left: 1rem;
}

article.page .excerpt {
  font: 400 1.25rem/1.4 "InterVariable", "Inter", Helvetica, Arial, sans-serif;
  font: var(--font-medium);
  font-feature-settings: "ss04";
  font-weight: 600;
  margin-bottom: 2.25rem;
}

article.page .excerpt:first-child {
    margin-top: 0px;
  }

article.page .excerpt:last-child {
    margin-bottom: 0px;
  }

blockquote {
  font: 400 1.25rem/1.4 "InterVariable", "Inter", Helvetica, Arial, sans-serif;
  font: var(--font-medium);
  font-feature-settings: "ss04";
  font-style: italic;
  margin: 3rem 0rem;
}

blockquote:first-child {
    margin-top: 0px;
  }

blockquote:last-child {
    margin-bottom: 0px;
  }

blockquote p {
    width: 100%;
  }

blockquote p:last-of-type {
    margin-bottom: 0rem;
  }

blockquote cite {
    display: block;
    margin-top: 0.5rem;
    font: 400 1rem/1.5 "InterVariable", "Inter", Helvetica, Arial, sans-serif;
    font: var(--font-normal);
    font-feature-settings: "ss04";
  }

figcaption {
  margin-top: 0.5rem;
  font: 400 0.875rem/1.5 "InterVariable", "Inter", Helvetica, Arial, sans-serif;
  font: var(--font-small);
  font-feature-settings: "ss04";
}

footer {
  font: 400 0.875rem/1.5 "InterVariable", "Inter", Helvetica, Arial, sans-serif;
  font: var(--font-small);
  font-feature-settings: "ss04";
}

footer .column h1,footer .column h2,footer .column h3,footer .column h4 {
      font: 400 0.875rem/1.5 "InterVariable", "Inter", Helvetica, Arial, sans-serif;
      font: var(--font-small);
      font-feature-settings: "ss04";
      font-weight: 600;
      margin-bottom: 1rem;
    }

nav.main-nav,
nav.footer-nav,
.attachments {
  font: 400 1rem/1.5 "InterVariable", "Inter", Helvetica, Arial, sans-serif;
  font: var(--font-normal);
  font-feature-settings: "ss04";
  font-weight: 600;
}

nav.main-nav a:visited {
    -webkit-text-decoration: none;
    text-decoration: none;
  }

nav.footer-nav a:visited {
    -webkit-text-decoration: none;
    text-decoration: none;
  }

.attachments:not(does-not-exist) a:visited {
    -webkit-text-decoration: none;
    text-decoration: none;
  }

nav.main-nav,nav.footer-nav,.attachments:not(does-not-exist),nav.main-nav a,nav.footer-nav a,.attachments:not(does-not-exist) a {
    -webkit-text-decoration: none;
    text-decoration: none;
  }

@media screen and (max-width: 1100px) {

nav.main-nav {
    font: 400 1.25rem/1.4 "InterVariable", "Inter", Helvetica, Arial, sans-serif;
    font: var(--font-medium);
    font-feature-settings: "ss04";
    font-weight: 600;
}
  }

nav.subnav a.current {
    font-weight: 600;
    -webkit-text-decoration: none;
    text-decoration: none;
  }

section.hero {
  font: 400 3rem/1.1 "Sentient", "InterVariable", "Inter", Helvetica, Arial, sans-serif;
  font: var(--font-heading-1-serif);
}

.expandable-toggle {
  font: 600 1.25rem/1.4 "InterVariable", "Inter", Helvetica, Arial, sans-serif;
  font: var(--font-heading-3);
}

.attachments {
  margin: 3rem 0rem;
}

.attachments:first-child {
    margin-top: 0px;
  }

.attachments:last-child {
    margin-bottom: 0px;
  }

.attachments {
  padding-top: 1rem;
  border-top: 1px solid #bbc8ca;
  border-top: 1px solid var(--border-color);
}

.attachments ul {
    margin: 0rem;
    padding: 0rem;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem 1.5rem;
    flex-direction: column;
  }

.attachments a {
    display: block;
    min-height: 1.5rem;
    padding-left: 2rem;
    background: transparent url("/assets/icon-file-blank-69450595.svg") top 0rem left 0rem
      no-repeat;
    background-size: 1.5rem 1.5rem;
  }

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

img {
  display: block;
}

figure.image,
.responsive-embed {
  margin: 3rem 0rem;
}

figure.image:first-child {
    margin-top: 0px;
  }

.responsive-embed:not(does-not-exist):first-child {
    margin-top: 0px;
  }

figure.image:last-child {
    margin-bottom: 0px;
  }

.responsive-embed:not(does-not-exist):last-child {
    margin-bottom: 0px;
  }

figure.image img,.responsive-embed:not(does-not-exist) img {
    width: 100%;
    height: auto;
  }

section.home-decisions,
section.decisions-page {
  grid-column: 1 / span 12;
  grid-column: 1 / span var(--columns);
}

section.home-decisions {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-columns: repeat(var(--columns), 1fr);
  grid-column-gap: 2rem;
  grid-column-gap: var(--gutter);
  grid-row-gap: 2rem;
  margin-bottom: 7rem;
}

section.home-decisions:first-child {
    margin-top: 0px;
  }

section.home-decisions:last-child {
    margin-bottom: 0px;
  }

section.home-decisions .decisions {
    grid-column: span 6;
  }

@media screen and (max-width: 767px) {

section.home-decisions .decisions {
      grid-column: span 4;
  }
    }

section.home-decisions .navigate.button {
    grid-column: span 12;
    grid-column: span var(--columns);
    justify-self: end;
  }

@media screen and (max-width: 767px) {

section.home-decisions .navigate.button {
      justify-self: start;
  }
    }

section.decisions-page .decisions {
    width: 100%;
  }

.decisions h2 {
    border: 1px solid #bbc8ca;
    border: 1px solid var(--border-color);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 1.5rem;
    margin: 0rem;
    background: transparent url("/assets/icon-scales-cf217b60.svg") top 50% left 1.5rem
      no-repeat;
    background-size: 2.125rem 2.125rem;
    padding-left: 4.625rem;
    max-width: none;
  }

@media screen and (max-width: 767px) {

.decisions h2 {
      padding: 1rem;
      padding-left: 4.625rem;
  }
    }

.decisions table {
    width: 100%;
    border: 1px solid #bbc8ca;
    border: 1px solid var(--border-color);
    border-top: none;
    border-collapse: collapse;
  }

.decisions th,.decisions td {
    padding: 1rem 1.5rem;
    text-align: left;
    border-bottom: 1px solid #bbc8ca;
    border-bottom: 1px solid var(--border-color);
    vertical-align: top;
  }

@media screen and (max-width: 767px) {

.decisions th,.decisions td {
      padding: 1rem;
  }
    }

.decisions .timestamp {
    width: 5%;
  }

.decisions.incoming h2 {
    background-image: url("/assets/icon-email-be44986a.svg");
  }

.decisions .search-form {
    background: #e9edee;
    background: var(--background-color-light);
    padding: 1.5rem;
  }

@media screen and (max-width: 767px) {

.decisions .search-form {
      padding: 1rem;
  }
    }

.expandable-block {
  border-top: 1px solid #bbc8ca;
  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid #bbc8ca;
  border-bottom: 1px solid var(--border-color);
  margin: 4rem 0rem;
  padding: 1rem 0rem;
}

.expandable-block:first-child {
    margin-top: 0px;
  }

.expandable-block:last-child {
    margin-bottom: 0px;
  }

.expandable-block + .expandable-block {
  border-top: 0px;
  margin-top: -4rem;
}

.expandable-toggle {
  width: 100%;
  cursor: pointer;
  margin-bottom: 0rem;
  background: transparent url("/assets/icon-chevron-down-16046abf.svg") right 0rem bottom 50%
    no-repeat;
  background-size: 1.5rem;
  padding-right: 2rem;
}

.expandable-content {
  display: none;
  margin-top: 1.125rem;
}

.expandable-expanded .expandable-toggle {
    background-image: url("/assets/icon-chevron-up-e7393961.svg");
  }

.expandable-expanded .expandable-content {
    display: block;
  }

footer {
  padding-left: 4rem;
  padding-left: var(--outer-padding);
  padding-right: 4rem;
  padding-right: var(--outer-padding);
}

footer > .inner {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-columns: repeat(var(--columns), 1fr);
    grid-column-gap: 2rem;
    grid-column-gap: var(--gutter);
    max-width: 100%;
    max-width: var(--grid-limit, 100%);
  }

footer {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

footer .inner {
    grid-row-gap: 4rem;
  }

@media screen and (max-width: 767px) {

footer .inner {
      grid-row-gap: 2rem;
  }
    }

footer .footer-nav {
    grid-column: 1 / span 10;
    display: flex;
    align-items: center;
  }

@media screen and (max-width: 767px) {

footer .footer-nav {
      grid-column: 1 / span 4;
  }
    }

footer .social-media {
    grid-column: 11 / span 2;
    display: flex;
    gap: 1.5rem;
    justify-content: flex-end;
  }

@media screen and (max-width: 767px) {

footer .social-media {
      justify-content: flex-start;
      grid-column: 1 / span 4;
  }
    }

footer .social-media .icon {
      overflow: hidden;
      text-indent: -9000px;
      width: 2.125rem;
      height: 2.125rem;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: 50% 50%;
    }

footer .social-media .icon.linkedin {
        background-image: url("/assets/icon-linkedin-2547807f.svg");
      }

footer .column {
    grid-column: span 3;
  }

@media screen and (max-width: 767px) {

footer .column {
      grid-column: 1 / span 4;
  }
    }

footer .footer-links {
    grid-column: 1 / span 12;
    padding-top: 2rem;
    border-top: 1px solid #bbc8ca;
    border-top: 1px solid var(--border-color);
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem 2rem;
    gap: 1.5rem var(--gutter);
    justify-content: space-between;
  }

@media screen and (max-width: 767px) {

footer .footer-links {
      flex-direction: column;
      grid-column: 1 / span 4;
  }
    }

.search-form {
  display: flex;
  gap: 0.75rem;
}

input[type="text"] {
  border: 1px solid #000;
  border: 1px solid var(--input-border-color);
  padding: 0.5rem 0.75rem;
  border-radius: 4px;
}

button,
a.button {
  border: 1px solid #000;
  border: 1px solid var(--input-border-color);
  border-radius: 4px;
  padding: 0.5rem 1.25rem;
  background: transparent;
  -webkit-text-decoration: none;
  text-decoration: none;
  display: inline-block;
}

button.navigate:not(.does-not-exist),a.navigate.button {
    background: transparent url("/assets/icon-chevron-right-ac474687.svg") right 1.25rem bottom
      50% no-repeat;
    background-size: 1.5rem;
    padding-right: 3.5rem;
  }

:root {
  --decoration-scale: 1;
  --decoration-margin: 2rem;
  --decoration-top: calc(-5vw - 5rem);
}

@media screen and (max-width: 767px) {

:root {
    --decoration-scale: 0.75;
    --decoration-margin: 0.625rem;
    --decoration-top: calc(-2vw - 2rem);
}
  }

.header-wrapper,
header {
  background-position: top calc(-5vw - 5rem) right 2rem;
  background-position: top var(--decoration-top) right var(--decoration-margin);
  background-size: calc(22.5rem + 22.5vw)
    calc(22.75rem + 22.75vw);
  background-size: calc((22.5rem + 22.5vw)*var(--decoration-scale))
    calc((22.75rem + 22.75vw)*var(--decoration-scale));
  background-blend-mode: multiply;
  background-repeat: no-repeat;
}

.header-wrapper {
  background-image: url("/assets/decoration-dark-f1de17de.svg");
}

header {
  padding-left: 4rem;
  padding-left: var(--outer-padding);
  padding-right: 4rem;
  padding-right: var(--outer-padding);
}

header > .inner {
    display: flex;
    max-width: 100%;
    max-width: var(--grid-limit, 100%);
  }

header {
  padding-top: 0.5rem;
  padding-bottom: 1rem;
  background-image: url("/assets/decoration-light-8f76e90e.svg");
  position: relative;
}

@media screen and (max-width: 767px) {

header {
    padding-bottom: 0.5rem;
}
  }

header .inner {
    position: relative;
    gap: 1rem 2rem;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
  }

@media screen and (max-width: 1100px) {

header .inner {
      flex-direction: column;
      align-items: flex-start;
      justify-content: flex-start;
  }
    }

@media screen and (max-width: 767px) {

header .inner {
      gap: 0.5rem 2rem;
  }
    }

header .logo {
    overflow: hidden;
    text-indent: -9000px;
    width: 28rem;
    height: 6rem;
    background: transparent url("/assets/logo-87d56bf5.svg") bottom left no-repeat;
    background-size: contain;
  }

@media screen and (max-width: 767px) {

header .logo {
      width: calc(100% - 2.5rem);
      height: 4rem;
      margin-right: 2.5rem;
  }
    }

header nav.main-nav {
    margin-bottom: 0.6rem;
  }

@media screen and (max-width: 1100px) {

header nav.main-nav {
      display: none;
      width: calc(100% + 8rem);
      width: calc(100% + var(--outer-padding)*2);
      padding-top: 1.5rem;
      margin: 0rem -4rem;
      margin: 0rem calc(0rem - var(--outer-padding));
      padding: 1.5rem 4rem;
      padding: 1.5rem var(--outer-padding);
      flex: 1;
      background-image: url("/assets/decoration-dark-f1de17de.svg");
      background-size: 157.5vw 159.25vw;
      background-blend-mode: multiply;
      background-repeat: no-repeat;
      background-position: top -20vw left 50%;
  }
    }

header nav.main-nav ul {
      justify-content: flex-end;
      max-width: 100%;
    }

@media screen and (max-width: 1100px) {

header nav.main-nav ul {
        justify-content: flex-start;
        gap: 1.5rem;
        flex-direction: column;
    }
      }

header .mobile-toggle {
    margin-bottom: 0.5rem;
    width: 2.5rem;
    height: 2.5rem;
    overflow: hidden;
    text-indent: -9000px;
    background: transparent url("/assets/icon-menu-f6a18c53.svg") 50% 50% no-repeat;
    background-size: 2.5rem;
    display: none;
  }

@media screen and (max-width: 1100px) {

header .mobile-toggle {
      display: block;
      position: absolute;
      right: 0rem;
      top: 3rem;
  }
    }

@media screen and (max-width: 767px) {

header .mobile-toggle {
      background-size: 1.75rem;
      top: 1.5rem;
  }
    }

header.show-menu .mobile-toggle {
      background-image: url("/assets/icon-menu-close-a5eb39fe.svg");
    }

@media screen and (max-width: 1100px) {

header.show-menu {
      padding-bottom: 0px;
      position: fixed;
      top: 0px;
      left: 0px;
      height: 100%;
      width: 100%;
  }
      header.show-menu .inner {
        height: 100%;
      }
      header.show-menu nav {
        display: flex;
      }
    }

@media screen and (max-width: 767px) {

header.show-menu {
      padding-bottom: 0px;
  }
    }

section.hero {
  padding-left: 4rem;
  padding-left: var(--outer-padding);
  padding-right: 4rem;
  padding-right: var(--outer-padding);
}

section.hero > .inner {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-columns: repeat(var(--columns), 1fr);
    grid-column-gap: 2rem;
    grid-column-gap: var(--gutter);
    max-width: 100%;
    max-width: var(--grid-limit, 100%);
  }

section.hero {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

@media screen and (max-width: 767px) {

section.hero {
    padding-top: 2rem;
    padding-bottom: 2rem;
}
  }

section.hero h1,section.hero p {
    grid-column: span 6;
  }

@media screen and (max-width: 767px) {

section.hero h1,section.hero p {
      grid-column: span 4;
  }
    }

body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

footer {
  margin-top: auto;
}

main {
  padding-left: 4rem;
  padding-left: var(--outer-padding);
  padding-right: 4rem;
  padding-right: var(--outer-padding);
}

main > .inner {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-columns: repeat(var(--columns), 1fr);
    grid-column-gap: 2rem;
    grid-column-gap: var(--gutter);
    max-width: 100%;
    max-width: var(--grid-limit, 100%);
  }

main {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

@media screen and (max-width: 767px) {

main {
    padding-top: 4rem;
    padding-bottom: 4rem;
}
  }

nav ul {
    margin: 0rem;
    padding: 0rem;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem 1.5rem;
    flex-direction: column;
  }

nav.main-nav ul,nav.footer-nav ul,nav.horizontal ul {
      max-width: none;
      flex-direction: row;
    }

@media screen and (max-width: 767px) {

nav.main-nav ul,nav.footer-nav ul,nav.horizontal ul {
        flex-direction: column;
    }
      }

nav a:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline;
  }

aside.horizontal-subnav {
  grid-column: 1 / span 12;
  margin-bottom: 2.25rem;
}

@media screen and (max-width: 767px) {

aside.horizontal-subnav {
    grid-column: 1 / span 4;
}
  }

section.news {
  grid-column: 1 / span 12;
  grid-column: 1 / span var(--columns);
}

.news-items {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-columns: repeat(var(--columns), 1fr);
  grid-column-gap: 2rem;
  grid-column-gap: var(--gutter);
  grid-row-gap: 2rem;
}

.news-items .article {
    -webkit-text-decoration: none;
    text-decoration: none;
    grid-column: span 4;
  }

@media screen and (max-width: 1100px) {

.news-items .article {
      grid-column: span 6;
  }
    }

@media screen and (max-width: 767px) {

.news-items .article {
      grid-column: span 4;
  }
    }

.news-items .article:hover h2,.news-items .article:focus h2 {
        -webkit-text-decoration: underline;
        text-decoration: underline;
      }

.news-items .article figure.image {
      margin-bottom: 1.5rem;
    }

.news-items .article .timestamp {
      margin-bottom: 1rem;
    }

.news-items .article h2 {
      margin-top: 0rem;
      margin-bottom: 0.5rem;
    }

article.page {
  --column-width: calc(12.5% - var(--gutter)*7/8);
  --content-width: calc(var(--column-width)*7 + var(--gutter)*6);
  grid-column: 5 / span 8;
}

@media screen and (max-width: 1100px) {

article.page {
    --content-width: 100%;
}
  }

@media screen and (max-width: 767px) {

article.page {
    --column-width: calc(25% - var(--gutter)*3/4);
    grid-column: 1 / span 4;
}
  }

article.page .date {
    margin-bottom: 2.25rem;
  }

article.page .image.portrait {
    width: calc(41.6666666667% - 4.5rem);
    width: calc(var(--column-width)*5 + var(--gutter)*4);
  }

@media screen and (max-width: 1100px) {

article.page .image.portrait {
      width: 100%;
  }
    }

article.decision h1,article.decision h2.case-number {
    margin-top: 0rem;
    margin-bottom: 1rem;
  }

.pagination {
  grid-column: span 12;
  grid-column: span var(--columns);
  display: flex;
  gap: 1rem;
  margin: 3rem 0rem;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.pagination a,.pagination a:visited {
    color: inherit;
    -webkit-text-decoration: none;
    text-decoration: none;
  }

.pagination a:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline;
  }

.pagination:first-child {
    margin-top: 0px;
  }

.pagination:last-child {
    margin-bottom: 0px;
  }

.pagination .previous_page,.pagination .next_page,.pagination .current {
    border: 1px solid #000;
    border: 1px solid var(--input-border-color);
    border-radius: 4px;
    font-style: normal;
    padding: 0.5rem 1.25rem;
  }

.pagination .current {
    padding: 0.5rem 1rem;
  }

.pagination .previous_page {
    background: transparent url("/assets/icon-chevron-left-e0d5d255.svg") left 1.25rem bottom
      50% no-repeat;
    background-size: 1.5rem;
    padding-left: 3.5rem;
    margin-right: auto;
  }

.pagination .next_page {
    background: transparent url("/assets/icon-chevron-right-ac474687.svg") right 1.25rem bottom
      50% no-repeat;
    background-size: 1.5rem;
    padding-right: 3.5rem;
    margin-left: auto;
  }

.pagination span.previous_page,.pagination span.next_page {
    opacity: 0.5;
    font-style: normal;
  }

@media screen and (max-width: 767px) {
    .pagination a,.pagination .gap {
      display: none;
    }
    .pagination .previous_page,.pagination .next_page {
      display: block;
    }
  }

aside.sidebar {
  grid-column: 1 / span 4;
  margin-bottom: 4rem;
}
