@import url("https://use.typekit.net/lzn8pux.css");
html {
  font-size: 62.5%;
  font-family: "proxima-nova", "Verdana", sans-serif;
}
html a {
  color: inherit;
}
html a.action {
  cursor: pointer;
  user-select: none;
  color: #272051;
  text-decoration: underline;
}
html a.action:hover {
  color: #758baa;
}
html a.action.disabled {
  cursor: auto;
  color: #9badc6;
}
html q {
  quotes: '“' '”' "‘" "’";
}
html .error,
html .warning {
  color: red;
}
html .mild-warning {
  color: goldenrod;
}
html .reminder {
  font-weight: bold;
}
html .btn {
  cursor: pointer;
  user-select: none;
  font-family: "proxima-nova", "Verdana", sans-serif;
  font-weight: normal;
  border-width: 0.2rem;
  border-radius: 0.5rem;
  padding: 0.6rem 1.4rem;
  color: white;
  border-color: transparent;
  background-color: gray;
  padding: 0.75em 1em;
  text-decoration: none;
}
html .btn:hover {
  color: #ffffff;
  border-color: rgba(0, 0, 0, 0);
  background-color: #676767;
}
html .btn[disabled] {
  background-color: #b3b3b3;
  border-color: rgba(51, 51, 51, 0);
  color: #e6e6e6;
  cursor: not-allowed;
}
html .icon .fg,
html .icon .bg {
  fill: currentColor;
}
html .icon .bg {
  opacity: 0;
}
header {
  text-align: center;
}
header h1 {
  font-weight: lighter;
  font-size: 2.16em;
}
header h1::before {
  content: url(/static/img/app_logo-dark.svg);
  margin-right: 1ex;
  position: relative;
  top: 0.5em;
}
footer {
  font-size: 1.4em;
  margin-bottom: 2.5em;
}
footer .copyright-info,
footer .deploy-info {
  display: block;
}
footer .deploy-info {
  opacity: 0.1;
}
.auth-flow,
.server-error {
  background-color: #403A34;
  background-image: url(/static/img/auth-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.auth-flow header h1::before,
.server-error header h1::before {
  content: url("/static/img/app_logo-lite.svg");
}
.auth-flow header,
.server-error header,
.auth-flow footer,
.server-error footer {
  color: white;
}
.auth-flow > *,
.server-error > * {
  max-width: 650px;
}
.auth-flow .main-dialog,
.server-error .main-dialog {
  box-sizing: border-box;
  width: 50em;
  padding: 5em 10em;
  margin: 7.5em 2.5em;
  background: white;
}
.auth-flow .login-banner {
  font-size: 1.2em;
  padding: 1.5em 2.5em;
  background-color: rgba(255, 200, 100, 0.2);
  border-radius: 2px;
}
.auth-flow .join-prompt {
  font-size: 1.4em;
}
.auth-flow .main-dialog {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.auth-flow .main-dialog > * {
  margin: 1em 0;
}
.auth-flow .main-dialog h2 {
  font-size: 2.4em;
}
.auth-flow .main-dialog p {
  width: 100%;
}
.auth-flow .main-dialog input,
.auth-flow .main-dialog button {
  box-sizing: border-box;
  width: 28em;
  height: 4em;
  padding: 1em 2em;
  font-size: 1.4em;
}
.auth-flow .main-dialog button {
  border: none;
  text-transform: uppercase;
  cursor: pointer;
  user-select: none;
  font-family: "proxima-nova", "Verdana", sans-serif;
  font-weight: bold;
  border-width: 0.2rem;
  border-radius: 0.5rem;
  padding: 0.6rem 1.4rem;
  color: white;
  border-color: transparent;
  background-color: #663bc9;
}
.auth-flow .main-dialog button:hover {
  color: #ffffff;
  border-color: rgba(0, 0, 0, 0);
  background-color: #512da4;
}
.auth-flow .main-dialog button[disabled] {
  background-color: #a48bdf;
  border-color: rgba(51, 51, 51, 0);
  color: #e6e6e6;
  cursor: not-allowed;
}
.server-error .main-dialog {
  padding: 3em 3em;
  background-color: rgba(255, 200, 100, 0.8);
  border-radius: 2px;
  text-align: center;
}
.server-error .main-dialog h1 {
  margin: 0;
}
.server-error .main-dialog p {
  font-size: 1.1em;
}
.server-error .main-dialog pre {
  border: 1px solid rgba(0, 0, 0, 0.05);
  padding: 1em;
  text-align: left;
  margin-top: 5em;
}
.start-page {
  background-color: #3f1e8a;
  margin: 0;
}
.start-page header {
  position: fixed;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 6.4rem;
  background-color: white;
}
.start-page header h1 {
  margin: auto;
  padding-left: 1em;
  text-align: left;
}
.start-page header .links {
  position: absolute;
  top: 40%;
  right: 5em;
}
.start-page header .links a {
  margin: 0 1ex;
}
.start-page footer {
  text-align: center;
  color: white;
}
.start-page .main-content {
  padding-top: 7.4rem;
}
.start-page .main-content .login-reminder {
  padding-left: 26rem;
}
.start-page .main-content .login-reminder p {
  margin: 0;
}
.start-page .main-content .login-reminder .greeting {
  display: inline-block;
  padding: 0.8rem 1.2rem;
  font-family: "merriweather", "Georgia", serif;
  font-size: 2.46rem;
  color: #3f1e8a;
  background-color: #74d6e5;
}
.start-page .main-content .login-reminder .confirmation {
  margin-top: 0.5em;
  font-size: 1.8rem;
  color: white;
}
.start-page .main-content .unit-carousels {
  margin: 5rem 15rem;
}
.start-page .main-content .unit-carousels:empty::before,
.start-page .main-content .unit-carousels > .empty-list::before {
  display: block;
  content: "No content is available to you at this time.";
  font-style: italic;
  text-align: center;
  color: #9badc6;
}
.start-page .main-content .unit-carousels .group {
  padding: 1rem 10rem 2rem;
  overflow: auto;
}
.start-page .main-content .unit-carousels .group:nth-child(odd) {
  background-color: rgba(255, 255, 255, 0.075);
}
.start-page .main-content .unit-carousels .group:nth-child(even) {
  background-color: rgba(255, 255, 255, 0.125);
}
.start-page .main-content .unit-carousels .group > h2 {
  font-family: "merriweather", "Georgia", serif;
  color: white;
}
.start-page .main-content .unit-carousels .group > ul {
  list-style-type: none;
  padding-left: 0;
  padding: 0;
  display: flex;
}
.start-page .main-content .unit-carousels .group .item-rep {
  display: flex;
  box-sizing: border-box;
  width: 17.2rem;
  height: 27.5rem;
  margin: 1rem;
  color: white;
  text-decoration: none;
  border-radius: 0.6rem;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
  padding: 0 1.5rem 2rem;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
}
.start-page .main-content .unit-carousels .group .item-rep.color-themeA,
.start-page .main-content .unit-carousels .group .item-rep.color-default {
  background-color: #f05666;
}
.start-page .main-content .unit-carousels .group .item-rep.color-themeA .flag::after,
.start-page .main-content .unit-carousels .group .item-rep.color-default .flag::after {
  border-bottom-color: #f05666;
}
.start-page .main-content .unit-carousels .group .item-rep.color-themeB {
  background-color: #758baa;
}
.start-page .main-content .unit-carousels .group .item-rep.color-themeB .flag::after {
  border-bottom-color: #758baa;
}
.start-page .main-content .unit-carousels .group .item-rep.color-themeC {
  background-color: #8e63ef;
}
.start-page .main-content .unit-carousels .group .item-rep.color-themeC .flag::after {
  border-bottom-color: #8e63ef;
}
.start-page .main-content .unit-carousels .group .item-rep.color-themeD {
  background-color: #272051;
}
.start-page .main-content .unit-carousels .group .item-rep.color-themeD .flag::after {
  border-bottom-color: #272051;
}
.start-page .main-content .unit-carousels .group .item-rep.color-themeE {
  background-color: #74d6e5;
}
.start-page .main-content .unit-carousels .group .item-rep.color-themeE .flag::after {
  border-bottom-color: #74d6e5;
}
.start-page .main-content .unit-carousels .group .item-rep .flag {
  position: absolute;
  top: 0;
  left: 1.5rem;
  width: 1.6rem;
  height: 4rem;
  box-sizing: content-box;
  background: white;
}
.start-page .main-content .unit-carousels .group .item-rep .flag::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-bottom: 0.5rem solid black;
  border-left: 0.8rem solid transparent;
  border-right: 0.8rem solid transparent;
}
.start-page .main-content .unit-carousels .group .item-rep .badge {
  position: absolute;
  top: 1em;
  right: 1.5rem;
  text-shadow: #272051 1px 1px 3px;
}
.start-page .main-content .unit-carousels .group .item-rep .badge.status-active {
  display: none;
}
.start-page .main-content .unit-carousels .group .item-rep .type {
  text-transform: uppercase;
  font-size: 1em;
}
.start-page .main-content .unit-carousels .group .item-rep .title {
  font-family: "merriweather", "Georgia", serif;
  font-size: 1.8em;
}
.start-page .login-confirmation {
  color: #3f1e8a;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.start-page .login-confirmation > * {
  margin: 0.5em 0;
}
.start-page .login-confirmation span {
  font-family: "merriweather", "Georgia", serif;
  font-size: 3em;
}
.start-page .login-confirmation p {
  font-size: 2em;
  color: #693ad4;
}
.start-page .login-confirmation .btn {
  display: inline-block;
  font-size: 1.8em;
  cursor: pointer;
  user-select: none;
  font-family: "proxima-nova", "Verdana", sans-serif;
  font-weight: bold;
  border-width: 0.2rem;
  border-radius: 0.5rem;
  padding: 0.6rem 1.4rem;
  color: white;
  border-color: transparent;
  background-color: #74d6e5;
}
.start-page .login-confirmation .btn:hover {
  color: #ffffff;
  border-color: rgba(0, 0, 0, 0);
  background-color: #49c9dd;
}
.start-page .login-confirmation .btn[disabled] {
  background-color: #caeff5;
  border-color: rgba(51, 51, 51, 0);
  color: #e6e6e6;
  cursor: not-allowed;
}
.modal {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 99999;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.modal > * {
  max-width: 500px;
  background: white;
  border-radius: 6px;
  padding: 5em;
  margin-top: 10%;
}
