* {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* Global Reset */
  margin: 0;
  padding: 0;
}
.m8 {
  margin-top: 120px !important;
}
.m7 {
  margin-top: 96px !important;
}
.m6 {
  margin-top: 64px !important;
}
.m5 {
  margin-top: 48px !important;
}
.m4 {
  margin-top: 32px !important;
}
.m3 {
  margin-top: 24px !important;
}
.m2 {
  margin-top: 16px !important;
}
.m1 {
  margin-top: 8px !important;
}
html {
  height: 100%;
}
html,
body {
  max-width: 100%;
}
body {
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: auto;
  -ms-user-select: none !important;
  margin: 0;
  padding: 0;
  font-family: -apple-system, system-ui, 'Segoe UI', 'Helvetica Neue', 'Cambria', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  overflow-x: hidden;
  position: absolute;
  width: 100%;
  min-height: 100%;
  background: #fff;
  color: #222;
}
h1 {
  margin-top: 2em;
  margin-bottom: 0.25em;
  font-weight: 600;
  font-size: 32px;
}
h1 + h2 {
  margin-top: 1em;
}
header {
  font-weight: 600;
  line-height: 1.3em;
  margin-bottom: 16px;
  font-size: 42px;
  text-align: center;
}
header a {
  color: inherit !important;
}
h2 {
  margin-top: 2em;
  margin-bottom: 0.5em;
  font-weight: bold;
  font-size: 24px;
}
.loaded body {
  opacity: 1;
}
.content {
  position: relative;
  min-height: calc(100vh - 50px);
}
.topTitle {
  text-align: center;
  line-height: 1.1;
  font-weight: bold;
  color: #494949;
  padding: 0 8px;
  font-size: 42px;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  padding: 0;
  background: #e6e6e6;
  margin: 16px 0;
}
.section {
  width: 100%;
  padding: 60px 0;
}
@media screen and (max-width: 580px) {
  .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 581px) {
  .section-border {
    border-top: 1px solid #eaeaea;
  }
}
.demo-img-large {
  max-width: 1000px;
}
.columns {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.columns .col-text,
.columns .col-img {
  vertical-align: top;
}
.columns .demo-img {
  max-width: 380px;
}
.columns .demo-img > img {
  display: block;
  max-width: 100%;
}
@media screen and (max-width: 700px) {
  .columns > * {
    margin-left: auto;
    margin-right: auto;
  }
  .columns > * .col-text {
    text-align: center;
  }
  .columns > *:last-child {
    margin-top: 40px;
  }
  .columns > * h1 {
    text-align: center;
    white-space: inherit !important;
  }
}
@media screen and (min-width: 701px) {
  .columns {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
  }
  .columns > .f15 {
    -webkit-flex: 1.5;
    -webkit-box-flex: 1.5;
    -ms-flex: 1.5;
    flex: 1.5;
  }
  .columns > .f1 {
    -webkit-flex: 1;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .columns > .f2 {
    -webkit-flex: 2;
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
  }
  .columns:not(.flipped) > :first-child {
    padding-right: 16px;
  }
  .columns:not(.flipped) > :last-child {
    padding-left: 16px;
  }
  .columns.flipped {
    flex-direction: row-reverse;
  }
  .columns.flipped > :first-child {
    padding-left: 16px;
  }
  .columns.flipped > :last-child {
    padding-right: 16px;
  }
  .columns .col-img img,
  .columns .col-img video {
    max-width: 100%;
  }
  .columns .section-text {
    margin-left: 16px;
  }
  .columns .spacer {
    min-width: 24px;
    max-width: 60px;
    height: 100%;
    -webkit-flex: 1;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .columns .demo-img {
    margin-right: -40px;
  }
  .columns .demo-img > img {
    margin-top: -20px;
  }
}
.videoWrapper,
.landing-img > * {
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 1px 16px 0 rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  max-width: 100%;
}
.section-full {
  text-align: center;
  overflow: hidden;
  clear: both;
}
@media screen and (max-width: 700px) {
  .section-full {
    padding: 80px 8px;
  }
}
@media screen and (min-width: 701px) {
  .section-full {
    padding: 80px 16px;
  }
}
.section-full + .section-full {
  border-top: 1px solid #eee;
}
.section-full .title {
  line-height: 1.3;
}
.section-full .title,
.section-full .subtitle {
  margin-bottom: 32px;
  padding: 0 16px;
}
.section-full.gray {
  background: linear-gradient(15deg, #f8f8f9 0%, #fff 100%);
  background: #f8f8f9;
}
.section-text {
  z-index: 1;
}
.demo {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
@-webkit-keyframes spinnerRotate {
  0% {
    -webkit-transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
  }
}
@keyframes spinnerRotate {
  0% {
    transform: rotateZ(0deg);
  }
  100% {
    transform: rotateZ(360deg);
  }
}
.demobg.icon-spinner,
.demoContainer.icon-spinner,
#videoFrameWrapper.icon-spinner {
  position: relative;
  text-align: center;
  color: #666;
}
.demobg.icon-spinner:before,
.demoContainer.icon-spinner:before,
#videoFrameWrapper.icon-spinner:before {
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  margin-top: -18px;
  font-size: 20px;
  font-weight: bold;
  z-index: 0;
  -webkit-animation: spinnerRotate 500ms infinite linear;
  -moz-animation: spinnerRotate 500ms infinite linear;
  -o-animation: spinnerRotate 500ms infinite linear;
  animation: spinnerRotate 500ms infinite linear;
}
.demobg.icon-spinner:after,
.demoContainer.icon-spinner:after,
#videoFrameWrapper.icon-spinner:after {
  content: "Loading live demo...";
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  font-family: -apple-system, system-ui, 'Segoe UI', 'Helvetica Neue', 'Cambria', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  margin-top: 18px;
  z-index: 0;
}
.demobg.icon-spinner > *,
.demoContainer.icon-spinner > *,
#videoFrameWrapper.icon-spinner > * {
  z-index: 1;
}
.pageContent {
  min-height: calc(100vh - 50px - 40px);
}
.title {
  font-size: 36px;
  font-weight: bold;
  line-height: 50px;
  color: #333;
  margin: 0;
  text-align: center;
}
.subtitle {
  max-width: 540px;
  text-align: left;
  margin: 0 auto;
  line-height: 1.4;
  color: #666;
}
.subtitle-center {
  text-align: center;
}
.sectionText {
  max-width: 720px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  padding: 0 16px;
}
.sectionText ul ul {
  padding-inline-start: 40px;
  list-style-type: disc;
}
#about .sectionText {
  color: #666;
}
#about .sectionText h2,
#about .sectionText h3 {
  color: #333;
}
@media screen and (max-width: 540px) {
  #linkPress {
    display: none;
  }
  .logo {
    height: 50px !important;
  }
}
.mobile .h {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.mobile .noMobile {
  display: none !important;
}
.mobile .link {
  padding: 0 3px;
  line-height: 44px;
}
.mobile #logoWrapper {
  top: 0 !important;
  left: 0 !important;
}
.mobile .ytVideo {
  max-width: 100%;
  height: auto !important;
}
.mobile #topLinksLeft {
  right: 16px;
}
html:not(.mobile) .mobileOnly {
  display: none !important;
}
.link {
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  line-height: 24px;
  color: inherit;
  font-size: 14px;
}
.link i {
  font-size: 18px;
  display: inline-block;
  padding-bottom: 5px;
  vertical-align: middle;
}
.link.selected {
  font-weight: bold;
  color: black;
}
.hidden {
  display: none !important;
}
.linkButton {
  padding: 4px 8px;
  border-radius: 4px;
  cursor: pointer;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.linkButton:hover {
  background: #f3f3f3;
}
.linkBlue {
  background: #09d;
  padding: 6px 16px;
  color: white;
  font-weight: bold;
  border: 0;
}
.linkBlue:hover {
  background: #2bbeff;
}
.center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.ib {
  display: inline-block;
}
.mc {
  margin: 0 auto;
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}
.subtext {
  text-align: left;
  line-height: 1.5em;
}
.subtext b {
  color: black;
}
#topBar {
  position: relative;
  height: 50px;
  z-index: 1000;
  line-height: 49px;
  border-bottom: 1px solid #e6e6e6;
}
#topBar #topBarInside {
  max-width: 1000px;
  margin: 0 auto;
  white-space: nowrap;
  text-align: right;
  padding: 0 16px;
}
#topBar #logoWrapper {
  position: relative;
  margin-left: 12px;
  float: left;
  text-decoration: none;
  text-align: center;
  margin: 0 auto;
  white-space: nowrap;
}
#topBar #logoWrapper .logo {
  position: absolute;
  left: 0;
  top: -6px;
  height: 56px;
}
#topBar #logoWrapper #logoLink {
  display: inline-block;
  width: 112px;
}
#topBar #topLinks {
  white-space: nowrap;
  display: inline-block;
}
#topBar .linkButton {
  margin: 0 4px;
  color: #555;
}
#topBar .linkButton:hover {
  color: #222;
}
#topBar .linkGetStarted {
  background: #09d;
  color: white;
  margin: 0 8px;
  padding-left: 12px;
  padding-right: 12px;
  font-weight: bold;
}
#topBar .linkGetStarted:hover {
  background: #2bbeff;
  color: white;
}
html.mobile #linkHelp {
  display: none;
}
@media screen and (max-width: 560px) {
  html:not(.mobile) #linkHelp {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  html:not(.mobile) #linkPremium {
    display: none;
  }
}
.g {
  color: #aaa;
}
.card {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  background: white;
}
.timeBar {
  position: relative;
  width: 600px;
  max-width: 100%;
  margin: 24px auto;
  padding: 0 8px;
  font-weight: 500;
}
.timeBar > div:first-child {
  text-align: left;
  font-size: 20px;
}
.timeBar > div:last-child {
  color: white;
  border-radius: 4px;
  height: 44px;
  line-height: 44px;
  font-size: 18px;
  max-width: 100%;
  min-width: 90px;
  box-shadow: 2px 3px 3px #bbb;
  margin-top: 8px !important;
}
.timeBarFree > div:first-child {
  color: #2a6;
}
.timeBarFree > div:last-child {
  background: #2a6;
  width: 15%;
}
.timeBarPremium > div:first-child {
  color: #09d;
}
.timeBarPremium > div:last-child {
  background: #09d;
  width: 100%;
}
#pricingTable {
  width: 95%;
  max-width: 660px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  border-spacing: 0;
  color: #666;
  font-size: 16px;
  border-radius: 3px;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2);
}
#pricingTable > div {
  min-height: 30px;
  line-height: 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
#pricingTable > div > div {
  -webkit-flex: 1;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#pricingTable > div > div:first-child {
  padding-left: 16px;
  text-align: left;
  min-width: 180px;
  -webkit-flex: 1.5;
  -webkit-box-flex: 1.5;
  -ms-flex: 1.5;
  flex: 1.5;
}
#pricingTable > div > div:first-child img,
#pricingTable > div > div:first-child i {
  width: 20px;
  vertical-align: middle;
  margin-right: 8px;
}
#pricingTable > div > div:not(:first-child) {
  max-width: 200px;
  min-width: 60px;
  border-left: 1px solid #ddd;
  text-align: center;
}
#pricingTable > div > div:last-child {
  color: #08c;
}
#pricingTable > div.header > div {
  padding-top: 16px;
}
#pricingTable > div:first-child {
  border-radius: 3px;
  background: #f8f8f8;
  height: 48px;
  line-height: 48px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
#pricingTable > div:first-child div {
  border-bottom: 1px solid #ddd;
}
#pricingTable > div:first-child div:first-child {
  border-top-left-radius: 3px;
}
#pricingTable > div:first-child div:last-child {
  border-top-right-radius: 3px;
}
@media screen and (max-width: 580px) {
  #pricingTable > div:first-child div {
    font-size: 15px;
  }
}
#pricingTable .header {
  font-weight: bold;
  color: #222;
}
#pricingTable .lastRow {
  min-height: 16px;
}
#pricingTable .price {
  vertical-align: top;
  line-height: 24px;
}
#pricingTable .icon-check {
  font-size: 16px;
  line-height: 30px;
}
#pricingTable .icon-group {
  color: #2a6;
}
#pricingTable .icon-heart {
  display: inline-block;
  color: #a30;
  margin-left: 6px;
  line-height: 18px;
}
.justified {
  max-width: 820px;
  text-align: justify;
}
#billingForm {
  width: 60%;
}
#footer {
  line-height: 40px;
  height: 40px;
  margin-bottom: 8px;
}
#footer .socialIcons {
  display: inline-block;
}
#footer .socialIcons > a {
  text-align: center;
  width: 44px;
}
.trans {
  -webkit-transition: all 1000ms;
  -moz-transition: all 1000ms;
  -o-transition: all 1000ms;
  transition: all 1000ms;
}
iframe[seamless] {
  background-color: transparent;
  border: 0px none transparent;
  padding: 0px;
  overflow: hidden;
}
.h {
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
.h:hover {
  color: #2bbeff !important;
}
.hb {
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
.hb:hover {
  background: #2bbeff !important;
}
.p {
  cursor: pointer;
}
.flex1,
.f1 {
  -webkit-flex: 1;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.blue {
  color: #09d;
}
.pageWidth > div {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.padded {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.unpadded {
  max-width: 920px;
  margin-left: -75px;
  margin-right: -75px;
}
a {
  text-decoration: none;
}
.platforms {
  vertical-align: top;
}
.platform {
  position: relative;
  display: inline-block;
  cursor: pointer;
  width: 72px;
  color: #666;
  text-align: center;
  vertical-align: middle;
  padding: 12px;
}
.platform i {
  font-size: 24px;
}
.platform div {
  margin-top: 4px;
  font-size: 13px;
}
.platforms {
  position: relative;
  text-align: center;
}
.platforms .platformIcons {
  margin-top: 8px;
}
.platforms .desktopIcon {
  padding-top: 3px;
}
.button {
  display: inline-block;
  height: 44px;
  line-height: 44px;
  font-weight: 600;
  font-size: 16px;
  padding: 0 32px;
  border-radius: 3px;
  cursor: pointer;
  white-space: nowrap;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
.button > a {
  color: inherit;
}
.button.blue {
  background: #09d;
  color: white;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
.button.blue:hover {
  background: #2bbeff !important;
}
.button.red,
.button.selected {
  background: #d43;
  color: white;
}
.button.red:hover,
.button.selected:hover {
  background: #e15849;
}
.button.white:not(.selected) {
  background: white;
}
.button.white:not(.selected):hover {
  background: #fafafa;
}
.button + .button {
  margin-left: 12px;
}
#about .section-full h1 {
  font-size: 34px;
  line-height: 1.2;
  font-weight: 600;
  margin: 0;
  padding: 0;
  color: #333;
}
.sectionSubtitle {
  color: #555;
  max-width: 500px;
  margin: 16px auto 32px auto;
}
#about .section-full h2 {
  font-size: 24px;
  font-weight: 600;
  color: #333;
  margin: 0;
}
#about h3 {
  font-size: 26px;
  font-weight: 600;
}
#about h3:first-child {
  margin: 0;
}
@media screen and (max-width: 700px) {
  #about h3:not(:first-child) {
    margin: 24px 0 0 0;
  }
}
@media screen and (min-width: 701px) {
  #about h3:not(:first-child) {
    margin: 48px 0 0 0;
  }
}
.iSubtitle {
  text-align: center;
  color: #666;
  padding: 0 16px;
  margin: 0 auto;
  margin-top: 24px;
}
.iSubtitle b {
  color: #444;
}
.col-subtitle {
  text-align: left;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 300;
  color: #666;
  margin-top: 8px !important;
}
.col-subtitle + .col-text {
  margin-top: 48px !important;
}
.col-text {
  text-align: left;
}
.col-text h1 {
  white-space: nowrap;
}
.col-text p {
  color: #666;
  margin-top: 8px;
}
.blogImg {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
  border-radius: 3px;
}
.premiumImg {
  max-width: 100%;
}
#premium #sectionPremiumTop {
  padding-top: 24px;
}
#premium .section-full {
  padding-top: 0;
  padding-bottom: 48px;
}
#premium #imgDisplaySettings {
  height: 540px;
}
#premium #img-drive {
  width: 500px;
}
#premium #img-calendar {
  width: 600px;
}
#premium #img-workspaces {
  width: 800px;
}
#premium .iSubtitle + img {
  margin-top: 32px;
}
#premium .columns {
  max-width: 800px;
  -webkit-align-items: center;
  align-items: center;
}
#premium .premiumTiers,
#premium .premiumButtons {
  text-align: center;
  margin: 0 auto;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
#premium .premiumTiers > div,
#premium .premiumButtons > div {
  min-width: 270px;
  max-width: 300px;
  margin: 0 8px;
}
#premium .premiumTiers > div {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  justify-content: space-around;
  -ms-justify-content: space-around;
  -webkit-justify-content: space-around;
  -webkit-box-pack: center;
  -webkit-box-align: center;
  -webkit-box-orient: vertical;
  -webkit-flex: 1;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#premium .premiumTiers > div .premiumTier {
  margin-bottom: 16px;
  border-radius: 6px;
  padding: 24px 0 12px 0;
  font-size: 16px;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-flex: 1;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#premium .premiumTiers > div.blue .premiumTier {
  background: #09d;
  color: white;
}
#premium .premiumTiers > div.blue .premiumTierTime {
  color: #eee;
}
#premium .premiumTiers > div.blue .icon-check {
  color: white;
  border-color: #eee;
}
#premium .premiumTiers > div.blue li {
  border-color: rgba(255, 255, 255, 0.4);
}
#premium .premiumTiers .premiumTierTitle {
  font-weight: bold;
  font-size: 36px;
}
#premium .premiumTiers .premiumTierTime {
  font-weight: 600;
  height: 36px;
  color: #777;
}
#premium .premiumTiers .premiumTierPrice {
  font-size: 36px;
}
#premium .premiumTiers .premiumAction {
  height: 72px;
}
#premium .premiumTiers .priceMonth {
  font-size: 14px;
}
#premium .premiumTiers ul {
  text-align: left;
  list-style-type: none;
  outline: 0;
  margin: 20px 20px 0 20px;
  padding: 0;
}
#premium .premiumTiers li {
  padding: 8px 0;
}
#premium .premiumTiers li + li {
  border-top: 1px solid #e6e6e6;
}
#premium .premiumTiers .icon-check {
  margin-right: 12px;
  color: #aaa;
  border: 1px solid #ccc;
  border-radius: 50%;
  padding: 2px;
  font-size: 12px;
}
#premium .premiumTrialText {
  margin-top: 12px;
  font-size: 13px;
  line-height: 1;
  color: #666;
}
#contact {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  justify-content: space-around;
  -ms-justify-content: space-around;
  -webkit-justify-content: space-around;
  -webkit-box-pack: center;
  -webkit-box-align: center;
  -webkit-box-orient: vertical;
}
#contact .section {
  height: 100%;
}
#contactTable {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
#contactTable > div {
  margin: 16px;
  min-width: 200px;
  max-width: 100%;
  -webkit-flex: 1;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.demo-img-large-border,
.screenshot img {
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 0 8px 0 rgba(0, 0, 0, 0.22);
  border-radius: 4px;
}
.colorHigh {
  color: #f30;
}
.colorMed {
  color: #f80;
}
.colorLow {
  color: #fc3;
}
.starred {
  background: #ffb;
  display: inline-block;
  font-weight: normal;
}
.complete {
  color: #d6d6d6;
}
.contact {
  color: #2a6 !important;
}
.tag {
  color: #09d !important;
}
.date {
  color: #a30 !important;
}
.flexbox {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.flex-center {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.block {
  display: block;
}
.strike {
  text-decoration: line-through;
  opacity: 0.35;
}
.bioSection {
  padding: 0;
  max-width: 820px;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
.bioSection > div {
  max-width: 360px;
  margin-left: 16px;
  margin-right: 16px;
  margin-top: 60px;
  vertical-align: top;
  -webkit-flex: 1 0 280px;
  -webkit-box-flex: 1 0 280px;
  -ms-flex: 1 0 280px;
  flex: 1 0 280px;
}
.bioSection .img {
  height: 150px;
  width: 150px;
  background-size: 150px 150px;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
}
.bioSection .bioText {
  text-align: left;
}
.bioHeader {
  text-align: center;
}
.bioName {
  font-size: 24px;
  font-weight: bold;
  margin-top: 15px;
}
.bioName > a {
  color: #2a6 !important;
}
.bioText {
  margin-top: 20px;
}
.bioTitle {
  font-size: 15px;
  font-weight: bold;
}
.bioLoc {
  font-size: 15px;
}
#purchase #pricingArea > div {
  display: inline-block;
}
#purchase #pricingArea > div:not(:first-child) {
  margin-left: 8px;
}
#purchase input {
  font-size: 16px;
  line-height: 1.5;
}
#purchase .pricingSelected span {
  background: #777;
  cursor: inherit;
}
#purchase .pricingSelected span:hover {
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
  background: #777 !important;
}
#help #topBar {
  position: fixed;
  width: 100%;
  background: white;
  top: 0;
}
#helpLogoText {
  display: inline-block;
  vertical-align: top;
  font-size: 22px;
  color: #ccc;
  font-weight: 600;
  margin-left: 3px;
  margin-top: 2px;
  cursor: pointer;
}
#topBarHelp {
  position: fixed;
  top: 50px;
  left: 0;
  right: 0;
  height: 36px;
  text-align: center;
  background: white;
  z-index: 100;
}
#topBarHelp > div {
  display: inline-block;
  border: 1px solid #e6e6e6;
  border-top: 0;
  border-radius: 0 0 4px 4px;
}
#topBarHelp > div > a {
  position: relative;
  float: left;
  line-height: 36px;
  height: 36px;
  padding: 0 24px;
  font-weight: bold;
  font-size: 14px;
  color: inherit;
  cursor: pointer;
}
#topBarHelp > div > a.selected:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 16px;
  right: 16px;
  height: 3px;
  background: #09d;
}
#topBarHelp > div > a:not(:first-child) {
  border-left: 1px solid #e6e6e6;
}
#sectionHelpContent {
  text-align: left;
  padding: 13px 16px 300px 16px;
  max-width: 1072px;
  margin: 96px auto 0 auto;
}
#sectionHelpContent header {
  margin-bottom: 1em;
}
@media screen and (max-width: 899px) {
  #sectionHelpContent #helpPageTOC,
  #sectionHelpContent #helpPageTOCSpacer {
    display: none;
  }
}
#sectionHelpContent #helpPageText {
  padding: 16px;
  background: white;
  -webkit-flex: 1;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#sectionHelpContent #helpPageText > p:first-child {
  margin-top: 0;
}
#sectionHelpContent #helpPageText .helpImg,
#sectionHelpContent #helpPageText .videoWrapper {
  display: block;
  margin: 32px auto;
  border-radius: 4px;
  max-width: 100%;
  box-shadow: 0 0 1px #aaa,
                        0 0 8px #d3d3d3;
}
#sectionHelpContent #helpPageText .imgOnePane {
  width: 340px;
}
#sectionHelpContent #helpPageText .imgOnePointFive {
  width: 500px;
}
#sectionHelpContent #helpPageText .imgTwoPane .imgThreePane {
  width: 640px;
}
#sectionHelpContent #helpPageTOC,
#sectionHelpContent #helpPageTOCSpacer {
  width: 300px;
  margin-right: 32px;
}
#sectionHelpContent #helpPageTOC {
  position: fixed;
  top: 76px;
  bottom: 48px;
  padding-top: 50px;
  overflow: auto;
}
#sectionHelpContent #helpPageTOC h1,
#sectionHelpContent #helpPageTOC h2 {
  font-size: 14px;
  margin: 0;
  line-height: 1;
}
#sectionHelpContent #helpPageTOC h2 {
  font-weight: inherit;
}
#sectionHelpContent #helpPageTOC h1:first-child {
  font-weight: bold;
}
#sectionHelpContent #helpPageTOC > * {
  padding: 12px 12px;
  cursor: pointer;
}
#sectionHelpContent #helpPageTOC > *.selected {
  background: white;
  background: #e2f6ff;
  border-radius: 4px;
}
#sectionHelpContent #helpPageTOC h2 {
  padding-left: 24px;
}
#sectionHelpContent p {
  margin: 0;
}
#sectionHelpContent p + p {
  margin-top: 18px;
}
#sectionHelpContent p + ol,
#sectionHelpContent p + ul {
  margin-top: 16px;
}
#sectionHelpContent ol,
#sectionHelpContent ul {
  margin: 0;
  padding-left: 16px;
}
#sectionHelpContent li {
  margin-top: 8px;
  padding-left: 8px;
}
#sectionHelpContent .imageDesc {
  text-align: center;
  margin-top: 4px;
  color: #666;
}
#sectionHelpContent .imageDesc + img {
  margin-top: 16px !important;
}
#sectionHelpContent .inlineIcon {
  display: inline-block !important;
  margin: 0 !important;
  width: 24px;
  vertical-align: text-bottom;
}
#sectionHelpContent .basicsPrefix {
  position: absolute;
  margin-top: -1px;
  font-weight: bold;
  font-size: 20px;
}
#sectionHelpContent .basicsSearch {
  position: absolute;
  height: 30px;
  margin: -3px 0 0 0 !important;
  box-shadow: none !important;
}
#sectionHelpContent .basicsSearchPriority {
  margin-left: -10px !important;
}
#sectionHelpContent .basicsPrefix + span {
  display: inline-block;
}
#sectionHelpContent .basicsPrefix + span {
  margin-left: 32px;
}
#sectionHelpContent .basicsSearch + span {
  margin-left: 48px;
}
.videoWrapper.showPlayButton {
  position: relative;
}
.videoWrapper.showPlayButton > video {
  width: 100%;
  vertical-align: middle;
}
.video-overlay-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.video-overlay-container.is-hidden {
  display: none;
}
.video-overlay-play-button {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100px;
  height: 100px;
  padding: 0px;
  margin-left: -50px;
  margin-top: -50px;
  border-radius: 50%;
  opacity: 0.92;
  background: #333;
}
.video-overlay-play-button:hover {
  opacity: 1;
}
.slackInvite {
  display: inline-block;
  color: inherit !important;
  line-height: 35px;
  font-size: 20px;
  font-weight: bold;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 8px 16px;
}
.slackInvite .slackMark {
  width: 35px;
  vertical-align: top;
  margin-right: 12px;
}
.hotkey {
  background: #eeeef1;
  padding: 4px 6px;
  margin: 0 2px;
  border-radius: 4px;
  color: #09d;
  font-size: 15px;
  font-weight: bold;
  white-space: pre;
}
.Mac .platformName:before {
  content: 'Mac';
}
.Windows .platformName:before {
  content: 'Windows';
}
.Linux .platformName:before {
  content: 'Linux';
}
.Android .platformName:before {
  content: 'Android';
}
.iOS .platformName:before {
  content: 'iOS';
}
.Mac .hotkeyPri:before {
  content: '⌘';
}
.Mac .hotkeySec:before {
  content: 'Ctrl';
}
.Mac .hotkeyAlt:before {
  content: '⌥';
}
.Mac .onlyWin {
  display: none;
}
html:not(.Mac) .hotkeyPri:before {
  content: 'Ctrl';
}
html:not(.Mac) .hotkeySec:before {
  content: 'Alt';
}
html:not(.Mac) .hotkeyAlt:before {
  content: 'Alt';
}
html:not(.Mac) .onlyMac {
  display: none;
}
.changelog li {
  list-style-type: none;
  font-size: 15px;
  margin-bottom: 16px;
  line-height: 1.5;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.changelog .change {
  display: block;
  font-weight: bold;
  color: white;
  width: 82px;
  min-width: 82px;
  line-height: 32px;
  height: 32px;
  text-align: center;
  border-radius: 16px;
  text-transform: uppercase;
  font-size: 12px;
  margin-right: 16px;
  margin-top: -3px;
  float: left;
  height: 100%;
}
.changelog h1 {
  margin-top: 1.5em;
  margin-bottom: 24px;
  color: #444;
}
.changelog h2 {
  margin-bottom: 24px;
}
.changelog h3 {
  font-weight: 400;
  color: #777;
  font-size: 18px;
  margin: 16px 0 12px 4px;
}
.changelog .changeFix {
  background: #09d;
}
.changelog .changeFeature {
  background: #2a6;
}
.changelog .changeChange {
  background: #fa0;
}
.changelog .changeSpeed {
  background: #c21;
}
.changelog .changeBlog,
.changelog .changeRelease,
.changelog .changeMisc {
  background: #444;
}
#privacy li {
  margin-top: 16px;
}
#demo {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
#demo iframe {
  width: 100%;
  border-bottom: 1px solid #e6e6e6;
}
