@-webkit-keyframes big-cta-zoom {
  0% {
    padding: 0.8em 1.1em;
  }
  60% {
    padding: 0.8em 1.5em;
  }
  100% {
    padding: 0.8em 1.3em;
  }
}
@keyframes big-cta-zoom {
  0% {
    padding: 0.8em 1.1em;
  }
  60% {
    padding: 0.8em 1.5em;
  }
  100% {
    padding: 0.8em 1.3em;
  }
}
@-webkit-keyframes horizontal-pan-downward {
  from {
    background-position-x: 0;
  }
  to {
    background-position-x: 1300px;
  }
}
@keyframes horizontal-pan-downward {
  from {
    background-position-x: 0;
  }
  to {
    background-position-x: 1300px;
  }
}
@-webkit-keyframes diagonal-pan-upward {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -1000px -1400px;
  }
}
@keyframes diagonal-pan-upward {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -1000px -1400px;
  }
}
@-webkit-keyframes diagonal-pan-downward {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -700px 1000px;
  }
}
@keyframes diagonal-pan-downward {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -700px 1000px;
  }
}
.bugs-bug-icon {
  -webkit-transform: translate(-2px, -4px) rotate(-12deg);
      -ms-transform: translate(-2px, -4px) rotate(-12deg);
          transform: translate(-2px, -4px) rotate(-12deg);
}
.animate-bugs-bug-icon {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-animation: animate-bugs-bug-icon 0.35s 1 ease-out forwards;
          animation: animate-bugs-bug-icon 0.35s 1 ease-out forwards;
}
@-webkit-keyframes animate-bugs-bug-icon {
  from {
    -webkit-transform: translate(-2px, -4px) rotate(-12deg);
            transform: translate(-2px, -4px) rotate(-12deg);
  }
  to {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
  }
}
@keyframes animate-bugs-bug-icon {
  from {
    -webkit-transform: translate(-2px, -4px) rotate(-12deg);
            transform: translate(-2px, -4px) rotate(-12deg);
  }
  to {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
  }
}
.bugs-list-icon {
  -webkit-transform: translate(2px, -4px) rotate(12deg);
      -ms-transform: translate(2px, -4px) rotate(12deg);
          transform: translate(2px, -4px) rotate(12deg);
}
.animate-bugs-list-icon {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-animation: animate-bugs-list-icon 0.35s 1 ease-out forwards;
          animation: animate-bugs-list-icon 0.35s 1 ease-out forwards;
}
@-webkit-keyframes animate-bugs-list-icon {
  from {
    -webkit-transform: translate(2px, -4px) rotate(12deg);
            transform: translate(2px, -4px) rotate(12deg);
  }
  to {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
  }
}
@keyframes animate-bugs-list-icon {
  from {
    -webkit-transform: translate(2px, -4px) rotate(12deg);
            transform: translate(2px, -4px) rotate(12deg);
  }
  to {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
  }
}
.planner-left-icon {
  -webkit-transform: translate(0, 0) rotate(0deg);
      -ms-transform: translate(0, 0) rotate(0deg);
          transform: translate(0, 0) rotate(0deg);
}
.animate-planner-left-icon {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-animation: animate-planner-left-icon 0.7s 1 ease-out forwards;
          animation: animate-planner-left-icon 0.7s 1 ease-out forwards;
}
@-webkit-keyframes animate-planner-left-icon {
  40% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
  70% {
    -webkit-transform: translate(-10px, 0) rotate(-6deg);
            transform: translate(-10px, 0) rotate(-6deg);
  }
  85% {
    -webkit-transform: translate(5px, 0) rotate(3deg);
            transform: translate(5px, 0) rotate(3deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animate-planner-left-icon {
  40% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
  70% {
    -webkit-transform: translate(-10px, 0) rotate(-6deg);
            transform: translate(-10px, 0) rotate(-6deg);
  }
  85% {
    -webkit-transform: translate(5px, 0) rotate(3deg);
            transform: translate(5px, 0) rotate(3deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
}
.planner-right-icon {
  -webkit-transform: translate(20px, 2px);
      -ms-transform: translate(20px, 2px);
          transform: translate(20px, 2px);
}
.animate-planner-right-icon {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-animation: animate-planner-right-icon 0.6s 1 ease-out forwards;
          animation: animate-planner-right-icon 0.6s 1 ease-out forwards;
}
@-webkit-keyframes animate-planner-right-icon {
  0% {
    -webkit-transform: translate(20px, 2px);
            transform: translate(20px, 2px);
  }
  100% {
    -webkit-transform: translate(-25px, 8px);
            transform: translate(-25px, 8px);
  }
}
@keyframes animate-planner-right-icon {
  0% {
    -webkit-transform: translate(20px, 2px);
            transform: translate(20px, 2px);
  }
  100% {
    -webkit-transform: translate(-25px, 8px);
            transform: translate(-25px, 8px);
  }
}
.pm-pie-icon {
  -webkit-transform: translate(-4px, -4px) rotate(-12deg);
      -ms-transform: translate(-4px, -4px) rotate(-12deg);
          transform: translate(-4px, -4px) rotate(-12deg);
}
.animate-pm-pie-icon {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-animation: animate-pm-pie-icon 0.45s 1 ease-out forwards;
          animation: animate-pm-pie-icon 0.45s 1 ease-out forwards;
}
@-webkit-keyframes animate-pm-pie-icon {
  from {
    -webkit-transform: translate(-4px, -4px) rotate(-12deg);
            transform: translate(-4px, -4px) rotate(-12deg);
  }
  to {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
  }
}
@keyframes animate-pm-pie-icon {
  from {
    -webkit-transform: translate(-4px, -4px) rotate(-12deg);
            transform: translate(-4px, -4px) rotate(-12deg);
  }
  to {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
  }
}
.pm-cal-icon {
  -webkit-transform: translate(4px, -6px) rotate(12deg);
      -ms-transform: translate(4px, -6px) rotate(12deg);
          transform: translate(4px, -6px) rotate(12deg);
}
.animate-pm-cal-icon {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-animation: animate-pm-cal-icon 0.35s 1 ease-out forwards;
          animation: animate-pm-cal-icon 0.35s 1 ease-out forwards;
}
@-webkit-keyframes animate-pm-cal-icon {
  from {
    -webkit-transform: translate(4px, -6px) rotate(12deg);
            transform: translate(4px, -6px) rotate(12deg);
  }
  to {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
  }
}
@keyframes animate-pm-cal-icon {
  from {
    -webkit-transform: translate(4px, -6px) rotate(12deg);
            transform: translate(4px, -6px) rotate(12deg);
  }
  to {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
  }
}
.integration-lego-icon {
  -webkit-transform: translate(0px, -4px) rotate(-16deg);
      -ms-transform: translate(0px, -4px) rotate(-16deg);
          transform: translate(0px, -4px) rotate(-16deg);
}
.animate-integration-lego-icon {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-animation: animate-integration-lego-icon 0.35s 1 ease-out forwards;
          animation: animate-integration-lego-icon 0.35s 1 ease-out forwards;
}
@-webkit-keyframes animate-integration-lego-icon {
  from {
    -webkit-transform: translate(0px, -4px) rotate(-16deg);
            transform: translate(0px, -4px) rotate(-16deg);
  }
  to {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
  }
}
@keyframes animate-integration-lego-icon {
  from {
    -webkit-transform: translate(0px, -4px) rotate(-16deg);
            transform: translate(0px, -4px) rotate(-16deg);
  }
  to {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
  }
}
.animate-support-comment-icon {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-animation: animate-support-comment-icon 0.35s 1 ease-out forwards;
          animation: animate-support-comment-icon 0.35s 1 ease-out forwards;
}
@-webkit-keyframes animate-support-comment-icon {
  50% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
  80% {
    -webkit-transform: translate(0px, 6px);
            transform: translate(0px, 6px);
  }
  100% {
    -webkit-transform: translate(0px, 8px);
            transform: translate(0px, 8px);
  }
}
@keyframes animate-support-comment-icon {
  50% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
  80% {
    -webkit-transform: translate(0px, 6px);
            transform: translate(0px, 6px);
  }
  100% {
    -webkit-transform: translate(0px, 8px);
            transform: translate(0px, 8px);
  }
}
.animate-support-box-icon {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-animation: animate-support-box-icon 0.55s 1 ease-out forwards;
          animation: animate-support-box-icon 0.55s 1 ease-out forwards;
}
@-webkit-keyframes animate-support-box-icon {
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  80% {
    -webkit-transform: rotate(8deg);
            transform: rotate(8deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes animate-support-box-icon {
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  80% {
    -webkit-transform: rotate(8deg);
            transform: rotate(8deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
.support-mail-icon {
  -webkit-transform: translate(6px, 4px) rotate(-6deg);
      -ms-transform: translate(6px, 4px) rotate(-6deg);
          transform: translate(6px, 4px) rotate(-6deg);
}
.animate-support-mail-icon {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-animation: animate-support-mail-icon 0.6s 1 ease-out forwards;
          animation: animate-support-mail-icon 0.6s 1 ease-out forwards;
}
@-webkit-keyframes animate-support-mail-icon {
  0% {
    -webkit-transform: translate(6px, 4px) rotate(-6deg);
            transform: translate(6px, 4px) rotate(-6deg);
  }
  100% {
    -webkit-transform: translate(0px, 6px) rotate(0deg);
            transform: translate(0px, 6px) rotate(0deg);
  }
}
@keyframes animate-support-mail-icon {
  0% {
    -webkit-transform: translate(6px, 4px) rotate(-6deg);
            transform: translate(6px, 4px) rotate(-6deg);
  }
  100% {
    -webkit-transform: translate(0px, 6px) rotate(0deg);
            transform: translate(0px, 6px) rotate(0deg);
  }
}
.extras-clock-icon,
.use-hg-icon {
  -webkit-transform: rotate(12deg);
      -ms-transform: rotate(12deg);
          transform: rotate(12deg);
}
.animate-extras-clock-icon {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-animation: animate-extras 0.45s 1 ease-out forwards;
          animation: animate-extras 0.45s 1 ease-out forwards;
}
@-webkit-keyframes animate-extras {
  30% {
    -webkit-transform: rotate(-12deg);
            transform: rotate(-12deg);
  }
  60% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes animate-extras {
  30% {
    -webkit-transform: rotate(-12deg);
            transform: rotate(-12deg);
  }
  60% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
.extras-wiki-icon,
.use-git-icon {
  -webkit-transform: rotate(6deg);
      -ms-transform: rotate(6deg);
          transform: rotate(6deg);
}
.animate-extras {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-animation: animate-extras 0.35s 1 ease-out forwards;
          animation: animate-extras 0.35s 1 ease-out forwards;
}
@keyframes animate-extras {
  35% {
    -webkit-transform: rotate(-6deg);
            transform: rotate(-6deg);
  }
  70% {
    -webkit-transform: rotate(6deg);
            transform: rotate(6deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
.jigglePrices {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-animation: jiggle-prices 0.35s 1 ease-out forwards;
          animation: jiggle-prices 0.35s 1 ease-out forwards;
}
@-webkit-keyframes jiggle-prices {
  0% {
    -webkit-transform: rotate(-4deg);
            transform: rotate(-4deg);
  }
  33% {
    -webkit-transform: rotate(4deg);
            transform: rotate(4deg);
  }
  66% {
    -webkit-transform: rotate(-4deg);
            transform: rotate(-4deg);
  }
}
@keyframes jiggle-prices {
  0% {
    -webkit-transform: rotate(-4deg);
            transform: rotate(-4deg);
  }
  33% {
    -webkit-transform: rotate(4deg);
            transform: rotate(4deg);
  }
  66% {
    -webkit-transform: rotate(-4deg);
            transform: rotate(-4deg);
  }
}
.versions-tree-icon {
  -webkit-transform: translate(-10px, 0px) rotate(10deg);
      -ms-transform: translate(-10px, 0px) rotate(10deg);
          transform: translate(-10px, 0px) rotate(10deg);
}
.animate-versions-tree-icon {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-animation: animate-versions-tree-icon 0.6s 1 ease-out forwards;
          animation: animate-versions-tree-icon 0.6s 1 ease-out forwards;
}
@-webkit-keyframes animate-versions-tree-icon {
  0% {
    -webkit-transform: translate(-10px, 0px) rotate(10deg);
            transform: translate(-10px, 0px) rotate(10deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animate-versions-tree-icon {
  0% {
    -webkit-transform: translate(-10px, 0px) rotate(10deg);
            transform: translate(-10px, 0px) rotate(10deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
}
.versions-docs-icon {
  -webkit-transform: translate(10px, -4px) rotate(-12deg);
      -ms-transform: translate(10px, -4px) rotate(-12deg);
          transform: translate(10px, -4px) rotate(-12deg);
}
.animate-versions-docs-icon {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-animation: animate-versions-docs-icon 0.6s 1 ease-out forwards;
          animation: animate-versions-docs-icon 0.6s 1 ease-out forwards;
}
@-webkit-keyframes animate-versions-docs-icon {
  0% {
    -webkit-transform: translate(10px, -4px) rotate(-12deg);
            transform: translate(10px, -4px) rotate(-12deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animate-versions-docs-icon {
  0% {
    -webkit-transform: translate(10px, -4px) rotate(-12deg);
            transform: translate(10px, -4px) rotate(-12deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
}
.reviews-approved-icon,
.reviews-discussion-icon {
  -webkit-transform: translate(0px, 0px) rotate(0deg);
      -ms-transform: translate(0px, 0px) rotate(0deg);
          transform: translate(0px, 0px) rotate(0deg);
}
.animate-reviews-approved-icon {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-animation: animate-reviews-approved-icon 0.6s 1 ease-out forwards;
          animation: animate-reviews-approved-icon 0.6s 1 ease-out forwards;
}
@-webkit-keyframes animate-reviews-approved-icon {
  0% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
  }
  40% {
    -webkit-transform: translate(-16px, 0px) rotate(-4deg);
            transform: translate(-16px, 0px) rotate(-4deg);
  }
  75% {
    -webkit-transform: translate(5px, 0px) rotate(2deg);
            transform: translate(5px, 0px) rotate(2deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animate-reviews-approved-icon {
  0% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
  }
  40% {
    -webkit-transform: translate(-16px, 0px) rotate(-4deg);
            transform: translate(-16px, 0px) rotate(-4deg);
  }
  75% {
    -webkit-transform: translate(5px, 0px) rotate(2deg);
            transform: translate(5px, 0px) rotate(2deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
}
.animate-reviews-discussion-icon {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-animation: animate-reviews-discussion-icon 0.6s 1 ease-out forwards;
          animation: animate-reviews-discussion-icon 0.6s 1 ease-out forwards;
}
@-webkit-keyframes animate-reviews-discussion-icon {
  0% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
  }
  40% {
    -webkit-transform: translate(12px, 0px) rotate(-4deg);
            transform: translate(12px, 0px) rotate(-4deg);
  }
  75% {
    -webkit-transform: translate(-5px, 0px) rotate(2deg);
            transform: translate(-5px, 0px) rotate(2deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animate-reviews-discussion-icon {
  0% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
  }
  40% {
    -webkit-transform: translate(12px, 0px) rotate(-4deg);
            transform: translate(12px, 0px) rotate(-4deg);
  }
  75% {
    -webkit-transform: translate(-5px, 0px) rotate(2deg);
            transform: translate(-5px, 0px) rotate(2deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
}
.activity-find-icon {
  -webkit-transform: translate(-10px, 10px) rotate(-8deg);
      -ms-transform: translate(-10px, 10px) rotate(-8deg);
          transform: translate(-10px, 10px) rotate(-8deg);
}
.animate-activity-find-icon {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-animation: animate-activity-find-icon 0.6s 1 ease-out forwards;
          animation: animate-activity-find-icon 0.6s 1 ease-out forwards;
}
@-webkit-keyframes animate-activity-find-icon {
  0% {
    -webkit-transform: translate(-10px, 10px) rotate(-8deg);
            transform: translate(-10px, 10px) rotate(-8deg);
  }
  50% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animate-activity-find-icon {
  0% {
    -webkit-transform: translate(-10px, 10px) rotate(-8deg);
            transform: translate(-10px, 10px) rotate(-8deg);
  }
  50% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
}
.activity-log-icon {
  -webkit-transform: translate(10px, -10px) rotate(-16deg);
      -ms-transform: translate(10px, -10px) rotate(-16deg);
          transform: translate(10px, -10px) rotate(-16deg);
}
.animate-activity-log-icon {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-animation: animate-activity-log-icon 0.55s 1 ease-out forwards;
          animation: animate-activity-log-icon 0.55s 1 ease-out forwards;
}
@-webkit-keyframes animate-activity-log-icon {
  0% {
    -webkit-transform: translate(10px, -10px) rotate(-16deg);
            transform: translate(10px, -10px) rotate(-16deg);
  }
  50% {
    -webkit-transform: rotate(6deg);
            transform: rotate(6deg);
  }
  80% {
    -webkit-transform: rotate(-3deg);
            transform: rotate(-3deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animate-activity-log-icon {
  0% {
    -webkit-transform: translate(10px, -10px) rotate(-16deg);
            transform: translate(10px, -10px) rotate(-16deg);
  }
  50% {
    -webkit-transform: rotate(6deg);
            transform: rotate(6deg);
  }
  80% {
    -webkit-transform: rotate(-3deg);
            transform: rotate(-3deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
}
.animate-projects-shelf-icon {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-animation: animate-projects-shelf-icon 0.7s 1 ease-out forwards;
          animation: animate-projects-shelf-icon 0.7s 1 ease-out forwards;
}
@-webkit-keyframes animate-projects-shelf-icon {
  40% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
  70% {
    -webkit-transform: translate(-10px, 0) rotate(-6deg);
            transform: translate(-10px, 0) rotate(-6deg);
  }
  85% {
    -webkit-transform: translate(5px, 0) rotate(3deg);
            transform: translate(5px, 0) rotate(3deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animate-projects-shelf-icon {
  40% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
  70% {
    -webkit-transform: translate(-10px, 0) rotate(-6deg);
            transform: translate(-10px, 0) rotate(-6deg);
  }
  85% {
    -webkit-transform: translate(5px, 0) rotate(3deg);
            transform: translate(5px, 0) rotate(3deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
}
.projects-safe-icon {
  -webkit-transform: translate(25px, 0);
      -ms-transform: translate(25px, 0);
          transform: translate(25px, 0);
}
.animate-projects-safe-icon {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-animation: animate-projects-safe-icon 0.55s 1 ease-out forwards;
          animation: animate-projects-safe-icon 0.55s 1 ease-out forwards;
}
@-webkit-keyframes animate-projects-safe-icon {
  0% {
    -webkit-transform: translate(25px, 0);
            transform: translate(25px, 0);
  }
  50% {
    -webkit-transform: translate(-25px, 0);
            transform: translate(-25px, 0);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}
@keyframes animate-projects-safe-icon {
  0% {
    -webkit-transform: translate(25px, 0);
            transform: translate(25px, 0);
  }
  50% {
    -webkit-transform: translate(-25px, 0);
            transform: translate(-25px, 0);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}
.animate-vertical-shake {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-animation: animate-vertical-shake 0.3s 1 ease-out forwards;
          animation: animate-vertical-shake 0.3s 1 ease-out forwards;
}
@-webkit-keyframes animate-vertical-shake {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  33% {
    -webkit-transform: translate(0, -10px);
            transform: translate(0, -10px);
  }
  66% {
    -webkit-transform: translate(0, 5px);
            transform: translate(0, 5px);
  }
  100% {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
  }
}
@keyframes animate-vertical-shake {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  33% {
    -webkit-transform: translate(0, -10px);
            transform: translate(0, -10px);
  }
  66% {
    -webkit-transform: translate(0, 5px);
            transform: translate(0, 5px);
  }
  100% {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
  }
}
* {
  box-sizing: border-box;
}
html {
  font-size: 12pt;
  overflow-x: hidden;
}
body {
  background-color: #fff;
  color: #303030;
  font: 100%/135% "proxima-nova", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  overflow: hidden;
}
@media (max-width: 768px) {
  body {
    font-size: 0.9em;
  }
}
@media (max-width: 480px) {
  body {
    font-size: 0.85em;
  }
}
p {
  line-height: 1.5em;
}
p a {
  text-decoration: underline;
}
a {
  color: #006592;
  text-decoration: none;
  -webkit-transition: all .125s;
          transition: all .125s;
  cursor: pointer;
}
a:hover {
  text-decoration: none;
}
ul {
  list-style-type: none;
  padding-left: 0;
}
img.hero {
  margin-top: 2em;
}
.map {
  border-radius: 0.25em;
  border: 2px solid #006592;
  height: 450px;
  margin-bottom: 1em;
  overflow: hidden;
  width: 100%;
}
.product-shout-out {
  margin-bottom: 30px;
  text-align: center;
}
.product-circle {
  background-color: #efefef;
  border-radius: 50%;
  border: 2px solid #006592;
  display: inline-block;
  height: 20em;
  margin-top: 2em;
  position: relative;
  text-align: center;
  width: 20em;
}
.product-circle:hover {
  border-color: #f57420;
}
.product-logo {
  height: 4.375em;
  margin-bottom: .375em;
}
.product-circle > .product-logo {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}
.blurb {
  text-align: center;
}
hr.short {
  background: #9b9b9b;
  border: 0;
  height: 2px;
  margin-bottom: 4em;
  opacity: 0.35;
  position: relative;
  top: -6px;
  width: 5em;
}
span.circle {
  background-color: #efefef;
  border-radius: 50%;
  border: 2px solid #006592;
  display: inline-block;
  height: 4em;
  width: 4em;
}
img.circular {
  border-radius: 50%;
}
.input-group:before {
  display: block;
  width: 14px;
  height: 14px;
  content: "\e003";
  font-family: 'Glyphicons Halflings';
  position: absolute;
  top: 10px;
  left: 10px;
  opacity: .7;
  z-index: 1000;
}
.form-control {
  background-color: #efefef;
  height: 3em;
  border: 1px solid #006592;
  border-radius: 2em;
}
input.search-query {
  padding-left: 30px;
}
.btn-default {
  height: 3em;
  background-color: #006592;
  color: #fff;
  border: 1px solid #006592;
  border-radius: 2em;
  text-align: center;
  padding-right: 2em;
}
.btn-default:hover {
  background-color: #fff;
  color: #006592;
}
body > section,
footer {
  padding-bottom: 5em;
  padding-top: 5em;
  position: relative;
}
body > section.dark,
footer.dark {
  background-color: #f9f9f9;
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
}
body > section.dark:last-child,
footer.dark:last-child {
  border-bottom: none;
}
ul.arrows {
  padding-left: 1em;
}
ul.arrows > li:before {
  color: #006592;
  content: '\e092';
  font-family: 'Glyphicons Halflings';
  font-size: 0.75em;
  margin: 0 5px 0 -15px;
}
hr.thin {
  margin: 0;
}
footer.jaunty > .wrap:first-child,
section.jaunty > .wrap:first-child {
  position: absolute;
  overflow: hidden;
  width: 100%;
  top: -2em;
}
footer.jaunty > .wrap:first-child > hr,
section.jaunty > .wrap:first-child > hr {
  -webkit-backface-visibility: hidden;
  background-color: #006592;
  border-bottom: 2em solid #f9f9f9;
  border-top: 2em solid white;
  height: 2px;
  margin: 0;
  opacity: 0.99;
  -webkit-transform: rotate(2deg);
      -ms-transform: rotate(2deg);
          transform: rotate(2deg);
}
footer.jaunty.clean > .wrap:first-child > hr,
section.jaunty.clean > .wrap:first-child > hr {
  -webkit-transform: rotate(-2deg);
      -ms-transform: rotate(-2deg);
          transform: rotate(-2deg);
  border-top: 2em solid white;
  border-bottom: 2em solid white;
}
footer.jaunty.bright,
section.jaunty.bright {
  background-color: #fff9f5;
}
footer.jaunty.bright > .wrap:first-child > hr,
section.jaunty.bright > .wrap:first-child > hr {
  -webkit-transform: rotate(-2deg);
      -ms-transform: rotate(-2deg);
          transform: rotate(-2deg);
  background-color: #f57420;
  border-bottom: 2em solid #fff9f5;
}
.product-bubble {
  background-color: #C8DBE9;
  border-radius: 50%;
  height: 213px;
  margin-top: 2em;
  margin-bottom: 1em;
  position: relative;
  text-align: center;
  width: 213px;
}
.product-bubble.kiln {
  background-color: #C8DBE9;
}
.product-bubble.fogbugz {
  background-color: #DBCEBF;
}
.product-bubble.stackoverflow {
  background-color: #F8DFCC;
}
.product-bubble.trello {
  background-color: #B7D6E2;
}
.product-bubble > img {
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 80%;
  position: absolute;
  right: 0;
  top: 0;
}
.product-bubble > .year {
  bottom: 2em;
  font-weight: bold;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
}
.wrap {
  position: relative;
}
.timeline {
  border-top: 4px solid #efefef;
  bottom: 0;
  left: -30px;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 200%;
}
.timeline.first {
  left: 0;
}
img.daring {
  display: block;
  margin: auto;
}
@media (min-width: 992px) {
  img.daring {
    position: relative;
    left: -8em;
    width: 400px;
    height: 400px;
    max-width: 400px;
  }
}
form.search {
  margin-top: 2em;
  margin-bottom: 10px;
}
.hidden {
  display: none;
}
.container {
  position: relative;
}
h1 {
  font-size: 2.375em;
  font-weight: 300;
  text-align: center;
}
h2 {
  font-size: 1.5em;
  font-weight: 300;
}
h2.wide {
  margin-top: 2em;
  text-align: center;
}
h3.accented {
  color: #9b9b9b;
  font-size: .875em;
  font-weight: 300;
  letter-spacing: .0625em;
  text-align: center;
  text-transform: uppercase;
}
h3.feature {
  margin-bottom: 2em;
  margin-top: 2em;
}
h3 {
  font-size: 1em;
  margin-bottom: 0.25em;
}
h3.bright {
  color: #f57420;
}
h4 {
  margin-top: 2em;
  margin-bottom: 1em;
}
h1,
h2 {
  line-height: 1.15em;
}
.navbar-brand {
  display: block;
  width: 10em;
  position: relative;
  height: auto;
}
.navbar-brand img {
  max-width: 100%;
  max-height: 70px;
}
@media (max-width: 320px) {
  .navbar-brand {
    width: 8.2em;
    margin-top: 3px;
  }
}
.brand-nav {
  right: 0;
}
.brand-nav li {
  background-repeat: no-repeat;
  padding: 0.4em 1em;
  background-position-x: 0.6em;
  font-size: 18px;
  font-size: 1.125em;
  border-bottom: 1px solid #E5E5E5;
}
.brand-nav li:hover {
  background-color: #f9f9f9;
}
.brand-nav li a {
  padding: initial;
}
.brand-nav li a:hover {
  background-color: transparent;
}
@media (max-width: 767px) {
  .navbar-brand {
    padding-top: 6px;
  }
  .navbar-brand > img {
    max-width: 85%;
  }
}
@media (min-width: 768px) {
  .navbar-default .navbar-nav > li > a {
    color: #006592;
    padding: 26px 4px;
  }
  .navbar-default .navbar-nav > li > a:hover,
  .navbar-default .navbar-nav > li > a:focus {
    color: #006592;
  }
  .navbar-default .navbar-nav > li > a:hover > span.link,
  .navbar-default .navbar-nav > li > a:focus > span.link {
    background-color: #efefef;
  }
  .navbar-default .navbar-nav > li > a span.link {
    border-radius: 5em;
    padding: 0.25em 0.5em;
  }
  .navbar-default .navbar-nav > .active > a {
    background-color: inherit;
    color: #006592;
  }
  .navbar-default .navbar-nav > .active > a > span.link {
    background-color: #efefef;
  }
  .navbar-default .navbar-nav > .active > a:hover,
  .navbar-default .navbar-nav > .active > a:focus {
    background-color: inherit;
    color: #006592;
  }
}
.navbar-default {
  background-color: #eaf0f6;
  border: none;
  margin: 0;
  font-size: 18px;
  font-size: 1.125em;
}
.navbar-default .navbar-nav > li > a {
  color: #006592;
  text-align: center;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #006592;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav > li > a:hover,
  .navbar-default .navbar-nav > li > a:focus {
    background-color: white;
  }
}
.navbar-default .navbar-nav > .active > a {
  color: #006592;
}
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #006592;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav > .active > a {
    background-color: #efefef;
  }
}
.navbar-default .navbar-toggle {
  margin-top: 16px;
  margin-bottom: 14px;
  border-color: #79abc3;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #79abc3;
}
.navbar-default .navbar-toggle:hover .icon-bar,
.navbar-default .navbar-toggle:focus .icon-bar {
  background-color: white;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #79abc3;
}
.navbar-default .navbar-collapse {
  border-color: transparent;
}
.fogbugz-navbar .navbar-nav > li > a:hover > span.link,
.fogbugz-navbar .navbar-nav > li > a:focus > span.link {
  background-color: rgba(255, 255, 255, 0.8);
}
.fogbugz-navbar .active .link {
  background-color: rgba(255, 255, 255, 0.8);
}
.navbar-right {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
.dropdown-menu > li > a,
.navbar-default .navbar-nav > .open > a {
  color: #006592;
}
.dropdown-menu > li > a:hover,
.navbar-default .navbar-nav > .open > a:hover,
.dropdown-menu > li > a:focus,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #efefef;
  color: #006592;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #006592;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    background-color: #efefef;
    color: #006592;
  }
}
footer {
  padding-top: 2em;
  padding-bottom: 2em;
}
footer .adr {
  margin-top: 1em;
}
footer .email {
  margin-bottom: 1em;
}
footer a:hover {
  text-decoration: underline;
}
footer .made-in-ny {
  margin-top: 2em;
  color: #9b9b9b;
}
footer .made-in-ny img {
  vertical-align: baseline;
  margin-right: 4px;
}
@media (max-width: 992px) {
  .footer-company-col,
  .footer-fogbugz-col,
  .footer-kiln-col,
  .footer-support-col {
    float: left;
    margin-right: 3%;
    width: 22%;
  }
  .footer-contact-col {
    clear: both;
    padding-top: 1em;
  }
}
@media (max-width: 768px) {
  .footer-company-col,
  .footer-fogbugz-col,
  .footer-kiln-col,
  .footer-support-col {
    margin-right: 0;
    width: 45%;
  }
}
.floating-buttons-wrap {
  position: absolute;
  width: 100%;
  top: -22px;
  text-align: center;
}
.navbar-nav > li > a.button-cta, .navbar-nav > li > a.fbbutton-cta, .fbbutton-cta, .button-cta, .learnbutton {
  background-color: #006592;
  border: 1px solid #006592;
  border-radius: 5em;
  display: inline-block;
  font-size: 18px;
  font-size: 1.125em;
  color: white;
  margin-top: 1em;
  margin-bottom: 2em;
  padding: 0.5em 1.5em;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

a#tryfb_home_hdln.fbbutton-cta, a#tryfb_home_hdln.learnbutton {
	font-size: 1.5em;
}

.navbar-nav > li > a.button-cta:hover, .navbar-nav > li > a.fbbutton-cta:hover, .fbbutton-cta:hover, .button-cta:hover, .learnbutton:hover {
  background-color: #fff;
  color: #006592;
}
.navbar-nav > li > a.button-cta.try-now, .navbar-nav > li > a.fbbutton-cta.try-now, .fbbutton-cta.try-now, .button-cta.try-now, .learnbutton.try-now {
  margin-bottom: 10px;
  background-color: #006592;
  color: #fff;
}
.navbar-nav > li > a.button-cta.try-now:hover, .navbar-nav > li > a.fbbutton-cta.try-now:hover, .fbbutton-cta.try-now:hover, .button-cta.try-now:hover {
  background-color: #fff;
  color: #006592;
}
.navbar-nav > li > a.button-cta, .navbar-nav > li > a.fbbutton-cta, .navbar-nav > li > a.learnbutton {
  font-size: 15px;
  font-size: 0.9375em;
  margin-bottom: 0;
  margin-left: 0.5em;
  padding: 0.55em 1.5em;
}
@media (max-width: 767px) {
  .navbar-nav > li > a.button-cta {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 200px;
  }
}
.button-cta-big, .fbbutton-cta-big {
  font-size: 30px;
  font-size: 1.875em;
  background-color: #006592;
  border: 1px solid #006592;
  color: white;
  border-radius: 5em;
  display: inline-block;
  font-weight: normal;
  padding: 0.8em 1.3em;
  margin-top: 1.5em;
  margin-bottom: 0.6em;
  height: 2.4em;
}
@media (max-width: 480px) {
  .button-cta-big, .fbbutton-cta-big  {
    height: 2.3em;
  }
}
.button-cta-big:hover, .fbbutton-cta-big:hover {
  -webkit-animation: big-cta-zoom 0.175s 1 ease-out forwards;
          animation: big-cta-zoom 0.175s 1 ease-out forwards;
  background-color: #fff;
  color: #006592;
}
.button-cta-small, .fbbutton-cta-small {
  border: 2px solid #006592;
  color: #006592;
  display: inline-block;
  font-size: 14px;
  font-size: 0.875em;
  padding: 0.5em 1.5em;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border-radius: 5em;
  min-width: 88px;
}
.button-cta-small:hover, .fbbutton-cta-small:hover {
  background-color: #006592;
  color: white;
  text-decoration: none;
}
.hero-text {
  float: none;
}
.hero-text h1 {
  margin-top: 0.7em;
  margin-bottom: 0.6em;
  max-width: 660px;
  margin-left: auto;
  margin-right: auto;
  color: #303030;
  font-weight: bold;
}
.hero-text p {
  font-size: 20px;
  font-size: 1.25em;
  line-height: 28px;
  line-height: 1.4em;
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
}
.hero-text .button-cta, .hero-text .fbbutton-cta {
  margin-top: 2em;
}
.hero-text h1,
.hero-text p,
.hero-text .button-cta,
.hero-text .fbbutton-cta,
.hero-text img {
  z-index: 1;
  position: relative;
}
.hero-text img {
  width: 14em;
}
@media (max-width: 768px) {
  .hero-text p {
    max-width: 520px;
  }
  .hero-text img {
    width: 12.5em;
  }
}
.hero-screenshot-row {
  margin-top: 2em;
  margin-bottom: 1.5em;
}
.screenshot {
  border: 1px solid rgba(183, 183, 183, 0.6);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.33);
  border-radius: 4px;
  background-color: #F5F5F5;
}
.hero-screenshot {
  border: 1px solid rgba(183, 183, 183, 0.6);
  border-radius: 4px;
  background-color: #F5F5F5;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.4);
}
.btn-group-section {
  padding-top: 0;
  padding-bottom: 2em;
}
.content-section {
  padding-top: 4em;
  padding-bottom: 4em;
}
.content-section .content {
  margin-right: 2%;
  max-width: 420px;
}
.content-section h2 {
  font-size: 28px;
  font-size: 1.75em;
  margin-bottom: 1em;
  margin-top: 1em;
  color: #303030;
  font-weight: bold;
}
.content-section h3,
.content-section p {
  font-size: 18px;
  font-size: 1.125em;
  line-height: 26px;
  line-height: 1.3em;
  color: #555555;
}
.content-section h3 {
  margin-bottom: 0.1em;
  font-weight: bold;
}
.content-section p {
  margin-bottom: 1.4em;
}
@media (max-width: 992px) {
  .content-section:not(.extras) {
    text-align: center;
  }
  .content-section:not(.extras) .content {
    margin-left: auto;
    margin-right: auto;
  }
  .customer-quote {
	display: none;
  }
}
@media (max-width: 320px) {
  .extras .col-xs-10 {
    padding-left: 10%;
  }
  .customer-quote {
	display: none;
  }
}
@media (max-width: 480px) {
  .screenshot-wrap {
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    min-height: 0.01%;
    overflow-x: auto;
    margin-right: -30px;
  }
  .customer-quote {
	display: none;
  }
}
.feature-header {
  background-color: #e0e9f1;
  text-align: left;
  padding-top: 2em;
  padding-bottom: 0em;
}
.feature-header img {
  width: 11em;
  height: auto;
  margin-top: 0.5em;
  margin-bottom: 1em;
}
.feature-header h1 {
  text-align: left;
}
.feature-header h2 {
  font-size: 1.25em;
  line-height: 1.5em;
  margin-top: 1em;
  max-width: 560px;
  font-weight: normal;
}
.feature-header a {
  border-radius: 2em;
  display: inline-block;
  line-height: 2.25em;
  margin-left: -0.5em;
  padding: 0em 0.5em;
}
@media (max-width: 767px) {
  .feature-header,
  .feature-header h1 {
    text-align: center;
  }
  .feature-header h2 {
    max-width: 470px;
    margin-left: auto;
    margin-right: auto;
  }
  .customer-quote {
	display: none;
  }
}
@media (max-width: 480px) {
  .feature-header {
    padding-bottom: 2.5em;
  }
  .feature-header h2 {
    max-width: 380px;
  }
}
.feature-nav {
  background-color: #e0e9f1;
  padding-top: 1.5em;
  padding-bottom: 3.5em;
}
.feature-nav a {
  color: #006592;
  border: 1px #006592 solid;
  padding: 0.5em 1.5em;
  border-radius: 25px;
}
.feature-nav a:hover,
.feature-nav a:active,
.feature-nav a:focus,
.feature-nav a .open {
  background-color: #006592;
  color: white;
  text-decoration: none;
}
.feature-nav li a {
  border: none;
  border-radius: 0;
}
.feature-nav li a:hover {
  background-color: #eaf0f6;
}
.feature-nav .active {
  color: #555555;
}
.feature-nav .active::before {
  content: "• ";
}
.feature-nav .active:hover {
  background-color: transparent;
  cursor: default;
  color: #555555;
}
@media (max-width: 768px) {
  .feature-nav .container {
    text-align: center;
    max-width: 200px;
  }
}
@media (max-width: 480px) {
  .feature-nav {
    padding-top: 0em;
  }
}
.feature-nav-bottom {
  background-color: #eaf0f6;
  padding-top: 2em;
  padding-bottom: 2em;
}
.feature-nav-bottom .container {
  text-align: center;
  max-width: 210px;
}
.feature-main {
  background-color: #f8f9fb;
  text-align: center;
  font-size: 18px;
  font-size: 1.125em;
  color: #555555;
  padding-top: 4em;
  padding-bottom: 0em;
}
.feature-main .fb-icons,
.feature-main .icons {
  margin-bottom: 2em;
}
.feature-main article {
  margin-bottom: 1.6em;
}
.feature-main .text-only {
  margin-top: 3em;
  margin-bottom: 2em;
  overflow: auto;
}
.feature-main .text-only a {
  text-decoration: underline;
}
.feature-main .text-only a:hover {
  text-decoration: none;
}
.feature-main h3 {
  margin-bottom: 1.5em;
  font-weight: bold;
}
.feature-main p {
  line-height: 150%;
  margin: 0;
}
.feature-main ul {
  margin-top: 2em;
}
.feature-main li {
  text-align: left;
  font-size: 0.85em;
  line-height: 37px;
  line-height: 1.85em;
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
@media (max-width: 992px) {
  .feature-main li {
    text-align: center;
  }
}
.feature-main .mobile-screenshot {
  border: none;
  box-shadow: none;
  background-color: transparent;
  border-radius: initial;
  width: 60%;
  min-width: 560px;
  height: auto;
}
.feature-main .no-shadow {
  border: none;
  box-shadow: none;
  border-radius: initial;
}
.feature-main .transparent-bk {
  background-color: transparent;
}
img.screenshot.feature {
  margin-bottom: 4em;
  margin-top: 2em;
}
.pricing-section {
  padding-top: 2.5em;
  padding-bottom: 1em;
  background-color: white;
}
.pricing-table {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  border-collapse: collapse;
  border-radius: 5px;
  text-align: center;
  border-spacing: 0;
  border-style: hidden;
  box-shadow: 0 0 0 1px #dddddd;
  font-size: 18px;
  font-size: 1.125em;
}
.pricing-table tr:first-child td:first-child {
  border-top-left-radius: 5px;
}
.pricing-table tr:first-child td:last-child {
  border-top-right-radius: 5px;
}
.pricing-table tr:last-child td:first-child {
  border-bottom-left-radius: 5px;
}
.pricing-table tr:last-child td:last-child {
  border-bottom-right-radius: 5px;
}
.pricing-table tr td:last-child {
  border-right: none;
}
.pricing-table td {
  border-right: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
  width: 13%;
}
.pricing-table .col1 {
  background-color: #f3f3f3;
  border-left: transparent;
  border-right: none;
  vertical-align: middle;
  font-weight: bold;
  width: 16%;
  text-align: right;
  padding-right: 1em;
  height: 4.8em;
}
.pricing-table .price {
  color: #006592;
}
.pricing-table .price a {
  -webkit-transition: all 0s;
          transition: all 0s;
}
.pricing-table .price a:hover {
  border-bottom: 1px #006592 solid;
  text-decoration: none;
}
.pricing-table .price,
.pricing-table .feature {
  vertical-align: middle;
  font-weight: bold;
}
.pricing-table .detail {
  vertical-align: middle;
  font-weight: normal;
  font-size: 14px;
  font-size: 0.875em;
  color: #9b9b9b;
  margin-bottom: -0.15em;
  display: block;
}
.pricing-table .no img,
.pricing-table .yes img {
  margin-top: 1.5em;
}
.pricing-table .learn-more {
  font-weight: normal;
}
.pricing-table .table-cell-highlight {
  background-color: #eaf0f6;
}
@media (min-width: 1200px) {
  .table-curved {
    max-width: 1140px;
  }
}
@media (min-width: 1200px) {
  .pricing-promise b {
    display: block;
  }
}
.pricing-extra-info {
  padding-top: 1em;
  padding-bottom: 1em;
}
.pricing-section form {
  display: inline-block;
}
.toggle-pricing {
  font-weight: normal;
  color: #303030;
  cursor: pointer;
  margin-top: 2em;
}
.pricing-promise {
  padding-top: 1em;
  padding-bottom: 3em;
}
.promise {
  background-color: #e3f7eb;
  border-radius: 0.5em;
  padding: 1em 0.5em;
  max-width: 1140px;
  width: 90%;
}
.promise p {
  margin: 0;
}
.promise h2 {
  margin-top: 0.45em;
}
@media (max-width: 992px) {
  .promise h2 {
    margin-top: 0;
    margin-bottom: 0.5em;
  }
}
@media (max-width: 767px) {
  .pricing-promise p {
    text-align: center;
  }
  .pricing-promise b {
    display: block;
  }
  .customer-quote {
	display: none;
  }
}
.pricing-section .time-tracking-short,
.pricing-section .wiki-short {
  display: none;
}
.pricing-section .time-tracking-full,
.pricing-section .wiki-full {
  display: table-row;
}
.pricing-section.pricing-cta {
  padding: 0;
  display: block;
  text-align: center;
}
.pricing-section.pricing-cta a {
  margin: 0;
}
.pricing-faq article {
  margin-bottom: 2.5em;
}
.pricing-faq h2 {
  margin-bottom: 0.6em;
}
.pricing-faq ul {
  list-style-type: circle;
  padding-left: 35px;
}
.pricing-faq li {
  line-height: 1.5em;
}
/* Webkit and FF fix */
.price .cost,
.time-tracking-full .feature span,
.wiki-full .feature span {
  display: block;
}
.table-responsive {
  padding-top: 1px;
}
.hero-fogbugz {
  background-color: #e0e9f1;
  background-image: url(/images/fogbugz/hero-tiling-bk.svg?v1);
  background-repeat: repeat-x;
  background-position: 0% 52%;
  padding-top: 5.5em;
  position: relative;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-duration: 120s;
          animation-duration: 120s;
  -webkit-animation-name: horizontal-pan-downward;
          animation-name: horizontal-pan-downward;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  padding-right: 4%;
  padding-left: 4%;
  padding-bottom: 2em;
}
@media (max-width: 768px) {
  .hero {
    padding-top: 4.5em;
  }
}
@media (max-width: 480px) {
  .hero {
    padding-top: 3em;
  }
}
.hero-background-mask {
  /* base64 for IE9 */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNlMmViZjIiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2UyZWJmMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlMmViZjIiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvcmFkaWFsR3JhZGllbnQ+CiAgPHJlY3QgeD0iLTUwIiB5PSItNTAiIHdpZHRoPSIxMDEiIGhlaWdodD0iMTAxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -webkit-radial-gradient(50% 145%, #e0e9f1 46%, rgba(224, 233, 241, 0) 100%);
  background: radial-gradient(50% 145%, #e0e9f1 46%, rgba(224, 233, 241, 0) 100%);
  height: 21em;
  width: 60em;
  border-radius: 50%;
  position: absolute;
  top: -2em;
  left: -7em;
  z-index: 0;
}
img.fogbugz-icon {
  margin-right: 1.1em;
  -webkit-transition: all 0.3s;
          transition: all 0.3s;
}
img.extra-icon {
  margin-top: 20px;
}
.pm-icons img:first-child {
  -webkit-transform: translateY(2px);
      -ms-transform: translateY(2px);
          transform: translateY(2px);
}
.support-icons img:first-child {
  -webkit-transform: translateY(8px);
      -ms-transform: translateY(8px);
          transform: translateY(8px);
}
.content-section:nth-child(odd) {
  background-color: #f8f9fb;
}
.content-section:nth-child(odd) {
  background-color: #f8f9fb;
}
.customer-quote {
	background-color: #e0e9f1 !important;
	padding-top: 2em;
	padding-bottom: 2em;
}
.imgRow {
	width: 1080px;
	margin-left: auto;
	margin-right: auto;
}
.customer-images {
	background-color: #ffffff !important;
	padding: 0px;
	background-color: #ffffff;
}
.firstrow {
	background-color: #fbfbfb !important;
}
.customer-quote .row span.left {
	width: 80%;
	float: left;
}
.customer-quote .row span.right {
	width: 19%;
	float: right;
}
section.extras {
  padding-top: 2em;
}
section.party {
  background-color: #e0e9f1;
  background-position: center;
  background-image: url(/images/fogbugz/footer-cta-bk.svg?v1);
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-duration: 120s;
          animation-duration: 120s;
  -webkit-animation-name: diagonal-pan-upward;
          animation-name: diagonal-pan-upward;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  padding-bottom: 3.2em;
}
section.party p {
  margin-bottom: 2.5em;
}
.little-bug {
  position: absolute;
  z-index: 1;
}
.pricing-section-top:hover .learnbutton {
	background-color: white;
    color: #006592;
}
.pricing-section-top {
  border: 2px solid #ffffff;
}
.pricing-section-top:hover {
  border: 2px solid #006592;
}
