@charset "UTF-8";
@font-face {
  font-family: 'minimeek';
  src: url("/fonts/minimeek-extended-webfont.woff2") format("woff2"), url("/fonts/minimeek-extended-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

.autocomplete-suggestions {
  left: 1% !important;
  width: 98% !important;
  background-color: white;
  box-shadow: 2px 4px 6px 0 rgba(51, 51, 51, 0.2);
  border: solid 1px #eee;
  line-height: 1.5;
  padding: 2px 5px 5px 5px;
  overflow: auto;
  text-align: center;
  box-sizing: border-box; }
  .autocomplete-suggestions .fontstructions-suggestions .autocomplete-suggestion {
    position: relative;
    display: inline-block;
    width: 90px;
    height: 90px;
    overflow: hidden;
    margin: 0 2px 2px 0;
    background-color: #eee;
    padding: 5px 0; }
    .autocomplete-suggestions .fontstructions-suggestions .autocomplete-suggestion a {
      text-decoration: none; }
    .autocomplete-suggestions .fontstructions-suggestions .autocomplete-suggestion:hover {
      background-color: #fde001; }
    .autocomplete-suggestions .fontstructions-suggestions .autocomplete-suggestion .img-wrapper {
      display: block;
      text-align: center;
      width: 80px;
      vertical-align: middle;
      padding: 5px; }
      .autocomplete-suggestions .fontstructions-suggestions .autocomplete-suggestion .img-wrapper img {
        height: auto;
        vertical-align: middle;
        text-align: center; }
    .autocomplete-suggestions .fontstructions-suggestions .autocomplete-suggestion:hover span {
      display: inline-block; }
    .autocomplete-suggestions .fontstructions-suggestions .autocomplete-suggestion span {
      color: white;
      position: absolute;
      bottom: 0;
      left: 0;
      text-align: center;
      font-size: 0.625rem;
      line-height: 1.4;
      width: 100%;
      background-color: rgba(0, 0, 0, 0.5);
      padding: 5px 0; }
  .autocomplete-suggestions .fontstructions-suggestions .autocomplete-selected {
    background-color: #fde001; }
  .autocomplete-suggestions .tags-suggestions {
    padding-top: 10px; }
    .autocomplete-suggestions .tags-suggestions .autocomplete-suggestion {
      display: inline-block; }
      .autocomplete-suggestions .tags-suggestions .autocomplete-suggestion a {
        margin-right: 2px;
        margin-bottom: 2px; }
    .autocomplete-suggestions .tags-suggestions .users-suggestion a {
      background-color: #ccc; }
    .autocomplete-suggestions .tags-suggestions .autocomplete-selected a {
      background-color: #fde001; }
  .autocomplete-suggestions .fs-taggyList {
    white-space: normal; }

.fntstrct-text-field {
  position: relative; }

.fntstrct-text-field__input {
  width: 1px;
  height: 1px;
  opacity: 0; }

@-webkit-keyframes blinker {
  50% {
    opacity: 0.0; } }

@keyframes blinker {
  50% {
    opacity: 0.0; } }

.fntstrct-text-field__caret {
  position: absolute;
  background-color: #333;
  width: 2px;
  -webkit-animation: blinker 0.2s linear infinite;
  animation: blinker 0.2s linear infinite; }

@-webkit-keyframes indeterminate {
  0% {
    left: 0;
    width: 100%; }
  50% {
    left: 0%;
    width: 100%; }
  100% {
    left: 100%;
    width: 100%; } }

@keyframes indeterminate {
  0% {
    left: 0;
    width: 100%; }
  50% {
    left: 0%;
    width: 100%; }
  100% {
    left: 100%;
    width: 100%; } }

.fntstrct-wdgt {
  width: 100%;
  height: 300px;
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-family: "Lucida Sans Unicode", "Lucida Grande", Helvetica, "Arial", sans-serif; }

.fntstrct-wdgt__core {
  width: 100%;
  height: 100%;
  position: relative; }

.fntstrct-wdgt__core canvas, .fntstrct-wdgt__core img {
  background-color: white;
  position: absolute;
  top: 0;
  left: 0; }

.fntstrct-wdgt__core img {
  width: 100%;
  height: 100%;
  display: none;
  border: none; }

.fntstrct-wdgt__core-wrapper {
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto; }

.fntstrct-wdgt__progress {
  position: absolute;
  background-color: #ffde01;
  height: 100%; }

.fntstrct-wdgt__progress-wrap {
  overflow: hidden;
  background-color: #ccc;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 250px;
  height: 5px; }

.fntstrct-wdgt__progress.fntstrct-wdgt__progress--indeterminate {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: indeterminate;
  animation-name: indeterminate;
  -webkit-animation-direction: normal;
  animation-direction: normal; }

.fntstrct-wdgt__controls {
  display: none;
  position: absolute;
  bottom: 10px;
  right: 10px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fntstrct-wdgt__zoom {
  display: inline-block; }

.fntstrct-wdgt__letterspacing {
  width: 50px; }

.fntstrct-wdgt__button, .fntstrct-wdgt__menu-opener, .fntstrct-wdgt__pixel-res, .fntstrct-wdgt__full-screen {
  padding: 5px 8px;
  background-color: #999;
  color: black;
  cursor: pointer; }

.fntstrct-wdgt__menu {
  display: inline-block;
  position: relative; }

.fntstrct-wdgt__menu:hover > ul {
  display: block; }

.fntstrct-wdgt__menu ul {
  position: absolute;
  z-index: 2;
  bottom: 18px;
  right: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 120px; }

.fntstrct-wdgt__menu > ul {
  display: none; }

.fntstrct-wdgt__menu .fntstrct-wdgt__menu-active {
  background-color: #ccc; }

.fntstrct-wdgt__menu li {
  margin: 0;
  padding: 5px 8px;
  position: relative;
  box-sizing: border-box;
  background-color: #999;
  cursor: pointer; }

.fntstrct-wdgt__menu li a {
  display: inline-block;
  width: 100px;
  height: 24px;
  margin: 0;
  padding: 0; }

.fntstrct-wdgt__menu li:hover {
  background-color: white; }

.fntstrct-wdgt__menu li:hover ul {
  display: block; }

.fntstrct-wdgt__menu li ul {
  bottom: 0;
  display: none;
  right: 116px; }

.fntstrct-wdgt__full-screen {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjxzdmcgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgdmlld0JveD0iMCAwIDE0MCAxNDAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDE0MCAxNDAiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGc+DQoJPHBvbHlnb24gZmlsbD0iI0ZGRkZGRiIgcG9pbnRzPSIyMCwyMCA1MCwyMCAyMCw1MCAJIi8+DQoJPHBvbHlnb24gZmlsbD0iI0ZGRkZGRiIgcG9pbnRzPSIxMjAsMjAgMTIwLDUwIDkwLDIwIAkiLz4NCgk8cG9seWdvbiBmaWxsPSIjRkZGRkZGIiBwb2ludHM9IjEyMCwxMjAgOTAsMTIwIDEyMCw5MCAJIi8+DQoJPHBvbHlnb24gZmlsbD0iI0ZGRkZGRiIgcG9pbnRzPSIyMCwxMjAgMjAsOTAgNTAsMTIwIAkiLz4NCjwvZz4NCjwvc3ZnPg0K");
  background-repeat: no-repeat;
  background-position: center; }

.fntstrct-wdgt.dragging {
  border: dashed 1px #666; }

.fntstrct-wdgt__resizer {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 10px 10px;
  border-color: transparent transparent #ccc transparent;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* Required to make elements draggable in old WebKit */
  -khtml-user-drag: element;
  -webkit-user-drag: element;
  cursor: nwse-resize;
  display: none; }

.fntstrct-wdgt:-webkit-full-screen {
  border: solid 50px white; }

.fntstrct-wdgt:-ms-fullscreen {
  border: solid 50px white; }

.fntstrct-wdgt:fullscreen {
  border: solid 50px white; }

.fntstrct-wdgt__pixel-res, .fntstrct-wdgt__full-screen {
  color: white;
  font-size: 0.625rem;
  padding: 5px 12px; }

.fntstrct-wdgt__menu a {
  color: white;
  font-size: 0.625rem; }

.fntstrct-wdgt__menu-opener {
  color: white;
  font-size: 0.625rem; }

.fntstrct-wdgt__menu .fntstrct-wdgt__menu-active {
  background-color: #999; }
  .fntstrct-wdgt__menu .fntstrct-wdgt__menu-active:before {
    font-family: 'fontstruct';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    width: 20px;
    height: 20px;
    content: "\e900";
    background: none;
    float: right;
    position: relative;
    top: 5px; }
    .fntstrct-wdgt__menu .fntstrct-wdgt__menu-active:before:before {
      display: inline-block;
      padding: 3px;
      font-size: 14px;
      line-height: 14px;
      width: 14px;
      height: 14px;
      text-align: center;
      background-color: #999;
      color: white; }
  .fntstrct-wdgt__menu .fntstrct-wdgt__menu-active:hover:before {
    color: black; }

.fntstrct-wdgt__menu li {
  padding: 2px 8px; }
  .fntstrct-wdgt__menu li:hover {
    background-color: #fde001; }
    .fntstrct-wdgt__menu li:hover a {
      color: black; }
  .fntstrct-wdgt__menu li a {
    display: inline; }

.fntstrct-wdgt__menu ul {
  bottom: 22px;
  box-shadow: 2px 4px 6px 0 rgba(51, 51, 51, 0.1); }

.fntstrct-wdgt__core img {
  width: 800px;
  max-width: 100%;
  height: auto; }

@media (max-width: 37.49em) {
  .fntstrct-wdgt__pixel-res {
    display: none; } }

.fs-widget--preview {
  max-width: 800px;
  min-height: 400px; }

.fs-widget__sub {
  margin-top: 10px;
  max-width: 800px;
  display: flex; }

@media (max-width: 51.24em) {
  .fs-button--delete {
    display: none; } }

@media (max-width: 37.49em) {
  .fs-button--clone {
    display: none; } }

.fs-subhead__name-block {
  display: flex;
  align-items: center; }
  @media (max-width: 37.49em) {
    .fs-subhead__name-block {
      flex-direction: column;
      align-items: flex-start;
      margin-bottom: 10px; } }

.fs-subhead h1 {
  display: inline-block;
  font-size: 1.5rem;
  max-width: 375px;
  overflow: hidden;
  vertical-align: middle; }

.fs-subhead .name-wrapper {
  margin-right: 20px; }
  .fs-subhead .name-wrapper .edit-trigger {
    vertical-align: top; }
    @media (max-width: 37.49em) {
      .fs-subhead .name-wrapper .edit-trigger {
        display: none; } }

.fs-subhead > .fs-credit {
  display: block; }

.fs-subhead .see-alsos {
  margin-top: 5px;
  max-width: 600px; }

.fs-subhead .rating {
  margin-left: 5px; }

.fs-fontstruction-awards {
  display: inline-block;
  position: relative; }

.fs-sharing-bar {
  position: absolute;
  right: 140px;
  top: 5px;
  display: none; }
  .fs-sharing-bar .prompt {
    color: #ccc; }
  .fs-sharing-bar .icon-contact:hover:before {
    background-color: #333; }
  @media (min-width: 51.25em) {
    .fs-sharing-bar {
      display: block; } }

.fs-show__no-download {
  display: none; }

.fs-show__description {
  padding: 10px 5px;
  max-width: 600px;
  width: 100%;
  overflow: hidden; }
  .fs-show__description p:first-child {
    display: inline; }
  .fs-show__description.fs-editable-field {
    outline: solid 1px #ccc; }

.fs-show__description-wrapper {
  display: flex;
  min-height: 70px;
  margin-top: 15px;
  padding-bottom: 10px; }
  .fs-show__description-wrapper .fs-avatar {
    margin-top: 5px;
    margin-right: 20px; }
  .fs-show__description-wrapper .edit-trigger {
    pointer-events: none; }

.fs-show__metaIcons {
  margin-left: auto; }
  @media (max-width: 51.24em) {
    .fs-show__metaIcons {
      display: none; } }

.edit-trigger {
  font-family: 'fontstruct';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  color: #999;
  font-size: 1.125rem;
  display: inline-block;
  position: relative;
  padding-left: 3px; }
  .edit-trigger:before {
    content: "\e91c"; }
  .edit-trigger:after {
    content: "Edit …";
    font-family: "Lucida Sans Unicode", "Lucida Grande", Helvetica, "Arial", sans-serif;
    font-size: 0.75rem; }

.edit-trigger.loading:before {
  content: ' ';
  box-sizing: border-box;
  width: 12px;
  height: 12px;
  top: 50%;
  margin-top: -6px;
  display: inline-block;
  -webkit-animation: spin 400ms infinite linear;
          animation: spin 400ms infinite linear;
  border-radius: 50%;
  border: 2px solid #ccc;
  border-right-color: #333; }

.edit-trigger.loading:after {
  content: ' '; }

.vote_breakdown_graph {
  padding-bottom: 30px;
  padding-top: 10px; }
  .vote_breakdown_graph li {
    display: inline-block;
    height: 150px;
    width: 20px;
    background-color: #ccc;
    position: relative; }
    .vote_breakdown_graph li .vote-bar {
      width: 20px;
      position: absolute;
      bottom: 0;
      background-color: #fde001; }
  .vote_breakdown_graph li + li {
    margin-left: 1px; }
  .vote_breakdown_graph .vote-index {
    position: relative;
    display: inline-block;
    width: 20px;
    text-align: center;
    font-size: 0.625rem;
    bottom: 0; }
