/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  box-sizing: border-box;
}

html, body, [data-react-class=App] {
  height: 100%;
}

@font-face {
  font-family: "OpenSansCondensed";
  src: url(/assets/OpenSansCondensed-Bold-baf855ab22726f0e1ebb3b42460853e84eeb8840be7b0b615028d74962157f20.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: "OpenSansCondensed";
  margin: 0;
}

h1, h2, h3, h4, h5 {
  font-family: "OpenSansCondensed";
  margin: 0 0 1.25rem;
  line-height: 1.25;
  color: #05323a;
}

h1 {
  font-size: 2.281rem;
}

h2 {
  font-size: 2.027rem;
}

h3 {
  font-size: 1.802rem;
}

h4 {
  font-size: 1.424rem;
}

h5 {
  font-size: 1.266rem;
}

h6 {
  font-size: 1.125rem;
  color: #05323a;
}

p {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.25;
}

.small {
  font-size: 0.9rem;
}

.render-lines {
  white-space: pre-wrap;
}

.login {
  background: url(/assets/welcome-bg-bcd8f70753509f28951767ecc36f6dec8433a63499f09940caf622f063d69f19.jpg) no-repeat center center fixed;
  background-size: cover;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.login .flashes {
  margin-bottom: 1rem;
}
.login .flashes .flash-alert {
  color: #c93017;
}
.login .flashes .flash-notice {
  color: #b55915;
}
.login .logo img {
  max-width: 120px;
  width: 14vh;
  height: auto;
}
.login-card {
  background: rgba(255, 255, 255, 0.7);
  width: 55%;
  padding: 2em;
  border-radius: 5%;
  color: #09697e;
  max-width: 25rem;
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
  flex-shrink: 0;
}
@media screen and (max-width: 600px) {
  .login-card {
    width: 80vw;
    margin-bottom: 10px;
  }
}
.login-card img {
  margin-bottom: 0.5rem;
  width: 100%;
}
.login-card h1 {
  border-top: 3px solid #d97629;
  padding-top: 0.3em;
  padding-bottom: 0.2em;
  text-align: center;
  margin: 0;
}
.login-card a {
  color: #33aa8b;
  text-decoration: none;
  align-self: center;
}
.login-card input[type=text],
.login-card input[type=email],
.login-card input[type=password] {
  padding: 0.5rem;
  width: 100%;
}
.login-card label {
  margin-top: 1rem;
}
.login-card input[type=submit] {
  background-color: #33aa8b;
  text-transform: uppercase;
  letter-spacing: 0.09rem;
  border-radius: 5px;
  border-color: transparent;
  font-weight: 400;
  font-size: 0.85rem;
  cursor: pointer;
  padding: 1rem;
  width: 15rem;
  margin-top: 0.5rem;
  color: #ffffff;
}
.login-card input[type=submit]:hover {
  background-color: #09697e;
}
.login-card input[type=submit]:focus {
  outline-color: #ffffff;
}
@media screen and (max-width: 370px) {
  .login h1 {
    font-size: 1.5rem;
  }
  .login input[type=submit] {
    width: 10rem;
  }
  .login .navbar-link {
    margin-left: 5px;
    margin-right: 5px;
    font-size: 0.6em;
  }
}
@media screen and (max-height: 550px) {
  .login .sponsors {
    display: none;
  }
  .login .logo {
    display: none;
  }
  .login .login-card {
    margin-bottom: 0;
  }
}
.login-links {
  margin-top: 1rem;
}

.onboarding {
  background: url(/assets/welcome-bg-bcd8f70753509f28951767ecc36f6dec8433a63499f09940caf622f063d69f19.jpg) no-repeat center center fixed;
  background-size: cover;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.onboarding .flashes {
  margin-bottom: 1rem;
}
.onboarding .flashes .flash-alert {
  color: #c93017;
}
.onboarding .flashes .flash-notice {
  color: #b55915;
}
.onboarding .logo img {
  max-width: 120px;
  width: 14vh;
  height: auto;
}
.onboarding-card {
  background: rgba(255, 255, 255, 0.7);
  padding: 2em;
  border-radius: 2rem;
  color: #09697e;
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
  align-items: center;
  max-width: 55vw;
  flex-shrink: 0;
  gap: 0.5rem;
}
@media screen and (max-width: 600px) {
  .onboarding-card {
    width: 80vw;
    margin-bottom: 10px;
  }
}
.onboarding-card img {
  margin-bottom: 0.5rem;
  width: 80%;
  max-width: 300px;
}
.onboarding-card h1, .onboarding-card h2, .onboarding-card h3 {
  border-top: 3px solid #d97629;
  padding-top: 0.3em;
  padding-bottom: 0.2em;
  text-align: center;
  margin: 0;
}
.onboarding-card a {
  color: #33aa8b;
  text-decoration: none;
  align-self: center;
}
.onboarding-card input[type=text],
.onboarding-card input[type=email],
.onboarding-card input[type=password] {
  padding: 0.5rem;
  width: 100%;
}
.onboarding-card label {
  margin-top: 1rem;
}
.onboarding-card label.required::before {
  content: "*";
  margin-right: 0.25rem;
  color: #ef502e;
}
.onboarding-card input[type=submit], .onboarding-card .button {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  color: #05323a;
  background-color: #33aa8b;
  text-transform: uppercase;
  letter-spacing: 0.09rem;
  border-radius: 5px;
  border-color: transparent;
  font-weight: 400;
  font-size: 0.85rem;
  cursor: pointer;
  padding: 1rem;
  width: 15rem;
  margin-top: 0.5rem;
  color: #ffffff;
}
.onboarding-card input[type=submit]:hover, .onboarding-card .button:hover {
  background-color: #09697e;
}
.onboarding-card input[type=submit]:focus, .onboarding-card .button:focus {
  outline-color: #ffffff;
}
@media screen and (max-width: 370px) {
  .onboarding h1 {
    font-size: 1.5rem;
  }
  .onboarding input[type=submit] {
    width: 10rem;
  }
  .onboarding .navbar-link {
    margin-left: 5px;
    margin-right: 5px;
    font-size: 0.6em;
  }
}
@media screen and (max-height: 550px) {
  .onboarding .sponsors {
    display: none;
  }
  .onboarding .logo {
    display: none;
  }
}
.onboarding-links {
  margin-top: 1rem;
}

.welcome {
  background: no-repeat center center fixed;
  background-size: cover;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.welcome .logo img {
  max-width: 200px;
  width: 15vh;
  height: auto;
}
.welcome-card {
  background: rgba(255, 255, 255, 0.7);
  width: 55%;
  padding: 2em;
  border-radius: 5%;
  color: #09697e;
  max-width: 25rem;
  min-height: 20rem;
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
  flex-shrink: 0;
}
@media screen and (max-width: 600px) {
  .welcome-card {
    width: 80vw;
  }
}
.welcome-card img {
  margin-bottom: 0.5rem;
  width: 100%;
}
.welcome-card-user {
  color: #33aa8b;
  margin-top: 1rem;
  margin-bottom: 1rem;
  width: 100%;
}
@media screen and (max-width: 600px) {
  .welcome-card-user a {
    letter-spacing: 0;
  }
}
.welcome-card-user a {
  text-decoration: none;
  color: #33aa8b;
  text-transform: uppercase;
  letter-spacing: 0.09rem;
  font-family: sans-serif;
  font-weight: bold;
  font-size: 0.85rem;
  margin-right: 1rem;
  margin-left: 1rem;
}
.welcome-card-user a:hover {
  color: #09697e;
}
.welcome-card h1 {
  border-top: 3px solid #d97629;
  padding-top: 0.3em;
  padding-bottom: 0.2em;
  text-align: center;
  margin: 0;
}
.welcome-card a {
  color: #33aa8b;
  text-decoration: none;
  align-self: center;
}
.welcome-card button {
  background-color: #33aa8b;
  text-transform: uppercase;
  letter-spacing: 0.09rem;
  display: block;
  border-radius: 5px;
  border-color: transparent;
  font-weight: 400;
  font-size: 0.85rem;
  cursor: pointer;
  padding: 1rem;
  width: 15rem;
  margin-top: 0.5rem;
  color: #ffffff;
}
.welcome-card button:hover {
  background-color: #09697e;
}
.welcome-card button:focus {
  outline-color: #ffffff;
}
.welcome .language-color:hover {
  color: #09697e;
}
@media (max-width: 599px) {
  .welcome .logo {
    height: 25%;
  }
}
@media screen and (max-width: 370px) {
  .welcome h1 {
    font-size: 1.5rem;
  }
  .welcome button {
    width: 10rem;
  }
  .welcome .navbar-link {
    margin-left: 5px;
    margin-right: 5px;
    font-size: 0.6em;
  }
  .welcome .language-picker {
    font-size: 0.7em;
  }
}
@media screen and (max-height: 450px) {
  .welcome .logo {
    display: none;
  }
  .welcome .welcome-card {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 678px) {
  .welcome-card {
    min-width: 25rem;
  }
}
@media screen and (max-width: 455px) {
  .welcome-card h1 {
    font-size: 7.08vw;
  }
  .welcome-card {
    min-width: 0 !important;
    max-width: 25rem;
    min-height: 15rem;
  }
  .language-picker {
    font-size: 3.1vw;
  }
}
