@charset "UTF-8";
/*! 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 */
  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;
}

/**
 * Set up a decent box model on the root element
 */
html {
  box-sizing: border-box;
  scroll-behavior: smooth;
  scroll-padding-top: 8rem;
}

/**
 * Make all elements from the DOM inherit from the parent box-sizing
 * Since `*` has a specificity of 0, it does not override the `html` value
 * making all elements inheriting from the root box-sizing value
 * See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
*,
*::before,
*::after {
  box-sizing: inherit;
}

/**
 * Basic styles for links
 */
a {
  color: rgb(202, 126, 13);
  text-decoration: none;
}
a:hover, a:active, a:focus, a:focus-within {
  color: rgb(34, 34, 34);
  text-decoration: underline;
}

/**
 * Clear inner floats
 */
.clearfix::after {
  clear: both;
  content: "";
  display: table;
}

/**
 * Hide text while making it readable for screen readers
 * 1. Needed in WebKit-based browsers because of an implementation bug;
 *    See: https://code.google.com/p/chromium/issues/detail?id=457146
 */
.hide-text {
  overflow: hidden;
  padding: 0; /* 1 */
  text-indent: 101%;
  white-space: nowrap;
}

.hide-scroll {
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.hide-scroll::-webkit-scrollbar {
  display: none;
}

/**
 * Hide element while making it readable for screen readers
 * Shamelessly borrowed from HTML5Boilerplate:
 * https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css#L119-L133
 */
.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/**
 * Basic typography style for copy text
 */
body {
  color: rgb(34, 34, 34);
  font: normal 100%/1.4 "Onest", Helvetica, Arial, sans-serif;
}

h1 {
  font-family: "Onest", sans-serif;
  font-size: 6rem;
  line-height: 0.8;
  margin: 0 0 0.5rem;
  text-transform: uppercase;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: bold;
  font-variation-settings: "wdth" 700;
}

h2 {
  font-family: "Onest", sans-serif;
  font-size: 3rem;
  line-height: 1;
  margin: 2rem 0 2rem;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  letter-spacing: -1px;
  font-variation-settings: "wdth" 100;
  text-decoration: underline;
}

h3 {
  font-size: 1.25rem;
  margin: 0;
}

.strapline {
  font-weight: 200;
  font-size: 1.5rem;
  line-height: 1;
  text-wrap: pretty;
  color: rgba(0, 0, 0, 0.5);
}

p.lead {
  font-size: 1.25em;
  font-weight: 600;
}

p {
  font-size: 1rem;
  margin: 0 0 1rem;
  max-width: 36rem;
  text-wrap: pretty;
}

footer {
  margin-top: 4rem;
  background: linear-gradient(125deg, rgb(227, 224, 141) 0%, rgb(210, 105, 30) 100%);
  color: #222;
  padding: 8rem 0 14rem;
  position: relative;
}
footer h2 {
  font-size: 1.5rem;
  margin: 0 0 1rem;
  font-family: "Onest", Helvetica, Arial, sans-serif;
  text-transform: none;
}
footer p.fineprint {
  font-size: 70%;
}
footer::after {
  content: "";
  background-image: url(/images/ecs-1.png);
  width: 200px;
  height: 250px;
  background-size: 200px auto;
  background-repeat: no-repeat;
  background-position: bottom right;
  position: absolute;
  bottom: 1rem;
  right: 1rem;
}
footer .about img {
  width: 80px;
  margin-left: -6px;
}

.footer-content {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.guidelines ul {
  margin: 0;
  padding: 0;
  list-style: disc;
}
.guidelines ul li {
  margin: 0 0 0.5rem 1rem;
}

@media (min-width: 900px) {
  .footer-content {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2rem;
  }
}
header {
  background: black;
  padding: 10px 0px;
  margin: 0;
}
header div {
  color: white;
}
header div a {
  color: white;
}
header div a:hover,
header div a:focus {
  color: white;
  text-decoration: underline;
}
header p {
  margin: 0;
  font-size: 70%;
}

.container {
  width: 100%; /* 1 */
  max-width: 100%;
  padding: 0 2rem;
  position: relative;
  max-width: 1180px; /* 1 */
  margin-left: auto; /* 2 */
  margin-right: auto; /* 2 */
}

@media (min-width: 900px) {
  .container {
    width: 95%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
  }
}
.button-panel {
  display: flex;
  gap: 15px;
  flex-direction: column;
  max-width: 80%;
  margin: 2rem 0;
}
@media (min-width: 900px) {
  .button-panel {
    flex-direction: row;
  }
}

a.button, button {
  font-weight: 500;
  border: black solid 3px;
  padding: 8px 15px 8px 48px;
  box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.2);
  background: #525aac;
  color: rgb(255, 248, 175);
  text-decoration: none;
  display: block;
  background-image: url(/images/ecs-sup.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 3px 0px;
  transition: background 0.1s ease-in-out, box-shadow 0.1s ease-in-out;
}
a.button::after, button::after {
  content: "»";
  padding-left: 5px;
}
a.button:hover, button:hover {
  color: white;
  background-color: orange;
  box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.2);
}
a.button.submit, button.submit {
  background-image: url(/images/ecs-cmon.png);
  background-position: 0 0;
}

.state {
  margin: 0 0 1rem;
  font-size: 1.5rem;
  font-weight: 300;
  text-transform: uppercase;
}

@media (min-width: 900px) {
  .guides {
    margin: 0 0 1.5rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }
}
.guides .guide {
  background: white;
  border: 1px solid black;
  color: black;
  padding: 1rem;
  margin: 0 0 1rem;
  box-shadow: 6px 6px 0px rgba(0, 0, 0, 0.3);
}
@media (min-width: 900px) {
  .guides .guide {
    margin: 0;
  }
}
.guides .guide.-blank {
  background: none;
  box-shadow: none;
  border: 1px dashed rgba(0, 0, 0, 0.5);
}
.guides .guide .title {
  display: flex;
  justify-content: space-between;
  align-items: start;
}
.guides .guide .title h3 {
  margin: 0 0 0.5rem;
}
.guides .guide .title attr {
  font-size: 0.8rem;
  color: rgb(92, 87, 98);
  text-align: right;
}
.guides .guide .description {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
  min-height: 4rem;
}
.guides .guide .description p {
  margin: 0 0 1rem;
}
.guides .guide .description a {
  font-weight: 700;
}
.guides .guide h3 {
  font-size: 1.5rem;
}
.guides .guide a {
  text-decoration: none;
}
.guides .guide a:hover, .guides .guide a:active, .guides .guide a:focus, .guides .guide a:focus-within {
  text-decoration: underline;
}

body {
  background: #ADCDED;
  background: linear-gradient(0deg, rgb(173, 205, 237) 0%, rgb(255, 255, 255) 100%);
  color: black;
}
body a {
  color: black;
  text-decoration: underline;
}
body a:hover {
  color: rgb(255, 0, 76);
}

.intro {
  gap: 2rem;
  padding: 2rem 0 0 0;
  margin-bottom: 2rem;
}
.intro .intro-content img {
  max-width: 100%;
}
@media (min-width: 900px) {
  .intro .intro-content img {
    max-width: 50%;
    margin-left: -30px;
  }
}
.intro h1 {
  color: #333;
}

pre {
  text-wrap: auto;
  font-size: 80%;
}

.layout {
  display: flex;
  gap: 2rem;
  flex-direction: column;
}
.layout .navigation {
  position: sticky;
  top: 0;
  align-self: flex-start;
  height: fit-content;
  width: 100vw;
  margin-left: -2rem;
  margin-bottom: 2rem;
  background: white;
  border-width: 2px 0px 2px 0px;
  border-style: solid;
  border-color: black;
}
.layout .navigation .navigation-wrapper {
  padding: 1.5rem 0 1rem;
  position: relative;
  overflow: hidden;
}
.layout .navigation .navigation-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 2rem;
  background: linear-gradient(to left, transparent 0%, rgba(255, 255, 255, 0.8) 100%);
  pointer-events: none;
  border-radius: 0 4px 4px 0;
  z-index: 2;
}
.layout .navigation .navigation-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 2rem;
  background: linear-gradient(to left, rgba(255, 255, 255, 0.8) 0%, transparent 100%);
  pointer-events: none;
  border-radius: 0 4px 4px 0;
  z-index: 2;
}
.layout .navigation h2 {
  text-transform: none;
  font-size: 1rem;
  font-family: "Onest", Helvetica, Arial, sans-serif;
  margin: 0;
  margin-bottom: 0.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 0 1.5rem 1rem;
}
.layout .navigation ul {
  margin: 0;
  padding: 0 1.5rem 0 1.5rem;
  list-style: none;
  display: flex;
  overflow-x: auto;
  gap: 1.5rem;
}
.layout .navigation ul li {
  flex-shrink: 0;
  white-space: nowrap;
  margin: 0;
}
.layout .navigation ul li a {
  text-decoration: none;
  font-size: 1.5rem;
  font-weight: 500;
  opacity: 0.7;
  transition: opacity 0.2s ease-in-out;
  color: black;
}
.layout .navigation ul li a:hover, .layout .navigation ul li a:focus {
  opacity: 1;
}
.layout > div:last-child {
  flex: 3;
}

@media (min-width: 900px) {
  html {
    scroll-padding-top: 1rem;
  }
  main .container {
    background-image: url(/images/ecs-3.png);
    background-position-y: 0;
    background-position-x: 98%;
    background-size: 25% auto;
    background-repeat: no-repeat;
  }
  .layout {
    flex-direction: row-reverse;
  }
  .layout .navigation {
    border: solid 4px black;
    width: auto;
    margin-left: 0;
    margin-bottom: 0;
    max-width: 100%;
    top: 3rem;
    margin-top: 8rem;
    flex: 1;
  }
  .layout .navigation .navigation-wrapper {
    overflow: hidden;
    padding-top: 0.5rem;
  }
  .layout .navigation .navigation-wrapper::before, .layout .navigation .navigation-wrapper::after {
    display: none;
  }
  .layout .navigation .navigation-wrapper h2 {
    margin-bottom: 1rem;
    margin-top: 1rem;
  }
  .layout .navigation .navigation-wrapper ul {
    display: flex;
    flex-direction: column;
    overflow-x: visible;
    gap: 0.5rem;
    padding: 0 1.5rem;
  }
  .layout .navigation .navigation-wrapper ul li a {
    font-size: 1.5rem;
  }
  .layout .guides {
    flex: 3;
  }
}
.acknowledgement {
  padding: 30px 0px;
  font-size: 75%;
  background: black;
  color: white;
}

form {
  display: grid;
}
@media (min-width: 900px) {
  form {
    max-width: 50%;
  }
}

input, select, textarea {
  padding: 10px;
}

label {
  margin-top: 10px;
  font-weight: bold;
}
