@font-face {
  font-family: "GT-Haptik-Light";
  src: url(fonts/GT-Haptik-Light.eot);
  src: url(fonts/GT-Haptik-Light.eot?#iefix) format("embedded-opentype"), url(fonts/GT-Haptik-Light.woff) format("woff"), url(fonts/GT-Haptik-Light.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "GT-Haptik-Light-Oblique";
  src: url(fonts/GT-Haptik-Light-Oblique.eot);
  src: url(fonts/GT-Haptik-Light-Oblique.eot?#iefix) format("embedded-opentype"), url(fonts/GT-Haptik-Light-Oblique.woff) format("woff"), url(fonts/GT-Haptik-Light-Oblique.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "GT-Haptik-Medium";
  src: url(fonts/GT-Haptik-Medium.eot);
  src: url(fonts/GT-Haptik-Medium.eot?#iefix) format("embedded-opentype"), url(fonts/GT-Haptik-Medium.woff) format("woff"), url(fonts/GT-Haptik-Medium.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}
* {
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

body, html {
  margin: 0;
  padding: 0;
  font-family: "freight-sans-pro", sans-serif;
  font-size: 20px;
}

h1, h2, h3, h4, h5, p, ol, li {
  margin-top: 0;
}

h1, h2 {
  font-family: "GT-Haptik-Light", sans-serif;
}

h3 {
  font-family: "freight-sans-pro", sans-serif;
  font-weight: normal;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

a {
  color: #766aa8;
}

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

.wrapper {
  max-width: 1000px;
  margin: 0px auto;
  padding: 1rem;
}
.wrapper:after {
  content: "";
  display: block;
  clear: both;
}
@media all and (min-width: 640px) {
  .wrapper {
    padding: 2rem;
  }
}

.hero {
  text-align: center;
}
.hero h1 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 4rem;
}
.hero h1.long {
  font-size: 3rem;
}
.hero a.button, .hero button {
  color: #FFF;
  border-color: #FFF;
}
.hero.howdy {
  background-color: #283ed8;
}
.hero.howdy img {
  max-width: 500px;
}
.hero.howdy h1, .hero.howdy h2 {
  color: #FFF;
}
.hero.botkit {
  background-color: #766aa8;
  background-image: url(../confetti_white.png);
}
.hero.botkit h1, .hero.botkit h2 {
  color: #FFF;
}
.hero.talkabot {
  background-color: #D8117D;
  background-image: url(../confetti_white.png);
}
.hero.talkabot h1, .hero.talkabot h2 {
  color: #FFF;
}

ul.big {
  margin-top: 0;
  font-size: 1.5rem;
}

button, a.button {
  text-align: center;
  position: relative;
  display: inline-block;
  border: 4px solid #283ed8;
  background: transparent;
  text-decoration: none;
  color: #283ed8;
  padding: 0.5rem 2rem;
  margin: 1rem 1rem 0 0;
  z-index: 100;
}
button:after, a.button:after {
  content: " ";
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  transition: all 0.1s linear;
  z-index: -1;
}
button:hover, a.button:hover {
  text-shadow: -1px -1px 2px rgba(0, 0, 0, 0.1);
}
button:hover:after, a.button:hover:after {
  top: 0;
  left: 0;
}

@media all and (min-width: 640px) {
  .half {
    width: 50%;
    float: left;
    padding-right: 1rem;
  }
}

@media all and (min-width: 640px) {
  .half + .half {
    width: 50%;
    float: left;
    padding-left: 1rem;
    padding-right: 0;
  }
}

header {
  background: rgba(0, 0, 0, 0.75);
  text-align: left;
}
header .wrapper {
  padding: 0 2rem 0;
}
header a {
  text-decoration: none;
  color: #fff;
}
header a :hover {
  color: #766aa8;
}
header ul {
  float: left;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
header ul li {
  display: inline-block;
}
header ul li.active a {
  border-bottom: 4px solid #FFF;
}
header ul li a {
  display: block;
  padding: 0.5rem 1rem;
  border-bottom: none;
}
header ul li a:focus {
  border-bottom: 4px solid #FFF;
}
header ul li a:hover {
  border-bottom: 4px solid #FFF;
}
header ul.nav_right {
  float: right;
}
header ul.nav_right li {
  padding: 0.25rem 0.5rem;
}
header ul.nav_right li:hover {
  border-bottom: 0;
}
header ul.nav_right button, header ul.nav_right a.button {
  border: none;
  border-radius: 2px;
  padding: 0.25rem 1rem;
  background: #b0f0ab;
  color: #000;
  margin: 0;
}
header ul.nav_right button:after, header ul.nav_right a.button:after {
  display: none;
}

footer {
  text-align: center;
  font-size: 14px;
}

ul.grid {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul.grid li {
  max-width: 30%;
  float: left;
  margin: 1.5%;
}
ul.grid li iframe {
  max-width: 100%;
  height: auto !important;
}

.callout {
  border: 5px solid #eabd91;
  background: #FFF;
  position: relative;
  padding: 1rem;
  margin-left: 2rem;
}
.callout a.button {
  margin: 0;
}
.callout:after {
  content: " ";
  display: block;
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  width: 100%;
  height: 100%;
  background-image: url(../dotz.png);
  background-size: 33%;
  z-index: -1;
}

a.next_to_slackbutton {
  display: inline-block;
  padding: 1rem;
  position: relative;
  top: -14px;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.code {
  padding: 1rem;
  background: #333;
  color: #CCC;
  font-size: 15px;
  overflow-x: auto;
  margin-bottom: 1rem;
}
@media all and (min-width: 640px) {
  .code {
    width: 70%;
    margin-bottom: 0;
  }
}

.annotation {
  font-size: 16px;
  margin-bottom: 1rem;
  padding: 0;
}
@media all and (min-width: 640px) {
  .annotation {
    width: 30% !important;
    margin-bottom: 0;
  }
}

pre {
  margin: 0;
}

.code_samples {
  background: #000;
  color: #FFF;
}

.partner_logos {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.partner_logos img {
  max-height: 80px;
}
.partner_logos li {
  display: inline-block;
  margin: 0.5rem;
  padding: 0;
}

.video {
  text-align: center;
}
.video .embed-container {
  margin-bottom: 1rem;
}
@media all and (min-width: 1000px) {
  .video .wrapper {
    width: 80%;
    max-width: 80%;
  }
}

.plans {
  display: flex;
}

.plan {
  width: 33%;
  padding: 1rem;
  float: left;
  flex: 1;
  display: flex;
  flex-direction: column;
  position: relative;
}
.plan a {
  display: block;
  width: 100%;
  margin: 0;
  align-self: flex-end;
}

.screenshots {
  background: #F0F0F0;
}
.screenshots .wrapper {
  padding: 0;
}
@media all and (min-width: 1200px) {
  .screenshots .wrapper {
    max-width: 80%;
  }
}
.screenshots ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.screenshots ul li {
  padding: 1rem;
  display: inline-block;
  text-align: center;
  font-weight: bold;
}
.screenshots ul li img {
  display: block;
  margin-top: 0.5rem;
  border: 2px solid #766aa8;
}
@media all and (min-width: 600px) {
  .screenshots ul li {
    width: 49%;
  }
}
@media all and (min-width: 1200px) {
  .screenshots ul li {
    width: 32.5%;
  }
}

.support p {
  font-size: 0.8rem;
  width: 25%;
  padding-right: 1rem;
  float: left;
}
.support p a {
  display: block;
  margin-bottom: 0.5rem;
}

section {
  margin-top: 3rem;
}
section:after {
  content: "";
  display: table;
  clear: both;
}

.banner {
  background: #766aa8;
  color: #FFF;
  text-align: center;
  font-size: 16px;
  padding: 0.25rem 1rem;
}
.banner a {
  color: #FFF !important;
}

a.skip-main {
  left: -999px;
  position: absolute;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: -999;
}

a.skip-main:focus, a.skip-main:active {
  color: #fff;
  background-color: #000;
  left: auto;
  top: auto;
  width: 30%;
  height: auto;
  overflow: auto;
  margin: 10px 35%;
  padding: 5px;
  border-radius: 15px;
  border: 4px solid yellow;
  text-align: center;
  font-size: 1.2em;
  z-index: 999;
}

/*# sourceMappingURL=main.css.map */
