@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;
  -webkit-text-size-adjust: 100%;
}

/* 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;
  height: 0;
  overflow: visible;
}

/**
 * 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;
  font-size: 1em;
}

/* 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;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * 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;
  font-size: 1em;
}

/**
 * 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;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  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;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

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

/**
 * 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;
  outline-offset: -2px;
}

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

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

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

.league-spartan {
  font-family: "League Spartan", sans-serif;
  font-optical-sizing: auto;
  font-weight: 100;
  font-style: normal;
}

html {
  font-size: 16px;
  background-color: #004b57;
  color: #fff;
  height: 100%;
}

body {
  font-family: "League Spartan", sans-serif;
  font-optical-sizing: auto;
  font-weight: 100;
  font-style: normal;
  height: 100%;
}
body .s-activityScreen, body .s-allDone {
  display: none;
}
body.activityMode .s-introScreen {
  display: none;
}
body.activityMode .s-activityScreen {
  display: block;
}
body.allDone .s-activityScreen {
  display: none;
}
body.allDone .s-allDone {
  display: block;
}

.screen {
  height: 100%;
}

body:not(.activityMode).screen {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.e-colDropTarget p {
  background-color: #fff;
  color: #000;
  font-size: 1.5rem;
  font-weight: 900;
  text-align: center;
  margin: 0 auto;
  padding: 0;
  padding-top: 0.75rem;
  width: 10rem;
  height: 3.5rem;
  border-radius: 1rem;
  border: 0.25rem solid #33cc66;
}
.e-colDropTarget p.smaller {
  font-size: 1.2rem;
  padding-top: 0.4rem;
  font-weight: normal;
  line-height: 1;
  cursor: pointer;
}

li {
  position: relative;
}
li button {
  border: 1px solid transparent;
  background: #fff;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: -1.3rem;
  width: 1.3rem;
  height: 1.3rem;
}
li button::before {
  position: absolute;
  top: 0.0625rem;
  left: 0.125rem;
  font-size: 1.2rem;
  font-weight: bold;
  color: red;
  content: "✕";
}

.s-introScreen {
  overflow-y: auto;
  width: 100%;
  display: flex;
  padding: 1rem;
}
.s-introScreen > div {
  flex-basis: 50%;
  flex-grow: 0;
  flex-shrink: 0;
}
.s-introScreen__form h1 {
  margin: 0;
  padding: 0;
  padding-top: 5rem;
  padding-bottom: 1rem;
  text-align: center;
  font-size: 6rem;
  text-transform: uppercase;
  line-height: 1;
  font-weight: 900;
}
.s-introScreen__form label {
  padding-bottom: 1rem;
  color: #33cc66;
  font-weight: 900;
  font-size: 2rem;
  text-transform: uppercase;
  text-align: center;
  display: block;
}
.s-introScreen__form .e-input {
  text-align: center;
  padding-bottom: 2rem;
}
.s-introScreen__form .e-input input[type=text] {
  font-size: 1.5rem;
  width: 28rem;
  background-color: #fff;
  color: #000;
  font-weight: 700;
  border-radius: 1rem;
  border: 0.25rem solid #33cc66;
  padding: 1rem 0.75rem;
  text-transform: uppercase;
}
.s-introScreen__form .e-input input[type=button] {
  background-color: #33cc66;
  color: #fff;
  font-weight: 900;
  font-size: 1.5rem;
  border-radius: 1.1rem;
  border: none;
  padding: 0.6rem 4rem 0.25rem 4rem;
  line-height: 1;
}
.s-introScreen__form img {
  margin-top: 4rem;
  display: block;
  width: 14rem;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.s-introScreen__img img {
  width: 34rem;
  height: auto;
}

.s-activityScreen {
  overflow-y: auto;
  width: 100%;
  padding: 1rem;
}
.s-activityScreen__header {
  display: flex;
  align-items: center;
}
.s-activityScreen__header h1 {
  margin: 0;
  padding: 0;
  flex-grow: 1;
  flex-shrink: 1;
  color: #33cc66;
  font-weight: 900;
  font-size: 2rem;
  text-transform: uppercase;
  line-height: 1;
}
.s-activityScreen__header > div {
  flex-grow: 0;
  flex-shrink: 0;
  width: 20%;
}
.s-activityScreen__header > div img {
  display: block;
  width: 100%;
  height: auto;
}
.s-activityScreen__sourceDeck h2 {
  text-align: center;
  margin: 0;
  padding: 0;
  font-weight: 100;
  font-size: 1rem;
}
.s-activityScreen__sourceDeck h2 + h2 {
  display: none;
}
.s-activityScreen__sourceDeck ul {
  margin: 0 auto;
  padding: 1rem;
  width: 27rem;
  height: 6rem;
  position: relative;
}
.s-activityScreen__sourceDeck ul li {
  cursor: grab;
  position: absolute;
  top: 1rem;
  width: calc(100% - 2rem);
  height: 4rem;
  margin: 0;
  padding: 0;
  padding-top: 1rem;
  list-style-type: none;
  text-align: center;
  background-color: #fff;
  color: #000;
  font-size: 1.5rem;
  font-weight: 700;
  border-radius: 1rem;
  border: 0.25rem solid #33cc66;
}
.s-activityScreen__sourceDeck button, .s-activityScreen__sourceDeck p {
  display: none;
}
.s-activityScreen__sourceDeck.is-empty {
  height: 7.125rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.s-activityScreen__sourceDeck.is-empty h2, .s-activityScreen__sourceDeck.is-empty ul {
  display: none;
}
.s-activityScreen__sourceDeck.is-empty button {
  display: block;
  margin: 0 auto;
  padding: 0.6rem 4rem 0.25rem 4rem;
  background-color: #33cc66;
  color: #fff;
  font-weight: 900;
  font-size: 1.5rem;
  border-radius: 1.1rem;
  border: none;
  line-height: 1;
}
.s-activityScreen__sourceDeck.is-empty h2 + h2 {
  display: block;
}
.s-activityScreen__destinationCols {
  display: flex;
}
.s-activityScreen__destinationCols > div {
  flex-basis: 33.3333333333%;
}

.c-destinationCol__icon img {
  display: block;
  width: 4rem;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.c-destinationCol__name h3 {
  text-align: center;
  margin: 0;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  padding: 0;
  line-height: 1;
}
.c-destinationCol__items {
  padding: 0 4rem;
}
.c-destinationCol__items ul {
  margin: 0;
  margin-top: 1rem;
  padding: 0;
}
.c-destinationCol__items ul li {
  margin: 0;
  margin-top: 0.5rem;
  padding: 0.25rem 0;
  list-style-type: none;
  text-align: center;
  cursor: grab;
  transition: all 0.5s;
  border: 0.0625rem solid transparent;
}
.c-destinationCol__items ul li:hover {
  border: 0.0625rem solid #33cc66;
}

.s-allDone {
  overflow-y: auto;
  width: 100%;
  display: flex;
  padding: 1rem;
}
.s-allDone > div {
  flex-basis: 50%;
  flex-grow: 0;
  flex-shrink: 0;
}
.s-allDone__text h1 {
  margin: 0;
  padding: 0;
  padding-top: 5rem;
  padding-bottom: 1rem;
  text-align: center;
  font-size: 6rem;
  text-transform: uppercase;
  line-height: 1;
  font-weight: 900;
}
.s-allDone__text p {
  padding-bottom: 1rem;
  color: #33cc66;
  font-weight: 900;
  font-size: 2rem;
  text-transform: uppercase;
  text-align: center;
  display: block;
}
.s-allDone__text img {
  margin-top: 4rem;
  display: block;
  width: 14rem;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.s-allDone__img img {
  width: 34rem;
  height: auto;
}

.modal {
  display: none;
}

.modal.is-open {
  display: block;
}

.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal__container {
  background-color: #fff;
  padding: 1.875rem;
  max-width: 31.25rem;
  max-height: 100vh;
  border-radius: 0.25rem;
  overflow-y: auto;
}

.modal__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.modal__title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1;
  text-transform: uppercase;
  color: #004b57;
}

.modal__close {
  background: transparent;
  border: 0;
}

.modal__header .modal__close:before {
  content: "✕";
}

.modal__content {
  margin-top: 2rem;
  margin-bottom: 2rem;
  line-height: 1.5;
  color: #000;
  font-size: 1rem;
  font-weight: normal;
}

.modal__btn {
  font-size: 0.875rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background-color: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  border-radius: 0.25rem;
  border-style: none;
  border-width: 0;
  cursor: pointer;
  -webkit-appearance: button;
  text-transform: uppercase;
  overflow: visible;
  line-height: 1.15;
  margin: 0;
  will-change: transform;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}

.modal__btn-primary {
  background-color: #33cc66;
  color: #fff;
}

/**************************\
  Demo Animation Style
\**************************/
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}
.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden=false] .modal__overlay {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=false] .modal__container {
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__overlay {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__container {
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}

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