@charset "UTF-8";
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* 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 */
}

/**
 * Add the correct display in IE.
 */
main {
  display: block;
}

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

/* Links
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 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.
 */
button {
  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;
}

button,
[type=button],
[type=reset],
[type=submit] {
  /**
   * Remove the inner border and padding in Firefox.
   */
  /**
   * Restore the focus styles unset by the previous rule.
   */
}
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Show the overflow in Edge.
 */
input {
  overflow: visible;
}

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

/**
 * 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 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  color: inherit; /* 2 */
  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;
}

/* 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.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

@font-face {
  font-family: "Jockey One";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/jockeyone/v21/HTxpL2g2KjCFj4x8WI6AnIHxGQ.ttf) format("truetype");
}
@font-face {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/notosans/v35/o-0mIpQlx3QUlC5A4PNB6Ryti20_6n1iPHjcz6L1SoM-jCpoiyD9A-9a6Vc.ttf) format("truetype");
}
@font-face {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/notosans/v35/o-0mIpQlx3QUlC5A4PNB6Ryti20_6n1iPHjcz6L1SoM-jCpoiyAaBO9a6Vc.ttf) format("truetype");
}
@font-face {
  font-family: "Sono";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/sono/v6/aFT97PNiY3U2Cqf_aYEN64CYaK18YWJEsV6u-QLiOsxVtkWtFX58.ttf) format("truetype");
}
@font-face {
  font-family: "Sono";
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/sono/v6/aFT97PNiY3U2Cqf_aYEN64CYaK18YWJEsV6u-QLiOsxVUUKtFX58.ttf) format("truetype");
}
html, body {
  width: 100%;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
}

html {
  font-family: "Noto Sans", Arial, sans-serif;
  font-size: 75%;
  color: #234456;
  background: rgb(249, 247, 248);
}

body {
  font-size: 1.2rem;
  line-height: 1.6rem;
}

code, pre {
  font-size: 1.2rem;
  font-family: "Sono", Monaco, "Lucida Console", "Courier New";
  background: rgb(213, 235, 213);
  padding: 0.33rem 0.2rem;
  border-radius: 5px;
}

pre {
  padding: 1rem;
  margin-left: 0;
  margin-right: 0;
  border-left: dashed;
  border-right: dashed;
  border-color: rgb(0, 128, 0);
}

a {
  color: rgb(68, 119, 221);
}
a:link {
  text-decoration-style: double;
  text-decoration-color: rgb(200, 235, 255);
}
a:visited {
  text-decoration-color: rgb(222, 222, 222);
}
a:hover {
  text-decoration: none;
  background: rgb(200, 235, 255);
}
a:focus {
  outline-color: rgb(200, 235, 255);
  outline-style: dashed;
  outline-width: 4px;
  outline-offset: 0.2rem;
}
a:active {
  background: radial-gradient(circle, rgb(249, 247, 248) 22%, rgb(200, 235, 255) 95%);
  text-decoration: none;
}

hr {
  border: double 4px rgb(205, 205, 205);
  border-radius: 5px;
  border-left: none;
  border-right: none;
  border-bottom: none;
  margin-bottom: 1rem;
}

h1, h2, h3 {
  font-family: "Jockey One", Arial, sans-serif;
  font-weight: 700;
  color: #436476;
  margin-block-start: 2.4rem;
  margin-block-end: 0.83rem;
}

h1 {
  font-size: 2.8rem;
}

h2 {
  font-size: 2.1rem;
}

h3 {
  font-size: 1.6rem;
}

blockquote {
  font-style: oblique;
  border-left: double 4px rgb(205, 205, 205);
  border-radius: 5px;
  padding: 0.65rem 0 0.6rem 1.4rem;
  margin-left: 3rem;
  color: #436476;
}

header {
  background: rgb(255, 165, 0);
  color: rgb(249, 247, 248);
}
header section {
  width: 720px;
  margin: 0 auto;
  padding: 1.3rem 0 0;
}
header h1 {
  color: rgb(249, 247, 248);
  margin: 0;
  padding: 1.5rem 0 0.333rem;
}
header nav {
  border-top: dashed 4px rgb(222, 222, 222);
  margin-top: 1rem;
}
header nav ul {
  width: 720px;
  margin: 0 auto;
  padding-left: 0;
}
header nav ul li {
  display: inline-block;
  padding: 0.33rem 0.75rem;
}
header nav ul li:first-child {
  padding-left: 0;
}
header nav ul li a {
  font-weight: bold;
  text-decoration: none;
  color: rgb(222, 222, 222);
}
header nav ul li a:hover {
  background: none;
  color: #436476;
}

footer {
  background-color: #234456;
  color: rgb(249, 247, 248);
  font-size: 0.9rem;
  margin-top: 2.4rem;
}
footer section {
  width: 720px;
  margin: 0 auto;
  padding-top: 1.3rem;
  padding-bottom: 1.3rem;
}

main {
  width: 720px;
  margin: 0 auto;
}

a.button {
  text-decoration: none;
}

button, input[type=submit], a.button {
  border: double 4px rgb(205, 205, 205);
  border-radius: 5px;
  display: inline-block;
  color: #234456;
  background-color: rgb(249, 247, 248);
  border-color: #234456;
  font-family: "Jockey One", Arial, sans-serif;
  font-size: 1.2rem;
  font-weight: bold;
  padding: 1rem 1.3rem;
  margin: 1rem 1rem 0 0;
  cursor: pointer;
}
button:hover, input[type=submit]:hover, a.button:hover {
  background: rgb(222, 222, 222);
}
button:focus, input[type=submit]:focus, a.button:focus {
  background: radial-gradient(circle, rgb(249, 247, 248) 22%, rgb(222, 222, 222) 95%);
  outline-color: rgb(222, 222, 222);
  outline-style: dashed;
  outline-width: 4px;
  outline-offset: 0.2rem;
}
button:disabled, input[type=submit]:disabled, a.button:disabled {
  color: rgb(222, 222, 222);
  border: dashed 4px rgb(222, 222, 222);
  cursor: default;
}
button:disabled:hover, input[type=submit]:disabled:hover, a.button:disabled:hover {
  background: rgb(249, 247, 248);
}
button.primary, button[type=submit], input[type=submit].primary, input[type=submit][type=submit], a.button.primary, a.button[type=submit] {
  color: rgb(68, 119, 221);
  border-color: rgb(68, 119, 221);
}
button.primary:hover, button[type=submit]:hover, input[type=submit].primary:hover, input[type=submit][type=submit]:hover, a.button.primary:hover, a.button[type=submit]:hover {
  background: rgb(200, 235, 255);
}
button.primary:focus, button[type=submit]:focus, input[type=submit].primary:focus, input[type=submit][type=submit]:focus, a.button.primary:focus, a.button[type=submit]:focus {
  background: radial-gradient(circle, rgb(249, 247, 248) 22%, rgb(200, 235, 255) 95%);
  outline-color: rgb(200, 235, 255);
  outline-style: dashed;
  outline-width: 4px;
  outline-offset: 0.2rem;
}
button.action, input[type=submit].action, a.button.action {
  color: rgb(0, 128, 0);
  border-color: rgb(0, 128, 0);
}
button.action:hover, input[type=submit].action:hover, a.button.action:hover {
  background: rgb(213, 235, 213);
}
button.action:focus, input[type=submit].action:focus, a.button.action:focus {
  background: radial-gradient(circle, rgb(249, 247, 248) 22%, rgb(213, 235, 213) 95%);
  outline-color: rgb(213, 235, 213);
  outline-style: dashed;
  outline-width: 4px;
  outline-offset: 0.2rem;
}
button.danger, input[type=submit].danger, a.button.danger {
  color: rgb(255, 0, 0);
  border-color: rgb(255, 0, 0);
}
button.danger:hover, input[type=submit].danger:hover, a.button.danger:hover {
  background: rgb(255, 223, 223);
}
button.danger:focus, input[type=submit].danger:focus, a.button.danger:focus {
  background: radial-gradient(circle, rgb(249, 247, 248) 22%, rgb(255, 223, 223) 95%);
  outline-color: rgb(255, 223, 223);
  outline-style: dashed;
  outline-width: 4px;
  outline-offset: 0.2rem;
}
button.warning, input[type=submit].warning, a.button.warning {
  color: rgb(255, 165, 0);
  border-color: rgb(255, 165, 0);
}
button.warning:hover, input[type=submit].warning:hover, a.button.warning:hover {
  background: rgb(255, 245, 160);
}
button.warning:focus, input[type=submit].warning:focus, a.button.warning:focus {
  background: radial-gradient(circle, rgb(249, 247, 248) 22%, rgb(255, 245, 160) 95%);
  outline-color: rgb(255, 245, 160);
  outline-style: dashed;
  outline-width: 4px;
  outline-offset: 0.2rem;
}

form fieldset {
  border: double 4px rgb(205, 205, 205);
  border-radius: 5px;
  margin: 1rem 0 0.333333rem 0;
  padding: 2rem 2rem 1.66rem;
}
form fieldset legend {
  padding: 0 0.66rem;
}
form label {
  display: block;
  margin: 1rem 0 0.333333rem 0;
  cursor: pointer;
  font-size: 1.3rem;
}
form select {
  height: 4rem;
  min-width: 22rem;
}
form input[type=text], form input[type=date], form input[type=datetime] {
  line-height: 3.5rem;
  min-width: 20rem;
}
form input[type=search] {
  line-height: 3.5rem;
  min-width: 22rem;
  padding-left: 3rem;
}
form input[type=search] ~ span:after {
  font-size: 4rem;
  content: "⌕";
  padding-left: 0.33rem;
  position: absolute;
  margin-top: 1rem;
  margin-left: -3.4rem;
  color: rgb(214, 214, 214);
}
form input[type=search]:focus ~ span:after {
  visibility: hidden;
}
form input[type=date] {
  line-height: 3.2rem;
}
form input[type=text], form input[type=date], form input[type=datetime], form input[type=search], form select {
  border: double 4px rgb(205, 205, 205);
  border-radius: 5px;
  padding: 0 0.5rem;
  background-color: rgb(249, 247, 248);
  color: rgb(68, 119, 221);
  margin-top: 0.3rem;
  margin-bottom: 1.2rem;
}
form input[type=text]::-moz-placeholder, form input[type=date]::-moz-placeholder, form input[type=datetime]::-moz-placeholder, form input[type=search]::-moz-placeholder, form select::-moz-placeholder {
  color: rgb(214, 214, 214);
}
form input[type=text]::placeholder, form input[type=date]::placeholder, form input[type=datetime]::placeholder, form input[type=search]::placeholder, form select::placeholder {
  color: rgb(214, 214, 214);
}
form input[type=text]:focus, form input[type=date]:focus, form input[type=datetime]:focus, form input[type=search]:focus, form select:focus {
  outline-color: rgb(200, 235, 255);
  outline-style: dashed;
  outline-width: 4px;
  outline-offset: 0.2rem;
  background-color: rgb(200, 235, 255);
  outline-color: rgb(200, 235, 255);
  border-style: solid;
}
form input[type=text]:disabled, form input[type=date]:disabled, form input[type=datetime]:disabled, form input[type=search]:disabled, form select:disabled {
  color: rgb(222, 222, 222);
  border: dashed 4px rgb(222, 222, 222);
}
form input[type=text]:disabled::-moz-placeholder, form input[type=date]:disabled::-moz-placeholder, form input[type=datetime]:disabled::-moz-placeholder, form input[type=search]:disabled::-moz-placeholder, form select:disabled::-moz-placeholder {
  color: rgb(222, 222, 222);
}
form input[type=text]:disabled::placeholder, form input[type=date]:disabled::placeholder, form input[type=datetime]:disabled::placeholder, form input[type=search]:disabled::placeholder, form select:disabled::placeholder {
  color: rgb(222, 222, 222);
}
form input[type=text]:required:invalid:focus, form input[type=date]:required:invalid:focus, form input[type=datetime]:required:invalid:focus, form input[type=search]:required:invalid:focus, form select:required:invalid:focus {
  outline-color: rgb(255, 223, 223);
  outline-style: dashed;
  outline-width: 4px;
  outline-offset: 0.2rem;
  background-color: rgb(255, 223, 223);
}
form input[type=checkbox], form input[type=radio] {
  opacity: 0;
  position: absolute;
}
form input[type=checkbox], form input[type=checkbox] + label, form input[type=radio], form input[type=radio] + label {
  display: inline-block;
  vertical-align: middle;
  margin: 5px;
  cursor: pointer;
}
form input[type=checkbox] + label, form input[type=radio] + label {
  position: relative;
  padding: 0;
}
form input[type=checkbox] + label:before, form input[type=radio] + label:before {
  content: "";
  background: rgb(249, 247, 248);
  border: double 4px rgb(205, 205, 205);
  display: inline-block;
  vertical-align: middle;
  width: 1.3rem;
  height: 1.3rem;
  padding: 0.222rem;
  margin-right: 1rem;
  text-align: center;
}
form input[type=checkbox] + label:before {
  border-radius: 5px;
}
form input[type=radio] + label:before {
  border-radius: 50%;
}
form input[type=checkbox]:checked + label:before,
form input[type=radio]:checked + label:before {
  background: rgb(68, 119, 221);
  border-style: solid;
  box-shadow: inset 0px 0px 0px 5px rgb(249, 247, 248);
}
form input[type=checkbox]:focus + label,
form input[type=radio]:focus + label {
  outline-color: rgb(200, 235, 255);
  outline-style: dashed;
  outline-width: 4px;
  outline-offset: 0.2rem;
}
form input[type=checkbox]:disabled + label,
form input[type=radio]:disabled + label {
  color: rgb(205, 205, 205);
}
form input[type=checkbox]:disabled + label:before,
form input[type=radio]:disabled + label:before {
  color: rgb(222, 222, 222);
  border: dashed 4px rgb(222, 222, 222);
}
form textarea {
  border: double 4px rgb(205, 205, 205);
  border-radius: 5px;
  background: rgb(249, 247, 248);
  color: rgb(68, 119, 221);
  padding: 0.75rem 0.5rem;
  min-width: 20rem;
  min-height: 4rem;
  margin-top: 0.3rem;
  margin-bottom: 1.2rem;
}
form textarea::-moz-placeholder {
  color: rgb(214, 214, 214);
}
form textarea::placeholder {
  color: rgb(214, 214, 214);
}
form textarea:focus {
  outline-color: rgb(200, 235, 255);
  outline-style: dashed;
  outline-width: 4px;
  outline-offset: 0.2rem;
  background: rgb(200, 235, 255);
}
form textarea:focus:required:invalid {
  outline-color: rgb(255, 223, 223);
  outline-style: dashed;
  outline-width: 4px;
  outline-offset: 0.2rem;
  background: rgb(255, 223, 223);
}
form textarea:disabled {
  color: rgb(222, 222, 222);
  border: dashed 4px rgb(222, 222, 222);
}
form textarea:disabled::-moz-placeholder {
  color: rgb(222, 222, 222);
}
form textarea:disabled::placeholder {
  color: rgb(222, 222, 222);
}
