@charset "UTF-8";
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/
@import url(https://fonts.googleapis.com/css?family=Roboto:400,300italic,100italic,500italic,700italic,700,500,400italic,300,100);
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    transform: translateY(-8px); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; } }

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(8px);
    transform: translateY(8px); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(8px);
    -ms-transform: translateY(8px);
    transform: translateY(8px); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; } }

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translatex(-8px);
    transform: translatex(-8px); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translatex(-8px);
    -ms-transform: translatex(-8px);
    transform: translatex(-8px); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; } }

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translatex(8px);
    transform: translatex(8px); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translatex(8px);
    -ms-transform: translatex(8px);
    transform: translatex(8px); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; } }

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50% {
    opacity: 0.6; } }

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    -ms-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50% {
    opacity: 0.6; } }

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn; }

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    transform: translateY(-8px); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; } }

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(8px);
    transform: translateY(8px); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(8px);
    -ms-transform: translateY(8px);
    transform: translateY(8px); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; } }

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translatex(-8px);
    transform: translatex(-8px); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translatex(-8px);
    -ms-transform: translatex(-8px);
    transform: translatex(-8px); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; } }

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translatex(8px);
    transform: translatex(8px); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translatex(8px);
    -ms-transform: translatex(8px);
    transform: translatex(8px); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; } }

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50% {
    opacity: 0.6; } }

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    -ms-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50% {
    opacity: 0.6; } }

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn; }

.container {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1200px; }

.container.docs {
  max-width: 1080px; }

.column {
  float: left;
  padding-left: 1rem;
  padding-right: 1rem; }

.column.sixth {
  width: 16.6%; }

.column.fourth {
  width: 25%; }

.column.third {
  width: 33%; }

.column.half {
  width: 50%; }

.column.two-thirds {
  width: 66%; }

@media (max-width: 1080px) {
  .column.sixth {
    width: 33.3%; } }

@media (max-width: 900px) {
  .column.fourth {
    width: 50%; }
  .column.third,
  .column.half,
  .column.two-thirds {
    width: 100%; } }

@media (max-width: 560px) {
  .column.sixth {
    width: 50%; }
  .column.fourth,
  .column.third,
  .column.half,
  .column.two-thirds {
    width: 100%; } }

body, html {
  font: 400 16px/26px "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #5a6066;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  background: #fff; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", "HelveticaNeue-Thin", Helvetica, Arial, sans-serif;
  font-weight: 100;
  font-size: 3.125rem;
  line-height: 1.3;
  color: #4c5058; }

h1 {
  margin-bottom: .5em;
  text-align: center; }

h2 {
  margin-bottom: 1em;
  font-size: 2.5rem;
  font-weight: 300; }

h3 {
  font-size: 1.5rem; }

h4,
h5,
h6 {
  font-size: 1rem; }

p.tagline {
  margin: 0 0 80px;
  font-size: 24px;
  line-height: 36px;
  font-weight: 200;
  text-align: center; }

a {
  position: relative;
  color: #28affa;
  font-weight: 400;
  text-decoration: none; }

p a::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #a9dffd; }

.text-heading {
  text-align: center; }

.feats {
  margin-bottom: 80px;
  padding-bottom: 40px;
  border-bottom: 1px solid #ebedf0; }
  .feats .column {
    vertical-align: top;
    padding-bottom: 40px; }
  .feats h3 {
    margin: 0;
    padding: 3px 0 12px 36px;
    font-size: 1.25rem;
    font-weight: 200; }
  .feats p {
    margin: 0; }
  .feats .branding h3 {
    color: #3893cf;
    background: url("images/features/feats-branding@2x.png") 0 7px no-repeat;
    background-size: 28px; }
  .feats .domain h3 {
    color: #5450b3;
    background: url("images/features/feats-domain@2x.png") 0 1px no-repeat;
    background-size: 28px; }
  .feats .embed h3 {
    color: #16a086;
    background: url("images/features/feats-embed@2x.png") 0 0px no-repeat;
    background-size: 21px;
    padding-left: 30px; }
  .feats .files h3 {
    color: #e64d43;
    background: url("images/features/feats-files2@2x.png") 0 1px no-repeat;
    background-size: 22px;
    padding-left: 30px; }
  .feats .integrations h3 {
    color: #fd9c27;
    background: url("images/features/feats-integrations2@2x.png") 0 0px no-repeat;
    background-size: 28px; }
  .feats .password h3 {
    color: #52c83b;
    background: url("images/features/feats-password@2x.png") 0 0 no-repeat;
    background-size: 21px;
    padding-left: 30px; }
  .feats .permanent h3 {
    color: #52c83b;
    background: url("images/features/feats-permanent@2x.png") 0 2px no-repeat;
    background-size: 28px; }
  .feats .private h3 {
    color: #e64d43;
    background: url("images/features/feats-private@2x.png") 0 1px no-repeat;
    background-size: 26px; }
  .feats .screenshots h3 {
    color: #52c83b;
    background: url("images/features/feats-screenshots@2x.png") 0 3px no-repeat;
    background-size: 28px; }
  .feats .size h3 {
    color: #16a086;
    background: url("images/features/feats-size@2x.png") 0 0 no-repeat;
    background-size: 26px; }
  .feats .annotations h3,
  .feats .theme h3 {
    color: #fd9c27;
    background: url("images/features/feats-theme@2x.png") 0 2px no-repeat;
    background-size: 26px; }
  .feats .video h3 {
    color: #3893cf;
    background: url("images/features/feats-video@2x.png") 0 4px no-repeat;
    background-size: 28px; }
  .feats .animated {
    -moz-animation-duration: 0.4s;
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s; }
    .feats .animated.screenshots {
      -moz-animation-delay: 0.2s;
      -webkit-animation-delay: 0.2s;
      animation-delay: 0.2s; }
    .feats .animated.video {
      -moz-animation-delay: 0.225s;
      -webkit-animation-delay: 0.225s;
      animation-delay: 0.225s; }
    .feats .animated.files {
      -moz-animation-delay: 0.25s;
      -webkit-animation-delay: 0.25s;
      animation-delay: 0.25s; }
    .feats .animated.integrations {
      -moz-animation-delay: 0.275s;
      -webkit-animation-delay: 0.275s;
      animation-delay: 0.275s; }

img {
  max-width: 100%;
  height: auto;
  display: block; }

.button {
  display: inline-block;
  padding: 0.2em 1em;
  line-height: 2.75em;
  font-size: .8125rem;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #63B9FF), color-stop(1, #5F83FA));
  background-image: -o-linear-gradient(bottom, #63B9FF 0%, #5F83FA 100%);
  background-image: -moz-linear-gradient(bottom, #63B9FF 0%, #5F83FA 100%);
  background-image: -webkit-linear-gradient(bottom, #63B9FF 0%, #5F83FA 100%);
  background-image: -ms-linear-gradient(bottom, #63B9FF 0%, #5F83FA 100%);
  background-image: linear-gradient(to bottom, #63B9FF 0%, #5F83FA 100%);
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); }
  .button.register {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #4EDE8F), color-stop(1, #40B353));
    background-image: -o-linear-gradient(bottom, #4EDE8F 0%, #40B353 100%);
    background-image: -moz-linear-gradient(bottom, #4EDE8F 0%, #40B353 100%);
    background-image: -webkit-linear-gradient(bottom, #4EDE8F 0%, #40B353 100%);
    background-image: -ms-linear-gradient(bottom, #4EDE8F 0%, #40B353 100%);
    background-image: linear-gradient(to bottom, #4EDE8F 0%, #40B353 100%); }

.notification {
  -moz-transition-property: margin;
  -o-transition-property: margin;
  -webkit-transition-property: margin;
  transition-property: margin;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  color: white;
  font-size: 1.5rem;
  font-weight: normal;
  font-family: "HelveticaNeue-Thin", Helvetica, Arial, sans-serif;
  font-weight: 300;
  margin: -100px 0 0 0;
  padding: 0 1rem;
  position: fixed;
  top: 0;
  text-align: center;
  width: 100%;
  z-index: 9999; }
  .notification p {
    padding: 1em 0;
    margin: 0; }
  .notification.show {
    margin: 0; }
  .notification.success {
    background-color: rgba(52, 191, 121, 0.9); }
  .notification .close {
    display: block;
    position: absolute;
    right: 1em;
    top: 1em;
    height: 24px;
    background-size: 24px;
    background-position: 0 0;
    text-indent: -9999px;
    width: 24px;
    background-image: url("images/customer-support/close.svg");
    border: none; }

nav.top {
  display: inline-block;
  float: right;
  margin: 0;
  padding: 0; }
  nav.top ul {
    margin: 0;
    padding: 0;
    z-index: 3; }
    nav.top ul li {
      display: inline-block;
      margin: 0 0 0 5px;
      font-size: 11px;
      line-height: 30px; }
      nav.top ul li a {
        display: block;
        height: 30px;
        line-height: 30px;
        padding: 0 10px;
        text-decoration: none;
        color: #5450b3;
        font-weight: 500;
        letter-spacing: 0.5px;
        text-transform: uppercase;
        text-align: center;
        border: 1px solid transparent;
        outline: 0; }
      nav.top ul li.dropdown {
        position: relative; }
        nav.top ul li.dropdown a:before {
          content: "";
          position: absolute;
          right: 10px;
          bottom: 10px;
          border-top: 6px solid #5450b3;
          border-left: 6px solid transparent;
          border-right: 6px solid transparent; }
        nav.top ul li.dropdown a:after {
          content: "";
          position: absolute;
          right: 12px;
          bottom: 12px;
          border-top: 4px solid white;
          border-left: 4px solid transparent;
          border-right: 4px solid transparent; }
        @media screen and (min-width: 891px) {
          nav.top ul li.dropdown a {
            padding-right: 1.5em; }
            nav.top ul li.dropdown a:before {
              right: 0;
              bottom: 10px; }
            nav.top ul li.dropdown a:after {
              right: 2px;
              bottom: 12px; } }
      nav.top ul li.plan-sub-nav {
        display: none; }
        nav.top ul li.plan-sub-nav a {
          color: #28affa;
          font-size: .9em; }
        nav.top ul li.plan-sub-nav.support a {
          font-size: .8em; }
      nav.top ul li.auth a {
        padding: 0 15px;
        color: #5450b3;
        border-color: #5450b3;
        border-radius: 3px; }
      nav.top ul li.subscribe.nav-subscribe a {
        cursor: pointer;
        border-radius: 3px;
        border: 1px solid #5450b3;
        margin-left: 10px;
        padding: 0 15px;
        -moz-transition: all 0.15s ease-in-out;
        -o-transition: all 0.15s ease-in-out;
        -webkit-transition: all 0.15s ease-in-out;
        transition: all 0.15s ease-in-out; }
        nav.top ul li.subscribe.nav-subscribe a:hover {
          background: #5450b3;
          color: white; }

.menu-icon {
  display: none;
  -webkit-tap-highlight-color: transparent; }

.plan-highlights {
  opacity: 0;
  pointer-events: none;
  box-shadow: 0 0 0 1px rgba(59, 67, 77, 0.1), 0 2px 6px rgba(59, 67, 77, 0.15);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  transform: scale(0.9);
  width: 50rem;
  padding: 1em;
  position: absolute;
  top: 70px;
  right: 30px;
  z-index: 1;
  background: white;
  border-radius: 4px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  .plan-highlights.open {
    opacity: 1;
    pointer-events: auto;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1); }
  .plan-highlights .highlight {
    padding: 1em 1em 2em 1em;
    text-align: center;
    font-size: .8em;
    position: relative;
    -webkit-box-flex: 1 1;
    -moz-box-flex: 1 1;
    -webkit-flex: 1 1;
    -ms-flex: 1 1;
    flex: 1 1; }
    .plan-highlights .highlight:hover {
      background: #ebedf0; }
      .plan-highlights .highlight:hover .title {
        color: #5a6066; }
    .plan-highlights .highlight .title {
      font-family: "Roboto", "HelveticaNeue-Thin", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-weight: 100;
      font-size: 1.5em;
      color: #5450b3; }
    .plan-highlights .highlight p {
      font-family: "Roboto", "HelveticaNeue-Thin", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-weight: 100;
      margin-top: 0;
      line-height: 1.5;
      font-size: 1.2em;
      color: #5a6066; }
    .plan-highlights .highlight a {
      display: block; }
      .plan-highlights .highlight a.more {
        color: #5450b3;
        font-weight: 500;
        letter-spacing: 0.5px;
        text-transform: uppercase;
        position: absolute;
        bottom: .5em;
        left: 0;
        right: 0; }

.plan-highlights:before,
.plan-highlights:after {
  bottom: 100%;
  left: 42.75%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none; }

.plan-highlights:before {
  border-color: rgba(235, 237, 240, 0);
  border-bottom-color: #ebedf0;
  border-width: 23px;
  margin-left: -23px; }

.plan-highlights:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: white;
  border-width: 22px;
  margin-left: -22px; }

@media screen and (max-width: 890px) {
  nav.top {
    position: absolute;
    float: none;
    top: 10px;
    right: 0;
    margin: 0;
    padding: 0;
    width: 116px;
    height: 100%; }
  nav.top ul {
    background: white;
    border-radius: 3px;
    float: none;
    position: absolute;
    margin: 0;
    padding: 0;
    width: 160px;
    right: 8px;
    top: 40px;
    opacity: 0;
    pointer-events: none;
    box-shadow: 0 0 0 1px rgba(59, 67, 77, 0.1), 0 2px 6px rgba(59, 67, 77, 0.15);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    transform: scale(0.9); }
    nav.top ul li {
      display: block;
      margin: 0;
      padding: 0;
      font-size: 14px;
      line-height: 40px;
      border-top: 1px solid #ebedf0; }
  nav.top ul li.auth a {
    border-radius: 0; }
  nav.top.open ul {
    opacity: 1;
    pointer-events: auto;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1); }
  nav.top ul li:first-child,
  nav.top ul li:last-child {
    border-top: none; }
  nav.top ul li:last-child,
  nav.top ul li:last-child a {
    border-radius: 0 0 3px 3px; }
  nav.top ul li a {
    display: block;
    box-sizing: border-box;
    margin: 0; }
  nav.top ul li.subscribe.nav-subscribe {
    padding: 0 15px;
    background: #5450b3;
    border-color: #5450b3;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out; }
    nav.top ul li.subscribe.nav-subscribe a {
      color: white; }
    nav.top ul li.subscribe.nav-subscribe:hover {
      color: white;
      background: #5450b3; }
  .menu-icon {
    display: block;
    position: absolute;
    right: 10px;
    padding: 10px;
    font-size: 22px;
    cursor: pointer;
    color: #5450b3; } }

.heading img.banner {
  margin: 0 auto 2em auto; }

.heading ul.highlights {
  text-align: center;
  list-style: none;
  padding: 0; }
  .heading ul.highlights li {
    display: inline-block;
    color: #5450b3;
    font-weight: bold; }
    .heading ul.highlights li:before {
      content: "\2022";
      padding-right: 4px; }
    .heading ul.highlights li:first-of-type:before {
      content: none; }

.plan-type section,
.plan-type .section, .pricing-stacked section,
.pricing-stacked .section {
  margin-bottom: 4rem;
  padding-bottom: 4rem;
  border-bottom: 1px solid #ebedf0; }
  .plan-type section.last,
  .plan-type .section.last, .pricing-stacked section.last,
  .pricing-stacked .section.last {
    border: none; }

.plan-type h1,
.plan-type h2, .pricing-stacked h1,
.pricing-stacked h2 {
  text-align: center; }

.plan-type .cta, .pricing-stacked .cta {
  color: #5450b3;
  text-align: center; }
  .plan-type .cta .feats, .pricing-stacked .cta .feats {
    padding-bottom: 0;
    margin-bottom: 0;
    border: none; }

.plan-type .tour .column, .pricing-stacked .tour .column {
  margin-bottom: 2em; }
  .plan-type .tour .column img, .pricing-stacked .tour .column img {
    border: 1px solid #ebedf0;
    float: left;
    margin-right: 1em;
    width: 118px; }
  .plan-type .tour .column p, .pricing-stacked .tour .column p {
    text-align: left;
    margin-top: 0; }

.plan-type .testimonials p, .pricing-stacked .testimonials p {
  font-style: italic; }

.plan-type .testimonials a, .pricing-stacked .testimonials a {
  font-weight: bold; }

.plan-type .testimonials img, .pricing-stacked .testimonials img {
  margin: 1em 0;
  height: 2em; }

.plan-type .pricing, .pricing-stacked .pricing {
  text-align: center;
  margin-bottom: 0;
  padding-bottom: 0; }
  .plan-type .pricing h2, .pricing-stacked .pricing h2 {
    margin-bottom: .25em; }
  .plan-type .pricing h3.discount,
  .plan-type .pricing p.call, .pricing-stacked .pricing h3.discount,
  .pricing-stacked .pricing p.call {
    font-family: "HelveticaNeue-Thin", Helvetica, Arial, sans-serif;
    font-size: 1.2rem; }
  .plan-type .pricing h3.discount, .pricing-stacked .pricing h3.discount {
    text-align: center;
    margin-top: 0; }
  .plan-type .pricing h4, .pricing-stacked .pricing h4 {
    color: #52c83b;
    font-size: 1.5rem;
    margin: 0 0 0.5em 0;
    font-weight: 600; }
  .plan-type .pricing ul, .pricing-stacked .pricing ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    .plan-type .pricing ul li, .pricing-stacked .pricing ul li {
      padding: .15em 0; }
  .plan-type .pricing > div, .pricing-stacked .pricing > div {
    margin-top: 1em; }
  .plan-type .pricing .plans, .pricing-stacked .pricing .plans {
    margin-bottom: 0; }
  @media screen and (min-width: 901px) {
    .plan-type .pricing, .pricing-stacked .pricing {
      text-align: left; } }

.pricing-stacked {
  margin-top: 35px; }
  .pricing-stacked .plan-options-container {
    text-align: center;
    padding-bottom: 20px; }
    .pricing-stacked .plan-options-container .plan-options {
      margin: 0 auto; }
      .pricing-stacked .plan-options-container .plan-options em {
        color: #ccc;
        font-weight: normal; }
  .pricing-stacked .column {
    position: relative;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out; }
    .pricing-stacked .column:hover {
      -webkit-transform: translate(0, -5px);
      -moz-transform: translate(0, -5px);
      -o-transform: translate(0, -5px);
      -ms-transform: translate(0, -5px);
      transform: translate(0, -5px); }
  .pricing-stacked .column.free .top-tier {
    background: #ff9d00; }
  .pricing-stacked .column.free h4 {
    color: #ff9d00; }
  .pricing-stacked .column.free .button {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ff9d00), color-stop(1, #D9680B));
    background-image: -o-linear-gradient(bottom, #ff9d00 0%, #D9680B 100%);
    background-image: -moz-linear-gradient(bottom, #ff9d00 0%, #D9680B 100%);
    background-image: -webkit-linear-gradient(bottom, #ff9d00 0%, #D9680B 100%);
    background-image: -ms-linear-gradient(bottom, #ff9d00 0%, #D9680B 100%);
    background-image: linear-gradient(to bottom, #ff9d00 0%, #D9680B 100%); }
  .pricing-stacked .column.lite .top-tier,
  .pricing-stacked .column.team .top-tier {
    background: #3292d1; }
  .pricing-stacked .column.lite h4,
  .pricing-stacked .column.team h4 {
    color: #3292d1; }
  .pricing-stacked .column.lite .button,
  .pricing-stacked .column.team .button {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #3292d1), color-stop(1, #226ABD));
    background-image: -o-linear-gradient(bottom, #3292d1 0%, #226ABD 100%);
    background-image: -moz-linear-gradient(bottom, #3292d1 0%, #226ABD 100%);
    background-image: -webkit-linear-gradient(bottom, #3292d1 0%, #226ABD 100%);
    background-image: -ms-linear-gradient(bottom, #3292d1 0%, #226ABD 100%);
    background-image: linear-gradient(to bottom, #3292d1 0%, #226ABD 100%); }
  .pricing-stacked .column.deluxe .top-tier,
  .pricing-stacked .column.business .top-tier {
    background: #16a086; }
  .pricing-stacked .column.deluxe h4,
  .pricing-stacked .column.business h4 {
    color: #16a086; }
  .pricing-stacked .column.deluxe .button,
  .pricing-stacked .column.business .button {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #25BD8B), color-stop(1, #16a086));
    background-image: -o-linear-gradient(bottom, #25BD8B 0%, #16a086 100%);
    background-image: -moz-linear-gradient(bottom, #25BD8B 0%, #16a086 100%);
    background-image: -webkit-linear-gradient(bottom, #25BD8B 0%, #16a086 100%);
    background-image: -ms-linear-gradient(bottom, #25BD8B 0%, #16a086 100%);
    background-image: linear-gradient(to bottom, #25BD8B 0%, #16a086 100%); }
  .pricing-stacked h4 {
    position: relative; }
  .pricing-stacked .best-value {
    background: #444;
    color: white;
    padding: 3px 5px;
    font-size: 12px;
    border-radius: 3px;
    display: inline-block;
    position: absolute;
    margin-top: 5px;
    margin-left: 15px; }
  .pricing-stacked p {
    color: red; }
  .pricing-stacked li {
    border-bottom: 1px solid #ebedf0;
    font-size: 13px; }
    .pricing-stacked li.top-tier {
      color: white;
      font-size: 14px;
      border: 0;
      background: #40B353;
      font-weight: bold;
      padding: 0px 15px 0px 15px !important; }
    .pricing-stacked li.top-tier:first-child {
      border-radius: 3px 3px 0 0;
      padding-top: 15px !important;
      padding-bottom: 15px !important; }
    .pricing-stacked li.top-tier.last {
      border-radius: 0 0 3px 3px;
      padding-bottom: 15px !important; }
    .pricing-stacked li.top-tier.intro {
      font-weight: normal;
      padding-top: 15px !important; }
    .pricing-stacked li span {
      display: inline-block;
      padding-left: 20px; }
      .pricing-stacked li span.included {
        background: url("images/pricing/check.svg") left center no-repeat;
        background-size: 15px; }
      .pricing-stacked li span.not-included {
        background: url("images/pricing/not-included.svg") left center no-repeat;
        background-size: 15px;
        color: #ebedf0; }
    .pricing-stacked li.price {
      color: white;
      font-size: 120%;
      border-top: 0; }
    .pricing-stacked li.last {
      border-bottom: 0; }
    .pricing-stacked li.sign-up {
      padding: 15px 0 !important; }
      .pricing-stacked li.sign-up .button {
        width: 100%; }
    .pricing-stacked li.sign-up:first-child {
      padding: 0 0 15px 0;
      border-top: 0; }
    .pricing-stacked li.sign-up:last-child {
      padding: 15px 0 0 0;
      border-bottom: 0; }
  .pricing-stacked .button {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #4EDE8F), color-stop(1, #40B353));
    background-image: -o-linear-gradient(bottom, #4EDE8F 0%, #40B353 100%);
    background-image: -moz-linear-gradient(bottom, #4EDE8F 0%, #40B353 100%);
    background-image: -webkit-linear-gradient(bottom, #4EDE8F 0%, #40B353 100%);
    background-image: -ms-linear-gradient(bottom, #4EDE8F 0%, #40B353 100%);
    background-image: linear-gradient(to bottom, #4EDE8F 0%, #40B353 100%); }

.teams .feats {
  padding-bottom: 0;
  margin-bottom: 0;
  border: none; }
  .teams .feats h3 {
    color: #897FA5; }
  .teams .feats .manage h3 {
    background: url("images/features/feats-purple-manage@2x.png") 0 6px no-repeat;
    background-size: 27px; }
  .teams .feats .private h3 {
    background: url("images/features/feats-purple-private@2x.png") 0 3px no-repeat;
    background-size: 18px; }
  .teams .feats .branding h3 {
    background: url("images/features/feats-purple-branding@2x.png") 0 7px no-repeat;
    background-size: 27px; }

.teams .banner {
  height: 203px;
  margin: 0 auto;
  background: url("images/teams/banner-narrow.png") no-repeat center;
  background-size: contain; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
    .teams .banner {
      background: url("images/teams/banner-narrow@2x.png") no-repeat center;
      background-size: contain; } }
  @media screen and (min-width: 800px) {
    .teams .banner {
      background: url("images/teams/banner.png") no-repeat center;
      background-size: contain; } }
  @media only screen and (min-width: 800px) and (-webkit-min-device-pixel-ratio: 2), screen and (min-width: 800px) and (min--moz-device-pixel-ratio: 2), screen and (min-width: 800px) and (-o-min-device-pixel-ratio: 2/1), screen and (min-width: 800px) and (min-device-pixel-ratio: 2), screen and (min-width: 800px) and (min-resolution: 192dpi), screen and (min-width: 800px) and (min-resolution: 2dppx) {
    .teams .banner {
      background: url("images/teams/banner@2x.png") no-repeat center;
      background-size: contain; } }

.teams .tour .thumb {
  display: block;
  float: left;
  height: 118px;
  width: 118px;
  border: 1px solid #ebedf0;
  margin-right: 1em; }
  .teams .tour .thumb.privacy {
    background: url("images/teams/thumb-privacy.png") no-repeat center;
    background-size: contain; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
      .teams .tour .thumb.privacy {
        background: url("images/teams/thumb-privacy@2x.png") no-repeat center;
        background-size: contain; } }
  .teams .tour .thumb.branding {
    background: url("images/teams/thumb-branding.png") no-repeat center;
    background-size: contain; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
      .teams .tour .thumb.branding {
        background: url("images/teams/thumb-branding@2x.png") no-repeat center;
        background-size: contain; } }
  .teams .tour .thumb.admin {
    background: url("images/teams/thumb-admin.png") no-repeat center;
    background-size: contain; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
      .teams .tour .thumb.admin {
        background: url("images/teams/thumb-admin@2x.png") no-repeat center;
        background-size: contain; } }
  .teams .tour .thumb.onboarding {
    background: url("images/teams/thumb-onboarding.png") no-repeat center;
    background-size: contain; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
      .teams .tour .thumb.onboarding {
        background: url("images/teams/thumb-onboarding@2x.png") no-repeat center;
        background-size: contain; } }
  .teams .tour .thumb.drop-page {
    background: url("images/teams/thumb-drop-page.png") no-repeat center;
    background-size: contain; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
      .teams .tour .thumb.drop-page {
        background: url("images/teams/thumb-drop-page@2x.png") no-repeat center;
        background-size: contain; } }
  .teams .tour .thumb.apps {
    background: url("images/teams/thumb-apps.png") no-repeat center;
    background-size: contain; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
      .teams .tour .thumb.apps {
        background: url("images/teams/thumb-apps@2x.png") no-repeat center;
        background-size: contain; } }

blockquote.about {
  background-color: black;
  background-image: url(http://d.pr/i/z9Vp.png);
  margin: 0;
  padding: 75px 15px;
  background-size: 100% auto;
  color: white;
  padding-left: 100px;
  padding-right: 250px;
  border-radius: 3px;
  font-size: 20px;
  background-repeat: no-repeat; }

.docs .team {
  list-style: none;
  text-align: center;
  padding: 0; }
  .docs .team li {
    float: left;
    text-align: center;
    padding: 0 30px;
    font-size: 13px;
    margin-bottom: 30px;
    width: 25%; }
    .docs .team li:first-child {
      padding-left: 0px; }
    .docs .team li:first-child {
      padding-right: 30px; }
    .docs .team li:nth-child(5) {
      padding-left: 0; }
    .docs .team li img {
      border-radius: 50%;
      width: 100px;
      height: 100px;
      display: inline; }
    .docs .team li strong {
      display: block;
      font-size: 16px; }

.investors {
  list-style: none;
  text-align: center;
  padding: 0; }
  .investors li {
    float: left;
    text-align: center;
    padding: 0 30px; }
    .investors li:first-child {
      padding-left: 0px; }
    .investors li img {
      width: 120px; }

.cta-button {
  background-color: #28affa;
  color: white;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 18px;
  padding: 15px 30px;
  border-radius: 3px;
  display: block;
  text-align: center;
  width: 340px;
  margin: auto; }

.draw .heading {
  position: relative; }
  .draw .heading h2 {
    text-align: center; }
  .draw .heading a.large-banner {
    display: block; }
    .draw .heading a.large-banner:hover .play {
      opacity: 0.5; }
  .draw .heading img.banner {
    max-width: 920px;
    width: 100%; }
  .draw .heading .play {
    position: absolute;
    z-index: 10;
    width: 132px;
    height: 132px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 1.0;
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out; }

.draw .callout {
  text-align: center; }
  .draw .callout.last {
    padding-bottom: 80px; }
    .draw .callout.last .cta-button {
      margin-top: 45px; }
  .draw .callout p small {
    font-size: 12px; }
  .draw .callout p a {
    font-weight: 400; }
  .draw .callout p a.platform {
    font-size: 16px;
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 20px;
    text-decoration: none;
    font-weight: 400;
    margin: 0 10px; }
    .draw .callout p a.platform.mac {
      background-image: url(images/draw/mac.svg); }
    .draw .callout p a.platform.ios {
      background-image: url(images/draw/ios.svg);
      color: #00a186; }
    .draw .callout p a.platform.windows {
      background-image: url(images/draw/windows.svg);
      color: #9c55b7; }
    .draw .callout p a.platform::after {
      display: none; }

.draw .feats {
  margin-top: 45px; }
  .draw .feats h3 {
    font-weight: 400;
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: left 3px; }
  .draw .feats .shapes h3 {
    background-image: url(images/draw/shapes.svg);
    color: #fd9c27; }
  .draw .feats .text h3 {
    background-image: url(images/draw/text.svg);
    color: #52c83b;
    background-size: 20px;
    background-position: left 5px; }
  .draw .feats .sharing h3 {
    background-image: url(images/draw/sharing.svg);
    color: #3893cf;
    background-position: left 5px; }

@media (max-width: 750px) {
  .team li {
    width: 50% !important; } }

@media (max-width: 600px) {
  .team, .investors {
    width: 100%;
    text-align: center; }
    .team li, .investors li {
      text-align: center !important;
      float: none !important;
      margin-bottom: 30px !important;
      padding: 0 !important;
      width: 100% !important; }
    .team img, .investors img {
      display: inline; }
  blockquote.about {
    padding: 10px !important; } }

.customer-support section.heading h2.tagline {
  font-size: 1.4rem;
  margin-top: 0; }

.customer-support section.heading img.banner {
  width: 100%;
  height: auto;
  max-width: 555px; }

.customer-support section.heading .registration-link {
  text-align: center; }
  .customer-support section.heading .registration-link h2 {
    color: #5450b3;
    font-size: 1.5rem; }
  .customer-support section.heading .registration-link .example,
  .customer-support section.heading .registration-link a.link,
  .customer-support section.heading .registration-link .copy-link {
    display: block; }
    @media (min-width: 815px) {
      .customer-support section.heading .registration-link .example,
      .customer-support section.heading .registration-link a.link,
      .customer-support section.heading .registration-link .copy-link {
        display: inline-block; } }
  .customer-support section.heading .registration-link .example {
    margin: 0 0 0.5em 0; }
    @media (min-width: 815px) {
      .customer-support section.heading .registration-link .example {
        margin: 0 1em 0 0; } }
  .customer-support section.heading .registration-link .copy-link {
    margin: .5em 0 0 0;
    outline: 0; }
    @media (min-width: 815px) {
      .customer-support section.heading .registration-link .copy-link {
        margin: 0 0 0 1em; } }
  .customer-support section.heading .registration-link a.link {
    font-size: 1rem;
    font-family: monospace;
    color: #5a6066;
    padding: 0.3em 1.2em 0.4em 1.2em;
    border: 2px solid #5a6066;
    border-radius: 2em; }
    @media (min-width: 600px) {
      .customer-support section.heading .registration-link a.link {
        font-size: 1.5rem; } }
  .customer-support section.heading .registration-link .copy-link {
    color: #3893cf; }
  .customer-support section.heading .registration-link .cta p {
    font-family: "HelveticaNeue-Thin", Helvetica, Arial, sans-serif;
    font-size: 1.2em;
    margin-bottom: .5em; }
  .customer-support section.heading .registration-link .cta ul.highlights {
    margin-top: 0; }
    .customer-support section.heading .registration-link .cta ul.highlights li {
      color: #5450b3; }

.customer-support section.register {
  text-align: center; }
  .customer-support section.register span,
  .customer-support section.register a {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 1em; }
    @media (min-width: 600px) {
      .customer-support section.register span,
      .customer-support section.register a {
        margin-bottom: 0; } }
  .customer-support section.register span {
    line-height: 1.2;
    max-width: 16em;
    text-align: center; }
    @media (min-width: 600px) {
      .customer-support section.register span {
        text-align: left; } }
  .customer-support section.register a {
    margin-right: 1em; }

.teams section.quotes,
.customer-support section.quotes {
  padding-left: 0;
  text-align: center; }
  @media (min-width: 600px) {
    .teams section.quotes,
    .customer-support section.quotes {
      text-align: left; } }
  .teams section.quotes .quote,
  .customer-support section.quotes .quote {
    max-width: 55em;
    float: none;
    margin: 0 auto;
    padding: 0; }
    @media (min-width: 600px) {
      .teams section.quotes .quote,
      .customer-support section.quotes .quote {
        padding: 0 5rem 0 10.625rem; } }
    .teams section.quotes .quote img.davida,
    .customer-support section.quotes .quote img.davida {
      width: 142px;
      height: 142px;
      border: 1px solid transparent;
      position: initial;
      border-radius: 50%; }
      @media (min-width: 600px) {
        .teams section.quotes .quote img.davida,
        .customer-support section.quotes .quote img.davida {
          position: absolute; } }
    .teams section.quotes .quote img.logo,
    .customer-support section.quotes .quote img.logo {
      width: 16em;
      border: none;
      border-radius: 0;
      position: static;
      margin: 7px 0 0 0; }
    .teams section.quotes .quote p,
    .customer-support section.quotes .quote p {
      font-size: 1.5rem;
      font-family: "HelveticaNeue1-Thin", Helvetica, Arial, sans-serif;
      font-style: italic;
      font-weight: 300;
      color: #B8BCBF;
      line-height: 1.3;
      margin-bottom: 1em; }
      @media (min-width: 600px) {
        .teams section.quotes .quote p,
        .customer-support section.quotes .quote p {
          margin-bottom: 0; } }
    .teams section.quotes .quote p.attribution,
    .customer-support section.quotes .quote p.attribution {
      margin-bottom: 0; }
      .teams section.quotes .quote p.attribution a,
      .customer-support section.quotes .quote p.attribution a {
        font-style: normal;
        color: #2f353e;
        font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
        font-weight: 400;
        text-decoration: none; }
        .teams section.quotes .quote p.attribution a::after,
        .customer-support section.quotes .quote p.attribution a::after {
          display: none; }
      @media (min-width: 600px) {
        .teams section.quotes .quote p.attribution,
        .customer-support section.quotes .quote p.attribution {
          margin-right: 1em; } }
    .teams section.quotes .quote p.attribution,
    .teams section.quotes .quote img.logo,
    .customer-support section.quotes .quote p.attribution,
    .customer-support section.quotes .quote img.logo {
      display: inline-block;
      vertical-align: middle; }
  .teams section.quotes section.tour .thumb,
  .customer-support section.quotes section.tour .thumb {
    display: block;
    float: left;
    height: 118px;
    width: 118px;
    border: 1px solid #ebedf0;
    margin-right: 1em; }
    .teams section.quotes section.tour .thumb.inbrowser,
    .customer-support section.quotes section.tour .thumb.inbrowser {
      background: url("images/customer-support/thumb-inbrowser@2x.png") no-repeat center;
      background-size: contain; }
    .teams section.quotes section.tour .thumb.nofolders,
    .customer-support section.quotes section.tour .thumb.nofolders {
      background: url("images/customer-support/thumb-nofolders@2x.png") no-repeat center;
      background-size: contain; }
    .teams section.quotes section.tour .thumb.screenshots,
    .customer-support section.quotes section.tour .thumb.screenshots {
      background: url("images/customer-support/thumb-screenshots@2x.png") no-repeat center;
      background-size: contain; }
    .teams section.quotes section.tour .thumb.annotations,
    .customer-support section.quotes section.tour .thumb.annotations {
      background: url("images/customer-support/thumb-annotations@2x.png") no-repeat center;
      background-size: contain; }
    .teams section.quotes section.tour .thumb.screen-recordings,
    .customer-support section.quotes section.tour .thumb.screen-recordings {
      background: url("images/customer-support/thumb-screenrecordings@2x.png") no-repeat center;
      background-size: contain; }
    .teams section.quotes section.tour .thumb.apps,
    .customer-support section.quotes section.tour .thumb.apps {
      background: url("images/teams/thumb-apps.png") no-repeat center;
      background-size: contain; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
        .teams section.quotes section.tour .thumb.apps,
        .customer-support section.quotes section.tour .thumb.apps {
          background: url("images/teams/thumb-apps@2x.png") no-repeat center;
          background-size: contain; } }

#video-source {
  max-width: 80%;
  margin: 0 auto; }
  #video-source video {
    width: 100% !important;
    height: auto !important; }

.app {
  display: inline-block;
  box-sizing: border-box;
  vertical-align: top;
  width: 49%;
  margin-top: 20px;
  padding: 0 20px 40px 72px;
  background-image: none; }
  .app h3 {
    margin: -0.3em 0 0.3em;
    font-size: 1em;
    font-weight: 700;
    line-height: 28px; }
  .app p {
    margin: 0 0 10px; }
  .app a.button {
    display: inline-block;
    margin: 1.2em 0 0;
    height: initial;
    color: #fff;
    font-size: 10px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 600;
    border-radius: 3px;
    background-color: #2199cc;
    background-image: none;
    box-shadow: none; }
    .app a.button.button::after {
      background: none; }
  .app.droplrmac {
    background: url(https://d25ss6wjc6pfq2.cloudfront.net/assets/public/app-droplrmac-6f0d7d88cfe87518a3fd325f633aebf7.png) top left no-repeat;
    background-size: 60px; }
    .app.droplrmac h3 {
      color: #3292d1; }
    .app.droplrmac a.button {
      background-color: #3292d1; }
  .app.droplrwin {
    background: url(https://d25ss6wjc6pfq2.cloudfront.net/assets/public/app-droplrwin-309cd237b3b1a314687edc5b045572cb.png) top left no-repeat;
    background-size: 60px; }
    .app.droplrwin h3 {
      color: #5450b3; }
    .app.droplrwin a.button {
      background-color: #5450b3; }
  .app.dewdrop {
    background: url(https://d25ss6wjc6pfq2.cloudfront.net/assets/public/app-dewdrop-12b14318fc4d3124488569ad9678b076.png) top left no-repeat;
    background-size: 60px; }
    .app.dewdrop h3 {
      color: #ff9d00; }
    .app.dewdrop a.button {
      background-color: #ff9d00; }
  .app.droplrios {
    background: url(https://d25ss6wjc6pfq2.cloudfront.net/assets/public/app-droplrios-0d584685460c2979272a77700805192b.png) top left no-repeat;
    background-size: 60px; }
    .app.droplrios h3 {
      color: #16a086; }
    .app.droplrios a.button {
      background-color: #16a086; }
  .app.dropit {
    background: url(https://d25ss6wjc6pfq2.cloudfront.net/assets/public/app-dropit-bb61030e494ae255469ae551ac3853e3.png) top left no-repeat;
    background-size: 60px; }
    .app.dropit h3 {
      color: #e84c3d; }
    .app.dropit a.button {
      background-color: #e84c3d; }

@media screen and (max-width: 1020px) {
  .app {
    width: 100%; } }

.referrals h1 {
  margin-bottom: 0; }
  .referrals h1 span {
    color: #F578A5; }

.referrals h3 {
  text-align: center;
  margin-top: 0 !important; }

.referrals .how-it-works {
  text-align: center;
  max-width: 500px;
  margin: 50px auto 20px auto;
  border: 1px solid #efefef;
  border-radius: 6px;
  padding: 25px;
  font-size: 18px; }
  .referrals .how-it-works img {
    margin: 0 auto; }

.referrals .details {
  border-top: 1px solid #ebedf0;
  padding: 25px 25px 25px 25px;
  margin-top: 50px; }
  .referrals .details li {
    list-style-position: inside;
    font-size: 15px; }
  .referrals .details h3 {
    margin-top: 0;
    margin-bottom: 0px;
    text-align: left; }

.referrals .action {
  text-align: center; }

.page #cboxOverlay {
  background: black; }

#cboxWrapper #cboxContent,
#cboxWrapper #cboxLoadedContent {
  background: transparent; }

#cboxWrapper button {
  display: none; }

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

.clearfix {
  display: inline-block; }

* html .clearfix {
  height: 1%; }

.clearfix {
  display: block; }

.hometag span.cloud.animated {
  -moz-animation-delay: 0.1s;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s; }

.hometag p.tagline.animated {
  -moz-animation-delay: 0.15s;
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s; }

.hometag div.register.animated {
  -moz-animation-delay: 0.175s;
  -webkit-animation-delay: 0.175s;
  animation-delay: 0.175s; }

.freenoun h1 {
  -moz-animation-delay: 0.1s;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s; }

.freenoun .free-copy {
  -moz-animation-delay: 0.15s;
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s; }

.freenoun .hometag {
  -moz-animation-delay: 0.175s;
  -webkit-animation-delay: 0.175s;
  animation-delay: 0.175s; }

.pronoun h1 {
  -moz-animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s; }

.pronoun .price {
  -moz-animation-delay: 0.25s;
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s; }

.pronoun .plan-options {
  -moz-animation-delay: 0.275s;
  -webkit-animation-delay: 0.275s;
  animation-delay: 0.275s; }

.pronoun .feats .animated {
  -moz-animation-duration: 0.4s;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s; }

header {
  position: relative;
  margin: 0 0 60px;
  padding: 20px 20px 0; }

.logo-header {
  display: block;
  float: left;
  width: 80px;
  height: 32px; }

.logo-header a {
  display: block;
  float: left;
  width: 80px;
  height: 32px;
  text-indent: -9999999px;
  background: url("images/logo4.svg") left top no-repeat;
  background-size: 80px; }

.hometag {
  text-align: center; }

.hometag h1 {
  margin-bottom: 36px;
  font-size: 60px; }

.hometag p.tagline {
  margin-bottom: 60px; }

.hometag .cloud {
  display: block;
  width: 160px;
  height: 124px;
  margin: 0 auto 24px;
  background: url("http://droplr.staging.wpengine.com/wp-content/themes/droplr/images/cloud2@2x.png") no-repeat;
  background-size: 160px 124px; }

.hometag .platforms {
  display: block;
  margin: 0 0 80px;
  padding-top: 5px;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #9199AA;
  font-weight: 500; }

.hometag .button {
  display: inline-block;
  height: 44px;
  padding: 0 24px;
  line-height: 44px;
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #63B9FF), color-stop(1, #5F83FA));
  background-image: -o-linear-gradient(bottom, #63B9FF 0%, #5F83FA 100%);
  background-image: -moz-linear-gradient(bottom, #63B9FF 0%, #5F83FA 100%);
  background-image: -webkit-linear-gradient(bottom, #63B9FF 0%, #5F83FA 100%);
  background-image: -ms-linear-gradient(bottom, #63B9FF 0%, #5F83FA 100%);
  background-image: linear-gradient(to bottom, #63B9FF 0%, #5F83FA 100%);
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); }

.hometag .button.try {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #BB95DE), color-stop(1, #5E5EAD));
  background-image: -o-linear-gradient(bottom, #BB95DE 0%, #5E5EAD 100%);
  background-image: -moz-linear-gradient(bottom, #BB95DE 0%, #5E5EAD 100%);
  background-image: -webkit-linear-gradient(bottom, #BB95DE 0%, #5E5EAD 100%);
  background-image: -ms-linear-gradient(bottom, #BB95DE 0%, #5E5EAD 100%);
  background-image: linear-gradient(to bottom, #BB95DE 0%, #5E5EAD 100%); }

.button.start {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #5FE3A6), color-stop(1, #4FC275));
  background-image: -o-linear-gradient(bottom, #5FE3A6 0%, #4FC275 100%);
  background-image: -moz-linear-gradient(bottom, #5FE3A6 0%, #4FC275 100%);
  background-image: -webkit-linear-gradient(bottom, #5FE3A6 0%, #4FC275 100%);
  background-image: -ms-linear-gradient(bottom, #5FE3A6 0%, #4FC275 100%);
  background-image: linear-gradient(to bottom, #5FE3A6 0%, #4FC275 100%); }

.proof {
  margin: 0 auto;
  clear: both;
  text-align: center;
  max-width: 1200px; }

.proof ul {
  padding-left: 0px; }

.proof li.logo {
  display: inline-block;
  height: 48px;
  text-indent: -9999999px;
  opacity: .6;
  background-size: 830px;
  background-image: url(https://d25ss6wjc6pfq2.cloudfront.net/assets/public/companies-3d0135f9326dd30bd5da1df9c50856d4.png);
  background-repeat: no-repeat;
  margin-bottom: 24px; }
  .proof li.logo:first-child {
    margin-left: 0; }
  .proof li.logo:last-child {
    margin-right: 0; }
  @media screen and (max-width: 560px) {
    .proof li.logo {
      margin-left: 6px;
      background-size: 622.5px; } }
  @media screen and (min-width: 560px) {
    .proof li.logo {
      margin-left: 12px; } }
  @media screen and (min-width: 640px) {
    .proof li.logo {
      margin-left: 30px; } }
  @media screen and (min-width: 1000px) {
    .proof li.logo {
      margin-left: 14px; } }
  @media screen and (min-width: 1200px) {
    .proof li.logo {
      margin-left: 30px; } }

.nike {
  width: 84px;
  background-position: 10px 0; }
  @media screen and (max-width: 560px) {
    .nike {
      width: 63px;
      background-position: 7.5px 0; } }

.airbnb {
  width: 114px;
  background-position: -628px 3px; }
  @media screen and (max-width: 560px) {
    .airbnb {
      width: 85.5px;
      background-position: -471px 2.25px; } }

.intel {
  width: 80px;
  background-position: -166px 2px; }
  @media screen and (max-width: 560px) {
    .intel {
      width: 60px;
      background-position: -124.5px 1.5px; } }

.ted {
  width: 70px;
  background-position: -249px 3px; }
  @media screen and (max-width: 560px) {
    .ted {
      width: 52.5px;
      background-position: -186.75px 2.25px; } }

.adobe {
  width: 50px;
  background-position: -333px 0; }
  @media screen and (max-width: 560px) {
    .adobe {
      width: 37.5px;
      background-position: -249.75px 0; } }

.pixar {
  width: 94px;
  background-position: -385px 4px; }
  @media screen and (max-width: 560px) {
    .pixar {
      width: 70.5px;
      background-position: -288.75px 3px; } }

.cisco {
  width: 90px;
  background-position: -480px 4px; }
  @media screen and (max-width: 560px) {
    .cisco {
      width: 67.5px;
      background-position: -360px 3px; } }

.target {
  width: 58px;
  background-position: -568px 0; }
  @media screen and (max-width: 560px) {
    .target {
      width: 43.5px;
      background-position: -426px 0; } }

.yahoo {
  width: 94px;
  background-position: -72px 2px; }
  @media screen and (max-width: 560px) {
    .yahoo {
      width: 70.5px;
      background-position: -54px 1.5px; } }

.ebay {
  width: 92px;
  background-position: -744px 4px; }
  @media screen and (max-width: 560px) {
    .ebay {
      width: 69px;
      background-position: -558px 3px; } }

.quotes {
  max-width: 1080px;
  margin: 0 auto; }

.quotes .column {
  position: relative;
  padding-bottom: 60px;
  font-size: 15px;
  line-height: 24px; }

.quotes img {
  display: block;
  margin: 0 auto 24px auto;
  width: 72px;
  height: 72px;
  padding: 3px;
  border: 1px solid #ebedf0;
  border-radius: 100px; }

.quotes .column p {
  margin: 0;
  padding: 0; }
  .quotes .column p.said {
    margin-bottom: 6px; }

@media screen and (min-width: 450px) {
  .quotes {
    padding-left: 60px; }
    .quotes .column {
      padding: 0 80px 60px 100px; }
      .quotes .column img {
        position: absolute;
        top: 0;
        left: 0; } }

.freenoun {
  margin: 0 auto 80px;
  text-align: center;
  border-bottom: 1px solid #ebedf0; }

.freenoun .hometag {
  padding-top: 10px; }

.pronoun {
  text-align: center;
  margin-bottom: 80px;
  padding-bottom: 60px;
  border-bottom: 1px solid #ebedf0; }

.pronoun .hometag {
  padding-top: 30px;
  padding-bottom: 40px; }

.pronoun .feats {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none; }

.pronoun .feats .column {
  text-align: left;
  vertical-align: top;
  padding-bottom: 40px; }

.pronoun h2,
.pronoun .price {
  text-align: center; }

.teamnoun {
  margin-bottom: 100px; }

.teamnoun .column {
  margin-bottom: 40px; }

.teamnoun h1 {
  margin-bottom: 60px; }

.teamnoun p {
  margin-top: 0; }

.teamnoun ul {
  margin: 0;
  padding: 0;
  width: 50%;
  float: left; }

.teamnoun li {
  padding-left: 32px;
  list-style: none;
  line-height: 2.4em;
  background: url("images/check@2x.png") left no-repeat;
  background-size: 22px; }

.team-plan {
  width: 33%;
  float: left; }

.team-plan h2 {
  margin: 0 0 0.5em 0;
  padding: 0;
  color: #37b82d; }

.team-plan p {
  margin-bottom: 0; }

.teamnoun p.ussenterprise {
  float: left;
  clear: both;
  padding-top: 2em !important; }

.teamnoun .hometag {
  clear: both; }

.teamnoun a {
  color: #37b82d; }

.teamnoun p a::after {
  background-color: #7ad674; }

.teamnoun .hometag .button {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #4EDE8F), color-stop(1, #40B353));
  background-image: -o-linear-gradient(bottom, #4EDE8F 0%, #40B353 100%);
  background-image: -moz-linear-gradient(bottom, #4EDE8F 0%, #40B353 100%);
  background-image: -webkit-linear-gradient(bottom, #4EDE8F 0%, #40B353 100%);
  background-image: -ms-linear-gradient(bottom, #4EDE8F 0%, #40B353 100%);
  background-image: linear-gradient(to bottom, #4EDE8F 0%, #40B353 100%); }

.pricing .column {
  margin-bottom: 40px; }

.plan-options {
  display: inline-block;
  border: 1px solid #ebedf0;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 60px; }
  .plan-options label {
    display: inline-block;
    padding: 10px 15px;
    text-align: center; }
    .plan-options label:first-child {
      border-right: 1px solid #ebedf0; }
    .plan-options label span {
      padding: 0 5px; }
  .plan-options input[type="radio"] {
    width: auto; }

.container.docs {
  margin-bottom: 80px; }

nav.docs {
  padding: 18px 0 0 0;
  width: 240px;
  float: left; }

nav.docs ul {
  margin: 0;
  padding: 0;
  font-size: 13px;
  line-height: 1.8;
  list-style: none; }

nav.docs li a, .sub-navigation {
  font-weight: 500;
  text-transform: uppercase; }

nav.docs li ul {
  padding: 0 0 30px 24px; }

nav.docs li li {
  font-size: 14px;
  line-height: 2; }

nav.docs li li:before {
  content: "—";
  color: #9199AA; }

nav.docs li li a {
  font-weight: 400;
  text-transform: capitalize;
  color: #9199AA; }

.content.docs {
  position: relative;
  margin: 0 0 0 280px;
  max-width: 700px; }

.content.docs h1 {
  text-align: left; }

.content.docs hr {
  margin: 30px 0;
  border: 0;
  height: 1px;
  background: #ebedf0; }

span.sub-navigation {
  display: none;
  -webkit-tap-highlight-color: transparent; }

img.full-image {
  max-width: 100% !important;
  height: auto !important; }

@media screen and (max-width: 890px) {
  nav.docs {
    width: 100%;
    float: none;
    text-align: center;
    padding-bottom: 30px; }
  nav.docs ul.dropdown-menu {
    background: white;
    position: absolute;
    left: 0;
    right: 0;
    opacity: 0;
    z-index: 2;
    display: none; }
  nav.docs ul.dropdown-menu.open {
    opacity: .95;
    display: block; }
  .content.docs {
    position: relative;
    margin: 0; }
  nav.docs li ul {
    padding: 0; }
  nav.docs li li:before {
    content: none; }
  span.sub-navigation {
    padding: 5px;
    border-top: 1px solid #ebedf0;
    border-bottom: 1px solid #ebedf0;
    display: block; }
  span.sub-navigation:after {
    content: "\25be";
    padding-left: 10px; } }

a.button.press {
  display: inline-block;
  margin: 1.2em 0 0;
  padding: 4px 18px;
  color: #fff;
  font-size: 11px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 600;
  border-radius: 3px;
  background-color: #28affa; }

a.button.press::after {
  background: none; }

.map {
  float: left;
  box-sizing: border-box;
  display: block;
  margin: 0;
  padding-right: 40px;
  width: 50%; }

.map p {
  font-size: 15px;
  line-height: 18px; }

.map p strong {
  font-size: 13px; }

.map p .directions {
  line-height: 25px; }

.map img {
  padding: 4px;
  border: 1px solid #dedede;
  border-radius: 2px; }

.blog-header {
  border-bottom: 1px solid #ebedf0;
  margin-bottom: 60px;
  padding-bottom: 30px; }
  .blog-header h1,
  .blog-header p,
  .blog-header a {
    color: #5450b3;
    font-weight: normal;
    text-transform: uppercase; }
  .blog-header h1 {
    text-transform: capitalize;
    text-align: left;
    margin-bottom: 30px; }
  .blog-header p {
    margin-top: 0; }
  .blog-header .categories form input,
  .blog-header .subscribe form input {
    width: inherit;
    float: left;
    padding: 8px; }
    .blog-header .categories form input:first-of-type,
    .blog-header .subscribe form input:first-of-type {
      margin-right: 15px; }
  .blog-header .categories form label,
  .blog-header .subscribe form label {
    margin: 5px 8px; }
  .blog-header .categories {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
    margin-bottom: 30px; }
    .blog-header .categories ul {
      list-style: none;
      padding: 0;
      margin: 0; }

@media screen and (min-width: 890px) {
  .blog-header .categories,
  .blog-header .subscribe {
    float: left;
    width: 50%; }
  .blog-header .categories {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    margin-bottom: 0; } }

.content.blog {
  position: relative;
  margin: 0 auto;
  max-width: 700px; }

.post {
  margin-bottom: 60px;
  border-bottom: 1px solid #ebedf0;
  padding-bottom: 60px;
  position: relative; }

.content.blog.single .post {
  margin-bottom: 0;
  border-bottom: none; }

h2.entry-title {
  margin: 0 0 5px 0;
  color: #4c5058; }

h2.entry-title a {
  color: #4c5058; }

.entry-meta {
  margin: 0 0 20px 0;
  font-size: 14px;
  color: #7c838a; }

.entry-meta a {
  text-decoration: none;
  color: #f28252;
  font-weight: 600; }

.entry-meta a:visited {
  color: #f28252; }

.entry-content {
  clear: both; }

.entry-content img {
  padding: 4px;
  border: 1px solid #dedede;
  border-radius: 2px; }

.entry-content p a.full-image::after {
  background: none; }

.sharedaddy:after {
  display: block;
  content: "";
  clear: both; }

@media screen and (max-width: 767px) {
  .container.blog {
    max-width: 100%;
    margin: 0 auto;
    padding: 20px 0; }
  .content.blog {
    box-sizing: border-box;
    width: 100%;
    padding: 0 20px; }
  .post {
    margin-bottom: 30px;
    border-bottom: 1px solid #dedede; }
  .entry-content .full-image {
    display: block; }
  .entry-content img {
    padding: 0;
    width: 100%;
    height: auto !important;
    border: none; }
  .sharedaddy {
    max-width: 100% !important;
    line-height: 0; }
    .sharedaddy .sd-content ul li {
      width: 16.66%;
      padding-right: 10px; }
      .sharedaddy .sd-content ul li:nth-last-of-type(2) {
        padding-right: 0; }
      .sharedaddy .sd-content ul li a {
        width: 100%;
        text-align: center; }
        .sharedaddy .sd-content ul li a span {
          display: none; } }

.sd-social-icon .sd-content ul li a.sd-button,
.sd-social-text .sd-content ul li a.sd-button,
.sd-content ul li a.sd-button,
.sd-content ul li .option a.share-ustom,
.sd-content ul li.preview-item div.option.option-smart-off a,
.sd-content ul li.advanced a.share-more,
.sd-social-icon-text .sd-content ul li a.sd-button,
.sd-social-official .sd-content > ul > li > a.sd-button,
#sharing_email .sharing_send,
.sd-social-official .sd-content > ul > li .digg_button > a {
  text-decoration: none !important;
  display: inline-block;
  margin: 0 10px 5px 0 !important;
  font-size: 12px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  color: #777 !important;
  background: #fff !important;
  border: 1px solid #cccccc;
  box-shadow: none !important; }

footer {
  padding: 40px 0;
  border-top: 1px solid #ebedf0; }

footer ul {
  float: left;
  margin: 0;
  padding: 0;
  width: 70%; }

footer ul.meta {
  width: 30%; }

@media (max-width: 560px) {
  footer ul {
    width: 100%; }
  footer ul.meta {
    width: 100%;
    margin-bottom: 10px; }
  footer ul.footer-links li {
    float: left; }
  footer li.dribbble a, footer li.facebook a, footer li.twitter a {
    background-position: left !important;
    margin-bottom: 10px !important; }
  footer li.Contact {
    clear: both !important; }
  footer ul.footer-links li {
    margin: 5px 5px 0 0 !important;
    padding: 0 10px 0 0 !important; }
  footer ul.footer-links li a {
    padding: 0 10px 0 0 !important; } }

footer li {
  list-style: none; }

footer ul.meta li {
  font-size: 13px;
  line-height: 22px; }

footer .logo-footer {
  display: block;
  width: 80px;
  height: 32px;
  text-indent: -9999999px;
  background: url("images/logo-grey2.svg") left top no-repeat;
  background-size: 80px; }

footer ul.footer-links li {
  margin: 0 0 0 5px;
  font-size: 11px;
  line-height: 30px; }

footer ul.footer-links li a {
  display: block;
  float: right;
  height: 20px;
  line-height: 20px;
  padding: 0 10px;
  text-decoration: none;
  color: #727e8a;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-align: center;
  border: 1px solid transparent; }

footer li.dribbble a {
  width: 24px;
  text-indent: -999999px;
  background: url("images/dribbble.svg") right no-repeat;
  background-size: 16px; }

footer li.facebook a {
  width: 34px;
  text-indent: -999999px;
  background: url("images/facebook.svg") right no-repeat;
  background-size: 16px; }

footer li.twitter a {
  width: 36px;
  text-indent: -999999px;
  background: url("images/twitter.svg") right no-repeat;
  background-size: 18px; }
