@charset "UTF-8";
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

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

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
q {
  quotes: "“" "”" "‘" "’";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto; /* 1 */
  vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
  color: #03a9f4;
  border-bottom: 1px solid transparent;
  cursor: pointer;
}
a:hover {
  color: rgb(20.3846153846, 180, 252.1153846154);
  border-color: rgb(20.3846153846, 180, 252.1153846154);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  font-family: "museo-sans-rounded", sans-serif;
}

h3 {
  font-size: 32px;
  line-height: 32px;
}

h6 {
  margin: 0;
  font-weight: bold;
  text-transform: uppercase;
  color: #727272;
  font-size: 0.9em;
}

ul,
ol {
  margin: 0 0 1em 0;
  font-size: 16px;
}

ul.inline {
  list-style-type: none;
  padding-left: 0;
}
ul.inline li {
  display: inline;
  margin-right: 10px;
}
ul.inline li:last-child {
  margin-right: 0;
}

ul.block {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

ul.flex {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
ul.flex li {
  flex: 1 0 50%;
  box-sizing: border-box;
}

hr {
  border-top-color: fadeout(#000, 90%);
}

section {
  background: #fff;
  border: 1px solid fadeout(#000, 90%);
  margin: 0 0 20px 0;
}
section.raised {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08), 0 1px 4px rgba(0, 0, 0, 0.08);
}

form {
  margin-bottom: 30px;
}

header {
  margin-bottom: 30px;
}

footer {
  text-align: center;
  color: #727272;
}

input,
select {
  font-family: "museo-sans-rounded", sans-serif;
  font-weight: 400;
}

select {
  cursor: pointer;
}

.page-heading {
  margin-top: 0;
}

dialog {
  position: absolute;
  left: 0;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  margin: auto;
  border: solid;
  padding: 1em;
  background: white;
  color: black;
  display: none;
}

dialog::backdrop {
  background-color: rgba(0, 0, 0, 0.5);
}

dialog[open] {
  display: block;
}

dialog + .backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.1);
}

/* for small devices, modal dialogs go full-screen */
@media screen and (max-width: 540px) {
  dialog[_polyfill_modal] {
    /* TODO: implement */
    top: 0 !important;
    width: auto;
    margin: 1em;
  }
}
._dialog_overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

@media (max-width: 839px) {
  h3 {
    font-size: 28px;
    line-height: 34px;
  }
  h4 {
    font-size: 20px;
    line-height: 28px;
  }
  h5 {
    font-size: 17px;
  }
}
html, input {
  -webkit-font-smoothing: antialiased;
}

@font-face {
  font-family: "MikadoBold";
  src: "/fonts/286B52_0_0.eot";
  src: "/fonts/286B52_0_0.eot?#iefix" format("embedded-opentype"), "/fonts/286B52_0_0.woff" format("woff"), "/fonts/286B52_0_0.ttf" format("truetype");
}
.mikado-bold, .mikadoBold {
  font-family: mikadobold, Helvetica, Arial, sans-serif !important;
}

.museoSansRounded {
  font-family: museo-sans-rounded, sans-serif;
}

.Auth {
  padding-top: clamp(40px, 10svh, 100px);
}
.Auth-container {
  min-width: 450px;
  width: min-content;
  margin: 0 auto 20px;
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3);
}
.Auth-container--wide {
  max-width: 800px;
}
.Auth-header {
  text-align: center;
  padding: 30px 0 30px;
}
.Auth-header a:hover {
  border: transparent;
  text-decoration: none;
}
.Auth-logo {
  margin: auto;
}
a:has(.Auth-logo) {
  border: transparent;
  text-decoration: none;
}
.Auth-body {
  padding: 0 30px 30px;
}
.Auth-student {
  display: inline-flex;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  align-items: center;
  padding: 5px 30px;
  margin: 15px 0;
  border-top: 1px solid #fc6;
  border-bottom: 1px solid #fc6;
  background-color: #FCF5A0;
  text-align: left;
}
.Auth-student img {
  padding-right: 15px;
  width: auto;
  box-sizing: border-box;
}
.Auth-form {
  padding: 0 30px 15px;
}
.Auth-colContainer {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
}
.Auth-contentPanel {
  padding: 15px 30px;
}

.AuthForm {
  text-align: left;
}
.AuthForm input[type=text],
.AuthForm input[type=password],
.AuthForm select {
  border-radius: 6px;
  border: 2px solid #A6E2F4;
  height: 44px;
  font-size: 16px;
  width: 100%;
  box-sizing: border-box;
  padding: 0 10px;
  background-color: #fff;
}
.AuthForm input[disabled] {
  background-color: #f1f5f9;
  border-color: #94a3b8;
  color: #475569;
}
.AuthForm .field_with_errors input[type=text],
.AuthForm .field_with_errors input[type=password] {
  border-color: #f33;
}
.AuthForm .field_with_errors input[type=text]:focus,
.AuthForm .field_with_errors input[type=password]:focus {
  outline: 1px solid #c20101;
  outline-offset: 0px;
}
.AuthForm .center {
  text-align: center;
}
.AuthForm-row {
  padding-bottom: 1em;
}
.AuthForm-error {
  color: #f33;
}
.AuthForm-button {
  height: 44px;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background: #f63;
  border-radius: 6px;
  border: 2px solid #f63;
  outline: none;
}
.AuthForm-button[disabled] {
  background: #ff8c65;
}
.AuthForm-button--blue {
  min-height: 44px;
  background-color: #27afeb;
  border-color: #27afeb;
}
.AuthForm-button--blue[disabled] {
  background: #60a5fa;
  border-color: #27afeb;
}

.Spinner-cssCircle {
  display: inline-block;
  position: relative;
  width: 40px;
  height: 40px;
}
.Spinner-cssCircle div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 32px;
  height: 32px;
  margin: 4px;
  border: 4px solid #fcf;
  border-radius: 50%;
  animation: Spinner-cssCircle 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #b7360a transparent transparent transparent;
}
.Spinner-cssCircle div:nth-child(1) {
  animation-delay: -0.45s;
}
.Spinner-cssCircle div:nth-child(2) {
  animation-delay: -0.3s;
}
.Spinner-cssCircle div:nth-child(3) {
  animation-delay: -0.15s;
}

.Spinner-cssCircle--paleBlue div {
  border: 4px solid #ddf;
  border-color: #ddf transparent transparent transparent;
}

@keyframes Spinner-cssCircle {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.gsi-material-button {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: WHITE;
  background-image: none;
  border: 1px solid #747775;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #1f1f1f;
  cursor: pointer;
  font-family: "Roboto", arial, sans-serif;
  font-size: 14px;
  height: 40px;
  letter-spacing: 0.25px;
  outline: none;
  overflow: hidden;
  padding: 0 12px;
  position: relative;
  text-align: center;
  -webkit-transition: background-color 0.218s, border-color 0.218s, box-shadow 0.218s;
  transition: background-color 0.218s, border-color 0.218s, box-shadow 0.218s;
  vertical-align: middle;
  white-space: nowrap;
  width: auto;
  max-width: 400px;
  min-width: min-content;
}

.gsi-material-button .gsi-material-button-icon {
  height: 20px;
  margin-right: 12px;
  min-width: 20px;
  width: 20px;
}

.gsi-material-button .gsi-material-button-content-wrapper {
  -webkit-align-items: center;
  align-items: center;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  height: 100%;
  justify-content: space-between;
  position: relative;
  width: 100%;
}

.gsi-material-button .gsi-material-button-contents {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  font-family: "Roboto", arial, sans-serif;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
}

.gsi-material-button .gsi-material-button-state {
  -webkit-transition: opacity 0.218s;
  transition: opacity 0.218s;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.gsi-material-button:disabled {
  cursor: default;
  background-color: rgba(255, 255, 255, 0.3803921569);
  border-color: rgba(31, 31, 31, 0.1215686275);
}

.gsi-material-button:disabled .gsi-material-button-contents {
  opacity: 38%;
}

.gsi-material-button:disabled .gsi-material-button-icon {
  opacity: 38%;
}

.gsi-material-button:not(:disabled):active .gsi-material-button-state,
.gsi-material-button:not(:disabled):focus .gsi-material-button-state {
  background-color: #303030;
  opacity: 12%;
}

.gsi-material-button:not(:disabled):hover {
  -webkit-box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.3), 0 1px 3px 1px rgba(60, 64, 67, 0.15);
  box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.3), 0 1px 3px 1px rgba(60, 64, 67, 0.15);
}

.gsi-material-button:not(:disabled):hover .gsi-material-button-state {
  background-color: #303030;
  opacity: 8%;
}

html {
  font-family: "museo-sans-rounded", sans-serif;
  font-size: 16px;
}

html.planet-bg {
  height: 100%;
  background: url("/assets/bkgd-planet-sky02-97f9cd07.jpg") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

html.navy-bg {
  background: #11325F;
}
