@charset "UTF-8";
/**
 * Reset some basic elements
 */
body, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, hr,
dl, dd, ol, ul, figure {
  margin: 0;
  padding: 0; }

/**
 * Basic styling
 */
body {
  font: 400 15px/1.5 system, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Lucida Grande", "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", sans-serif;
  color: #111;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility !important;
  -webkit-font-feature-settings: "kern" 1;
  -moz-font-feature-settings: "kern" 1;
  -o-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  font-kerning: normal; }

html, body {
  height: 100%; }

.pure-g [class*="pure-u"] {
  font-family: system, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Lucida Grande", "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", sans-serif; }

/**
 * Set `margin-bottom` to maintain vertical rhythm
 */
h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
ul, ol, dl, figure,
.highlight {
  margin-bottom: 15px; }

/**
 * Images
 */
img {
  max-width: 100%;
  vertical-align: middle; }

/**
 * Figures
 */
figure > img {
  display: block; }

figcaption {
  font-size: 13.125px; }

/**
 * Lists
 */
ul, ol {
  margin-left: 30px; }

li > ul,
li > ol {
  margin-bottom: 0; }

/**
 * Headings
 */
h1, h2, h3, h4, h5, h6 {
  font-weight: 400; }

/**
 * Links
 */
a {
  color: #2a7ae2;
  text-decoration: none;
  /*
  &:visited {
      color: darken($brand-color, 15%);
  }
  */ }
  a:hover {
    color: #111;
    text-decoration: underline; }

/**
 * Blockquotes
 */
blockquote {
  color: #828282;
  border-left: 4px solid #e8e8e8;
  padding-left: 15px;
  font-size: 18px;
  letter-spacing: -1px;
  font-style: italic; }
  blockquote > :last-child {
    margin-bottom: 0; }

/**
 * Code formatting
 */
pre,
code {
  font-size: 15px;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  background-color: #fbfcff; }

code {
  padding: 1px 5px; }

pre {
  padding: 8px 12px;
  overflow-x: auto; }
  pre > code {
    border: 0;
    padding-right: 0;
    padding-left: 0; }

/**
 * Wrapper
 */
.wrapper, .narrow-wrapper {
  margin-right: auto;
  margin-left: auto;
  padding-left: 1rem;
  padding-right: 1rem; }

.wrapper {
  max-width: 62.5rem; }

.narrow-wrapper {
  max-width: 40rem; }

/**
 * Clearfix
 */
.wrapper:after, .narrow-wrapper:after {
  content: "";
  display: table;
  clear: both; }

/**
 * Icons
 */
.icon > svg {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle; }
  .icon > svg path {
    fill: #828282; }

/**
 * Forms
 */
.pure-form input, textarea {
  box-shadow: none !important; }

/**
 * Site header
 */
.site-header {
  border-top: 5px solid #424242;
  border-bottom: 1px solid #e8e8e8;
  min-height: 56px;
  position: relative; }

.site-title {
  font-size: 26px;
  font-weight: 300;
  line-height: 56px;
  letter-spacing: -1px;
  margin-bottom: 0;
  float: left; }
  .site-title, .site-title:visited {
    color: #424242; }

.site-nav {
  float: right;
  line-height: 56px; }
  .site-nav .menu-icon {
    display: none; }
  .site-nav .page-link {
    color: #111;
    line-height: 1.5; }
    .site-nav .page-link:not(:last-child) {
      margin-right: 20px; }
  @media screen and (max-width: 788px) {
    .site-nav {
      position: absolute;
      top: 9px;
      right: 15px;
      background-color: #fff;
      border: 1px solid #e8e8e8;
      border-radius: 5px;
      text-align: right; }
      .site-nav .menu-icon {
        display: block;
        float: right;
        width: 36px;
        height: 26px;
        line-height: 0;
        padding-top: 10px;
        text-align: center; }
        .site-nav .menu-icon > svg {
          width: 18px;
          height: 15px; }
          .site-nav .menu-icon > svg path {
            fill: #424242; }
      .site-nav .trigger {
        clear: both;
        display: none; }
      .site-nav:hover .trigger {
        display: block;
        padding-bottom: 5px; }
      .site-nav .page-link {
        display: block;
        padding: 5px 10px;
        margin-left: 20px; }
        .site-nav .page-link:not(:last-child) {
          margin-right: 0; } }

/**
 * Page content
 */
.body-wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -202px; }

.page-heading {
  font-size: 20px; }

.post-list {
  margin-left: 0;
  list-style: none; }
  .post-list > li {
    margin-bottom: 30px; }

.post-meta {
  font-size: 13.125px;
  color: #828282; }

.post-link {
  display: block;
  font-size: 24px; }

/**
 * Posts
 */
.post-header {
  margin-bottom: 30px; }

.post-title {
  font-size: 42px;
  letter-spacing: -1px;
  line-height: 1; }
  @media screen and (max-width: 800px) {
    .post-title {
      font-size: 36px; } }

.post-content {
  margin-bottom: 30px; }
  .post-content h2 {
    font-size: 32px; }
    @media screen and (max-width: 800px) {
      .post-content h2 {
        font-size: 28px; } }
  .post-content h3 {
    font-size: 26px; }
    @media screen and (max-width: 800px) {
      .post-content h3 {
        font-size: 22px; } }
  .post-content h4 {
    font-size: 16px;
    font-weight: 500; }
    @media screen and (max-width: 800px) {
      .post-content h4 {
        font-size: 14px; } }

.header-spacer {
  height: 65px; }

.custom-wrapper {
  z-index: 50;
  border-bottom: 1px solid #E6E6E6;
  position: fixed;
  width: 100%;
  background-color: #fffcf7;
  margin-bottom: 1em;
  height: 4.2em;
  overflow: hidden;
  -webkit-transition: height 0.5s;
  -moz-transition: height 0.5s;
  -ms-transition: height 0.5s;
  transition: height 0.5s; }

.custom-wrapper.open {
  height: 16.5em; }

.custom-wrapper.open ul {
  display: block !important; }

.custom-toggle {
  width: 34px;
  height: 34px;
  display: block;
  position: absolute;
  top: 18px;
  right: 10px;
  display: none;
  cursor: pointer; }

.custom-toggle .bar {
  background-color: #777;
  display: block;
  width: 20px;
  height: 2px;
  border-radius: 100px;
  position: absolute;
  top: 18px;
  right: 7px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s; }

.custom-toggle .bar:first-child {
  -webkit-transform: translateY(-6px);
  -moz-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  transform: translateY(-6px); }

.custom-toggle.x .bar {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.custom-toggle.x .bar:first-child {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.collapsing-nav-links {
  float: right; }

.custom-brand {
  padding-left: 0px;
  text-transform: none;
  font-size: 2rem;
  font-weight: 300;
  vertical-align: middle;
  color: #373737; }
  .custom-brand:visited {
    color: #373737; }

.logo-group {
  margin-top: -0.4rem;
  display: inline-block; }

nav a {
  transition: color 0.15s ease-in-out; }

nav a:hover {
  text-decoration: none; }

.nav-buy-button {
  border-radius: 4px;
  float: right;
  margin-top: 2px;
  margin-left: 10px;
  color: white;
  font-weight: 600; }

.main-nav {
  padding-top: 0.8rem;
  padding-bottom: 1rem; }

nav .pure-menu-link {
  padding: .5em 1em;
  background-color: none; }

nav a.pure-menu-link:visited {
  color: #615d5b; }

nav a.pure-menu-link:hover {
  background-color: transparent;
  color: #111; }

@media screen and (max-width: 788px) {
  .nav-buy-button {
    margin-right: 3rem;
    margin-top: 0px;
    float: right;
    top: 1px;
    position: relative; }

  .custom-toggle {
    display: block; }

  .collapsing-nav-links {
    display: none !important;
    float: none; } }
@media screen and (max-width: 900px) {
  nav .pure-menu-link {
    padding: .5em 0.3em; } }
/**
 * Syntax highlighting styles
 */
.highlight {
  background: #fff; }
  .highlighter-rouge .highlight {
    background: #eef; }
  .highlight .c {
    color: #998;
    font-style: italic; }
  .highlight .err {
    color: #a61717;
    background-color: #e3d2d2; }
  .highlight .k {
    font-weight: bold; }
  .highlight .o {
    font-weight: bold; }
  .highlight .cm {
    color: #998;
    font-style: italic; }
  .highlight .cp {
    color: #999;
    font-weight: bold; }
  .highlight .c1 {
    color: #998;
    font-style: italic; }
  .highlight .cs {
    color: #999;
    font-weight: bold;
    font-style: italic; }
  .highlight .gd {
    color: #000;
    background-color: #fdd; }
  .highlight .gd .x {
    color: #000;
    background-color: #faa; }
  .highlight .ge {
    font-style: italic; }
  .highlight .gr {
    color: #a00; }
  .highlight .gh {
    color: #999; }
  .highlight .gi {
    color: #000;
    background-color: #dfd; }
  .highlight .gi .x {
    color: #000;
    background-color: #afa; }
  .highlight .go {
    color: #888; }
  .highlight .gp {
    color: #555; }
  .highlight .gs {
    font-weight: bold; }
  .highlight .gu {
    color: #aaa; }
  .highlight .gt {
    color: #a00; }
  .highlight .kc {
    font-weight: bold; }
  .highlight .kd {
    font-weight: bold; }
  .highlight .kp {
    font-weight: bold; }
  .highlight .kr {
    font-weight: bold; }
  .highlight .kt {
    color: #458;
    font-weight: bold; }
  .highlight .m {
    color: #099; }
  .highlight .s {
    color: #d14; }
  .highlight .na {
    color: #008080; }
  .highlight .nb {
    color: #0086B3; }
  .highlight .nc {
    color: #458;
    font-weight: bold; }
  .highlight .no {
    color: #008080; }
  .highlight .ni {
    color: #800080; }
  .highlight .ne {
    color: #900;
    font-weight: bold; }
  .highlight .nf {
    color: #900;
    font-weight: bold; }
  .highlight .nn {
    color: #555; }
  .highlight .nt {
    color: #000080; }
  .highlight .nv {
    color: #008080; }
  .highlight .ow {
    font-weight: bold; }
  .highlight .w {
    color: #bbb; }
  .highlight .mf {
    color: #099; }
  .highlight .mh {
    color: #099; }
  .highlight .mi {
    color: #099; }
  .highlight .mo {
    color: #099; }
  .highlight .sb {
    color: #d14; }
  .highlight .sc {
    color: #d14; }
  .highlight .sd {
    color: #d14; }
  .highlight .s2 {
    color: #d14; }
  .highlight .se {
    color: #d14; }
  .highlight .sh {
    color: #d14; }
  .highlight .si {
    color: #d14; }
  .highlight .sx {
    color: #d14; }
  .highlight .sr {
    color: #009926; }
  .highlight .s1 {
    color: #d14; }
  .highlight .ss {
    color: #990073; }
  .highlight .bp {
    color: #999; }
  .highlight .vc {
    color: #008080; }
  .highlight .vg {
    color: #008080; }
  .highlight .vi {
    color: #008080; }
  .highlight .il {
    color: #099; }

section {
  overflow: hidden; }

.center {
  text-align: center; }

h1 {
  font-weight: 200;
  font-size: 40px;
  text-align: center;
  color: #333; }

h3 {
  font-size: 1.3rem;
  font-weight: 300;
  color: #656565; }

.centered-paragraph {
  max-width: 665px;
  margin: auto;
  padding: 10px; }

.intro {
  padding-top: 3rem;
  padding-bottom: 2rem;
  max-width: 620px; }
  @media screen and (max-width: 788px) {
    .intro {
      padding-top: 1rem;
      padding-bottom: 1rem; } }
  .intro h1 {
    color: #0d924e;
    margin: 20px 0px; }
    @media screen and (max-width: 788px) {
      .intro h1 {
        font-size: 2rem; } }

a.pure-button {
  color: white; }
  a.pure-button:visited {
    color: white; }
  a.pure-button:hover {
    color: white;
    text-decoration: none; }

.home-button {
  border-radius: 4px;
  font-weight: 600;
  min-width: 12.5em;
  padding: 1em;
  margin: 0.5em; }

.buy-button {
  background-color: #367CFB; }

.download-trial-button-home {
  background: #12CC6D;
  border-radius: 4px;
  font-weight: 600; }

#logo-intro img {
  margin-right: 0.8rem; }
  @media screen and (max-width: 788px) {
    #logo-intro img {
      margin-right: 0rem; } }
#logo-intro a:hover {
  text-decoration: none; }
#logo-intro .title {
  font-size: 3rem;
  font-weight: 200;
  vertical-align: middle;
  color: #707070; }
  @media screen and (max-width: 788px) {
    #logo-intro .title {
      font-size: 2.1rem;
      display: block; } }

/* The element to hover over */
.download-trial-button-home {
  position: relative; }
  .download-trial-button-home .popover {
    background-color: rgba(0, 0, 0, 0.85);
    border-radius: 5px;
    bottom: 52px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    color: #fff;
    display: none;
    font-size: 12px;
    padding: 7px 10px;
    position: absolute;
    z-index: 4; }
    .download-trial-button-home .popover:before {
      border-top: 7px solid rgba(0, 0, 0, 0.85);
      border-right: 7px solid transparent;
      border-left: 7px solid transparent;
      bottom: -7px;
      content: '';
      display: block;
      left: 50%;
      margin-left: -7px;
      position: absolute; }
  .download-trial-button-home:hover .popover {
    display: block;
    -webkit-animation: fade-in .1s linear 1, move-up .1s linear 1;
    -moz-animation: fade-in .1s linear 1, move-up .1s linear 1;
    -ms-animation: fade-in .1s linear 1, move-up .1s linear 1; }

@-webkit-keyframes fade-in {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@-moz-keyframes fade-in {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@-ms-keyframes fade-in {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@-webkit-keyframes move-up {
  from {
    bottom: 48px; }
  to {
    bottom: 52px; } }
@-moz-keyframes move-up {
  from {
    bottom: 48px; }
  to {
    bottom: 52px; } }
@-ms-keyframes move-up {
  from {
    bottom: 48px; }
  to {
    bottom: 52px; } }
#main-image-gallery {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none; }
  #main-image-gallery #hero-image {
    margin: 0 80px 0 80px;
    display: flex;
    justify-content: space-around;
    align-items: center; }
    @media screen and (max-width: 788px) {
      #main-image-gallery #hero-image {
        margin: 0 20px 0 20px; } }
  #main-image-gallery .gallery-wrapper {
    display: flex;
    align-items: center; }
  #main-image-gallery .hero-carousel {
    min-width: 100px;
    width: 1256px; }
  #main-image-gallery .nav {
    display: inline;
    cursor: pointer;
    width: 23px;
    height: 54px;
    flex-grow: 1;
    margin: 30px;
    transition: 250ms opacity linear;
    opacity: 0; }
    #main-image-gallery .nav > svg {
      display: inline-block;
      width: 23px;
      height: 54px;
      vertical-align: middle; }
      #main-image-gallery .nav > svg path {
        stroke: #828282;
        fill: transparent; }
    @media screen and (max-width: 788px) {
      #main-image-gallery .nav {
        display: none; } }
  #main-image-gallery #left-nav {
    transform: scaleX(-1);
    text-align: left; }
  #main-image-gallery #right-nav {
    text-align: left; }

.divider {
  height: 1px;
  background-color: #E6E6E6;
  margin: 50px auto 50px auto; }

.description-section {
  background-color: #fffcf7;
  border-top: 1px solid #E6E6E6;
  border-bottom: 1px solid #E6E6E6;
  margin-bottom: 70px;
  margin-top: 70px; }

.description {
  margin: 0 auto;
  padding: 3rem; }
  @media screen and (max-width: 788px) {
    .description {
      padding: 1rem; } }
  .description blockquote {
    border: none;
    padding: 0;
    font-weight: 200;
    font-size: 30px;
    letter-spacing: 0px;
    color: #111; }
    @media screen and (max-width: 788px) {
      .description blockquote {
        font-size: 22px; } }
  .description .intro-text {
    margin: 20px 0px;
    margin: 30px auto 0px auto; }

.video-wrapper {
  max-width: 960px;
  max-height: 540px;
  margin: 25px auto 25px auto; }

.example-videos video {
  border-radius: 6px;
  margin-bottom: 30px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  max-width: 100%; }
  .example-videos video h2 {
    color: gray;
    font-weight: 300;
    font-size: 24px;
    margin-bottom: 2em; }
.example-videos .iphone-video {
  margin-left: 10px;
  margin-right: 10px; }
  .example-videos .iphone-video video {
    width: 100%;
    max-width: 375px; }
.example-videos .watch-video-left {
  float: right;
  margin-right: 20px; }
  @media screen and (max-width: 788px) {
    .example-videos .watch-video-left {
      float: none;
      margin-right: 0px; } }
  .example-videos .watch-video-left video {
    max-width: 272px; }
.example-videos .watch-video-right {
  float: left;
  margin-left: 20px; }
  @media screen and (max-width: 788px) {
    .example-videos .watch-video-right {
      float: none;
      margin-left: 0px; } }
.example-videos .padded-video {
  margin: 0 10px; }

.section-subtitle {
  max-width: 600px;
  margin: auto; }

.feature {
  align-items: center;
  padding: 4rem; }
  .feature h3 {
    font-size: 1.5em;
    font-weight: 300;
    color: #333;
    /**
     * Linked feature titles
     */ }
    .feature h3 a {
      color: #333;
      text-decoration: none; }
      .feature h3 a:visited {
        color: #333; }
      .feature h3 a:hover {
        color: #111;
        text-decoration: underline; }
  @media screen and (max-width: 788px) {
    .feature .right-aligned-feature h3 {
      margin-top: 15px; } }
  .feature .feature-image-container {
    text-align: center; }
  .feature .full-bleed {
    max-width: none; }
  .feature .right-pad {
    padding-right: 30px; }
  .feature .left-pad {
    padding-left: 30px; }
  @media screen and (max-width: 788px) {
    .feature {
      padding: 2rem; }
      .feature .full-bleed {
        max-width: 100%; } }
  .feature .ios-feature {
    color: #a3a3a3;
    font-size: 16px;
    vertical-align: middle; }

.feature-odd {
  border-top: 1px solid #f4f4f4;
  border-bottom: 1px solid #f4f4f4;
  background: rgba(77, 125, 153, 0.03); }

.full-horizontal-bleed {
  padding-left: 0;
  padding-right: 0; }
  .full-horizontal-bleed p {
    margin-bottom: 30px; }

.see-more-features {
  margin-bottom: 50px; }

.beta-badge {
  display: inline-block;
  border: 1px solid red;
  font-size: 9px;
  opacity: 0.6;
  font-weight: bold;
  color: white;
  border-radius: 8px;
  padding: 2px 4px;
  margin-right: 10px;
  vertical-align: middle;
  background-color: red; }

#news-updates h1 {
  margin-top: 0rem; }

.head-foot-spacer {
  min-height: 80px; }

#handoff-feature .talking-points-container {
  justify-content: center; }
  #handoff-feature .talking-points-container .talking-point {
    max-width: 350px; }
    #handoff-feature .talking-points-container .talking-point p {
      margin: 30px; }
      @media screen and (max-width: 788px) {
        #handoff-feature .talking-points-container .talking-point p {
          margin: 10px; } }
#handoff-feature img {
  margin-top: 40px; }

.support-info {
  margin: 50px auto 50px auto;
  color: #505050; }

.support-form .pure-input-1, .support-form button {
  margin-bottom: 20px !important;
  cursor: inherit !important; }
.support-form .pure-input-1[disabled], .support-form input[disabled] {
  background-color: #fff !important; }
.support-form #support-message {
  height: 118px; }
.support-form select {
  -webkit-appearance: none;
  box-shadow: none;
  height: inherit;
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%229%22%20height%3D%226%22%20viewBox%3D%220%200%209%206%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpolygon%20transform%3D%22translate(4.5%203)rotate(180)translate(-4.5%20-3)%22%20points%3D%224.5%200%209%206%200%206%22%20fill%3D%22%23CCC%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: calc(100% - 1rem) calc(50% + 1px); }
.support-form .button-success {
  background: #1cb841;
  color: #fff;
  opacity: 1.0; }

body {
  color: #777; }

.pure-img-responsive {
  max-width: 100%;
  height: auto; }

/*
Add transition to containers so they can push in and out.
*/
#doc-page-layout,
#doc-menu-bar,
.menu-link {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }

/*
This is the parent `<div>` that contains the menu and the content area.
*/
#doc-page-layout {
  position: relative;
  padding-left: 0; }
  #doc-page-layout code {
    font-size: revert;
    border-radius: 3px;
    background-color: #fff; }

#doc-page-layout.active #doc-menu-bar {
  left: 200px;
  width: 200px; }

#doc-page-layout.active .menu-link {
  left: 200px; }

/*
The content `<div>` is where all your content goes.
*/
.content {
  margin: 0 auto;
  padding: 0 2em 10em 2em;
  max-width: 800px;
  margin-bottom: 50px;
  line-height: 1.6em; }
  .content h2 {
    margin: 50px 0 20px 0;
    font-weight: 300;
    color: #333; }
    .content h2 a {
      color: #333; }
  .content h3 {
    font-size: 15px;
    font-weight: 400;
    color: #333; }
  .content img {
    margin-top: 30px;
    margin-bottom: 30px; }
  .content img.full-bleed {
    max-width: none; }
    @media screen and (max-width: 788px) {
      .content img.full-bleed {
        max-width: 100%; } }
  .content img.inline {
    margin: 0px; }
  .content code.code-block {
    display: block; }
  .content li {
    margin-bottom: 5px; }
  .content .canvas-objects-list {
    list-style-type: none; }
    .content .canvas-objects-list li {
      margin-bottom: 1rem; }
    .content .canvas-objects-list img {
      margin: 4px; }

.header {
  margin: 0;
  color: #333;
  text-align: center;
  padding: 2.5em 2em 0;
  border-bottom: 1px solid #eee; }

.header h1 {
  margin: 0.2em 0;
  font-size: 3em;
  font-weight: 200; }

.header h2 {
  font-weight: 300;
  color: #ccc;
  padding: 0;
  margin-top: 0; }

.center-img {
  display: block;
  margin: 5px auto 5px auto; }

body .api-doc {
  font-size: 13px; }
  body .api-doc .content {
    line-height: 1.9; }

.api-doc code {
  font-family: Menlo, Monaco, monospace; }
.api-doc ul {
  margin-left: 30px;
  margin-bottom: 40px; }
.api-doc li {
  margin-bottom: 10px; }
.api-doc pre {
  background-color: #fff;
  font-size: 12px; }

/*
The `#doc-menu-bar` `<div>` is the parent `<div>` that contains the `.pure-menu` that
appears on the left side of the page.
*/
#doc-menu-bar {
  margin-left: -200px;
  /* "#doc-menu-bar" width */
  width: 200px;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 1000;
  /* so the menu or its navicon stays above all content */
  border-right: 1px solid #E6E6E6;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  font-size: 14px; }
  #doc-menu-bar .logo-group {
    margin: 0;
    padding: 8px 8px 8px 0px; }
    #doc-menu-bar .logo-group a {
      padding: 0px;
      color: #111; }
      #doc-menu-bar .logo-group a:hover {
        text-decoration: none; }
  #doc-menu-bar li {
    padding: 0.4em 0 0.2em 0.8em; }
  #doc-menu-bar a {
    padding: 0px; }
  #doc-menu-bar ul {
    margin-left: 5px;
    list-style-type: none; }

/*
All anchors inside the menu should be styled like this.
*/
#doc-menu-bar a {
  color: #757575;
  border: none; }

#doc-menu-bar .top-level-section {
  color: #333; }

/*
Remove all background/borders, since we are applying them to #doc-menu-bar.
*/
#doc-menu-bar .pure-menu,
#doc-menu-bar .pure-menu ul {
  border: none;
  background: transparent; }

/*
Add that light border to separate items into groups.
*/
#doc-menu-bar .pure-menu .root-doc-menu,
#doc-menu-bar .pure-menu .menu-item-divided {
  border-top: 1px solid #E6E6E6;
  margin-left: 0; }

/*
Change color of the anchor links on hover/focus.
*/
#doc-menu-bar .pure-menu li a:hover,
#doc-menu-bar .pure-menu li a:focus {
  text-decoration: none;
  background-color: transparent;
  color: #111; }

/*
This styles the selected menu item `<li>`.
*/
#doc-menu-bar .pure-menu-selected,
#doc-menu-bar .pure-menu-heading {
  background: #1f8dd6; }

/*
This styles a link within a selected menu item `<li>`.
*/
#doc-menu-bar .pure-menu-selected a {
  color: #fff; }

/*
This styles the menu heading.
*/
#doc-menu-bar .pure-menu-heading {
  font-size: 110%;
  color: #fff;
  margin: 0; }

/* -- Dynamic Button For Responsive Menu -------------------------------------*/
/*
The button to open/close the Menu is custom-made and not part of Pure. Here's
how it works:
*/
/*
`.menu-link` represents the responsive menu toggle that shows/hides on
small screens.
*/
.menu-link {
  position: fixed;
  display: block;
  /* show this only on small screens */
  top: 0;
  left: 0;
  /* "#doc-menu-bar width" */
  background: #000;
  background: rgba(0, 0, 0, 0.7);
  font-size: 10px;
  /* change this value to increase/decrease button size */
  z-index: 10;
  width: 2em;
  height: auto;
  padding: 2.1em 1.6em; }

.menu-link:hover,
.menu-link:focus {
  background: #000; }

.menu-link span {
  position: relative;
  display: block; }

.menu-link span,
.menu-link span:before,
.menu-link span:after {
  background-color: #fff;
  width: 100%;
  height: 0.2em; }

.menu-link span:before,
.menu-link span:after {
  position: absolute;
  margin-top: -0.6em;
  content: " "; }

.menu-link span:after {
  margin-top: 0.6em; }

/* -- Responsive Styles (Media Queries) ------------------------------------- */
/*
Hides the menu at `48em`, but modify this based on your app's needs.
*/
@media (min-width: 48em) {
  .header,
  .content {
    padding-left: 2em;
    padding-right: 2em; }

  #doc-page-layout {
    padding-left: 200px;
    /* left col width "#doc-menu-bar" */
    left: 0; }

  #doc-menu-bar {
    left: 200px; }

  .menu-link {
    position: fixed;
    left: 200px;
    display: none; }

  #doc-page-layout.active .menu-link {
    left: 200px; } }
@media (max-width: 48em) {
  /* Only apply this when the window is small. Otherwise, the following
  case results in extra padding on the left:
      * Make the window small.
      * Tap the menu to trigger the active state.
      * Make the window large again.
  */
  #doc-page-layout.active {
    position: relative;
    left: 200px; } }
/**
 * Site footer
 */
.site-footer {
  text-align: center;
  border-top: 1px solid #e8e8e8;
  padding: 30px 0;
  font-size: 13px;
  background-color: rgba(77, 125, 153, 0.03); }
  .site-footer .icon-facebook {
    padding-right: 3px; }

.push {
  height: 202px; }

.contact-list,
.social-media-list {
  list-style: none;
  margin-left: 0; }

.copyright {
  text-align: center; }

.footer-email-form fieldset {
  padding: 0; }
.footer-email-form label {
  display: block;
  margin-top: 0;
  margin-bottom: 0.5em;
  font-size: 12px;
  font-weight: 500;
  color: #505050;
  padding-left: 5px; }
.footer-email-form button {
  margin-left: 5px; }
  @media screen and (max-width: 788px) {
    .footer-email-form button {
      margin-left: 0px;
      margin-top: 5px; } }
@media screen and (max-width: 788px) {
  .footer-email-form input {
    margin-left: auto;
    margin-right: auto;
    text-align: center; } }

.footer-box-group {
  margin-bottom: 30px; }

.footer-link-list {
  list-style: none;
  margin-left: 0px; }

#email-signup-field {
  width: 100%; }

#submit-email-button {
  width: 100%; }

#email-signup-label-success {
  color: green; }

#email-signup-label-failure {
  color: red; }

#successful-purchase {
  display: none;
  text-align: center; }
  #successful-purchase h1 {
    margin-top: 30px; }

#error-purchase {
  padding: 5px;
  margin: 30px auto 0px auto;
  display: none;
  align-items: center;
  max-width: 500px; }
  #error-purchase h4 {
    display: inline;
    margin: 0px 10px;
    color: #E21414; }

#purchase-info h4 {
  font-size: 12px;
  margin: 10px; }

.purchase {
  padding: 4rem; }
  .purchase table {
    margin: 10px;
    text-align: right; }
    .purchase table td {
      padding: 6px; }
    .purchase table td:nth-child(2) {
      width: 150px;
      max-width: 150px;
      overflow: hidden; }
    .purchase table tr:nth-child(2) {
      border-bottom: 1px dashed #ddd;
      height: 50px;
      vertical-align: top; }
    .purchase table tr:last-child {
      height: 50px;
      vertical-align: bottom; }
    .purchase table #kite-quantity {
      width: 30px;
      text-align: right; }
  .purchase .purchase-box {
    border: 1px solid #CCC;
    background: #f7f7f7;
    border-radius: 4px;
    max-width: 250px;
    padding: 0px;
    margin-bottom: 20px; }
  .purchase .quantity-item {
    color: #000;
    font-weight: 500; }
  .purchase .buy-buttons {
    text-align: center; }
  .purchase .apple-pay-button {
    background-color: black;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 13px;
    font-weight: normal; }
    .purchase .apple-pay-button .logo {
      background-image: -webkit-named-image(apple-pay-logo-white);
      width: 50px;
      height: 22px;
      display: inline-block;
      margin-left: 5px;
      background-size: 100% 100%;
      background-repeat: no-repeat;
      background-position: 50% 50%; }

.shadowed-video {
  border-radius: 6px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }

.iphone-max-width {
  max-width: 375px; }

.showcase-row {
  margin: 8rem auto 8rem auto;
  text-align: center;
  min-height: 450px;
  /**
   * Links
   */ }
  .showcase-row .download {
    margin-top: 1rem;
    font-size: 11px;
    display: revert; }
    .showcase-row .download img {
      margin-right: 4px; }
  .showcase-row div {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center; }
    .showcase-row div div {
      margin: 2rem; }
  .showcase-row h5 {
    color: #111;
    font-size: 16px;
    display: block;
    margin: 1rem 0 0 0; }
    .showcase-row h5 a {
      color: #111;
      text-decoration: none; }
      .showcase-row h5 a:visited {
        color: #111; }
      .showcase-row h5 a:hover {
        color: #111;
        text-decoration: underline; }
  .showcase-row video {
    border-radius: 6px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    margin-bottom: 30px; }
  .showcase-row a {
    color: #505050;
    text-decoration: none;
    /*
    &:visited {
        color: darken($brand-color, 15%);
    }
    */ }
    .showcase-row a:hover {
      color: #111;
      text-decoration: underline; }

.press-media div a {
  margin: 5px;
  display: block; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  text-align: center;
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slick Theme */
/* Slider */
.slick-loading .slick-list {
  background: #fff url("/assets/ajax-loader.gif") center center no-repeat; }

/* Dots */
.slick-dots {
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 25px 0px 0px 0px;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-size: 30px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

article {
  margin: 3rem auto 3rem auto;
  padding: 0 2em 3em 2em;
  max-width: 700px; }
  article .post-content h3 {
    font-size: 20px;
    font-weight: 500;
    color: #333; }
  article h2 a, article h1 a {
    color: #333; }
  article p, article li {
    color: #333;
    font: 300 18px/1.7 system, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Lucida Grande", "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", sans-serif; }
  article p {
    margin-bottom: 30px; }
  article li {
    margin-bottom: 20px; }
  article article-media {
    margin-bottom: 2rem; }
  article iframe {
    margin-bottom: 2rem; }

.wide-post {
  max-width: none;
  overflow: hidden; }
  .wide-post .article-width {
    max-width: 700px;
    margin: auto; }

.tutorials {
  margin: 3rem auto 6rem auto; }
  .tutorials iframe, .tutorials img {
    border-radius: 4px; }
  .tutorials h5 {
    color: #111;
    font-size: 16px;
    display: block;
    margin: 1rem 0 0 0; }
  .tutorials h2 {
    margin-bottom: 4px; }
  .tutorials div div div {
    margin: 10px;
    text-align: center; }
  .tutorials .intro-header {
    margin-bottom: 3rem; }
