@charset "UTF-8";

/*! modern-normalize v1.0.0 | MIT License | https://github.com/sindresorhus/modern-normalize */

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

/**
Use a better box model (opinionated).
*/

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

/**
Use a more readable tab size (opinionated).
*/

:root {
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

/**
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;
}

/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/

body {
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
}

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

/**
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
}

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

/**
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

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

b,
strong {
  font-weight: bolder;
}

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", Menlo, 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;
}

/*
Tabular data
============
*/

/**
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
}

/*
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 */
}

/**
Remove the inheritance of text transform in Edge and Firefox.
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.
*/

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

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

:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
Remove the additional ':invalid' styles in Firefox.
See: https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/

legend {
  padding: 0;
}

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

progress {
  vertical-align: baseline;
}

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

::-webkit-inner-spin-button,
::-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.
*/

::-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 Chrome and Safari.
*/

summary {
  display: list-item;
}

:root {
  --color-gray-10: #222222;
  --color-gray-20: #333333;
  --color-gray-30: #444444;
  --color-gray-40: #555555;
  --color-gray-50: #797979;
  --color-gray-60: #a3a3a3;
  --color-gray-70: #c4c4c4;
  --color-gray-80: #dcdcdc;
  --color-gray-90: #e8e8e8;
  --color-gray-95: #f1f1f1;
  --color-primary-10: #011919;
  --color-primary-20: #006B83;
  --color-primary-40: #04b3b0;
  --color-primary-50: #07b8b5;
  --color-primary-60: #08cdca;
  --color-primary-80: #cef5f4;
  --color-primary-90: #e6f7f7;
  --color-secondary-50: #d1e560;
  --color-secondary-70: #d1e560;
  --color-secondary-90: #e8f2af;
  --color-dark-blue: #28425E;
  --color-ictj-blue: #35587D;
  --color-lite-blue: #2479C2;
  --color-ictj-red: #BE4E5E;
  --color-dark-red: #8C3A45;
  --color-dark-gray: #464A4D;
  --color-dark-tan: #807769;
  --color-tan: #CBC2B4;
  --color-tan-white: #F1EDE5;
  --color-lite-tan: #E4DCCE;
  --color-background: transparent;
  --color-background-inverse: #000;
  --color-background-table-odd: var(--color-gray-95);
  --color-background-table-even: #fff;
  --color-background-interface-inactive: var(--color-gray-95);
  --color-background-interface-active: #fff;
  --color-border: var(--color-gray-80);
  --color-outline-focus: #5E9ED6;
  --color-text: #000;
  --color-text-heading: var(--color-ictj-blue);
  --color-text-link: var(--color-ictj-blue);
  --color-text-link-hover: var(--color-ictj-blue);
  --color-text-link-inverse: var(--color-primary-90);
  --color-text-link-inverse-hover: #fff;
  --color-text-interface: var(--color-gray-10);
  --color-text-inverse: #fff;
  --font-family-mono: monospace;
  --font-family-sans: "Fira Sans", sans-serif;
  --font-family-serif: "Noto Serif",serif;
  --font-family-body: var(--font-family-serif);
  --font-family-body-sans: var(--font-family-sans);
  --font-family-heading: var(--font-family-sans);
  --font-family-interface: var(--font-family-sans);
  --font-size-body: 1.125rem;
  --font-size-body-small: 1rem;
  --font-size-body-large: 1.5rem;
  --font-size-body-sans: 1rem;
  --font-size-body-sans-reg: 0.875rem;
  --font-size-body-huge: 1.25rem;
  --font-size-body-macro: 1.5rem;
  --font-size-body-small-serif: 1rem;
  --font-size-body-large-serif: 1.5rem;
  --font-size-body-serif: 1.125rem;
  --font-size-heading-tiny: 1rem;
  --font-size-heading-small: 1.125rem;
  --font-size-heading: 1.25rem;
  --font-size-heading-large: 1.5rem;
  --font-size-heading-huge: 2.25rem;
  --font-size-heading-macro: 3rem;
  --font-size-title-micro--tight: 0.875rem;
  --font-size-title-micro: 0.875rem;
  --font-size-title-tiny: 1rem;
  --font-size-title-tiny-tight: 1rem;
  --font-size-title-small: 1.125rem;
  --font-size-title-larger: 1.5rem;
  --font-size-title: 1.5rem;
  --font-size-title-large: 1.6875rem;
  --font-size-title-huge: 1.75rem;
  --font-size-title-macro: 5.5rem;
  --font-leading-loose: 1.8;
  --font-leading: 1.3125;
  --font-leading-tight: 1.125;
  --font-weight-thin: 100;
  --font-weight-light: 300;
  --font-weight-regular: 400;
  --font-weight-book: 400;
  --font-weight-medium: 500;
  --font-weight-semibold: 600;
  --font-weight-bold: 700;
}

@media (min-width: 300px) {
  :root {
    --font-size-body: 1rem;
    --font-size-body-small: 1rem;
    --font-size-body-large: 1.25rem;
    --font-size-body-huge: 1.5rem;
    --font-size-body-macro: 2.25rem;
    --font-size-heading-small: 1.125rem;
    --font-size-heading: 1.25rem;
    --font-size-heading-large: 1.375rem;
    --font-size-heading-huge: 2.125rem;
    --font-size-heading-macro: 4.5rem;
    --font-size-title-tiny: 1.25rem;
    --font-size-title-small: 1.5rem;
    --font-size-title-large: 2.5rem;
    --font-size-title-huge: 2.5rem;
    --font-size-title-macro: 2rem;
  }
}

@media (min-width: 600px) {
  :root {
    --font-size-body: 1.125rem;
    --font-size-body-small: 1rem;
    --font-size-body-large: 1.25rem;
    --font-size-body-huge: 1.5rem;
    --font-size-body-macro: 2.25rem;
    --font-size-heading-tiny: 1rem;
    --font-size-heading-small: 1.125rem;
    --font-size-heading: 1.25rem;
    --font-size-heading-large: 1.5rem;
    --font-size-heading-huge: 2.125rem;
    --font-size-heading-macro: 4.5rem;
    --font-size-title-tiny: 1.25rem;
    --font-size-title-small: 1.5rem;
    --font-size-title-large: 2.5rem;
    --font-size-title-huge: 3.75rem;
    --font-size-title-macro: 2rem;
  }
}

@media (min-width: 768px) {
  :root {
    --font-size-title-macro: 2rem;
    --font-size-title-huge: 4.5rem;
    --font-size-heading-tiny: 1rem;
    --font-size-heading-small: 1.125rem;
    --font-size-heading: 1.25rem;
    --font-size-heading-large: 1.5rem;
    --font-size-heading-huge: 2.25rem;
  }
}

@media (min-width: 992px) {
  :root {
    --font-size-title: 2.25rem;
    --font-size-title-macro: 3.75rem;
    --font-size-heading: 1.25rem;
    --font-size-heading-large: 1.5rem;
    --font-size-heading-huge: 2.25rem;
  }
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 100%;
}

body {
  color: var(--color-text);
  font-family: var(--font-family-body);
  font-size: var(--font-size-body);
  line-height: var(--font-leading-loose);
}

h1,h2,h3,h4,h5 {
  color: var(--color-text-heading);
  font-family: var(--font-family-heading);
  font-weight: var(--font-weight-bold);
  margin-bottom: 0;
}

h1:first-child,h2:first-child,h3:first-child,h4:first-child,h5:first-child {
  margin-top: 0;
}

h1 {
  font-size: var(--font-size-title-huge);
  font-weight: 500;
  line-height: 125%;
  margin: 0;
}

h2 {
  font-size: var(--font-size-heading-huge);
  font-weight: 500;
  line-height: 125%;
  margin-top: 48px;
}

h3 {
  font-size: var(--font-size-heading-large);
  font-weight: 500;
  line-height: 125%;
  margin-top: 48px;
}

h4 {
  font-size: var(--font-size-heading);
  font-weight: 500;
  line-height: 125%;
  color: black;
  margin-top: 48px;
}

h5 {
  font-size: var(--font-size-heading-small);
  margin-top: 48px;
}

h6 {
  font-size: var(--font-size-heading-tiny);
  margin-top: 48px;
}

hr {
  border: 0;
  border-bottom: 1px solid var(--color-border);
}

a {
  color: var(--color-text-link);
  text-decoration: none;
}

a:hover {
  color: var(--color-text-link-hover);
  text-decoration: underline;
}

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

strong,
b {
  font-weight: var(--font-weight-bold);
}

p {
  margin: 15px 0;
}

h1 + p,h2 + p,h3 + p,h4 + p,h5 + p {
  margin-top: 12px;
}

blockquote {
  font-style: italic;
  margin: 15px 0;
  text-indent: -0.4em;
}

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

figure {
  margin: 0;
}

figure img {
  display: block;
}

figcaption {
  margin: 1em 0;
}

ul:not([class]) {
  margin-left: 20px;
  padding-left: 0;
}

ul:not([class]) ul {
  margin-top: 12px;
}

ul:not([class]) ul li:before {
  content: "◦";
}

ol:not([class]) {
  list-style: none;
  margin-left: 20px;
  padding-left: 0;
  counter-reset: number;
}

ol:not([class]) > li:before {
  content: counters(number, ".") ".";
  counter-increment: number;
}

ol:not([class]) ol {
  margin-top: 6px;
  padding-left: 30px;
}

ol:not([class]) ol > li {
  padding-left: 0;
  text-indent: -30px;
}

ol:not([class]) ol > li:before {
  display: inline;
  margin-right: 0.5em;
  position: static;
}

dl {
  margin-bottom: 18px;
}

dt {
  font-weight: var(--font-weight-bold);
}

dd {
  margin-left: 30px;
}

input,
label {
  font-family: var(--font-family-interface);
}

input,
textarea {
  font-size: var(--font-size-body-small);
  border: 1px solid var(--color-border);
  padding: 6px 15px;
  max-width: 100%;
}

input[type=text],
input[type=password],
input[type=date],
input[type=email],
input[type=number] {
  height: auto;
}

input[type=file] {
  height: inherit;
}

input[type=checkbox] {
  height: auto;
}

input[type=submit],
button {
  text-transform: uppercase;
}

button:hover,
select:hover {
  cursor: pointer;
}

label {
  text-transform: uppercase;
  font-size: var(--font-size-heading-micro);
  font-family: var(--font-family-interface);
  font-weight: var(--font-weight-bold);
  letter-spacing: 0.05em;
  margin-bottom: 15px;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #fff;
  border-radius: 0px;
  font-size: var(--font-size-body-small);
  -o-text-overflow: "";
     text-overflow: "";
  text-indent: 0.01px;
  color: var(--color-text-interface);
  padding: 0 10px;
}

select::-ms-expand {
  display: none;
}

table {
  font-family: var(--font-family-interface);
  font-size: var(--font-size-body-small);
  max-width: 100%;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  text-align: left;
  margin-top: 0;
  margin-bottom: 72px;
}

h1 + table,h2 + table,h3 + table,h4 + table,h5 + table,
table:not(:first-child) {
  margin-top: 24px;
}

thead th {
  vertical-align: bottom;
}

thead th,
thead td {
  border-bottom: 1px solid var(--color-border);
}

th,
td {
  padding: 8px;
  text-align: left;
  vertical-align: top;
}

th {
  font-weight: var(--font-weight-bold);
  color: var(--color-gray-10);
}

caption + thead tr:first-child th,
caption + thead tr:first-child td,
colgroup + thead tr:first-child th,
colgroup + thead tr:first-child td,
thead:first-child tr:first-child th,
thead:first-child tr:first-child td {
  border-top: 0;
}

tbody + tbody {
  border-top: 2px solid var(--color-border);
}

tr.odd {
  background-color: var(--color-background-table-odd);
}

tr.even {
  background-color: var(--color-background-table-even);
}

:active {
  outline: 0;
}

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

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

.skip-link {
  background-color: var(--color-background-inverse);
  color: var(--color-text-link-inverse);
  display: block;
  padding: 0.25em;
  text-align: center;
}

.skip-link:hover {
  color: var(--color-text-link-inverse-hover);
}

.link--block {
  display: block;
}

.field {
  margin-bottom: 2em;
}

.field:last-child {
  margin-bottom: 0;
}

.field__label {
  font-weight: bold;
}

.align-left {
  margin: 0 1rem 1rem 0;
}

.align-right {
  margin: 0 0 1rem 1rem;
}

.align-center {
  margin: 1rem auto;
  padding: 40px 0;
}

.form-item {
  margin: 1em 0;
}

.layout {
  padding: 2rem 7.4074074074%;
}

@media (min-width: 75em) {
  .layout {
    padding: 3rem 7.4074074074%;
  }
}

body.path-frontpage .layout {
  padding: 2rem 7.4074074074%;
}

.layout-wide {
  padding: 0;
}

.l--constrained {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 1600px;
}

.l--narrow {
  margin-left: auto;
  margin-right: auto;
  max-width: 960px;
  width: 100%;
}

.l--gutters {
  padding-left: 30px;
  padding-right: 30px;
}

.l--offset-wide {
  margin: 0 auto;
  padding-left: calc(2/27*100%);
  padding-right: calc(2/27*100%);
  max-width: 1280px;
}

@media (min-width: 81.25em) {
  .l--offset-wide {
    padding-left: 0;
    padding-right: 0;
  }
}

.sidebar .l--offset-wide {
  padding: 0 1.8rem;
}

@media (min-width: 62em) {
  .sidebar .l--offset-wide {
    padding: 0;
  }
}

@media (min-width: 75em) {
  .sidebar .l--offset-wide {
    padding: 0;
  }
}

.sidebar .page-content--wrapper .l--offset-wide {
  padding: 0;
}

.l--offset-full {
  margin: 0 auto;
  max-width: 1620px;
}

.l--offset {
  padding-left: calc(2/27*100%);
  padding-right: calc(2/27*100%);
  margin: 0 auto;
  max-width: 964px;
}

@media (min-width: 75em) {
  .l--offset {
    padding-left: 0;
    padding-right: 0;
  }
}

.l--padded {
  padding-bottom: 30px;
  padding-top: 30px;
}

.l--vertical-spacing {
  margin: 2rem 0;
  width: 100%;
}

@media (min-width: 75em) {
  .l--vertical-spacing {
    margin: 3rem 0;
  }
}

.l--wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

@media (min-width: 62em) {
  .l--wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }
}

@media (min-width: 62em) {
  .l--wrapper .layout-sidebar {
    width: 300px;
    -webkit-box-flex: 0;
            flex: none;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
}

.l--wrapper .layout-sidebar .sidebar--wrapper {
  margin: 1.5rem;
}

@media (min-width: 62em) {
  .l--wrapper .layout-sidebar .sidebar--wrapper {
    margin: 1.5rem;
  }
}

.l--wrapper .page-content--wrapper {
  -webkit-box-ordinal-group: 3;
          order: 2;
  padding: 1.5rem 0;
}

@media (min-width: 62em) {
  .l--wrapper .page-content--wrapper {
    -webkit-box-flex: 1;
            flex: 1;
    padding: 3.9rem 1.5rem 3rem 3rem;
  }
}

@media (min-width: 75em) {
  .l--wrapper .page-content--wrapper {
    -webkit-box-flex: 1;
            flex: 1;
    padding: 3.9rem 1.5rem 3rem 3rem;
  }
}

@media (min-width: 81.25em) {
  .l--wrapper .page-content--wrapper {
    -webkit-box-flex: 1;
            flex: 1;
    padding: 3.9rem 1.5rem 3.6rem 6rem;
  }
}

.l--2col-wrapper {
  width: 100%;
}

@media (min-width: 62em) {
  .l--2col-wrapper {
    display: -webkit-box;
    display: flex;
  }
}

.l--2col-wrapper .page-content--main-content {
  -webkit-box-ordinal-group: 2;
          order: 1;
  -webkit-box-flex: 1;
          flex: 1;
}

.l--2col-wrapper .page-content--secondary {
  border-top: 1px solid;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
}

@media (min-width: 62em) {
  .l--2col-wrapper .page-content--secondary {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
    margin-left: 3rem;
    width: 180px;
    -webkit-box-flex: 0;
            flex: none;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
}

@media (min-width: 75em) {
  .l--2col-wrapper .page-content--secondary {
    margin-left: 6rem;
    width: 240px;
  }
}

.l--2col-wrapper .layout {
  padding-top: 0;
}

.l--1col-wrapper {
  width: 100%;
}

.sticky {
  position: static;
  margin-bottom: 0;
}

@media (min-width: 62em) {
  .sticky {
    position: sticky;
    top: 0;
    margin-bottom: 3rem;
  }
}