.zooniverse-dialog {
  display: block;
  font: 12px "Helvetica Neue", Arial, Helvetica, sans-serif;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
.zooniverse-dialog .underlay {
  background: rgba(0,0,0,0);
  display: table;
  width: 100%;
  -webkit-transition: background-color 0.5s ease-in-out;
  -moz-transition: background-color 0.5s ease-in-out;
  -o-transition: background-color 0.5s ease-in-out;
  -ms-transition: background-color 0.5s ease-in-out;
  transition: background-color 0.5s ease-in-out;
  height: 100%;
}
.zooniverse-dialog .underlay .container {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  -ms-perspective: 1000px;
  perspective: 1000px;
}
.zooniverse-dialog .underlay .container .dialog {
  background: #f4f4f4;
  border-top: 5px solid #050505;
  -webkit-box-shadow: 0 3px 5px rgba(0,0,0,0.5);
  box-shadow: 0 3px 5px rgba(0,0,0,0.5);
  color: #000;
  display: inline-block;
  max-width: 33%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  padding: 30px;
  position: relative;
  text-align: left;
  text-shadow: none;
  -webkit-transform: translateY(-25%) rotateX(30deg) scale(0.75);
  -moz-transform: translateY(-25%) rotateX(30deg) scale(0.75);
  -o-transform: translateY(-25%) rotateX(30deg) scale(0.75);
  -ms-transform: translateY(-25%) rotateX(30deg) scale(0.75);
  transform: translateY(-25%) rotateX(30deg) scale(0.75);
  -webkit-transition: opacity 0.25s ease-in-out, -webkit-transform 0.33s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out, -moz-transform 0.33s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out, -o-transform 0.33s ease-in-out;
  -ms-transition: opacity 0.25s ease-in-out, -ms-transform 0.33s ease-in-out;
  transition: opacity 0.25s ease-in-out, transform 0.33s ease-in-out;
}
.zooniverse-dialog .underlay .container .dialog > form > button[name="close-dialog"] {
  font-size: 16px;
  height: 1em;
  position: absolute;
  right: 4px;
  top: 0;
  width: 1em;
}
.zooniverse-dialog.warning .underlay .container .dialog {
  border: 5px solid #f90;
}
.zooniverse-dialog.error .underlay .container .dialog {
  border: 5px solid #c30;
}
.zooniverse-dialog.showing .underlay {
  background: rgba(0,0,0,0.5);
}
.zooniverse-dialog.showing .underlay .container .dialog {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transform: translateY(0) rotateX(0) scale(1);
  -moz-transform: translateY(0) rotateX(0) scale(1);
  -o-transform: translateY(0) rotateX(0) scale(1);
  -ms-transform: translateY(0) rotateX(0) scale(1);
  transform: translateY(0) rotateX(0) scale(1);
}
.zooniverse-dialog button {
  background: transparent;
  border: 0;
  color: inherit;
  cursor: pointer;
  font: inherit;
  margin: 0;
  padding: 0;
}
.zooniverse-dialog a {
  border: 0;
  color: inherit;
  text-decoration: underline;
}
.zooniverse-dialog a:hover {
  color: inherit;
}
.zooniverse-dialog header {
  font-size: 16px;
  margin-bottom: 20px;
}
.zooniverse-dialog header .zooniverse-logo {
  display: inline-block;
  height: 25px;
  margin-right: 5px;
  position: relative;
  top: -2px;
  vertical-align: middle;
  width: 25px;
}
.zooniverse-dialog .loader {
  -webkit-animation: 1s zooniverse-progress linear infinite;
  -moz-animation: 1s zooniverse-progress linear infinite;
  -o-animation: 1s zooniverse-progress linear infinite;
  -ms-animation: 1s zooniverse-progress linear infinite;
  animation: 1s zooniverse-progress linear infinite;
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0.25, transparent), color-stop(0.25, #000), color-stop(0.5, #000), color-stop(0.5, transparent), color-stop(0.75, transparent), color-stop(0.75, #000));
  background: -webkit-linear-gradient(left top, transparent 25%, #000 25%, #000 50%, transparent 50%, transparent 75%, #000 75%);
  background: -moz-linear-gradient(left top, transparent 25%, #000 25%, #000 50%, transparent 50%, transparent 75%, #000 75%);
  background: -o-linear-gradient(left top, transparent 25%, #000 25%, #000 50%, transparent 50%, transparent 75%, #000 75%);
  background: -ms-linear-gradient(left top, transparent 25%, #000 25%, #000 50%, transparent 50%, transparent 75%, #000 75%);
  background: linear-gradient(left top, transparent 25%, #000 25%, #000 50%, transparent 50%, transparent 75%, #000 75%);
  -webkit-background-size: 25px 25px;
  -moz-background-size: 25px 25px;
  background-size: 25px 25px;
  bottom: 0;
  display: none;
  left: 0;
  opacity: 0.05;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=5)";
  filter: alpha(opacity=5);
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.zooniverse-dialog .loading .loader {
  display: block;
}
.zooniverse-dialog label {
  display: block;
  margin: 10px 0;
}
.zooniverse-dialog label.checkbox {
  line-height: 1.5em;
  margin-left: 20px;
}
.zooniverse-dialog input {
  background: #f0f0f0;
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 0 #fff;
  box-shadow: 0 1px 0 #fff;
  font-size: 12px;
  padding: 10px;
}
.zooniverse-dialog input[type="text"],
.zooniverse-dialog input[type="email"],
.zooniverse-dialog input[type="password"] {
  width: 100%;
}
.zooniverse-dialog input[type="checkbox"] {
  margin-left: -20px;
}
.zooniverse-dialog .explanation {
  font-size: 10px;
  line-height: 1.3em;
  margin: 5px 13px;
  opacity: 0.75;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  filter: alpha(opacity=75);
}
.zooniverse-dialog .error-message {
  color: #800000;
  font-weight: bold;
  text-align: center;
}
.zooniverse-dialog .action {
  margin: 1em 0;
  text-align: center;
}
.zooniverse-dialog .action button {
  background: #fff;
  border: 1px solid #bbb;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 0 #fff inset, 0 1px 3px rgba(0,0,0,0.25);
  box-shadow: 0 1px 0 #fff inset, 0 1px 3px rgba(0,0,0,0.25);
  font-size: 12px;
  font-weight: bold;
  margin: 0 5px;
  padding: 3px 10px;
}
.zooniverse-dialog .action button:active {
  border-color: rgba(0,0,0,0.25);
  -webkit-box-shadow: 0 100px rgba(0,0,0,0.125) inset;
  box-shadow: 0 100px rgba(0,0,0,0.125) inset;
}
@-moz-keyframes zooniverse-progress {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: 50px 0;
  }
}
@-webkit-keyframes zooniverse-progress {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: 50px 0;
  }
}
@-o-keyframes zooniverse-progress {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: 50px 0;
  }
}
@-ms-keyframes zooniverse-progress {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: 50px 0;
  }
}
@keyframes zooniverse-progress {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: 50px 0;
  }
}
#ZOONIVERSE_RESET_BUTTON,
.zooniverse-top-bar button,
.zooniverse-groups-menu button,
.zooniverse-languages-menu button {
  background: transparent;
  border: 0;
  color: inherit;
  cursor: pointer;
  font: inherit;
  margin: 0;
  padding: 0;
  text-shadow: inherit;
  text-transform: inherit;
}
.zooniverse-top-bar {
  background: #000;
  color: #fff;
  font: bold 11px "Helvetica Neue", Arial, Helvetica, sans-serif;
  line-height: 1;
  padding-right: 5px;
  position: absolute;
  right: 0;
  text-align: center;
  text-shadow: none;
  top: 0;
  z-index: 100;
}
.zooniverse-top-bar > .corner {
  bottom: 0;
  position: absolute;
  right: 100%;
  top: 0;
  width: 20px;
}
.zooniverse-top-bar > .corner svg {
  height: 100%;
  width: 100%;
}
.zooniverse-top-bar > .corner path {
  fill: #000;
  stroke: transparent;
  stroke-width: 0;
}
.zooniverse-top-bar a {
  border: 0;
  color: inherit;
  text-decoration: none;
}
.zooniverse-top-bar .piece {
  display: inline-block;
  margin: 5px;
  vertical-align: middle;
}
.zooniverse-top-bar .no-user {
  display: inline-block;
}
.zooniverse-top-bar .zooniverse-info {
  font-size: 13px;
}
.zooniverse-top-bar .zooniverse-logo {
  height: 25px;
  margin: -2px 5px 0 0;
  vertical-align: middle;
  width: 25px;
}
.zooniverse-top-bar .sign-in {
  font-size: 10px;
  text-transform: uppercase;
}
.zooniverse-top-bar .sign-in .separator {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
.zooniverse-top-bar .current-user {
  display: none;
}
.zooniverse-top-bar .user-info {
  margin-left: 10px;
}
.zooniverse-top-bar .zooniverse-mail-icon {
  height: 0.75em;
}
.zooniverse-top-bar .current-user-name {
  font-size: 13px;
  font-weight: bold;
}
.zooniverse-top-bar .sign-out {
  font-size: 8px;
  text-transform: uppercase;
}
.zooniverse-top-bar .groups {
  display: none;
}
.zooniverse-top-bar .groups select {
  max-width: 100px;
}
.zooniverse-top-bar .groups select:disabled {
  opacity: 0.33;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=33)";
  filter: alpha(opacity=33);
}
.zooniverse-top-bar .messages {
  display: none;
}
.zooniverse-top-bar .avatar {
  margin: 0;
}
.zooniverse-top-bar .avatar img {
  border: 0;
  height: 30px;
  width: 30px;
}
.zooniverse-top-bar .languages {
  display: none;
}
.zooniverse-top-bar.signed-in .no-user {
  display: none;
}
.zooniverse-top-bar.signed-in .current-user {
  display: inline-block;
}
.zooniverse-top-bar.has-groups .groups {
  display: inline-block;
}
.zooniverse-top-bar.group-participant button[name="groups"] {
  color: #0f0;
}
.zooniverse-top-bar.has-messages .messages {
  display: inline-block;
}
.zooniverse-top-bar.has-languages .languages {
  display: inline-block;
}
.zooniverse-dropdown-menu.from-top-bar {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  background: #000;
  border: 1px solid #999;
  -webkit-box-shadow: 0 3px 10px rgba(0,0,0,0.5);
  box-shadow: 0 3px 10px rgba(0,0,0,0.5);
  color: #fff;
  font: 12px "Helvetica Neue", sans-serif;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-transition: opacity 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out, -moz-transform 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out, -o-transform 0.25s ease-in-out;
  -ms-transition: opacity 0.25s ease-in-out, -ms-transform 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out;
  z-index: 101;
}
.zooniverse-dropdown-menu.from-top-bar.open {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.zooniverse-groups-menu,
.zooniverse-languages-menu {
  text-align: center;
}
.zooniverse-groups-menu button,
.zooniverse-languages-menu button {
  border-bottom: 1px solid rgba(255,255,255,0.25);
  padding: 3px 15px;
  width: 100%;
}
.zooniverse-groups-menu button:hover,
.zooniverse-languages-menu button:hover {
  background: rgba(255,255,255,0.25);
}
.zooniverse-groups-menu button.active,
.zooniverse-languages-menu button.active {
  background: rgba(0,255,0,0.5);
}
.zooniverse-groups-menu button.stop,
.zooniverse-languages-menu button.stop {
  font-size: 10px;
}
.zooniverse-footer {
  overflow: hidden;
  text-align: left;
}
.zooniverse-footer a {
  color: inherit;
  opacity: 0.75;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  filter: alpha(opacity=75);
  text-decoration: none;
}
.zooniverse-footer a:hover {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.zooniverse-footer .zooniverse-logo-container {
  float: left;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  width: 25%;
}
.zooniverse-footer .zooniverse-logo-container:hover {
  opacity: 0.67;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=67)";
  filter: alpha(opacity=67);
}
.zooniverse-footer .zooniverse-logo-container .zooniverse-logo {
  height: 100%;
  max-height: 200px;
  width: 85%;
}
.zooniverse-footer .zooniverse-footer-content {
  float: left;
  width: 75%;
}
.zooniverse-footer .zooniverse-footer-heading {
  font-size: 18px;
  margin-bottom: 1em;
}
.zooniverse-footer .zooniverse-footer-projects {
  font-size: 14px;
  overflow: hidden;
}
.zooniverse-footer .zooniverse-footer-general {
  -webkit-box-shadow: 0 1px 1px -1px #808080 inset;
  box-shadow: 0 1px 1px -1px #808080 inset;
  font-size: 12px;
  letter-spacing: 1px;
  margin-top: 1em;
  overflow: hidden;
  padding-top: 1em;
  text-transform: uppercase;
}
.zooniverse-footer .zooniverse-footer-category {
  float: left;
  width: 25%;
}
.zooniverse-footer .zooniverse-footer-category-title {
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.zooniverse-profile .loader {
  -webkit-animation: 2s zooniverse-progress linear infinite;
  -moz-animation: 2s zooniverse-progress linear infinite;
  -o-animation: 2s zooniverse-progress linear infinite;
  -ms-animation: 2s zooniverse-progress linear infinite;
  animation: 2s zooniverse-progress linear infinite;
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0.25, transparent), color-stop(0.25, #808080), color-stop(0.5, #808080), color-stop(0.5, transparent), color-stop(0.75, transparent), color-stop(0.75, #808080));
  background: -webkit-linear-gradient(left top, transparent 25%, #808080 25%, #808080 50%, transparent 50%, transparent 75%, #808080 75%);
  background: -moz-linear-gradient(left top, transparent 25%, #808080 25%, #808080 50%, transparent 50%, transparent 75%, #808080 75%);
  background: -o-linear-gradient(left top, transparent 25%, #808080 25%, #808080 50%, transparent 50%, transparent 75%, #808080 75%);
  background: -ms-linear-gradient(left top, transparent 25%, #808080 25%, #808080 50%, transparent 50%, transparent 75%, #808080 75%);
  background: linear-gradient(left top, transparent 25%, #808080 25%, #808080 50%, transparent 50%, transparent 75%, #808080 75%);
  -webkit-background-size: 25px 25px;
  -moz-background-size: 25px 25px;
  background-size: 25px 25px;
  bottom: -10px;
  display: none;
  left: -10px;
  opacity: 0.25;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
  filter: alpha(opacity=25);
  position: absolute;
  right: -10px;
  top: -10px;
  z-index: -1;
}
.zooniverse-profile .loading .loader {
  display: block;
}
.zooniverse-profile .sign-in-form {
  display: block;
  margin: 0 auto;
  position: relative;
  text-align: center;
  width: 50%;
}
.zooniverse-profile .sign-in-form header {
  font-size: 32px;
}
.zooniverse-profile .sign-in-form label {
  display: block;
  margin: 20px 0;
}
.zooniverse-profile .sign-in-form input {
  background: #fff;
  border: 0;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.5) inset, 0 1px 0 rgba(255,255,255,0.25);
  box-shadow: 0 1px 1px rgba(0,0,0,0.5) inset, 0 1px 0 rgba(255,255,255,0.25);
  font-size: 18px;
  padding: 10px;
  width: 100%;
}
.zooniverse-profile .sign-in-form .error-message {
  background: #bf0000;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 3px 5px rgba(0,0,0,0.5);
  box-shadow: 0 3px 5px rgba(0,0,0,0.5);
  color: #fff;
  font-weight: bold;
  display: inline-block;
  padding: 0 1em;
}
.zooniverse-profile .sign-in-form .action {
  margin: 20px;
}
.zooniverse-profile .sign-in-form .action button {
  background: #fff;
  border: 0;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 3px 5px rgba(0,0,0,0.5);
  box-shadow: 0 3px 5px rgba(0,0,0,0.5);
  color: #000;
  font-size: 18px;
  font-weight: bold;
  padding: 5px 1em;
}
.zooniverse-profile .sign-in-form .no-account {
  font-weight: bold;
}
.zooniverse-profile .sign-in-form .no-account button {
  text-decoration: underline;
}
.zooniverse-profile > nav {
  display: none;
  overflow: hidden;
}
.zooniverse-profile > nav button {
  -webkit-border-radius: 2em;
  border-radius: 2em;
  font-weight: bold;
  padding: 0 1em;
}
.zooniverse-profile > nav button.active {
  background: rgba(0,0,0,0.25);
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.5) inset;
  box-shadow: 0 1px 2px rgba(0,0,0,0.5) inset;
  text-shadow: 0 1px 1px rgba(0,0,0,0.75);
}
.zooniverse-profile .zooniverse-paginator {
  display: none;
  position: relative;
}
.zooniverse-profile .zooniverse-paginator .items {
  margin: 1em -10px;
  overflow: hidden;
}
.zooniverse-profile .zooniverse-paginator .items .item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  padding: 10px;
  position: relative;
  width: 25%;
}
.zooniverse-profile .zooniverse-paginator .items .item button[name="unfavorite"] {
  color: #fff;
  font-size: 20px;
  height: 1em;
  position: absolute;
  right: 15px;
  text-shadow: 0 1px 1px #000;
  top: 15px;
  width: 1em;
}
.zooniverse-profile .zooniverse-paginator .items .item a {
  border: 2px solid transparent;
  display: block;
}
.zooniverse-profile .zooniverse-paginator .items .item a img {
  background: rgba(128,128,128,0.25);
  -webkit-box-shadow: 0 3px 5px rgba(0,0,0,0.5);
  box-shadow: 0 3px 5px rgba(0,0,0,0.5);
  display: block;
  min-height: 50px;
  width: 100%;
}
.zooniverse-profile .zooniverse-paginator .items .item a:hover {
  border-color: inherit;
}
.zooniverse-profile .zooniverse-paginator .controls {
  text-align: center;
  font-size: 10px;
  font-weight: bold;
}
.zooniverse-profile .zooniverse-paginator .controls button {
  -webkit-border-radius: 1em;
  border-radius: 1em;
  height: 2em;
  line-height: 1;
  width: 2em;
}
.zooniverse-profile .zooniverse-paginator .controls button.active {
  background: rgba(0,0,0,0.25);
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.5) inset;
  box-shadow: 0 1px 2px rgba(0,0,0,0.5) inset;
  text-shadow: 0 1px 1px rgba(0,0,0,0.75);
}
.zooniverse-profile .empty-message {
  display: none;
  margin: 1em 0;
  text-align: center;
}
.zooniverse-profile.signed-in .zooniverse-login-form {
  display: none;
}
.zooniverse-profile.signed-in > nav,
.zooniverse-profile.signed-in .zooniverse-paginator.active,
.zooniverse-profile.signed-in .zooniverse-paginator.active.empty + .empty-message {
  display: block;
}
.zooniverse-profile.signed-in .zooniverse-paginator.empty {
  display: none;
}
@-moz-keyframes zooniverse-progress {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: 50px 0;
  }
}
@-webkit-keyframes zooniverse-progress {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: 50px 0;
  }
}
@-o-keyframes zooniverse-progress {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: 50px 0;
  }
}
@-ms-keyframes zooniverse-progress {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: 50px 0;
  }
}
@keyframes zooniverse-progress {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: 50px 0;
  }
}
.zootorial-dialog {
  background: #fff;
  border: 1px solid #000;
  color: #000;
  display: none;
  max-width: 33%;
  -webkit-transition: left 0.25s ease-in, top 0.25s ease-out;
  -moz-transition: left 0.25s ease-in, top 0.25s ease-out;
  -o-transition: left 0.25s ease-in, top 0.25s ease-out;
  -ms-transition: left 0.25s ease-in, top 0.25s ease-out;
  transition: left 0.25s ease-in, top 0.25s ease-out;
  z-index: 2;
}
.zootorial-dialog.open {
  display: block;
}
.zootorial-blocker {
  background: #808080;
  cursor: not-allowed;
  opacity: 0.25;
  filter: alpha(opacity=25);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
  position: absolute;
  -webkit-transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  -ms-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
  z-index: 1;
}
.zootorial-blocker.hidden {
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.zootorial-focuser {
  background: #808080;
  opacity: 0.75;
  filter: alpha(opacity=75);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  position: absolute;
  -webkit-transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  -ms-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
  z-index: 1;
}
.zootorial-focuser.hidden {
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.zootorial-dialog {
  background: #fff;
  border: 0;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 3px 5px rgba(0,0,0,0.67);
  box-shadow: 0 3px 5px rgba(0,0,0,0.67);
  color: #000;
  font: 14px "Helvetica Neue", sans-serif;
  max-width: 33%;
}
.zootorial-dialog.arrow-right > .dialog-arrow {
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #fff;
  position: absolute;
  right: -5px;
  top: 45%;
}
.zootorial-dialog.arrow-left > .dialog-arrow {
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #fff;
  position: absolute;
  left: -5px;
  top: 45%;
}
.zootorial-dialog.arrow-top > .dialog-arrow {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
  position: absolute;
  left: 45%;
  top: -5px;
}
.zootorial-dialog.arrow-bottom > .dialog-arrow {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
  position: absolute;
  left: 45%;
  bottom: -5px;
}
.zootorial-dialog .dialog-arrow {
  width: 0;
  height: 0;
}
.zootorial-dialog button[name="close-dialog"] {
  background: transparent;
  border: 0;
  color: #999;
  cursor: pointer;
  font: 16px Arial, sans-serif;
  height: 1em;
  line-height: 1em;
  padding: 0;
  position: absolute;
  right: 5px;
  top: 5px;
  width: 1em;
}
.zootorial-dialog .header {
  color: #666;
  display: none;
  font-size: 20px;
  margin-bottom: -10px;
  padding: 15px 25px 0 20px;
}
.zootorial-dialog .header.defined {
  display: block;
}
.zootorial-dialog .details {
  display: none;
  padding: 15px 25px 15px 20px;
}
.zootorial-dialog .details.defined {
  display: block;
}
.zootorial-dialog .instruction {
  background: #390;
  color: #fff;
  display: none;
  font-weight: bold;
  padding: 15px 25px 15px 20px;
  text-shadow: 0 1px 1px #000;
}
.zootorial-dialog .instruction.defined {
  display: block;
}
.zootorial-dialog .instruction.attention {
  -webkit-animation: 1s zootorial-throb ease-in-out infinite;
  -moz-animation: 1s zootorial-throb ease-in-out infinite;
  -o-animation: 1s zootorial-throb ease-in-out infinite;
  -ms-animation: 1s zootorial-throb ease-in-out infinite;
  animation: 1s zootorial-throb ease-in-out infinite;
}
.zootorial-dialog .instruction button {
  background: transparent;
  border: 0;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-size: 12px;
  margin: 0 0 0 0.25em;
  padding: 0;
  text-shadow: inherit;
  text-decoration: underline;
}
.zootorial-dialog .instruction button[disabled] {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}
.zootorial-dialog .buttons {
  background: #390;
  display: none;
  padding: 10px;
  text-align: center;
}
.zootorial-dialog .buttons.defined {
  display: block;
}
.zootorial-dialog .buttons button {
  background: #fff;
  border: 0;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.67);
  box-shadow: 0 2px 3px rgba(0,0,0,0.67);
  color: inherit;
  cursor: pointer;
  font: inherit;
  font-weight: bold;
  padding: 3px 15px;
  position: relative;
}
.zootorial-dialog .buttons button:active {
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.5);
  box-shadow: 0 1px 2px rgba(0,0,0,0.5);
  top: 1px;
}
.zootorial-dialog .progress {
  display: none;
}
.zootorial-dialog .progress.defined {
  display: block;
}
.zootorial-dialog .progress .track {
  background: #ccc;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 1px #999 inset;
  box-shadow: 0 1px 1px #999 inset;
  height: 5px;
  margin: 5px 10px;
  overflow: hidden;
  position: relative;
}
.zootorial-dialog .progress .track .fill {
  background: #390;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: width 0.5s ease-in-out;
  -moz-transition: width 0.5s ease-in-out;
  -o-transition: width 0.5s ease-in-out;
  -ms-transition: width 0.5s ease-in-out;
  transition: width 0.5s ease-in-out;
  width: 0%;
}
.zootorial-dialog .progress .steps {
  line-height: 0;
  margin: 5px 10px;
  text-align: center;
}
.zootorial-dialog .progress .steps .step {
  border: 1px solid #999;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  height: 5px;
  margin: 0 2px;
  width: 5px;
}
.zootorial-dialog .progress .steps .step.passed {
  background: #999;
}
.zootorial-dialog .progress .steps .step.active {
  background: #390;
  border-color: #390;
}
.actionable {
  -webkit-animation: 1s zootorial-glow ease-in-out infinite;
  -moz-animation: 1s zootorial-glow ease-in-out infinite;
  -o-animation: 1s zootorial-glow ease-in-out infinite;
  -ms-animation: 1s zootorial-glow ease-in-out infinite;
  animation: 1s zootorial-glow ease-in-out infinite;
}
@-moz-keyframes zootorial-throb {
  0% {
    background: #390;
  }

  50% {
    background: #194d00;
  }

  100% {
    background: #390;
  }
}
@-webkit-keyframes zootorial-throb {
  0% {
    background: #390;
  }

  50% {
    background: #194d00;
  }

  100% {
    background: #390;
  }
}
@-o-keyframes zootorial-throb {
  0% {
    background: #390;
  }

  50% {
    background: #194d00;
  }

  100% {
    background: #390;
  }
}
@-ms-keyframes zootorial-throb {
  0% {
    background: #390;
  }

  50% {
    background: #194d00;
  }

  100% {
    background: #390;
  }
}
@keyframes zootorial-throb {
  0% {
    background: #390;
  }

  50% {
    background: #194d00;
  }

  100% {
    background: #390;
  }
}
@-moz-keyframes zootorial-glow {
  0% {
    -webkit-box-shadow: 0 0 0 2px #000 inset;
    box-shadow: 0 0 0 2px #000 inset;
  }

  50% {
    -webkit-box-shadow: 0 0 0 2px #fff inset;
    box-shadow: 0 0 0 2px #fff inset;
  }

  100% {
    -webkit-box-shadow: 0 0 0 2px #000 inset;
    box-shadow: 0 0 0 2px #000 inset;
  }
}
@-webkit-keyframes zootorial-glow {
  0% {
    -webkit-box-shadow: 0 0 0 2px #000 inset;
    box-shadow: 0 0 0 2px #000 inset;
  }

  50% {
    -webkit-box-shadow: 0 0 0 2px #fff inset;
    box-shadow: 0 0 0 2px #fff inset;
  }

  100% {
    -webkit-box-shadow: 0 0 0 2px #000 inset;
    box-shadow: 0 0 0 2px #000 inset;
  }
}
@-o-keyframes zootorial-glow {
  0% {
    -webkit-box-shadow: 0 0 0 2px #000 inset;
    box-shadow: 0 0 0 2px #000 inset;
  }

  50% {
    -webkit-box-shadow: 0 0 0 2px #fff inset;
    box-shadow: 0 0 0 2px #fff inset;
  }

  100% {
    -webkit-box-shadow: 0 0 0 2px #000 inset;
    box-shadow: 0 0 0 2px #000 inset;
  }
}
@-ms-keyframes zootorial-glow {
  0% {
    -webkit-box-shadow: 0 0 0 2px #000 inset;
    box-shadow: 0 0 0 2px #000 inset;
  }

  50% {
    -webkit-box-shadow: 0 0 0 2px #fff inset;
    box-shadow: 0 0 0 2px #fff inset;
  }

  100% {
    -webkit-box-shadow: 0 0 0 2px #000 inset;
    box-shadow: 0 0 0 2px #000 inset;
  }
}
@keyframes zootorial-glow {
  0% {
    -webkit-box-shadow: 0 0 0 2px #000 inset;
    box-shadow: 0 0 0 2px #000 inset;
  }

  50% {
    -webkit-box-shadow: 0 0 0 2px #fff inset;
    box-shadow: 0 0 0 2px #fff inset;
  }

  100% {
    -webkit-box-shadow: 0 0 0 2px #000 inset;
    box-shadow: 0 0 0 2px #000 inset;
  }
}
.t7e-edit-mode [data-t7e-key] {
  outline: 1px dashed #808080;
}
.t7e-edit-mode [data-t7e-key]:hover {
  outline: 2px solid rgba(128,128,128,0.5);
}
.t7e-edit-mode .t7e-selected {
  background: rgba(255,255,0,0.25);
  outline: 2px solid #808080;
}
.t7e-controls {
  background: #fff;
  border: 1px solid #808080;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.33);
  box-shadow: 0 1px 2px rgba(0,0,0,0.33);
  color: #808080;
  font: bold 14px sans-serif;
  padding: 5px;
  position: fixed;
  left: 50%;
  top: 3px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 101;
}
.t7e-controls .t7e-controls-title {
  display: inline-block;
  padding: 0 0.5em;
}
.t7e-controls button {
  background: transparent;
  border: 1px solid #808080;
  -webkit-border-radius: 2em;
  border-radius: 2em;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.25);
  box-shadow: 0 1px 2px rgba(0,0,0,0.25);
  color: #000;
  cursor: pointer;
  margin: 0;
  padding: 0 1em;
}
.t7e-controls button:disabled {
  opacity: 0.33;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=33)";
  filter: alpha(opacity=33);
  pointer-events: none;
}
.t7e-controls .t7e-attributes-container label {
  display: block;
}
button {
  background: transparent;
  border: 0;
  color: inherit;
  cursor: pointer;
  font: inherit;
  margin: 0;
  padding: 0;
  text-shadow: inherit;
}
button::-moz-focus-inner {
  border: 0;
}
button:disabled {
  opacity: 0.33;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=33)";
  filter: alpha(opacity=33);
  pointer-events: none;
}
#standard-button,
body > .stack > .home .action a {
  background: #c1ea00;
  border-bottom: 3px solid #91b000;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 3px 5px rgba(0,0,0,0.5);
  box-shadow: 0 3px 5px rgba(0,0,0,0.5);
  color: #000;
  display: inline-block;
  font-weight: bold;
  padding: 0.125em 1.25em;
  position: relative;
  text-decoration: none;
  text-shadow: 0 1px 0 rgba(255,255,255,0.75);
}
#standard-button:hover,
body > .stack > .home .action a:hover {
  background: #d6ff14;
}
#standard-button:active,
body > .stack > .home .action a:active {
  border-bottom-width: 2px;
  -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.75);
  box-shadow: 0 0 3px rgba(0,0,0,0.75);
  top: 1px;
}
html {
  background: #272c32;
  border-bottom: 10px solid #000;
  border-top: 5px solid #000;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #f3f3f3;
  font: 300 14px "Open Sans", "Helvetica Neue", Arial, sans-serif;
  min-height: 100%;
  -webkit-transition: background-color 1s ease-in-out;
  -moz-transition: background-color 1s ease-in-out;
  -o-transition: background-color 1s ease-in-out;
  -ms-transition: background-color 1s ease-in-out;
  transition: background-color 1s ease-in-out;
}
body {
  margin: 0;
}
body > .stack {
  margin: 0 auto;
  position: relative;
  width: 1024px;
  z-index: 1;
}
body > .stack > * {
  padding: 50px 25px;
}
body > .stack h1 {
  color: #646c77;
  font: 24px "Merriweather", "Georgia", serif;
  text-shadow: 0 1px 1px #000;
}
hr {
  border: 0;
  border-bottom: 1px solid rgba(255,255,255,0.1);
  border-top: 1px solid rgba(0,0,0,0.5);
  margin: 30px 0;
}
a {
  color: #c1ea00;
  text-decoration: none;
}
.zooniverse-top-bar {
  position: fixed;
}
.spine.stack > * {
  display: none;
}
.spine.stack > *.active,
.spine.stack > * > nav,
.spine.stack > * > hr {
  display: block;
}
.spine.stack > * > nav a,
.spine.stack > * > nav button {
  -webkit-border-radius: 2em;
  border-radius: 2em;
  color: inherit;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  padding: 3px 15px;
}
.spine.stack > * > nav a.active,
.spine.stack > * > nav button.active {
  background: rgba(0,0,0,0.25);
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.5) inset, 0 1px 0 rgba(255,255,255,0.1);
  box-shadow: 0 1px 1px rgba(0,0,0,0.5) inset, 0 1px 0 rgba(255,255,255,0.1);
  text-shadow: 0 1px 0 #000;
}
body > nav {
  background: #000 url("./images/critters/octopus.jpg") 100% 50% no-repeat;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0,0,0,0.75)), color-stop(1, rgba(0,0,0,0))), #000 url("./images/critters/octopus.jpg") 100% 50% no-repeat;
  background: -webkit-linear-gradient(top, rgba(0,0,0,0.75) 0, rgba(0,0,0,0) 100%), #000 url("./images/critters/octopus.jpg") 100% 50% no-repeat;
  background: -moz-linear-gradient(top, rgba(0,0,0,0.75) 0, rgba(0,0,0,0) 100%), #000 url("./images/critters/octopus.jpg") 100% 50% no-repeat;
  background: -o-linear-gradient(top, rgba(0,0,0,0.75) 0, rgba(0,0,0,0) 100%), #000 url("./images/critters/octopus.jpg") 100% 50% no-repeat;
  background: -ms-linear-gradient(top, rgba(0,0,0,0.75) 0, rgba(0,0,0,0) 100%), #000 url("./images/critters/octopus.jpg") 100% 50% no-repeat;
  background: linear-gradient(top, rgba(0,0,0,0.75) 0, rgba(0,0,0,0) 100%), #000 url("./images/critters/octopus.jpg") 100% 50% no-repeat;
  border-bottom: 1px solid rgba(255,255,255,0.33);
  font-size: 12px;
  font-weight: bold;
  height: 120px;
  left: 0;
  max-height: 400px;
  min-height: 60px;
  position: relative;
  overflow: hidden;
  top: 0;
  -webkit-transition: height 0.25s ease-in-out, opacity 0.5s ease-in-out, top 0.5s ease-in-out;
  -moz-transition: height 0.25s ease-in-out, opacity 0.5s ease-in-out, top 0.5s ease-in-out;
  -o-transition: height 0.25s ease-in-out, opacity 0.5s ease-in-out, top 0.5s ease-in-out;
  -ms-transition: height 0.25s ease-in-out, opacity 0.5s ease-in-out, top 0.5s ease-in-out;
  transition: height 0.25s ease-in-out, opacity 0.5s ease-in-out, top 0.5s ease-in-out;
  width: 100%;
  z-index: 2;
}
body > nav .links {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 12px;
  margin: 50px auto 0;
  padding: 0 15px;
  text-align: right;
  width: 1024px;
}
body > nav h1 {
  display: inline;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 24px;
  float: left;
  letter-spacing: 2px;
  margin: 0;
  text-transform: uppercase;
}
body > nav a {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: inherit;
  display: inline-block;
  margin: 5px 0;
  padding: 5px 15px;
  text-decoration: none;
  text-shadow: 0 1px 2px #000;
}
body > nav a:hover {
  background: rgba(0,0,0,0.33);
}
.critter {
  display: none;
  position: absolute;
  max-width: 67%;
  right: 5%;
  top: -50px;
}
.on-home-page .critter.home {
  -webkit-animation: 5s enter-the-critter ease-out, 15s float-around ease-in-out infinite alternate;
  -moz-animation: 5s enter-the-critter ease-out, 15s float-around ease-in-out infinite alternate;
  -o-animation: 5s enter-the-critter ease-out, 15s float-around ease-in-out infinite alternate;
  -ms-animation: 5s enter-the-critter ease-out, 15s float-around ease-in-out infinite alternate;
  animation: 5s enter-the-critter ease-out, 15s float-around ease-in-out infinite alternate;
  display: block;
}
@-moz-keyframes enter-the-critter {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    margin-top: 200px;
  }

  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    margin-top: 0;
  }
}
@-webkit-keyframes enter-the-critter {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    margin-top: 200px;
  }

  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    margin-top: 0;
  }
}
@-o-keyframes enter-the-critter {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    margin-top: 200px;
  }

  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    margin-top: 0;
  }
}
@-ms-keyframes enter-the-critter {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    margin-top: 200px;
  }

  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    margin-top: 0;
  }
}
@keyframes enter-the-critter {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    margin-top: 200px;
  }

  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    margin-top: 0;
  }
}
@-moz-keyframes float-around {
  0% {
    -webkit-transform: translateY(0) rotate(0);
    -moz-transform: translateY(0) rotate(0);
    -o-transform: translateY(0) rotate(0);
    -ms-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }

  50% {
    -webkit-transform: translateY(50px) rotate(5deg);
    -moz-transform: translateY(50px) rotate(5deg);
    -o-transform: translateY(50px) rotate(5deg);
    -ms-transform: translateY(50px) rotate(5deg);
    transform: translateY(50px) rotate(5deg);
  }

  100% {
    -webkit-transform: translateY(0) rotate(10deg);
    -moz-transform: translateY(0) rotate(10deg);
    -o-transform: translateY(0) rotate(10deg);
    -ms-transform: translateY(0) rotate(10deg);
    transform: translateY(0) rotate(10deg);
  }
}
@-webkit-keyframes float-around {
  0% {
    -webkit-transform: translateY(0) rotate(0);
    -moz-transform: translateY(0) rotate(0);
    -o-transform: translateY(0) rotate(0);
    -ms-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }

  50% {
    -webkit-transform: translateY(50px) rotate(5deg);
    -moz-transform: translateY(50px) rotate(5deg);
    -o-transform: translateY(50px) rotate(5deg);
    -ms-transform: translateY(50px) rotate(5deg);
    transform: translateY(50px) rotate(5deg);
  }

  100% {
    -webkit-transform: translateY(0) rotate(10deg);
    -moz-transform: translateY(0) rotate(10deg);
    -o-transform: translateY(0) rotate(10deg);
    -ms-transform: translateY(0) rotate(10deg);
    transform: translateY(0) rotate(10deg);
  }
}
@-o-keyframes float-around {
  0% {
    -webkit-transform: translateY(0) rotate(0);
    -moz-transform: translateY(0) rotate(0);
    -o-transform: translateY(0) rotate(0);
    -ms-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }

  50% {
    -webkit-transform: translateY(50px) rotate(5deg);
    -moz-transform: translateY(50px) rotate(5deg);
    -o-transform: translateY(50px) rotate(5deg);
    -ms-transform: translateY(50px) rotate(5deg);
    transform: translateY(50px) rotate(5deg);
  }

  100% {
    -webkit-transform: translateY(0) rotate(10deg);
    -moz-transform: translateY(0) rotate(10deg);
    -o-transform: translateY(0) rotate(10deg);
    -ms-transform: translateY(0) rotate(10deg);
    transform: translateY(0) rotate(10deg);
  }
}
@-ms-keyframes float-around {
  0% {
    -webkit-transform: translateY(0) rotate(0);
    -moz-transform: translateY(0) rotate(0);
    -o-transform: translateY(0) rotate(0);
    -ms-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }

  50% {
    -webkit-transform: translateY(50px) rotate(5deg);
    -moz-transform: translateY(50px) rotate(5deg);
    -o-transform: translateY(50px) rotate(5deg);
    -ms-transform: translateY(50px) rotate(5deg);
    transform: translateY(50px) rotate(5deg);
  }

  100% {
    -webkit-transform: translateY(0) rotate(10deg);
    -moz-transform: translateY(0) rotate(10deg);
    -o-transform: translateY(0) rotate(10deg);
    -ms-transform: translateY(0) rotate(10deg);
    transform: translateY(0) rotate(10deg);
  }
}
@keyframes float-around {
  0% {
    -webkit-transform: translateY(0) rotate(0);
    -moz-transform: translateY(0) rotate(0);
    -o-transform: translateY(0) rotate(0);
    -ms-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }

  50% {
    -webkit-transform: translateY(50px) rotate(5deg);
    -moz-transform: translateY(50px) rotate(5deg);
    -o-transform: translateY(50px) rotate(5deg);
    -ms-transform: translateY(50px) rotate(5deg);
    transform: translateY(50px) rotate(5deg);
  }

  100% {
    -webkit-transform: translateY(0) rotate(10deg);
    -moz-transform: translateY(0) rotate(10deg);
    -o-transform: translateY(0) rotate(10deg);
    -ms-transform: translateY(0) rotate(10deg);
    transform: translateY(0) rotate(10deg);
  }
}
body > .stack > .home .about-the-project {
  zoom: 1;
  background: url("./images/lots-of-plankton.png") center center no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  margin-top: -50px;
  padding: 150px 0 200px;
  text-shadow: 0 1px 2px #000, 0 2px 3px #000;
}
body > .stack > .home .about-the-project:before,
body > .stack > .home .about-the-project:after {
  content: "";
  display: table;
}
body > .stack > .home .about-the-project:after {
  clear: both;
}
body > .stack > .home .description {
  float: left;
  width: 66.67%;
}
body > .stack > .home .action {
  float: left;
  text-align: center;
  width: 33.33%;
}
body > .stack > .home .action a {
  font-size: 24px;
}
body > .stack > .home .action a .icons {
  color: #fff;
  height: 60px;
  left: 50%;
  margin: -30px 0 0 -30px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  position: absolute;
  text-shadow: 0 1px 1px #000;
  top: 50%;
  -webkit-transition: opacity 0.25s ease-out;
  -moz-transition: opacity 0.25s ease-out;
  -o-transition: opacity 0.25s ease-out;
  -ms-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  width: 60px;
}
body > .stack > .home .action a .icons i {
  font-size: 60px;
  height: 60px;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: left 0.25s ease-out, top 0.25s ease-out;
  -moz-transition: left 0.25s ease-out, top 0.25s ease-out;
  -o-transition: left 0.25s ease-out, top 0.25s ease-out;
  -ms-transition: left 0.25s ease-out, top 0.25s ease-out;
  transition: left 0.25s ease-out, top 0.25s ease-out;
  width: 60px;
}
body > .stack > .home .about-pages {
  zoom: 1;
  margin: 30px -10px;
}
body > .stack > .home .about-pages:before,
body > .stack > .home .about-pages:after {
  content: "";
  display: table;
}
body > .stack > .home .about-pages:after {
  clear: both;
}
body > .stack > .home .about-pages .item {
  float: left;
  width: 33.33%;
}
body > .stack > .home .about-pages .item a {
  background: rgba(0,0,0,0.5);
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border-top: 1px solid #000;
  -webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.125);
  box-shadow: 0 1px 0 rgba(255,255,255,0.125);
  display: block;
  padding: 50px 0;
  margin: 0 10px;
  text-align: center;
}
@-moz-keyframes home-icons-rotation {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes home-icons-rotation {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes home-icons-rotation {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes home-icons-rotation {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes home-icons-rotation {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes home-icon-level {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@-webkit-keyframes home-icon-level {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@-o-keyframes home-icon-level {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@-ms-keyframes home-icon-level {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@keyframes home-icon-level {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
body > .stack > .science img.framed {
  border: 5px solid #fff;
  -webkit-box-shadow: 0 3px 5px #000;
  box-shadow: 0 3px 5px #000;
}
body > .stack > .science img.left {
  clear: left;
  float: left;
  margin: 0 20px 15px 0;
}
body > .stack > .science img.right {
  clear: right;
  float: right;
  margin: 0 0 15px 20px;
}
.field-guide-entry {
  margin-bottom: 3em;
  text-align: center;
}
.field-guide-entry > figure {
  display: inline-block;
  margin: 0 20px;
  vertical-align: middle;
  width: 200px;
}
.field-guide-entry > figure > i {
  display: block;
  margin: -20px 0;
  font-size: 140px;
}
.field-guide-entry > figure > figcaption {
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.field-guide-entry > img {
  -webkit-box-shadow: 0 3px 5px -3px #000;
  box-shadow: 0 3px 5px -3px #000;
  height: 200px;
  margin: 0 20px;
  vertical-align: middle;
  width: 200px;
}
.field-guide-entry > .description {
  font-size: 12px;
  font-weight: bold;
  margin: 1em auto;
  padding: 1em;
  width: 75%;
}
.species-description {
  zoom: 1;
}
.species-description:before,
.species-description:after {
  content: "";
  display: table;
}
.species-description:after {
  clear: both;
}
.species-description .illustration {
  float: left;
  margin: 20px 5% 0 0;
  text-align: center;
  width: 15%;
}
.species-description .illustration i {
  color: #c1ea00;
  font-size: 96px;
  line-height: 1;
}
.species-description .illustration .identified {
  font-weight: bold;
}
.species-description .illustration .identified .count {
  font-size: 18px;
}
.species-description .illustration .identified .label {
  font-size: 10px;
  letter-spacing: 1px;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  text-transform: uppercase;
}
.species-description .description {
  float: left;
  margin-right: 5%;
  width: 50%;
}
.species-description .photos {
  float: left;
  margin-top: 40px;
  text-align: center;
  width: 25%;
}
.species-description .photos img {
  max-width: 100%;
}
.zooniverse-top-bar {
  -webkit-transition: opacity 0.5s ease-in-out, top 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out, top 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out, top 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out, top 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out, top 0.5s ease-in-out;
}
.on-classify-page {
  background: #131619;
}
.on-classify-page body > nav {
  opacity: 0.25;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
  filter: alpha(opacity=25);
  position: absolute;
  top: -110px;
}
.on-classify-page body > nav:hover {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  top: 5px;
}
.on-classify-page .zooniverse-top-bar {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  top: -30px;
}
.on-classify-page .zooniverse-top-bar:hover {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  top: 0;
}
body > .stack > .classify {
  height: 100%;
  left: 0;
  padding: 0;
  position: fixed;
  top: 0;
  width: 100%;
}
@media (max-height: 675px) {
  body > .stack > .classify {
    position: relative;
  }
}
body > .stack > .classify .classify-container {
  display: table;
  height: 100%;
  width: 100%;
}
body > .stack > .classify .classify-centerer {
  display: table-cell;
  height: 100%;
  text-align: center;
  width: 100%;
  vertical-align: middle;
}
body > .stack > .classify .classification-interface {
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.5);
  box-shadow: 0 5px 10px rgba(0,0,0,0.5);
  display: inline-block;
  height: 672px;
  padding: 0;
  position: relative;
  width: 1024px;
}
body > .stack > .classify .subject-container {
  height: 560px;
  position: relative;
  width: 1024px;
  z-index: 1;
}
body > .stack > .classify .subject-container:focus {
  outline: none;
}
body > .stack > .classify .subject-container.disabled {
  cursor: not-allowed;
}
body > .stack > .classify .subject-container svg {
  display: block;
}
body > .stack > .classify .subject-container .marking-tool-controls {
  background: #272c32;
  background: rgba(39,44,50,0.9);
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.25);
  box-shadow: 0 3px 3px rgba(0,0,0,0.25);
  margin: -40px 0 0 20px;
  z-index: 2;
}
body > .stack > .classify .subject-container .marking-tool-controls:after {
  border: 8px solid transparent;
  border-right-color: #39414a;
  content: "";
  height: 0;
  position: absolute;
  right: 100%;
  top: 30px;
  width: 0;
}
body > .stack > .classify .subject-container .marking-tool-controls.to-the-left {
  margin: -40px 20px 0 0;
}
body > .stack > .classify .subject-container .marking-tool-controls.to-the-left:after {
  border-left-color: #39414a;
  border-right-color: transparent;
  left: 100%;
  right: auto;
}
body > .stack > .classify .subject-container .marking-tool-controls button[name="toggle"] {
  background: rgba(0,0,0,0.67);
  border: 3px solid #c1ea00;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: #c1ea00;
  display: none;
  font-size: 20px;
  height: 30px;
  left: -20px;
  line-height: 1;
  margin: -15px 0 0 -15px;
  position: absolute;
  text-shadow: 0 1px 1px #000;
  top: 40px;
  width: 30px;
}
body > .stack > .classify .subject-container .marking-tool-controls button[name="toggle"] .label,
body > .stack > .classify .subject-container .marking-tool-controls button[name="toggle"] .example-photo {
  display: none;
}
body > .stack > .classify .subject-container .marking-tool-controls button[name="toggle"]:hover {
  background: #000;
}
body > .stack > .classify .subject-container .marking-tool-controls.to-the-left button[name="toggle"] {
  left: 20px;
}
body > .stack > .classify .subject-container .marking-tool-controls button[name="delete-mark"] {
  background: #272c32;
  -webkit-border-radius: 0 22px 22px 0;
  border-radius: 0 22px 22px 0;
  bottom: 100%;
  font-family: Arial;
  font-size: 17.6px;
  height: 22px;
  line-height: 22px;
  position: absolute;
  left: 100%;
  top: 30px;
  width: 22px;
}
body > .stack > .classify .subject-container .marking-tool-controls button[name="delete-mark"]:hover {
  color: #f00;
}
body > .stack > .classify .subject-container .marking-tool-controls.to-the-left button[name="delete-mark"] {
  -webkit-border-radius: 22px 0 0 22px;
  border-radius: 22px 0 0 22px;
  left: auto;
  right: 100%;
}
body > .stack > .classify .subject-container .marking-tool-controls .categories button,
body > .stack > .classify .subject-container .marking-tool-controls .category button {
  height: 75px;
  line-height: 1;
  position: relative;
  width: 75px;
}
body > .stack > .classify .subject-container .marking-tool-controls .categories button i,
body > .stack > .classify .subject-container .marking-tool-controls .category button i {
  font-size: 55px;
  text-shadow: 0 1px 0 rgba(255,255,255,0.25);
}
body > .stack > .classify .subject-container .marking-tool-controls .categories button .label,
body > .stack > .classify .subject-container .marking-tool-controls .category button .label {
  background: rgba(193,234,0,0.9);
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
  box-shadow: 0 1px 3px rgba(0,0,0,0.5);
  color: #000;
  display: none;
  font-size: 10px;
  font-weight: bold;
  padding: 3px 10px;
  position: absolute;
  left: 50%;
  top: 95%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
  z-index: 2;
}
body > .stack > .classify .subject-container .marking-tool-controls .categories button .label:before,
body > .stack > .classify .subject-container .marking-tool-controls .category button .label:before {
  border: 5px solid transparent;
  border-bottom-color: rgba(193,234,0,0.9);
  bottom: 100%;
  content: "";
  left: 50%;
  margin-left: -5px;
  position: absolute;
}
body > .stack > .classify .subject-container .marking-tool-controls .categories button .example-photo,
body > .stack > .classify .subject-container .marking-tool-controls .category button .example-photo {
  border: 2px solid #c1ea00;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 1px #000;
  box-shadow: 0 1px 1px #000;
  display: none;
  height: 100px;
  left: 50%;
  position: absolute;
  top: 105%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
}
body > .stack > .classify .subject-container .marking-tool-controls .categories button:hover .label,
body > .stack > .classify .subject-container .marking-tool-controls .category button:hover .label,
body > .stack > .classify .subject-container .marking-tool-controls .categories button:hover .example-photo,
body > .stack > .classify .subject-container .marking-tool-controls .category button:hover .example-photo {
  display: block;
}
body > .stack > .classify .subject-container .marking-tool-controls .categories button.active i,
body > .stack > .classify .subject-container .marking-tool-controls .category button.active i {
  color: #c1ea00;
  text-shadow: 0 1px 0 #000;
}
body > .stack > .classify .subject-container .marking-tool-controls .categories {
  background: #39414a;
  -webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.33) inset, 0 1px 3px rgba(0,0,0,0.25);
  box-shadow: 0 1px 0 rgba(255,255,255,0.33) inset, 0 1px 3px rgba(0,0,0,0.25);
  display: none;
}
body > .stack > .classify .subject-container .marking-tool-controls .categories button:before,
body > .stack > .classify .subject-container .marking-tool-controls .categories button:after {
  border: 5px solid transparent;
  border-top-color: #39414a;
  bottom: 0px;
  content: "";
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  width: 0;
}
body > .stack > .classify .subject-container .marking-tool-controls .categories button:before {
  border-top-color: rgba(0,0,0,0.25);
  bottom: -2px;
}
body > .stack > .classify .subject-container .marking-tool-controls .categories button.active:before,
body > .stack > .classify .subject-container .marking-tool-controls .categories button.active:after {
  border-width: 8px;
  bottom: -16px;
  margin-left: -8px;
}
body > .stack > .classify .subject-container .marking-tool-controls .categories button.active:before {
  bottom: -17px;
}
body > .stack > .classify .subject-container .marking-tool-controls.complete .categories {
  display: block;
}
body > .stack > .classify .subject-container .marking-tool-controls .category {
  display: none;
}
body > .stack > .classify .subject-container .marking-tool-controls .category.active {
  display: block;
}
body > .stack > .classify .subject-container .marking-tool-controls.closed:after,
body > .stack > .classify .subject-container .marking-tool-controls.closed button[name="delete-mark"],
body > .stack > .classify .subject-container .marking-tool-controls.closed .categories,
body > .stack > .classify .subject-container .marking-tool-controls.closed .category {
  display: none;
}
body > .stack > .classify .subject-container .marking-tool-controls.closed button[name="toggle"] {
  display: inline-block;
}
body > .stack > .classify .swap-container {
  height: 560px;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 1024px;
  z-index: 1;
}
body > .stack > .classify .swap-container .drawer {
  left: 0;
  position: absolute;
  top: 0;
}
body > .stack > .classify .swap-container .drawer img {
  background: #808080;
  display: block;
  height: 560px;
  width: 1024px;
}
body > .stack > .classify .training-message {
  bottom: 120px;
  display: none;
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 1;
}
body > .stack > .classify.training .training-message {
  display: block;
}
body > .stack > .classify .status {
  background: #272c32;
  bottom: 0;
  display: table;
  font-weight: bold;
  font-size: 12px;
  height: 112px;
  left: 0;
  position: absolute;
  width: 100%;
}
body > .stack > .classify .status a {
  color: inherit;
  text-decoration: none;
}
body > .stack > .classify .status > div {
  border: 1px solid transparent;
  border-color: rgba(255,255,255,0.15) rgba(0,0,0,0.25) rgba(0,0,0,0.25) rgba(255,255,255,0.15);
  display: table-cell;
  padding: 0 40px;
  text-align: center;
  vertical-align: middle;
}
body > .stack > .classify .status > div.display,
body > .stack > .classify .status > div.return {
  padding: 0 20px;
  width: 70px;
}
body > .stack > .classify .status > div.creatures {
  width: 120px;
}
body > .stack > .classify .status > div.continue {
  padding: 0;
}
body > .stack > .classify .status .aux {
  font-size: 10px;
  left: 0;
  margin-top: 20px;
  position: absolute;
  top: 100%;
  width: 100%;
}
body > .stack > .classify .status .display > i {
  font-size: 60px;
  line-height: 1;
}
body > .stack > .classify .status .creatures .display {
  background: #000;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.25);
  box-shadow: 0 1px 0 rgba(255,255,255,0.25);
  overflow: hidden;
  padding: 5px 7px;
}
body > .stack > .classify .status .creatures .display .label {
  color: #272c32;
  float: left;
  font-size: 10px;
  line-height: 12px;
  text-transform: uppercase;
  width: 0;
}
body > .stack > .classify .status .creatures .display .number {
  float: right;
  font-size: 18px;
}
body > .stack > .classify .status .continue .finish {
  display: block;
  position: relative;
}
body > .stack > .classify .status .continue .next {
  display: none;
}
body > .stack > .classify .status .continue a,
body > .stack > .classify .status .continue button {
  margin: 0 2px;
  padding: 0 5px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
body > .stack > .classify .status .continue button[name="unfavorite"] {
  background: rgba(0,0,0,0.25);
  -webkit-box-shadow: 0 1px 3px #000 inset;
  box-shadow: 0 1px 3px #000 inset;
  display: none;
}
body > .stack > .classify .status .continue button[name="finish"],
body > .stack > .classify .status .continue button[name="next"],
body > .stack > .classify .status .continue a.talk {
  background: rgba(255,255,255,0.25);
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.25) inset, 0 0 0 rgba(255,255,255,0) inset, 0 5px 10px rgba(0,0,0,0.25);
  box-shadow: 0 1px 0 rgba(255,255,255,0.25) inset, 0 0 0 rgba(255,255,255,0) inset, 0 5px 10px rgba(0,0,0,0.25);
  color: #000;
  display: inline-block;
  font-weight: bold;
  padding: 3px 1em;
  text-decoration: none;
  text-shadow: 0 1px 0 rgba(255,255,255,0.15);
}
body > .stack > .classify .status .continue button[name="finish"]:hover,
body > .stack > .classify .status .continue button[name="next"]:hover,
body > .stack > .classify .status .continue a.talk:hover {
  -webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.25) inset, 0 100px 0 rgba(255,255,255,0.1) inset, 0 5px 10px rgba(0,0,0,0.25);
  box-shadow: 0 1px 0 rgba(255,255,255,0.25) inset, 0 100px 0 rgba(255,255,255,0.1) inset, 0 5px 10px rgba(0,0,0,0.25);
}
body > .stack > .classify .status .continue button[name="finish"]:active,
body > .stack > .classify .status .continue button[name="next"]:active,
body > .stack > .classify .status .continue a.talk:active {
  -webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.15) inset, 0 0 0 rgba(255,255,255,0) inset, 0 1px 3px rgba(0,0,0,0.33);
  box-shadow: 0 1px 0 rgba(255,255,255,0.15) inset, 0 0 0 rgba(255,255,255,0) inset, 0 1px 3px rgba(0,0,0,0.33);
}
body > .stack > .classify .status .return .home-arrow {
  font-size: 20px;
}
body > .stack > .classify .loader {
  -webkit-animation: 3s classifier-loading linear infinite;
  -moz-animation: 3s classifier-loading linear infinite;
  -o-animation: 3s classifier-loading linear infinite;
  -ms-animation: 3s classifier-loading linear infinite;
  animation: 3s classifier-loading linear infinite;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0,0,0,0.5)), color-stop(0.5, rgba(0,0,0,0)), color-stop(1, rgba(0,0,0,0.5)));
  background: -webkit-linear-gradient(top, rgba(0,0,0,0.5) 0, rgba(0,0,0,0) 50%, rgba(0,0,0,0.5) 100%);
  background: -moz-linear-gradient(top, rgba(0,0,0,0.5) 0, rgba(0,0,0,0) 50%, rgba(0,0,0,0.5) 100%);
  background: -o-linear-gradient(top, rgba(0,0,0,0.5) 0, rgba(0,0,0,0) 50%, rgba(0,0,0,0.5) 100%);
  background: -ms-linear-gradient(top, rgba(0,0,0,0.5) 0, rgba(0,0,0,0) 50%, rgba(0,0,0,0.5) 100%);
  background: linear-gradient(top, rgba(0,0,0,0.5) 0, rgba(0,0,0,0) 50%, rgba(0,0,0,0.5) 100%);
  -webkit-background-size: 150px 150px;
  -moz-background-size: 150px 150px;
  background-size: 150px 150px;
  bottom: 0;
  display: none;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
body > .stack > .classify.finished .status .continue .finish {
  display: none;
}
body > .stack > .classify.finished .status .continue .next {
  display: block;
}
body > .stack > .classify.loading .loader {
  display: block;
}
body > .stack > .classify.signed-in button[name="sign-in"] {
  display: none;
}
body > .stack > .classify.is-favorite .status .continue button[name="favorite"] {
  display: none;
}
body > .stack > .classify.is-favorite .status .continue button[name="unfavorite"] {
  display: inline-block;
}
.no-tutorial-headers .tutorial .header,
.no-tutorial-progress .tutorial .progress {
  display: none;
}
.tutorial {
  text-align: left;
}
.tutorial .progress .track {
  display: none;
}
.tutorial .dialog-arrow {
  border: 15px solid transparent;
  height: 0;
  margin: -15px 0 0 -15px;
  position: absolute;
  width: 0;
}
.tutorial.point-up .dialog-arrow {
  border-bottom-color: #fff;
  border-top-width: 0;
  bottom: 100%;
  left: 50%;
}
.tutorial.point-right .dialog-arrow {
  border-left-color: #fff;
  border-right-width: 0;
  left: 100%;
  margin-left: 0;
  top: 50%;
}
.training-species-icon {
  background: rgba(131,185,37,0.75);
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
  font-size: 50px;
  height: 1em;
  line-height: 1;
  margin: -0.5em 0 0 -0.5em;
  position: absolute;
  text-align: center;
  width: 1em;
  z-index: 1;
}
.training-dont-mark-label {
  background: #900;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  padding: 0 10px;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
}
@-moz-keyframes classifier-loading {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: 0 -150px;
  }
}
@-webkit-keyframes classifier-loading {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: 0 -150px;
  }
}
@-o-keyframes classifier-loading {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: 0 -150px;
  }
}
@-ms-keyframes classifier-loading {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: 0 -150px;
  }
}
@keyframes classifier-loading {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: 0 -150px;
  }
}
body > .stack > .team {
  overflow: hidden;
}
body > .stack > .team .team {
  zoom: 1;
  clear: left;
}
body > .stack > .team .team:before,
body > .stack > .team .team:after {
  content: "";
  display: table;
}
body > .stack > .team .team:after {
  clear: both;
}
body > .stack > .team .team:last-child {
  margin: 0 0 150px 0;
}
body > .stack > .team .member {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 20px 0 40px;
  padding: 0 50px 5px 0;
  position: relative;
  width: 25%;
}
body > .stack > .team .member img {
  height: 100px;
  margin-bottom: 5px;
  width: 80px;
}
body > .stack > .team .member.organization img {
  width: 190px;
}
body > .stack > .team .member .name {
  font-size: 20px;
}
body > .stack > .team .member.organization .name {
  font-size: 12px;
  line-height: 1;
  height: 2em;
}
body > .stack > .team .member .role {
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
}
body > .stack > .team .member .description-popup {
  background: #c1ea00;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: #000;
  display: none;
  font-size: 10px;
  font-weight: bold;
  left: -10%;
  position: absolute;
  top: 100%;
  width: 120%;
  z-index: 1;
}
body > .stack > .team .member .description-popup:before {
  border: 10px solid transparent;
  border-bottom-color: #c1ea00;
  content: "";
  left: 25px;
  position: absolute;
  bottom: 100%;
}
body > .stack > .team .member .description-popup > .description {
  margin: 10px;
}
body > .stack > .team .member:hover .description-popup {
  display: block;
}
body > .stack > .team .member:after {
  background: #c02d24;
  height: 5px;
  content: "";
  left: 0;
  position: absolute;
  top: 100%;
  width: 80px;
}
body > .stack > .team .member.organization:after {
  width: 190px;
}
