@import url(slicknav.min.css);
@import url(http://fonts.googleapis.com/css?family=Dosis:400,600,700);
@import url(https://fonts.googleapis.com/css?family=Muli:300,400);
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

html {
  font-size: 16px;
  height: auto;
  -webkit-font-smoothing: antialiased; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block; }

/*****************

Jerad Maplethorpe
The Grid v2.0

**********/
.table {
  display: table;
  width: 100%; }
  .table .cell {
    display: table-cell; }
    .table .cell.bottom {
      vertical-align: bottom; }
    .table .cell.top {
      vertical-align: top; }
    .table .cell.middle {
      vertical-align: middle; }
  .table.padding > .cell {
    padding: 0 5px; }
    .table.padding > .cell:first-of-type {
      padding-left: 0;
      padding-right: 10px; }
    .table.padding > .cell:last-of-type {
      padding-right: 0;
      padding-left: 10px; }

.row {
  width: 100%; }
  .row > div[class*="col-"] {
    float: left; }
  .row.padding > div[class*="col-"] {
    padding: 0 5px; }
    .row.padding > div[class*="col-"]:first-of-type {
      padding-left: 0;
      padding-right: 10px; }
    .row.padding > div[class*="col-"]:last-of-type {
      padding-right: 0;
      padding-left: 10px; }
  .row:after {
    content: '';
    display: block;
    clear: both; }

.col-100 {
  width: 100%; }

.col-95 {
  width: 95%; }

.col-90 {
  width: 90%; }

.col-85 {
  width: 85%; }

.col-80 {
  width: 80%; }

.col-75 {
  width: 75%; }

.col-70 {
  width: 70%; }

.col-66 {
  width: 66.666%; }

.col-60 {
  width: 60%; }

.col-55 {
  width: 55%; }

.col-50 {
  width: 50%; }

.col-45 {
  width: 45%; }

.col-40 {
  width: 40%; }

.col-35 {
  width: 35%; }

.col-33 {
  width: 33.333%; }

.col-30 {
  width: 30%; }

.col-25 {
  width: 25%; }

.col-20 {
  width: 20%; }

.col-1-6 {
  width: 16.666%; }

.col-15 {
  width: 15%; }

.col-10 {
  width: 10%; }

.col-5 {
  width: 5%; }

#leadbox {
  padding: 20px;
  border-top: 10px solid #0b88fc;
  border-bottom: 2px solid #282828;
  background: white;
  background: -moz-radial-gradient(center, ellipse cover, white 1%, #f3f3f3 100%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(1%, white), color-stop(100%, #f3f3f3));
  background: -webkit-radial-gradient(center, ellipse cover, white 1%, #f3f3f3 100%);
  background: -o-radial-gradient(center, ellipse cover, white 1%, #f3f3f3 100%);
  background: -ms-radial-gradient(center, ellipse cover, white 1%, #f3f3f3 100%);
  background: radial-gradient(ellipse at center, white 1%, #f3f3f3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f3f3f3', GradientType=1);
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: inset 0 -2px 12px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: inset 0 -2px 12px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -2px 12px rgba(0, 0, 0, 0.25); }
  #leadbox .text-logo {
    text-align: center;
    font-weight: 300;
    font-size: 24px;
    font-family: 'Lato', sans-serif;
    color: #202529;
    padding-bottom: 10px;
    text-transform: uppercase;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px; }
  #leadbox p {
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: #444; }
    #leadbox p.sml {
      font-size: 12px;
      color: #999; }
  #leadbox input[type="email"] {
    width: 80%;
    margin: 22px auto 12px;
    display: block;
    padding: 12px;
    font-size: 16px;
    text-align: center;
    border: 1px solid rgba(11, 136, 252, 0.4); }
    #leadbox input[type="email"]:focus {
      outline: none;
      border: 1px solid rgba(11, 136, 252, 0.75); }
  #leadbox input[type="submit"] {
    width: 80%;
    margin: 0 auto 10px;
    display: block;
    border: 0;
    font-size: 18px;
    font-weight: 700;
    padding: 10px;
    color: #fff;
    background-color: #0b88fc; }
    #leadbox input[type="submit"]:hover {
      opacity: .85;
      cursor: pointer; }

h1, h2, h3, h4, h5, a {
  font-weight: 700;
  font-family: 'Dosis', sans-serif; }

h1 {
  color: #292F33;
  font-size: 19px;
  font-weight: 400;
  margin-bottom: 30px; }

h2 {
  color: #292F33;
  font-size: 40px;
  font-weight: 400; }

h3 {
  color: #292F33;
  font-size: 40px;
  font-weight: 400; }

h4 {
  color: #292F33;
  font-size: 23px;
  font-weight: 700; }

h5 {
  color: #FFF;
  font-size: 35px;
  font-weight: 400; }

p, h6 {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.5em;
  font-family: 'Muli', sans-serif; }

a {
  text-decoration: none;
  text-transform: uppercase; }

.inner {
  max-width: 960px;
  margin: 0 auto; }

.cta {
  color: #FFF;
  display: inline-block;
  min-width: 40%;
  font-size: 20px;
  background-color: #0b88fc;
  padding: 15px 30px;
  border: 2px solid transparent;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px; }
  .cta:hover {
    color: #0b88fc;
    border: 2px solid #0b88fc;
    background: transparent; }
  .cta span {
    display: block;
    font-weight: 300;
    opacity: .85;
    text-transform: none;
    font-size: 16px; }

header {
  background-color: #292F33;
  padding: 20px 10px; }
  header .logo {
    max-width: 100px; }
  header nav {
    float: right; }
  header ul {
    list-style-type: none; }
  header li {
    float: left;
    margin-left: 10px; }
  header a {
    color: #FFF;
    padding: 10px;
    font-size: 16px; }
    header a.signup {
      background-color: #0b88fc;
      padding: 9px 29px;
      border: 2px solid transparent;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      border-radius: 3px; }
      header a.signup:hover {
        color: #0b88fc;
        background: transparent;
        border: 2px solid #0b88fc; }
  header .pipe {
    color: #585858; }

.graph {
  padding: 40px 10px;
  text-align: center; }
  .graph .cta {
    margin-top: 40px; }
  .graph img {
    max-width: 100%; }

.featured-in {
  padding: 30px 0; }
  .featured-in h6 {
    text-align: center;
    color: #292F33;
    font-size: 24px;
    font-weight: 400;
    width: 80%;
    margin: 0 auto; }
  .featured-in .background {
    position: relative;
    z-index: 1; }
    .featured-in .background:before {
      border-top: 2px solid #dfdfdf;
      content: "";
      margin: 0 auto;
      /* this centers the line to the full width specified */
      position: absolute;
      /* positioning must be absolute here, and relative positioning must be applied to the parent */
      top: 50%;
      left: 0;
      right: 0;
      bottom: 0;
      width: 95%;
      z-index: -1; }
    .featured-in .background span {
      /* to hide the lines from behind the text, you have to set the background color the same as the container */
      background: #fff;
      padding: 0 15px; }
  .featured-in img {
    max-width: 100%; }

.how {
  padding: 60px 10px;
  background-color: #f6f7f7; }
  .how .row > div[class*="col-"] {
    padding: 0 20px; }
    .how .row > div[class*="col-"]:first-of-type {
      padding-left: 0;
      padding-right: 40px; }
    .how .row > div[class*="col-"]:last-of-type {
      padding-right: 0;
      padding-left: 40px; }
  .how h3 {
    margin-bottom: 35px; }
  .how img {
    width: 100%;
    padding: 1px;
    background-color: #FFF;
    transition: .2s all;
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25); }
    .how img:hover {
      opacity: .8; }

.features {
  padding: 50px 10px; }
  .features h3 {
    text-align: center;
    margin-bottom: 50px; }
  .features h4 {
    margin-bottom: 30px; }
  .features .img {
    text-align: center; }
    .features .img img {
      max-width: 100%; }
  .features .table {
    margin-bottom: 35px; }
    .features .table > div[class*="col-"] {
      padding: 0 10px; }
      .features .table > div[class*="col-"]:first-of-type {
        padding-left: 0;
        padding-right: 20px; }
      .features .table > div[class*="col-"]:last-of-type {
        padding-right: 0;
        padding-left: 20px; }
    .features .table:last-of-type {
      margin-bottom: 0; }

.pricing {
  padding: 80px 10px;
  text-align: center;
  background-color: #41494f; }
  .pricing h3 {
    color: #FFF;
    margin-bottom: 10px; }
  .pricing h5 {
    margin-bottom: 6px; }
  .pricing p {
    color: #FFF;
    font-size: 23px; }
  .pricing h6 {
    color: #FFF;
    font-size: 23px;
    font-weight: 400; }
  .pricing .table {
    margin: 35px auto; }
    .pricing .table > div[class*="col-"] {
      padding: 0 10px; }
      .pricing .table > div[class*="col-"]:first-of-type {
        padding-left: 0;
        padding-right: 20px; }
      .pricing .table > div[class*="col-"]:last-of-type {
        padding-right: 0;
        padding-left: 20px; }
  .pricing .tier {
    padding: 25px;
    border: 1px solid #FFF; }
    .pricing .tier p {
      font-weight: 400;
      font-size: 15px;
      color: #0b88fc;
      text-transform: uppercase; }
    .pricing .tier img {
      margin: 20px auto; }
  .pricing a {
    margin-top: 35px; }

.testimonials {
  padding: 60px 10px 100px; }
  .testimonials h3 {
    text-align: center;
    margin-bottom: 30px; }
  .testimonials .strike-container {
    margin: 0 auto;
    max-width: 400px; }
  .testimonials .table {
    margin-bottom: 40px; }
    .testimonials .table > div[class*="col-"] {
      padding: 0 10px; }
      .testimonials .table > div[class*="col-"]:first-of-type {
        padding-left: 0;
        padding-right: 20px; }
      .testimonials .table > div[class*="col-"]:last-of-type {
        padding-right: 0;
        padding-left: 20px; }
    .testimonials .table.first {
      padding-bottom: 120px;
      border-bottom: 1px solid #efefef; }
  .testimonials .cell {
    position: relative; }
  .testimonials .attribution {
    margin-top: 20px;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0; }
    .testimonials .attribution img {
      max-width: 60px;
      float: left; }
    .testimonials .attribution .user {
      float: left;
      margin-left: 16px; }
    .testimonials .attribution .name {
      font-family: 'Muli', sans-serif;
      font-size: 17px;
      font-weight: 700;
      color: #292F33;
      margin: 8px 0 4px; }
    .testimonials .attribution .screen_name {
      font-family: 'Muli', sans-serif;
      text-transform: none;
      font-size: 14px;
      font-weight: 400;
      color: #555; }

.strike-heading {
  text-align: center;
  position: relative;
  margin-bottom: 20px; }
  .strike-heading .strike {
    left: 0;
    right: 0;
    top: 50%;
    width: 100%;
    height: 1px;
    position: absolute;
    background-color: #e6e7e7; }
  .strike-heading img {
    z-index: 2;
    max-width: 80px;
    position: relative;
    padding: 5px 20px;
    background-color: #FFF; }

footer {
  padding: 20px 10px;
  background-color: #292F33; }
  footer ul {
    list-style-type: none; }
    footer ul.left {
      float: left; }
      footer ul.left li {
        margin-right: 10px; }
    footer ul.right {
      float: right; }
      footer ul.right li {
        margin-left: 10px; }
  footer li {
    float: left;
    font-size: 18px; }
  footer nav {
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    padding: 10px 0 25px; }
    footer nav::after {
      content: "";
      display: table;
      clear: both; }
    footer nav a {
      font-weight: 600;
      color: #FFF;
      padding: 5px 10px; }
  footer .bg-logo {
    position: absolute;
    width: 100px;
    top: -28px;
    left: 50%;
    margin-left: -50px;
    opacity: .2; }
  footer .dot {
    color: #0b88fc; }

.sub-footer {
  padding: 20px 0; }
  .sub-footer .left {
    float: left; }
    .sub-footer .left p {
      color: #EEE;
      font-size: 14px; }
    .sub-footer .left a {
      font-weight: 300;
      color: #0b88fc;
      text-transform: none; }
  .sub-footer .right {
    float: right; }
    .sub-footer .right li {
      margin-left: 10px; }
    .sub-footer .right img {
      max-width: 30px; }
    .sub-footer .right a:hover {
      opacity: .8; }
  .sub-footer::after {
    content: "";
    display: table;
    clear: both; }

.slicknav_menu {
  display: none;
  text-align: right;
  background-color: #202529; }
  .slicknav_menu .pipe {
    display: none; }
  .slicknav_menu a:hover {
    background-color: #0b88fc; }

.white-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 500px;
  margin: 20px auto; }

@media screen and (max-width: 800px) {
  .slicknav_menu {
    display: block; }

  #main-nav {
    display: none; }

  header {
    height: 120px;
    position: relative; }
    header .logo {
      margin-left: -50px;
      position: absolute;
      left: 50%; }

  .graph h1, .graph h2 {
    margin-bottom: 20px; }

  .how {
    text-align: center; }
    .how .row > div[class*="col-"] {
      padding: 0 0px; }
      .how .row > div[class*="col-"]:first-of-type {
        padding-left: 0;
        padding-right: 0px; }
      .how .row > div[class*="col-"]:last-of-type {
        padding-right: 0;
        padding-left: 0px; }
    .how .col-50 {
      width: 100%; }
    .how img {
      margin-top: 20px; }

  .features {
    text-align: center; }
    .features .table {
      display: block; }
      .features .table .cell {
        display: block;
        width: 100%; }
      .features .table > div[class*="col-"] {
        padding: 0 0px; }
        .features .table > div[class*="col-"]:first-of-type {
          padding-left: 0;
          padding-right: 0px; }
        .features .table > div[class*="col-"]:last-of-type {
          padding-right: 0;
          padding-left: 0px; }
    .features img {
      margin: 20px auto; }

  .pricing .table {
    display: block; }
    .pricing .table .cell {
      display: block;
      width: 100%; }
    .pricing .table > div[class*="col-"] {
      padding: 0 0px; }
      .pricing .table > div[class*="col-"]:first-of-type {
        padding-left: 0;
        padding-right: 0px; }
      .pricing .table > div[class*="col-"]:last-of-type {
        padding-right: 0;
        padding-left: 0px; }
  .pricing .tier {
    margin: 10px 0; }

  .testimonials {
    text-align: center;
    padding: 60px 10px 0; }
    .testimonials .table {
      display: block; }
      .testimonials .table .cell {
        display: block;
        width: 100%; }
      .testimonials .table > div[class*="col-"] {
        padding: 0 0px; }
        .testimonials .table > div[class*="col-"]:first-of-type {
          padding-left: 0;
          padding-right: 0px; }
        .testimonials .table > div[class*="col-"]:last-of-type {
          padding-right: 0;
          padding-left: 0px; }
      .testimonials .table.first {
        padding-bottom: 0;
        border: none; }
    .testimonials .attribution {
      position: relative;
      margin-bottom: 20px; }
      .testimonials .attribution::after {
        content: '';
        clear: both;
        display: table; }
      .testimonials .attribution img, .testimonials .attribution .user {
        margin-left: 0;
        float: none; }

  footer ul {
    text-align: center; }
    footer ul.left, footer ul.right {
      float: none; }
      footer ul.left li, footer ul.right li {
        display: inline-block;
        margin: 0; }
    footer ul.left {
      margin-bottom: 10px; }
    footer ul::after {
      content: '';
      clear: both;
      display: table; }
    footer ul li {
      float: none;
      text-align: center; }
  footer .bg-logo {
    display: none; }
  footer .sub-footer {
    text-align: center; }
    footer .sub-footer .left, footer .sub-footer .right {
      float: none; }
    footer .sub-footer .left a {
      display: inline-block;
      margin-bottom: 20px; }
    footer .sub-footer li {
      display: inline-block; } }

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