@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;
}

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

html {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  html {
    font-size: 112.5%;
  }
}
@media (min-width: 992px) {
  html {
    font-size: 125%;
  }
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

body {
  text-align: center;
}

img {
  max-width: 100%;
  height: auto;
}

html.loading {
  cursor: progress !important;
}

a {
  text-decoration: none;
}

input:required,
input:invalid {
  box-shadow: none;
}

.blue {
  color: #2e9aff;
}

.green {
  color: #53c71a;
}

.red {
  color: #ff6164;
}

.yellow {
  color: #fbb62d;
}

@media (min-width: 768px) {
  .font--md--left {
    text-align: left;
  }
}
.font--left {
  text-align: left;
}

.font--title {
  text-transform: capitalize;
}

.font--normal {
  font-weight: normal;
}

.font--link {
  color: #2e9aff;
  text-decoration: underline;
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 1rem 0 0;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child,
p:first-child {
  margin: 0;
}

h1 + *,
h2 + *,
h3 + *,
h4 + *,
h5 + *,
h6 + *,
p + * {
  margin-top: 1rem;
}

.font--margin-unset {
  margin-top: unset;
}

h1 {
  font-size: 2.4rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.6rem;
}

h4 {
  font-size: 1.2rem;
}

h5 {
  font-size: 1rem;
}

h6 {
  font-size: 1rem;
  font-weight: normal;
  color: gray;
}

@media (min-width: 576px) {
  h1 {
    font-size: 3rem;
  }

  h2 {
    font-size: 2.5rem;
  }

  h3 {
    font-size: 2rem;
  }

  h4 {
    font-size: 1.5rem;
  }

  h5 {
    font-size: 1rem;
  }
}
.grid {
  display: flex;
  flex-wrap: wrap;
}

.grid--column-reverse {
  flex-wrap: wrap-reverse;
}

.col {
  flex: 0 0 100%;
}

@media (min-width: 768px) {
  .col--md--6 {
    flex-basis: 50%;
  }

  .col--md--5 {
    flex-basis: 41.666%;
  }

  .col--md--4 {
    flex-basis: 33.333%;
  }

  .col--md--7 {
    flex-basis: 58.333%;
  }

  .col--md--8 {
    flex-basis: 66.666%;
  }
}
.show--md {
  display: none;
}
@media (min-width: 576px) {
  .show--md {
    display: initial;
  }
}

.show--lg {
  display: none;
}
@media (min-width: 992px) {
  .show--lg {
    display: initial;
  }
}

.show--xl {
  display: none;
}
@media (min-width: 1200px) {
  .show--xl {
    display: initial;
  }
}

.container {
  max-width: 90%;
  margin-right: auto;
  margin-left: auto;
}
.container--short {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.container--tall {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.container--padding-unset {
  padding-top: unset;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1100px;
  }
}
.center--horizontal {
  display: flex;
  justify-content: center;
}

.footer {
  padding: 30px 20px 30px;
  background-color: #333333;
  color: #ababab;
  margin-top: auto;
}
@media print {
  .footer {
    display: none;
  }
}

.footer__nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  justify-content: space-around;
  align-items: center;
  max-width: 600px;
  margin: auto;
}
.footer__nav a, .footer__nav h5 {
  margin: 0;
  color: #e5ebf6;
}

.footer__copyright {
  margin-top: 1rem;
}

.header {
  position: sticky;
  z-index: 1000;
  top: 0;
  left: 0;
  right: 0;
  height: 12vw;
  max-height: 96px;
  min-height: 72px;
  background: white;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  align-items: center;
  padding: 10px 5%;
}
@media print {
  .header {
    display: none;
  }
}

.header__button-group {
  margin-left: auto;
}

.header__logo {
  height: 100%;
}
.header__logo > img {
  height: 100%;
}

.archive-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: var(--archive-banner-height, 44px);
  padding: 6px 5%;
  background: #333333;
  color: white;
  text-align: center;
}
@media print {
  .archive-banner {
    display: none;
  }
}

.archive-banner__text {
  margin: 0;
  font-size: 15px;
  line-height: 1.3;
}
@media (max-width: 576px) {
  .archive-banner__text {
    font-size: 12px;
  }
}
.archive-banner__text > strong {
  color: #fbb62d;
}

.btn {
  background: none;
  color: black;
  border-radius: 7px;
  border: none;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  padding: 0.75rem 2rem;
  font-size: 1.125rem;
  cursor: pointer;
  display: block;
  box-shadow: rgba(119, 125, 132, 0.5) 0px 1px 4px;
}
.btn:hover, .btn:focus {
  outline: none;
  color: #53c71a;
  box-shadow: rgba(0, 0, 0, 0.45) 0px 1px 4px;
  border-color: #53c71a;
}
.btn:disabled {
  color: white;
  background-color: gray;
  box-shadow: unset;
  cursor: unset;
}
.btn + .btn {
  margin-left: 2rem;
}
.btn + .btn__sibling {
  margin-left: 2rem;
}

.btn--success {
  background: #53c71a;
  color: white;
  font-weight: 900;
}
.btn--success:hover, .btn--success:focus {
  color: #53c71a;
  background: white;
}

.btn--blue {
  background: #2e9aff;
  color: white;
  font-weight: 900;
}
.btn--blue:hover, .btn--blue:focus {
  color: #2e9aff;
  background: white;
}

.btn--error {
  background: #ff6164;
  color: white;
  font-weight: 900;
}
.btn--error:hover, .btn--error:focus {
  color: #ff6164;
  background: white;
}

.btn--border {
  border: 1px solid black;
}

/* Styles for the cards that will be used during the test */
.card {
  padding: 15px;
  position: absolute;
  width: 180px;
  height: 127px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: linear-gradient(257.68deg, #F7F7F7 0%, #ECECEC 100%);
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  color: black;
  font-weight: 700;
  cursor: default;
  z-index: 1;
  background-image: url(/../img/cardSmallLogo.png);
  background-repeat: repeat;
}

.bigCard {
  padding: 30px;
  width: 360px;
  height: 254px;
  border-radius: 18px;
  font-size: 30px;
  background-image: url(/../img/cardLogo.png);
}

.cardTrans {
  transition: 0.4s;
}

.card:hover {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

/* Style for when card is being clicked on */
.cardFocused {
  opacity: 0.5;
  transition: 0.4;
}

.carousel {
  overflow: hidden;
}

.carousel__slider {
  width: fit-content;
  display: flex;
  transition: all 0.8s;
}

.carousel__slider__item {
  padding: 0 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.carousel__slider__item__text {
  font-weight: normal;
}

.carousel__btns {
  margin-top: 1rem;
}

.carousel__btn {
  width: 1rem;
  height: 1rem;
  margin: 0.5rem;
  border-radius: 1rem;
  display: inline-block;
  cursor: pointer;
  background-color: black;
  transition: all 0.8s;
}
.carousel__btn--wide {
  width: 35px;
  border-radius: 35px;
  background-color: #ff6164;
}

.carousel__slider__item__accent {
  background: #fbb62d;
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.checkbox {
  display: inline-flex;
  cursor: pointer;
  position: relative;
  align-items: center;
}

.checkbox > span {
  padding: 0.5rem 0.5rem 0.4rem;
}

.checkbox > input {
  height: 1.25rem;
  width: 1.25rem;
  border-radius: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  outline: none;
  transition-duration: 0.5s;
  background-color: #ff6164;
  cursor: pointer;
}

.checkbox > input:checked {
  background-color: #53c71a;
  display: flex;
  justify-content: center;
  align-items: center;
}

.checkbox > input:checked::before {
  content: "✓";
  display: block;
  text-align: center;
  color: #e5ebf6;
  position: relative;
}

.dropzoneContainer {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: space-around;
  bottom: 0px;
  left: 0px;
  height: 30%;
  width: 100vw;
}

.cardDropzone {
  width: 30%;
  max-width: 450px;
  border: 2px solid;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 10px;
}

.cardDropzoneHover {
  box-shadow: inset 0px 0px 4px 1px rgba(0, 0, 0, 0.35);
}

.dropZoneText {
  font-size: 1.5em;
  font-weight: 700;
  width: 100%;
}
.dropZoneText.light {
  color: #EEE;
}

.dropZoneCounter {
  position: relative;
  padding: 30px 45px;
}
.dropZoneCounter.left {
  text-align: left;
}
.dropZoneCounter.right {
  text-align: right;
}

#lightGreyDropzone {
  border-color: #AAA;
  background: rgba(187, 187, 187, 0.65);
}

#darkGreyDropzone {
  border-color: #AAA;
  background: rgba(51, 51, 51, 0.65);
}

#greenDropzone {
  border-color: #56bd66;
  background: rgba(86, 189, 102, 0.5);
}

#redDropzone {
  border-color: #ff4d4f;
  background: rgba(255, 77, 79, 0.5);
}

#undecidedDropZone {
  flex-grow: 1;
  display: flex;
  align-items: flex-end;
}

.form-field {
  position: relative;
  padding: 15px 0 0;
}
.form-field + .form-field {
  margin-top: 1rem;
}

.form-field__input {
  width: 100%;
  border: 0;
  border-bottom: 2px solid gray;
  outline: 0;
  font-size: 1.25rem;
  color: black;
  padding: 0.75em 0 0.625em;
  background: transparent;
  transition: border-color 0.2s;
  /* remove standard placeholder */
}
.form-field__input:placeholder-shown ~ .form-field__label {
  font-size: 1.25em;
  cursor: text;
  top: 1.5em;
}
.form-field__input:focus {
  padding-bottom: 0.5625em;
  font-weight: 700;
  border-width: 3px;
  border-bottom: 3px solid #2e9aff;
}
.form-field__input:focus ~ .form-field__label {
  position: absolute;
  top: 0.5em;
  display: block;
  transition: 0.25s;
  font-size: 1rem;
  color: #2e9aff;
  font-weight: 700;
}
.form-field__input::placeholder {
  color: transparent;
  visibility: hidden;
}

.form-field__label {
  position: absolute;
  top: 0.5em;
  display: block;
  transition: 0.25s;
  font-size: 1rem;
  color: gray;
}

.form-field__input--error {
  color: #ff6164;
  border-color: #ff6164;
}
.form-field__input--error:focus {
  border-color: #ff6164;
}
.form-field__input--error:focus ~ .form-field__label {
  color: #ff6164;
}
.form-field__input--error ~ .form-field__label {
  color: #ff6164;
}

.modal__container {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.25s linear, opacity 0.2s linear;
  position: fixed;
  width: 100vw;
  height: 100vh;
  max-height: 100vh;
  top: 0;
  left: 0;
  z-index: 100000;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(131, 138, 150, 0.8);
}
.modal__container--shown {
  visibility: visible;
  opacity: 1;
}

.modal {
  opacity: 0;
  transition: opacity 0.2s linear;
  position: relative;
  width: 95%;
  max-width: 550px;
  max-height: 100%;
  background: white;
}
.modal--shown {
  opacity: 1;
}

.modal__title {
  text-align: left;
}

.modal__text {
  margin-top: 2em;
}

.modal__link--small {
  margin-top: 0.5rem;
  text-align: left;
  font-size: 0.75rem;
  color: #2e9aff;
}
.modal__link--small > a:visited {
  color: #2e9aff;
}

.modal__divider {
  height: 2px;
  background: gray;
  width: 100%;
  margin: 0 auto;
}
.modal__divider--spacing {
  margin-top: 0rem;
}

.modal--no-transition {
  transition: unset !important;
}

.modal__close {
  position: absolute;
  top: 10px;
  right: 10px;
  height: 28px;
  width: 28px;
}
.modal__close:hover {
  fill: #ff6164;
}

.modal__button-group {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 3em;
}
.modal__button-group--spread {
  justify-content: space-between;
}

.modal__back {
  position: absolute;
  top: 10px;
  left: 10px;
  height: 28px;
  width: 28px;
  visibility: hidden;
}
.modal__back:hover {
  fill: #2e9aff;
}

.modal__section {
  padding: 2em 7.5%;
}
.modal__section--highlight {
  background-color: #e5ebf6;
}
.modal__section--overflow {
  max-height: calc(100vh - 250px);
  overflow: auto;
}

.instruction {
  display: flex;
  text-align: center;
  align-items: center;
}
.instruction + .instruction {
  margin-top: 1em;
}

.instruction__number {
  font-size: 3em;
  margin: 0 0.5em 0 0.25em;
  font-weight: 700;
}

.instruction__text {
  text-align: left;
}
.instruction__text > h5 {
  font-weight: 100;
}

.toast {
  z-index: 500000;
  padding: 15px 40px;
  border-radius: 7px;
  color: white;
  box-shadow: rgba(150, 150, 150, 0.8) 0px 1px 4px;
  background-color: #53c71a;
  font-weight: 900;
  display: inline-block;
  position: fixed;
  top: -150px;
  right: 15px;
  opacity: 0;
  transition: all 0.4s ease-out;
}

.toastError {
  background-color: #ff6164;
}

.action-button {
  background: #2e9aff;
  height: 3.5rem;
  width: 3.5rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 3px 6px, rgba(0, 0, 0, 0.35) 0px 3px 6px;
  color: white;
  cursor: pointer;
  z-index: 1000;
}
.action-button:hover {
  color: #2e9aff;
  background: white;
}

.action-button__question {
  padding-top: 0.375rem;
  font-size: 2rem;
  font-weight: bold;
}

table {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

th,
td {
  padding: 1rem;
  background-color: rgba(0, 0, 0, 0.025);
  color: black;
  text-align: left;
  cursor: pointer;
}

.table-data--center {
  text-align: center;
}

th {
  background-color: #333333;
  color: white;
}
th::after {
  color: #333333;
  content: " ▴";
}
th.dir-u::after {
  color: inherit;
  content: " ▴";
}
th.dir-d::after {
  color: inherit;
  content: " ▾";
}

tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.15);
}
tbody td {
  position: relative;
}
tbody td:hover:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -9999px;
  bottom: -9999px;
  background-color: rgba(0, 0, 0, 0.15);
  z-index: -1;
}

.hero {
  background-color: #e5ebf6;
  padding-top: 1.5rem;
}

.hero__content {
  margin-top: 3rem;
}
.hero__content button {
  margin-top: 1rem;
}

.hero__img {
  max-height: 19rem;
  display: flex;
  margin: auto;
}
.hero__img div {
  text-align: center;
  width: 100%;
}
.hero__img div img {
  max-height: 100%;
}

.explanation {
  background-color: #2e9aff;
  transform: translateY(50%);
  padding: 1.5rem 5%;
  margin-top: -6.5rem;
}
@media (min-width: 320px) {
  .explanation {
    margin-top: -4.5rem;
  }
}
@media (min-width: 388px) {
  .explanation {
    margin-top: -1.5rem;
  }
}

.team-quote {
  background-color: #333333;
  color: white;
  padding: 8rem 0 5rem;
}
.team-quote__container {
  padding-top: 3rem;
}
@media (min-width: 388px) {
  .team-quote {
    padding-top: 6.5rem;
  }
}

.team-quote__img {
  display: flex;
  align-items: center;
  margin-top: 3rem;
}
@media (min-width: 768px) {
  .team-quote__img {
    margin-top: unset;
  }
}
.team-quote__img div {
  overflow: hidden;
  display: flex;
  align-items: center;
  height: 12rem;
  width: 18rem;
  margin: auto;
}
.team-quote__img div img {
  height: auto;
  width: 100%;
}

.team-quote__content__author {
  padding-left: 0.625rem;
  font-size: 0.8rem;
  color: #ababab;
}
.team-quote__content__author:before {
  background: #ff6164;
  border-radius: 50%;
  width: 0.75rem;
  height: 0.75rem;
  content: "";
  display: inline-block;
  position: relative;
  top: 0.125rem;
  right: 0.625rem;
}

.call-to-action {
  background-color: #e5ebf6;
}
.call-to-action button {
  margin-top: 2rem;
}
.call-to-action__text {
  margin-top: 2rem;
  font-weight: normal;
}

.appBackground {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin: 0px;
  padding: 30px 30px;
  background: linear-gradient(250deg, #D7DDE8 0%, #C9D0E1 100%);
  height: calc(100vh - 100px - var(--archive-banner-height, 0px));
  width: 100vw;
  overflow: hidden;
}

#completeTest {
  position: absolute;
  bottom: 10%;
  left: calc(50% - 70px);
}

.profile-results--complete {
  margin-bottom: 2rem;
}

.profile-results__title {
  text-align: left;
  border-bottom: 2px solid #ababab;
  padding-bottom: 0.1em;
}

.profile-results__group {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  justify-content: space-around;
  margin-top: 4rem;
}

.profile-results__value {
  margin-top: 0rem;
}

.profile-results--progress__button {
  margin: 2.5em auto 1.5em;
}

.profile-info__header {
  border-bottom: 2px solid #ababab;
  padding-bottom: 0.1em;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.profile-info__header > .btn {
  margin-top: 0;
  align-self: top;
}

.profile-info__fields {
  padding: 1.5em 0 1em;
  text-align: left;
}

.profileFieldHeader {
  margin-bottom: 0.9375em;
  color: #ababab;
  font-size: 1rem;
}

.profileFieldText {
  margin-top: 0.625em;
  margin-bottom: 1.5em;
  font-size: 1.25rem;
  overflow-wrap: break-word;
}
.profileFieldText + input {
  margin-top: 0;
}

.profileInput {
  padding-top: 0.625em;
  margin-bottom: 0.75em;
}

.error-container {
  height: 100vh;
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
}

.adminUserResults__profile {
  padding-bottom: 0;
  padding-top: 4rem;
}

.adminUserResults__field-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}

.adminUserResults__field {
  width: 50%;
}

.adminUserResults__detailed-results {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  padding-top: 1rem;
}

.adminUserResults__detailed-results__container {
  padding-top: 3rem;
}

.adminUserResults__detailed-results__color {
  width: 25%;
  text-align: left;
}
.adminUserResults__detailed-results__color__header {
  font-size: 1.25rem;
  padding-bottom: 0.2rem;
}

.print-header {
  display: none;
  position: relative;
}
@media print {
  .print-header {
    display: block;
  }
}
.print-header__img {
  position: absolute;
  width: 75px;
  top: 30px;
  right: 60px;
}

.admin__body {
  display: flex;
  flex-direction: column;
  height: fit-content;
  min-height: 100vh;
}

.admin__main-container {
  width: 100%;
}

.admin__title {
  border-bottom: 2px solid #ababab;
  padding-bottom: 0.1em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}
.admin__title > h2 {
  text-align: left;
}

.admin__search-group {
  position: relative;
}
.admin__search-group::after {
  position: absolute;
  right: 0.75rem;
  top: 23%;
  z-index: 5;
  font-size: 1.5rem;
  content: "🔍";
  color: #333333;
}

.admin__search {
  border: 2px solid gray;
  border-radius: 5px;
  outline: 0;
  font-size: 1.25rem;
  color: black;
  padding: 0.45em 0.325em;
  background: transparent;
  width: 12em;
}
.admin__search:focus {
  border: 2px solid #2e9aff;
}
.admin__search + .btn {
  margin-left: 0.5rem;
}

/*# sourceMappingURL=main.css.map */
