@keyframes tooltip {
  0% {
    visibility: hidden;
  }
  100% {
    visibility: visible;
  }
}
@keyframes loading {
  0% {
    width: calc(100% - 14px);
  }
  100% {
    width: 0%;
  }
}
@keyframes creationWindow {
  0% {
    width: 330px;
  }
  100% {
    width: 250px;
  }
}
html {
  box-sizing: border-box;
}

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

body {
  font-size: 12px;
  line-height: 1.5;
  cursor: default;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  -webkit-font-smoothing: none;
  background-color: #808080;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.table {
  display: table;
  height: 100%;
  width: 100%;
}

.table-cell {
  display: table-cell;
  height: 100%;
  width: 100%;
  vertical-align: middle;
}

.center {
  text-align: center;
}

.inner {
  width: 80%;
  margin: 0 auto;
  max-width: 1150px;
}

.h1 {
  font-size: 1em;
  font-weight: normal;
  margin: 0;
  display: inline-block;
}

::selection {
  background: #000084;
  color: #fff;
}

p {
  margin: 0 0 1.5em 0;
}

figure {
  margin: 0;
}

.lazyload,
.lazyloading {
  opacity: 0;
}

.lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

a {
  text-decoration: none;
  outline: none;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

button,
.button {
  display: inline-block;
  border: 0;
  padding: 2px 6px 3px 6px;
  cursor: pointer;
  background-color: #c0c0c0;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #808080;
  border-bottom: 1px solid #808080;
  box-shadow: inset 1px 1px #dfdfdf, 1px 0 #000, 0 1px #000, 1px 1px #000;
  margin-right: 6px;
  color: #000;
}
button:last-child,
.button:last-child {
  margin-right: 0;
}
button:active, button:focus,
.button:active,
.button:focus {
  color: #000;
  outline-color: #000;
  outline-style: dotted;
  outline-width: 1px;
  outline-offset: -4px;
}
button.primary,
.button.primary {
  box-shadow: -1px 0 #000, 0 -1px #000, -1px -1px #000, 1px 0 #000, 0 1px #000, 1px 1px #000, 1px -1px #000, -1px 2px #000, 2px -1px #000, 2px 2px #000;
}

.underline {
  text-decoration: underline;
}

.dotted-underline {
  color: #000;
  border-bottom: 1px dotted;
}

.unstyled {
  list-style: none;
  padding: 0;
  margin: 0;
}
.unstyled a {
  color: #000;
}

.inline {
  padding: 0;
}
.inline li {
  float: left;
}
.inline li:last-child {
  margin-right: 0;
}

input {
  border-radius: 0;
  -webkit-appearance: none;
  padding-left: 0.5em;
  width: 100%;
  font-size: 16px;
  border-top: 1px solid #808080;
  border-left: 1px solid #808080;
  border-right: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
  box-shadow: inset 1px 1px #000, 1px 0 #fff, 0 1px #fff, 1px 1px #fff;
}
input:focus {
  outline: none;
}

label {
  display: inline-block;
  cursor: pointer;
  margin-bottom: 5px;
}
label:active, label:focus {
  outline: 1px dotted #000;
}

svg text::selection {
  background: transparent;
}

svg textPath::selection {
  background: transparent;
}

.artboard {
  width: 80%;
  margin: 6em auto 3em auto;
  background-color: #fff;
  border: 1px solid #000;
  box-shadow: 2px 2px 0px #000;
  overflow: hidden;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.artboard .center {
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.artboard.artboard-full {
  -webkit-font-smoothing: antialiased;
  -webkit-user-select: auto;
      -ms-user-select: auto;
          user-select: auto;
  padding: 30px 10%;
  height: auto;
  font-size: 12px;
}
.artboard.artboard-full a {
  color: blue;
  border-bottom: 1px dotted;
}
@media (min-width: 1000px) {
  .artboard.artboard-full {
    font-size: 16px;
  }
}
.artboard.artboard-full h1,
.artboard.artboard-full h2 {
  line-height: 1.2;
}
.artboard.artboard-full img {
  max-width: 100%;
}

.artboard-header img {
  max-width: 100%;
  width: 100%;
}

@media (min-width: 1000px) {
  .home .artboard {
    width: calc(100% - 350px);
    margin-right: 4.5%;
    min-height: 600px;
    height: 80vh;
  }
}

@media (min-width: 1000px) {
  .error-404 .artboard {
    max-height: 600px;
  }
}

.wordart-wrapper {
  position: relative;
  overflow: hidden;
  height: 0px;
}

.wordart {
  position: relative;
  overflow: visible;
  text-align: center;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}
.wordart > * {
  line-height: 1;
}
.wordart svg {
  width: 80%;
  max-width: 100%;
  text-align: center;
  display: block;
  margin: 0 auto;
  overflow: visible;
}
.wordart .canvas-container {
  position: absolute !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100% !important;
  height: 100% !important;
}

.site-header {
  padding: 0.25em 0.5em;
  border-top: 1px solid #f4f4f4;
  border-bottom: 2px solid #000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}

.site-header-label .gallery {
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
}
.site-header-label a {
  color: #fff;
}

.frame-border {
  position: fixed;
  z-index: 1;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.frame-border-top {
  top: 57px;
  left: 0;
  right: 0;
  background-image: url("../images/ruler-horiz.gif");
  background-color: #c0c0c0;
  height: 15px;
  background-repeat: repeat-x;
  background-position: 50% 50%;
  z-index: 0;
}

.frame-border-bottom {
  bottom: 0;
  left: 0;
  right: 0;
  border-top: 1px solid #f4f4f4;
  border-bottom: 1px solid #4e4e4e;
}

.frame-border-left {
  left: 0;
  top: 0;
  bottom: 0;
  border-left: 1px solid #000;
  border-right: 1px solid #f4f4f4;
}
.frame-border-left:before, .frame-border-left:after {
  left: 3px;
}

.frame-border-right {
  right: 0;
  top: 0;
  bottom: 0;
  border-right: 1px solid #000;
  border-left: 1px solid #f4f4f4;
}
.frame-border-right:before, .frame-border-right:after {
  right: 3px;
}

.frame-border-left,
.frame-border-right {
  width: 23px;
  z-index: -1;
  background-image: url("../images/ruler.gif");
  background-repeat: repeat-y;
  background-position: 50% 50%;
}
.frame-border-left:before, .frame-border-left:after,
.frame-border-right:before,
.frame-border-right:after {
  content: "";
  background-image: url("../images/ruler-blank.gif");
  background-repeat: repeat-y;
  background-position: 50% 50%;
  position: absolute;
  width: 15px;
  height: 72px;
}
@media (min-width: 1000px) {
  .frame-border-left:before, .frame-border-left:after,
  .frame-border-right:before,
  .frame-border-right:after {
    height: 96px;
  }
}
.frame-border-left:before,
.frame-border-right:before {
  top: 0;
}
.frame-border-left:after,
.frame-border-right:after {
  bottom: 0;
}

.frame-border-left,
.frame-border-right,
.frame-border-bottom {
  background-color: #c0c0c0;
}

.start-bar-window {
  float: left;
  vertical-align: middle;
  padding: 0 10px 0 6px;
  height: 22px;
  line-height: 22px;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  box-shadow: inset 1px 1px #808080;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAAG0lEQVQYV2M8cODAf3t7ewbG/////z948CADAFuqCj64BtLKAAAAAElFTkSuQmCC");
}
.start-bar-window .sprite {
  float: left;
  position: relative;
  top: 3px;
  margin-right: 4px;
}

.made-by {
  float: right;
  text-align: right;
  vertical-align: middle;
  padding: 0 10px;
  height: 22px;
  line-height: 22px;
  border-top: 1px solid #808080;
  border-left: 1px solid #808080;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.email:before {
  display: inline-block;
  vertical-align: middle;
  content: "";
  background: url("../images/email.gif");
  width: 14px;
  height: 11px;
  margin-right: 2px;
}

.form-group {
  margin-bottom: 1em;
}

.creation .toolbar-menu.dropdown.edit-dropdown,
.about .toolbar-menu.dropdown.edit-dropdown,
.error-404 .toolbar-menu.dropdown.edit-dropdown {
  display: none;
}
.creation .mobile-only-clear,
.about .mobile-only-clear,
.error-404 .mobile-only-clear {
  display: none;
}

.start-bar {
  padding: 2px;
  border-top: 1px solid #dfdfdf;
  box-shadow: inset 1px 0 #fff;
  display: none;
}
@media (min-width: 700px) {
  .start-bar {
    display: block;
  }
}

.start-button-wrapper {
  float: left;
  margin-left: 2px;
  margin-bottom: 2px;
  display: inline-block;
  vertical-align: middle;
}

.internet-explorer {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  text-align: center;
  color: #fff;
  z-index: 9999;
}
.internet-explorer .internet-explorer-inner {
  max-width: 600px;
  margin: 0 auto;
}

.toolbar-footer.disabled .button {
  color: #808080;
  text-shadow: 1px 1px #fff;
  box-shadow: inset 1px 1px #dfdfdf, 1px 0 #000, 0 1px #000, 1px 1px #000;
  pointer-events: none;
}

.windows {
  text-align: left;
  background-color: #c0c0c0;
  padding: 1px;
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
  border-right: 1px solid #848484;
  border-bottom: 1px solid #848484;
  box-shadow: 1px 1px 0px #000;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.windows .wordart {
  display: table;
  width: 100%;
  height: 100%;
}
.windows .wordart > * {
  display: table-cell;
  vertical-align: middle;
}
.windows .wordart svg {
  max-width: 100%;
}

.creation-window {
  position: fixed;
  z-index: 2;
  top: calc(100vh - 325px);
  margin: 0 auto;
  left: 0;
  right: 0;
  width: 100%;
  padding: 2px;
  max-width: 85%;
}
@media (min-width: 700px) {
  .creation-window {
    max-width: 85%;
  }
}
@media (min-width: 1000px) {
  .creation-window {
    position: absolute;
    top: 15vh;
    max-width: 345px;
    min-width: 250px;
    bottom: auto;
    left: 2.5em;
    right: auto;
    overflow: hidden;
  }
}

.toolbar-header {
  color: #fff;
  background: linear-gradient(to right, #0B2282, #237DC5);
}

.toolbar-footer {
  padding: 0.5em 0;
  margin-top: 1em;
  text-align: right;
}

.toolbar-label {
  padding: 4px 1em;
  width: 80%;
  float: left;
}

.toolbar-x {
  float: right;
  width: 15px;
  height: 13px;
  margin: 6px 6px 0 0;
  cursor: pointer;
  background-color: #c0c0c0;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #808080;
  border-bottom: 1px solid #808080;
  box-shadow: 1px 1px 0 #000;
}
.toolbar-x .icon-x {
  display: block;
  margin: 2px auto 0 auto;
}

.windows-main {
  padding: 0.75em;
  position: relative;
}

.form-gallery .toolbar-menu {
  padding: 0;
  margin-bottom: 10px;
}

.mobile-only {
  float: left;
  display: inline-block;
  color: #000;
  padding-left: 10px;
}
@media (min-width: 1000px) {
  .mobile-only {
    display: none;
  }
}

.form-group-gallery {
  position: relative;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}
@media (min-width: 1000px) {
  .form-group-gallery {
    overflow-x: hidden;
  }
}

.gallery-items {
  height: 90px;
  width: 1600px;
}
@media (min-width: 1000px) {
  .gallery-items {
    height: 420px;
    width: 320px;
  }
}

.gallery-item {
  padding: 5px;
  float: left;
  background-color: #fff;
  border: 1px solid #c0c0c0;
  border-right: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
  box-shadow: inset 1px 1px #000, 1px 0 #fff, 0 1px #fff, 1px 1px #fff;
  margin: 2px;
  cursor: pointer;
  position: relative;
}
.gallery-item > div {
  width: 89px;
  height: 66px;
}
.gallery-item:active, .gallery-item:focus, .gallery-item.active {
  outline-color: #000;
  outline-style: dotted;
  outline-width: 1px;
  outline-offset: -6px;
}
.gallery-item.active {
  border: 1px solid #000;
  box-shadow: inset 1px 1px 0 #000, 1px 1px 0 #000, 0 1px #000, 1px 0 #000;
  outline-offset: -6px;
}
.gallery-item img {
  width: 100%;
}

.js-windows-handle {
  cursor: move;
}

.edit-text {
  margin-top: 5px;
  margin-bottom: 10px;
}

.file-toolbar {
  z-index: 4;
  top: 26px;
  left: 0;
  right: 0;
  padding: 2px 4px 0 4px;
  border-bottom: 1px solid #808080;
  box-shadow: 0 1px #000;
  background-color: #c0c0c0;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  -webkit-font-smoothing: none;
}

.toolbar-mover {
  float: left;
}

.toolbar-letter {
  background-image: url("../images/toolbar-letter.gif");
  width: 16px;
  height: 16px;
}

.icon-button {
  float: left;
  text-align: center;
  width: 32px;
  height: 31px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #808080;
  border-bottom: 1px solid #808080;
  box-shadow: 1px 1px 0 #000;
  margin-right: 4px;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .icon-button {
    width: 22px;
    height: 21px;
  }
}
.icon-button i {
  -ms-transform: translateY(40%);
      transform: translateY(40%);
  display: inline-block;
  vertical-align: middle;
}
@media (min-width: 1200px) {
  .icon-button i {
    -ms-transform: translateY(0);
        transform: translateY(0);
  }
}

.icon-clear {
  background-image: url("../images/icon-clear.gif");
  width: 11px;
  height: 13px;
}

.icon-save {
  background-image: url("../images/icon-save.gif");
  width: 14px;
  height: 14px;
}

.toolbar-menu {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 4px;
}
.toolbar-menu.dropdown {
  display: none;
}
@media (min-width: 1000px) {
  .toolbar-menu.dropdown {
    display: inline-block;
  }
}
.toolbar-menu.dropdown:hover {
  background-color: #000080;
  color: #fff;
}
.toolbar-menu.dropdown:hover .toolbar-menu-subsection {
  display: block;
}
.toolbar-menu.dropdown .toolbar-menu-subsection {
  padding: 0;
  margin: 0;
  list-style: none;
  display: none;
  position: absolute;
  left: 0;
  width: 160px;
  color: #000;
  background-color: #c0c0c0;
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
  border-right: 1px solid #848484;
  border-bottom: 1px solid #848484;
  box-shadow: 1px 1px 0px #000;
}
.toolbar-menu.dropdown .toolbar-menu-subsection a {
  padding: 4px 20px;
  color: #000;
  display: block;
}
.toolbar-menu.dropdown .toolbar-menu-subsection li:hover {
  background-color: #000080;
  color: #fff;
}
.toolbar-menu.dropdown .toolbar-menu-subsection li:hover a {
  color: #fff;
}
.toolbar-menu.dropdown .toolbar-menu-subsection li:active, .toolbar-menu.dropdown .toolbar-menu-subsection li:focus {
  outline-color: #000;
  outline-style: dotted;
  outline-width: 1px;
  outline-offset: -4px;
}

.toolbar-text-group .toolbar-text-item {
  display: inline-block;
  margin-right: 4px;
  color: #000;
}
.toolbar-text-group .toolbar-text-item a {
  color: #000;
}

.form-toolbar {
  margin-bottom: 10px;
}

.scrollist-wrapper {
  position: relative;
  overflow-y: scroll;
  max-height: 260px;
}

.scrollist {
  background-color: #fff;
  border-top: 1px solid #808080;
  border-left: 1px solid #808080;
  border-right: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
  box-shadow: inset 1px 1px #000, 1px 0 #fff, 0 1px #fff, 1px 1px #fff;
}
.scrollist li {
  margin: 2px;
}
.scrollist a {
  display: block;
  padding: 0 4px;
}
.scrollist a:hover {
  background-color: #0B2282;
  color: #fff;
}

[data-check] {
  padding: 2px;
  margin-bottom: 2px;
  outline: 1px dotted transparent;
  cursor: pointer;
}
[data-check]:active, [data-check]:focus {
  outline: 1px dotted #000;
}

.tab-list {
  padding-top: 10px;
}
@media (min-width: 1000px) {
  .tab-list {
    padding-top: 0;
  }
}
.tab-list .windows-tab-label {
  float: left;
  position: relative;
  top: 4px;
  z-index: 2;
  background-color: #c0c0c0;
  padding: 2px 4px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #808080;
  box-shadow: 1px 0px #000;
  margin-right: 2px;
  cursor: pointer;
}
.tab-list .windows-tab-label:active, .tab-list .windows-tab-label:focus {
  outline-color: #000;
  outline-style: dotted;
  outline-width: 1px;
  outline-offset: -4px;
}
.tab-list .active-tab-label {
  top: 1px;
  padding: 4px;
}

.form-section-label {
  position: relative;
  padding-bottom: 5px;
}
.form-section-label > div {
  border: 1px solid transparent;
  padding: 0 2px;
}
.form-section-label .tooltip {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  border-color: #000;
  background-color: #fffcd0;
}

.windows-tab-wrapper {
  padding: 0 4px 10px 4px;
}

.windows-tab {
  position: relative;
}
.windows-tab [data-tab] {
  display: none;
}
.windows-tab [data-tab].active-tab {
  display: block;
}

.windows-tab-clickable .windows-main {
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #808080;
  border-bottom: 1px solid #808080;
  box-shadow: 1px 1px #000;
}

.save-image-label {
  margin-bottom: 20px;
}
.save-image-label .sprite-input {
  margin-right: 7px;
}

.loading-bar {
  position: relative;
  padding: 2px;
  border-top: 1px solid #808080;
  border-left: 1px solid #808080;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  background: url("data:image/gif;base64,R0lGODlhDgABAIABAAgdhP///yH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMwMTQgNzkuMTU2Nzk3LCAyMDE0LzA4LzIwLTA5OjUzOjAyICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxNCAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDoyMTQ1NkQ1NDkyQjIxMUU2QUFCN0EyMjRDNkY4ODBDRSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpCMzYzN0QzNjkyRTIxMUU2QUFCN0EyMjRDNkY4ODBDRSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjIxNDU2RDUyOTJCMjExRTZBQUI3QTIyNEM2Rjg4MENFIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjIxNDU2RDUzOTJCMjExRTZBQUI3QTIyNEM2Rjg4MENFIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Af/+/fz7+vn49/b19PPy8fDv7u3s6+rp6Ofm5eTj4uHg397d3Nva2djX1tXU09LR0M/OzczLysnIx8bFxMPCwcC/vr28u7q5uLe2tbSzsrGwr66trKuqqainpqWko6KhoJ+enZybmpmYl5aVlJOSkZCPjo2Mi4qJiIeGhYSDgoGAf359fHt6eXh3dnV0c3JxcG9ubWxramloZ2ZlZGNiYWBfXl1cW1pZWFdWVVRTUlFQT05NTEtKSUhHRkVEQ0JBQD8+PTw7Ojk4NzY1NDMyMTAvLi0sKyopKCcmJSQjIiEgHx4dHBsaGRgXFhUUExIREA8ODQwLCgkIBwYFBAMCAQAAIfkEAQAAAQAsAAAAAA4AAQAAAgSEjxZRADs=");
  height: 19px;
}

.loading-bar-inner {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100% - 14px);
  height: 100%;
  background-color: #c0c0c0;
  will-change: width;
  animation-name: loading;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
}

.instructions {
  width: 80%;
  max-width: 350px;
  margin: 0 auto;
  display: none;
}
@media (min-width: 700px) {
  .instructions {
    display: block;
  }
}
.instructions .ordered-list {
  padding: 0;
}

.creation .artboard {
  min-height: 600px;
  height: 80vh;
}

.form-group-line {
  position: relative;
  padding: 20px 10px 10px 10px;
  margin: 10px 0 0 0;
  border: 1px solid #808080;
  box-shadow: inset 1px 1px #fff, 1px 1px #fff;
}

.form-group-line-label {
  position: absolute;
  top: -10px;
  left: 6px;
  padding: 2px 4px;
  background-color: #c0c0c0;
}

.checklist li,
.radiolist li {
  margin-bottom: 10px;
  cursor: pointer;
  padding-left: 4px;
  outline: 1px dotted transparent;
}
.checklist li:active, .checklist li:focus,
.radiolist li:active,
.radiolist li:focus {
  outline-color: #000;
  outline-style: dotted;
  outline-width: 1px;
}

.radiolist a {
  display: block;
  position: relative;
}
@media (min-width: 1000px) {
  .radiolist a:hover .product-tooltip {
    display: block;
  }
}

.product-tooltip {
  position: absolute;
  border: 1px solid #000;
  top: -81px;
  left: 100%;
  display: none;
}
@media (min-width: 1000px) {
  .product-tooltip {
    width: 162px;
    height: 162px;
  }
}
.product-tooltip img {
  position: absolute;
  max-width: 100%;
}
.product-tooltip .mockup {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  position: absolute;
  background-image: url("../images/sprite.gif");
}
.product-tooltip.shirt .mockup {
  width: 65px;
  height: 39px;
  left: 46px;
  top: 44px;
}
.product-tooltip.mug .mockup {
  width: 78px;
  height: 78px;
  left: 22px;
  top: 44px;
}
.product-tooltip.sticker .mockup {
  width: 144px;
  height: 85px;
  left: 8px;
  top: 37px;
}
.product-tooltip.mousepad .mockup {
  width: 140px;
  height: 117px;
  left: 10px;
  top: 20px;
}
.product-tooltip.hat .mockup {
  width: 100px;
  height: 67px;
  top: 40px;
  left: 29px;
}

.clippy, .clippy-balloon {
  position: fixed;
  z-index: 1000;
  cursor: pointer;
}

.clippy {
  bottom: 30px;
  right: 30px;
}

.clippy-balloon {
  background: #FFC;
  color: black;
  padding: 8px;
  border: 1px solid black;
  border-radius: 5px;
}

.clippy-content {
  max-width: 200px;
  min-width: 120px;
  font-family: "Microsoft Sans", sans-serif;
  font-size: 10pt;
}

.clippy-tip {
  width: 10px;
  height: 16px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAgCAMAAAAlvKiEAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAAlQTFRF///MAAAA////52QwgAAAAAN0Uk5T//8A18oNQQAAAGxJREFUeNqs0kEOwCAIRFHn3//QTUU6xMyyxii+jQosrTPkyPEM6IN3FtzIRk1U4dFeKWQiH6pRRowMVKEmvronEynkwj0uZJgR22+YLopPSo9P34wJSamLSU7lSIWLJU7NkNomNlhqxUeAAQC+TQLZyEuJBwAAAABJRU5ErkJggg==) no-repeat;
  position: absolute;
}

.clippy-top-left .clippy-tip {
  top: 100%;
  margin-top: 0px;
  left: 100%;
  margin-left: -50px;
}

.clippy-top-right .clippy-tip {
  top: 100%;
  margin-top: 0px;
  left: 0;
  margin-left: 50px;
  background-position: -10px 0;
}

.clippy-bottom-right .clippy-tip {
  top: 0;
  margin-top: -16px;
  left: 0;
  margin-left: 50px;
  background-position: -10px -16px;
}

.clippy-bottom-left .clippy-tip {
  top: 0;
  margin-top: -16px;
  left: 100%;
  margin-left: -50px;
  background-position: 0px -16px;
}

::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 16px;
  height: 16px;
}

::-webkit-scrollbar-track {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAAG0lEQVQYV2M8cODAf3t7ewbG/////z948CADAFuqCj64BtLKAAAAAElFTkSuQmCC");
}

::-webkit-scrollbar-thumb {
  background-color: silver;
  border-left: ridge 2px #fff;
  border-top: ridge 2px #fff;
  border-right: ridge 2px grey;
  border-bottom: ridge 2px grey;
}

::-webkit-scrollbar-button:horizontal:end:increment,
::-webkit-scrollbar-button:horizontal:start:decrement {
  display: block;
  background-image: url("../images/sprite-old-school-scroll.png");
  background-color: silver;
  border-left: ridge 2px #fff;
  border-top: ridge 2px #fff;
  border-right: ridge 2px grey;
  border-bottom: ridge 2px grey;
  width: 16px;
  height: 16px;
}

::-webkit-scrollbar-button:horizontal:start:decrement {
  background-position: 33px -2px;
}

::-webkit-scrollbar-button:horizontal:end:increment {
  background-position: 15px -2px;
}

::-webkit-scrollbar-button:vertical:end:increment,
::-webkit-scrollbar-button:vertical:start:decrement {
  display: block;
  background-image: url("../images/sprite-old-school-scroll.png");
  background-color: silver;
  border-left: ridge 2px #fff;
  border-top: ridge 2px #fff;
  border-right: ridge 2px grey;
  border-bottom: ridge 2px grey;
  width: 16px;
  height: 16px;
}

::-webkit-scrollbar-button:vertical:start:decrement,
::-webkit-scrollbar-button:vertical:start:decrement {
  background-position: -19px -2px;
}

::-webkit-scrollbar-button:vertical:end:increment,
::-webkit-scrollbar-button:vertical:end:increment {
  background-position: -2px -2px;
}

.sprite {
  background-image: url("../images/sprite.gif");
  background-repeat: no-repeat;
}
.sprite.aqua {
  background-position: 0 0;
}
.sprite.arc {
  background-position: 0 -76px;
}
.sprite.blues {
  background-position: 0 -152px;
}
.sprite.checkbox-checked {
  background-position: 0 -228px;
  width: 13px;
  height: 13px;
}
.sprite.checkbox-unchecked {
  background-position: 0 -251px;
  width: 13px;
  height: 13px;
}
.sprite.gallery {
  background-position: 0 -274px;
  width: 16px;
  height: 16px;
}
.sprite.gray-block {
  background-position: 0 -300px;
}
.sprite.green-marble {
  background-position: 0 -376px;
}
.sprite.hat {
  background-position: 0 -452px;
  width: 162px;
  height: 162px;
}
.sprite.horizon {
  background-position: 0 -624px;
}
.sprite.icon-x {
  background-position: 0 -700px;
  width: 8px;
  height: 7px;
}
.sprite.italic-outline {
  background-position: 0 -717px;
}
.sprite.loading-bar-pattern {
  background-position: 0 -793px;
  width: 14px;
  height: 1px;
}
.sprite.marble-slab {
  background-position: 0 -804px;
}
.sprite.mousepad {
  background-position: 0 -880px;
  width: 162px;
  height: 162px;
}
.sprite.mug {
  background-position: 0 -1052px;
  width: 162px;
  height: 162px;
}
.sprite.outline {
  background-position: 0 -1224px;
}
.sprite.purple {
  background-position: 0 -1300px;
}
.sprite.radio-checked {
  background-position: 0 -1376px;
  width: 12px;
  height: 12px;
}
.sprite.radio-unchecked {
  background-position: 0 -1398px;
  width: 12px;
  height: 12px;
}
.sprite.rainbow {
  background-position: 0 -1420px;
}
.sprite.red-blue {
  background-position: 0 -1496px;
}
.sprite.rotate {
  background-position: 0 -1572px;
  width: 11px;
  height: 11px;
}
.sprite.shirt {
  background-position: 0 -1593px;
  width: 162px;
  height: 162px;
}
.sprite.start-button {
  background-position: 0 -1765px;
  width: 45px;
  height: 14px;
}
.sprite.sticker {
  background-position: 0 -1789px;
  width: 162px;
  height: 162px;
}
.sprite.sunset {
  background-position: 0 -1961px;
}
.sprite.superhero {
  background-position: 0 -2037px;
}
.sprite.toolbar-mover {
  background-position: 0 -2113px;
  width: 6px;
  height: 19px;
}
.sprite.up {
  background-position: 0 -2142px;
}

.sprite-input {
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
}

.modal-close {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}

.modal {
  position: fixed;
  z-index: 5;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}

.loading-modal {
  width: 100%;
  max-width: 300px;
}

.modal-close {
  background-color: rgba(0, 133, 130, 0.9);
  z-index: 2;
}

.share-modal {
  width: 90%;
  max-width: 600px;
  margin: 0 auto;
}
.share-modal .wordart-image {
  text-align: center;
  padding: 10px 0;
  background-color: #fff;
  border: 1px solid #c0c0c0;
  border-right: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
  box-shadow: inset 1px 1px #000, 1px 0 #fff, 0 1px #fff, 1px 1px #fff;
}
@media (min-width: 1000px) {
  .share-modal .wordart-image {
    height: 250px;
  }
}
.share-modal .wordart-image img {
  max-width: 100%;
  max-height: 125px;
  margin: 0 auto;
}
@media (min-width: 1000px) {
  .share-modal .wordart-image img {
    margin: 30px auto;
    position: relative;
    max-height: 250px;
    top: 50%;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    margin: 0 auto;
  }
}

@media (min-width: 1000px) {
  .modal-left {
    width: calc(100% - 200px);
    float: left;
  }
}

@media (min-width: 1000px) {
  .modal-right {
    width: 200px;
    float: right;
    padding-left: 10px;
  }
}

body.modal-active[data-body-modal=uploading] .canvas-container {
  opacity: 0;
}

.footer-instructions {
  float: right;
  margin-bottom: 5em;
  opacity: 0.75;
  font-size: 0.9em;
}
@media (min-width: 1000px) {
  .footer-instructions {
    padding-left: 315px;
    padding-right: 20%;
  }
}

.footer-instructions__inner {
  width: 80%;
  margin: 0 auto;
}
@media (min-width: 1000px) {
  .footer-instructions__inner {
    width: 100%;
  }
}

.shop-images {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: scroll;
}

.wordart-shop-promo a {
  display: block;
}
.wordart-shop-promo .wordart-shop-shadow {
  border: 1px solid #c0c0c0;
  border-right: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
  box-shadow: inset 1px 1px #000, 1px 0 #fff, 0 1px #fff, 1px 1px #fff;
}
.wordart-shop-promo img {
  width: 120px;
  height: 120px;
  display: block;
}
@media (min-width: 700px) {
  .wordart-shop-promo img {
    width: 170px;
    height: 170px;
  }
}

.shop-modal {
  top: 160px;
  left: 80%;
}
@media (min-width: 700px) {
  .shop-modal {
    top: 30%;
    left: 90%;
  }
}

.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}

.hidden {
  display: none !important;
}