@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900,400italic');
@import "animate.css";
body {
  margin: 0;
}
body a {
  text-decoration: none;
  color: #2196F3;
}
body a:hover {
  text-decoration: underline;
}
body .main-view {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.ti-page-header {
  color: #fff;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 9;
  background-image: linear-gradient(135deg, #20e168, #2196F3);
}
.ti-page-header.landing-page {
  background: none;
  background-image: none;
}
.ti-page-header.landing-page a.home {
  display: none;
}
.ti-page-header .navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
}
.ti-page-header .navbar a {
  color: #fff;
  font-size: 16px;
  padding: 10px 20px;
}
.page {
  flex: 1;
}
.page h1 {
  font-weight: 300;
  margin-bottom: 10px;
}
.page .content {
  max-width: 900px;
  margin: 0 auto;
}
.page.faq {
  padding-top: 100px;
  line-height: 1.4;
  font-size: 20px;
}
.page.welcome {
  padding-top: 150px;
  line-height: 1.4;
  font-size: 20px;
}
.page.welcome .content {
  max-width: 700px;
}
.page.welcome h1 {
  margin: 0 0 10px;
}
.page.welcome h2 {
  font-weight: 300;
  font-size: 130%;
  margin-bottom: 10px;
}
.page.welcome span.tab-color {
  font-weight: bold;
}
.page.welcome span.tab-color.green {
  color: #20e168;
}
.page.welcome span.tab-color.gray {
  color: #999;
}
.page.welcome p {
  margin: 0;
}
.page.welcome p.eg {
  margin: 30px 0;
  line-height: 1.3;
}
.page.welcome p.eg a {
  display: inline-block;
  cursor: pointer;
  padding: 20px 40px;
  border-radius: 3px;
  background: #20e168;
  color: #fff;
  margin-left: 210px;
  transition: all 0.15s ease;
}
.page.welcome p.eg a:hover {
  transform: scale(1.03125);
  text-decoration: none;
}
.page.welcome p.eg a i {
  margin-right: 8px;
  margin-top: 4px;
}
.page.welcome .ps {
  margin-top: 50px;
  font-size: 80%;
}
div.page.landing .screen {
  backgound: #fff;
}
div.page.landing .screen .content {
  padding-left: 10px;
  padding-right: 10px;
  max-width: 900px;
  margin: 0 auto;
  font-size: 20px;
  line-height: 1.4;
}
div.page.landing .screen .content h2 {
  font-weight: 300;
  text-align: center;
  font-size: 40px;
  color: #20e168;
}
div.page.landing .screen.top-screen {
  height: 100vh;
  background-image: linear-gradient(135deg, #20e168, #2196F3);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
div.page.landing .screen.top-screen .main-img {
  margin-right: 50px;
}
@media only screen and (max-width: 600px) {
  div.page.landing .screen.top-screen .main-img {
    display: none;
  }
}
@media only screen and (min-width: 600px) and (max-width: 959px) {
  div.page.landing .screen.top-screen .main-img {
    display: none;
  }
}
@media only screen and (min-width: 600px) and (max-width: 959px) {
  div.page.landing .screen.top-screen .main-img img {
    width: 400px;
  }
}
div.page.landing .screen.top-screen .main-copy {
  max-width: 400px;
  padding: 10px;
  margin-top: -10px;
  font-size: 24px;
}
@media only screen and (max-width: 600px) {
  div.page.landing .screen.top-screen .main-copy {
    margin-top: 20px;
    font-size: 18px;
  }
}
div.page.landing .screen.top-screen .main-copy div.tagline {
  font-weight: 300;
  font-size: 200%;
  color: #fff;
}
@media only screen and (max-width: 600px) {
  div.page.landing .screen.top-screen .main-copy div.tagline {
    font-size: 30px;
    line-height: 1.3;
  }
}
div.page.landing .screen.top-screen .main-copy div.tagline .above .tab-word {
  display: inline-block;
  border-radius: 40px 0 0 40px;
  padding: 0 0 0 .35em;
  font-size: 95%;
  vertical-align: 2px;
  border: 2px solid #fff;
}
div.page.landing .screen.top-screen .main-copy div.tagline .under {
  white-space: nowrap;
}
div.page.landing .screen.top-screen .main-copy div.about {
  color: #fff;
  margin-top: 30px;
  margin-bottom: 80px;
}
div.page.landing .screen.top-screen .main-copy .cta {
  margin-left: -10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
div.page.landing .screen.top-screen .main-copy .cta .button-info {
  color: #FFEE58;
  color: #FFF59D;
  text-align: center;
  padding-bottom: 10px;
  font-size: 16px;
}
div.page.landing .screen.top-screen .main-copy .cta .install {
  cursor: pointer;
  font-size: 20px;
  padding: 24px 40px;
  border-radius: 50px;
  background: #FFEE58;
  color: #333;
  transition: all 0.15s ease;
}
div.page.landing .screen.top-screen .main-copy .cta .install:hover {
  transform: scale(1.03125);
}
div.page.landing .screen.top-screen .main-copy .cta .install .small {
  font-size: 66%;
  margin-top: 3px;
  display: block;
  text-align: center;
}
@media only screen and (max-width: 600px) {
  div.page.landing .screen.top-screen .main-copy .cta .install {
    padding: 14px 20px;
    font-size: 16px;
  }
}
div.page.landing .screen div.more {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 0 10px;
  font-size: 14px;
}
div.page.landing .screen div.more .links a {
  color: #fff;
  padding: 10px;
}
div.page.landing .screen div.more .spacer {
  width: 50px;
}
div.page.landing .screen div.more div.by {
  color: #fff;
  padding: 10px;
}
div.page.landing .screen div.more div.by a {
  color: #fff;
}
#faq {
  padding-top: 50px;
}
#faq h2 {
  display: none;
}
#faq dl dt {
  font-size: 105%;
  margin: 45px 0 5px;
  font-weight: bold;
}
#faq dl dt i {
  font-size: 70%;
  margin-right: 3px;
  vertical-align: 2px;
  display: none;
}
#faq dl dd {
  margin: 0;
}
#faq dl dd ul li {
  list-style-type: none;
  display: flex;
  margin: 10px 0 0;
  align-items: center;
  max-width: 800px;
}
#faq dl dd ul li span.color {
  font-weight: bold;
}
#faq dl dd ul li span.color.gold {
  color: #f9bc01;
}
#faq dl dd ul li span.color.green {
  color: #20e168;
}
#faq dl dd ul li span.color.bronze {
  color: #cd7f32;
}
#faq dl dd ul li div.button {
  color: #fff;
  display: flex;
  border-radius: 40px 0 0 40px;
  flex-basis: auto;
  width: 35px;
  height: 40px;
  margin: 2px 10px 0 0;
  justify-content: center;
  align-items: center;
}
#faq dl dd ul li div.button i {
  margin-left: 3px;
}
#faq dl dd ul li div.text {
  flex-basis: 100%;
}
#faq dl dd ul li a.eg {
  font-size: 14px;
}
div.footer {
  background-image: linear-gradient(135deg, #20e168, #2196F3);
  padding: 50px 20px;
  margin-top: 150px;
  color: #fff;
}
div.footer .content {
  max-width: 900px;
  margin: 0 auto;
}
div.footer .content a {
  color: #fff;
}
div.footer .content a:hover {
  text-decoration: underline;
}
div.footer .content .links {
  font-size: 18px;
  text-align: right;
  margin-bottom: 50px;
}
div.footer .content .links a {
  margin: 0 30px 0 0;
  display: block;
  float: left;
  padding-bottom: 10px;
}
@media only screen and (max-width: 600px) {
  div.footer .content .links a {
    float: left;
  }
}
div.footer .content .logo {
  text-align: center;
}
div.footer .content .logo img {
  width: 28px;
}
div.footer .content .credit {
  font-size: 14px;
  line-height: 1.4;
  text-align: right;
}
@media only screen and (max-width: 600px) {
  div.footer .content .credit {
    text-align: left;
  }
}
a.dialog-button {
  background: #ddd;
  display: inline-block;
  padding: 12px;
  margin: 0 5px 20px;
  border-radius: 3px;
  color: #000;
}
a.dialog-button:hover {
  text-decoration: none;
}
a.dialog-button.primary {
  font-weight: bold;
  background: #20e168;
  color: #fff;
}
