/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
@import url(flip-carousel.css);
html,
button,
input,
select,
textarea {
  color: #222; }

html {
  font-size: 1em;
  line-height: 1.4; }

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */
audio,
canvas,
img,
video {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */
.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

.hbspt-form .input {
  margin-right: 0 !important; }
.hbspt-form .hs-richtext a.btn,
.hbspt-form .hs-richtext br {
  display: none; }
.hbspt-form .hs-form fieldset {
  max-width: 100%; }
.hbspt-form fieldset.form-columns-2 .hs-form-field.hs_firstname {
  width: 48%;
  margin-right: 2%; }
.hbspt-form fieldset.form-columns-2 .hs-form-field.hs_lastname {
  width: 48%;
  margin-left: 2%; }
.hbspt-form input[type="text"],
.hbspt-form input[type="email"],
.hbspt-form input[type="tel"],
.hbspt-form textarea {
  width: 100% !important;
  border: 1px solid #aaa;
  border-radius: 2px;
  width: 100%;
  padding-left: 10px; }
  .hbspt-form input[type="text"].error,
  .hbspt-form input[type="email"].error,
  .hbspt-form input[type="tel"].error,
  .hbspt-form textarea.error {
    border-color: #ec7452; }
.hbspt-form input[type="file"] {
  font-family: "Roboto";
  color: #464545; }
.hbspt-form label {
  font-weight: 300;
  color: #888;
  margin: 20px 0 0 0;
  display: block; }
.hbspt-form .hs_message textarea {
  height: 100px;
  margin: 0 0 -10px 0; }
.hbspt-form .actions {
  margin: 20px 0 40px 0;
  text-align: center; }
  .hbspt-form .actions input[type="submit"] {
    background: none;
    font-weight: bold;
    display: block;
    width: 100%;
    transition: all 0.2s ease;
    font-size: 23px;
    font-weight: 400;
    line-height: 50px;
    padding: 0 42px 2px 42px;
    border-radius: 3px !important;
    border: 3px solid #ec7452;
    color: #ec7452; }
    .hbspt-form .actions input[type="submit"]:hover {
      background: #ec7452;
      color: #fff; }
.hbspt-form .hs-form-required {
  color: #ec7452;
  font-weight: bold;
  float: right;
  height: 20px;
  font-size: 25px;
  position: relative;
  top: 5px;
  display: none; }
.hbspt-form ul.hs-error-msgs {
  list-style: none;
  font-size: 14px;
  color: #fff;
  background: #ec7452;
  text-align: left; }
  .hbspt-form ul.hs-error-msgs li {
    position: relative;
    color: #fff;
    line-height: 20px;
    padding: 7px 20px 7px 0; }
    .hbspt-form ul.hs-error-msgs li label {
      color: #fff;
      margin: 0; }
    .hbspt-form ul.hs-error-msgs li:before {
      content: '!';
      background: #fff;
      color: #ec7452;
      line-height: 16px;
      font-size: 14px;
      text-align: center;
      font-weight: bold;
      width: 15px;
      height: 15px;
      border-radius: 20px;
      position: absolute;
      top: 9px;
      left: -26px; }
.hbspt-form .submitted-message {
  padding: 0 0 100px 0;
  font-weight: bold;
  color: #51b706;
  text-align: center; }
  .hbspt-form .submitted-message:before {
    display: block;
    content: '\f00c';
    font-family: 'FontAwesome';
    text-align: center;
    color: green;
    color: #51b706;
    font-size: 40px;
    margin: 0px 0 20px 0; }

@media (max-width: 400px) {
  .hbspt-form fieldset.form-columns-2 .hs-form-field.hs_firstname {
    width: 100%;
    margin-right: 0; } }
html,
body {
  margin: 0;
  padding: 0; }

body {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: #464545;
  font-size: 18px;
  line-height: 34px; }

a {
  color: #1cb4d7;
  text-decoration: none; }

form input, form textarea {
  border-radius: 0 !important; }

.space-10 {
  height: 10px; }

.space-20 {
  height: 20px; }

.space-30 {
  height: 30px; }

.space-40 {
  height: 40px; }

.space-50 {
  height: 50px; }

.space-60 {
  height: 60px; }

.space-70 {
  height: 70px; }

.space-80 {
  height: 80px; }

.space-90 {
  height: 90px; }

.space-100 {
  height: 100px; }

.text-light {
  color: #969a9f; }

.text-small {
  font-size: 13px;
  line-height: 26px; }

.text-large {
  font-size: 26px;
  line-height: 36px; }

.text-uppercase {
  text-transform: uppercase; }

.rounded-corners {
  border-radius: 3px; }

.orange {
  color: #ec7452; }

.blue {
  color: #1cb4d7; }

iframe {
  display: none; }

iframe.google-map {
  display: block; }

.container {
  position: relative; }

.header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 0;
  padding: 24px 0 0 0;
  color: #fff;
  transition: all 0.2s ease;
  background: transparent;
  z-index: 1000; }
  .header .logo-sqldep {
    position: absolute;
    left: 29px;
    width: 147px;
    height: 40px;
    background: url(./img/logo-sqldep-white.svg) no-repeat;
    background-size: 147px 40px;
    transition: all 0.2s ease; }
  .header ul.nav {
    position: absolute;
    right: 0;
    list-style: none;
    margin: 0;
    padding: 0; }
    .header ul.nav li {
      float: left;
      position: relative;
      line-height: 32px;
      color: #fff;
      padding: 0 15px;
      margin: 0 20px;
      font-size: 16px;
      border: 2px solid transparent;
      border-radius: 2px;
      transition: all 0.2s ease;
      cursor: pointer; }
      .header ul.nav li a {
        padding: 0;
        margin: 0;
        color: #fff;
        text-decoration: none; }
        .header ul.nav li a:hover, .header ul.nav li a:focus {
          background: none;
          color: #fff; }
      .header ul.nav li:hover {
        border: 2px solid #fff;
        background: #fff;
        text-decoration: none; }
        .header ul.nav li:hover a {
          color: #ec7452; }
      .header ul.nav li:focus {
        background: none; }
      .header ul.nav li.highlight {
        border: 2px solid #fff;
        border-radius: 2px; }
        .header ul.nav li.highlight:hover {
          background: #ec7452;
          color: #fff; }
          .header ul.nav li.highlight:hover a {
            color: #fff; }
      .header ul.nav li.nav-parent {
        border-radius: 2px 2px 0 0;
        transition: none; }
        .header ul.nav li.nav-parent ul {
          display: none;
          position: absolute;
          top: 100%;
          left: -2px;
          width: 300px;
          padding: 4px 0;
          margin: 0;
          background: #fff;
          border-radius: 0 2px 2px 2px;
          list-style: none; }
          .header ul.nav li.nav-parent ul li {
            margin: 0;
            padding: 0;
            border: none;
            float: none; }
            .header ul.nav li.nav-parent ul li a {
              float: none;
              margin: 0;
              color: #ec7452;
              margin: 0;
              padding: 0 15px;
              border: none;
              line-height: 42px;
              display: block; }
              .header ul.nav li.nav-parent ul li a:hover {
                border: none;
                text-decoration: underline; }
        .header ul.nav li.nav-parent:hover ul {
          display: block; }
  .header.header-white {
    color: #1cb4d7; }
    .header.header-white .logo-sqldep {
      background: url(http://cdn2.hubspot.net/hubfs/533904/sqldep-logo_1.svg) no-repeat; }
    .header.header-white ul.nav li a {
      color: #1cb4d7; }
  .header.sticky {
    position: fixed;
    background: #0e2f41;
    z-index: 100;
    padding: 10px 0 0 0;
    height: 56px; }
    .header.sticky .logo-sqldep {
      width: 111px;
      height: 30px;
      background: url(./img/logo-sqldep-white.svg) no-repeat;
      background-size: 111px 30px;
      margin: 4px 0 0 0; }
    .header.sticky ul.nav li a {
      font-size: 14px;
      color: #fff; }
      .header.sticky ul.nav li a:hover {
        color: #ec7452; }
    .header.sticky ul.nav li.highlight a:hover {
      color: #fff; }

.top {
  overflow: hidden;
  background: -webkit-linear-gradient(146deg, #00d2df 0%, #0083ba 100%);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(146deg, #00d2df 0%, #0083ba 100%);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(146deg, #00d2df 0%, #0083ba 100%);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(146deg, #00d2df 0%, #0083ba 100%);
  /* Standard syntax */
  padding: 87px 0 0 0;
  text-align: center;
  color: #fff;
  transition: all 0.4s ease;
  position: relative;
  z-index: 2; }
  .top.enlarge {
    height: 900px; }
  .top.subpage {
    height: auto;
    overflow: visible; }
  .top .martin-photo {
    width: 130px;
    height: 130px;
    background: url(./img/martin.png) no-repeat;
    background-size: 130px 130px;
    margin: 0 auto -117px auto; }
  .top h1 {
    margin: 50px 0 38px 0;
    font-size: 40px;
    font-family: 'Roboto Slab';
    font-weight: 300; }
  .top h4 {
    margin: 0 0 0px 0; }
  .top h2 {
    font-size: 18px;
    font-weight: 300;
    margin: 0 0 16px 0;
    line-height: 32px; }
    .top h2 span {
      display: inlne-block;
      margin: 0 5px; }
  .top-btn-group a.btn {
    margin: 0 20px; }
  .top-builder h1 {
    font-size: 80px;
    line-height: 116px; }
  .top-sqlman-idly {
    width: 252px;
    height: 287px;
    background: url(./img/hero-idly.svg) no-repeat;
    background-size: 100% auto;
    position: absolute;
    bottom: 0;
    right: 40px; }
  .top .arrow-comp {
    width: 79px;
    height: 28px;
    display: block;
    background: url(./img/arrow.png) no-repeat center;
    background-size: 79px 28px;
    margin: 10px auto 0 auto;
    opacity: 0.8; }
  .top-features h1 {
    font-size: 80px;
    line-height: 116px !important; }
  .top-contact h1 {
    font-size: 80px;
    line-height: 56px !important; }

h3 {
  font-family: 'Roboto Slab';
  font-size: 40px;
  font-weight: 300;
  line-height: 55px;
  margin: 80px 0 50px 0; }

h4 {
  font-family: 'Roboto Slab';
  font-size: 18px;
  font-weight: 300;
  line-height: 55px;
  margin: 20px 0 20px 0; }

.comp {
  margin: 0px auto 0 auto;
  width: 870px;
  height: 470px;
  padding: 0px 100px 50px 100px; }
  .comp-display {
    width: 670px;
    height: 350px;
    background: #307e8f;
    border-radius: 15px 15px 0 0;
    position: relative;
    padding: 10px 10px 0 10px; }
    .comp-display-content {
      border-radius: 6px 6px 0 0;
      overflow: hidden; }
  .comp-stand {
    width: 670px;
    height: 70px;
    background: url(./img/comp-stand.svg) no-repeat;
    background-size: 670px 70px; }
  .comp .row {
    font-size: 16px;
    margin: 0 0 30px 0; }
  .comp:hover {
    cursor: pointer; }

.top.enlarge .comp-shadow {
  bottom: -20px;
  opacity: 0; }

.announcement {
  background: #eee;
  padding: 20px;
  text-align: center;
  color: #666;
  font-size: 18px;
  font-family: 'Roboto Slab';
  position: relative;
  z-index: 2; }
  .announcement a {
    text-decoration: underline;
    color: #666; }
    .announcement a:hover {
      color: #ec7452; }
  .announcement a.btn {
    text-decoration: none; }

.team {
  text-align: center;
  padding: 0 0 50px 0; }
  .team .container {
    width: 460px; }
  .team-name {
    color: #989898;
    font-size: 16px;
    margin: 30px 0; }
  .team-nav {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 0;
    line-height: 0; }
    .team-nav li {
      margin: 0;
      padding: 0;
      display: inline-block; }
      .team-nav li a {
        width: 130px;
        height: 130px;
        display: inline-block;
        opacity: 0.7; }
        .team-nav li a:hover {
          cursor: pointer;
          opacity: 1; }
    .team-nav-miroslav {
      float: left; }
      .team-nav-miroslav a {
        background: url(./img/team-photos.jpg) no-repeat;
        background-position: 0 -130px; }
      .team-nav-miroslav.active a {
        background-position: 0 0;
        opacity: 1; }
    .team-nav-martin a {
      background: url(./img/team-photos.jpg) no-repeat;
      background-position: -130px -130px; }
    .team-nav-martin.active a {
      background-position: -130px 0;
      opacity: 1; }
    .team-nav-tomas {
      float: right; }
      .team-nav-tomas a {
        background: url(./img/team-photos.jpg) no-repeat;
        background-position: -260px -130px; }
      .team-nav-tomas.active a {
        background-position: -260px 0;
        opacity: 1; }

.highlighter {
  background: #ec7452;
  color: #fff;
  font-size: 26px;
  border-top: 2px solid #fff; }
  .highlighter .container {
    background: url(./img/timetravel.png) no-repeat 0 26px;
    padding: 30px 0 30px 142px; }

.testimonial {
  text-align: center;
  padding: 0 0 80px 0; }
  .testimonial .container {
    width: 720px; }
  .testimonial-name {
    color: #989898;
    font-size: 16px;
    margin: 30px 0 50px 0;
    line-height: 28px; }
  .testimonial-nav {
    list-style: none;
    margin: 0 0 30px 0;
    padding: 0;
    text-align: center;
    font-size: 0;
    line-height: 0; }
    .testimonial-nav li {
      margin: 0;
      padding: 0;
      display: inline-block; }
      .testimonial-nav li a {
        display: inline-block;
        opacity: 0.7; }
        .testimonial-nav li a:hover {
          cursor: pointer;
          opacity: 1; }
    .testimonial-nav-gemoney a {
      width: 182px;
      height: 50px;
      background: url(./img/logo-ge.png) no-repeat;
      background-size: 182px 50px; }
    .testimonial-nav-gemoney.active a {
      opacity: 1; }
  .testimonial h5 {
    font-size: 26px;
    font-family: 'Roboto Slab';
    line-height: 42px;
    font-weight: 300;
    color: #434343;
    margin: 80px 0 40px 0; }
  .testimonial-quoted {
    font-size: 16px;
    color: #989898;
    line-height: 24px;
    text-align: right;
    background: url(./img/logo-ge.png) no-repeat right;
    background-size: 147px auto;
    padding: 0 180px 0 0;
    margin: 0 170px 40px 0; }
  .testimonial.testimonial-blue {
    background: -webkit-linear-gradient(146deg, #00d2df 0%, #0083ba 100%);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(146deg, #00d2df 0%, #0083ba 100%);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(146deg, #00d2df 0%, #0083ba 100%);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(146deg, #00d2df 0%, #0083ba 100%);
    /* Standard syntax */ }
    .testimonial.testimonial-blue h5 {
      color: #fff; }
    .testimonial.testimonial-blue .testimonial-quoted {
      color: #fff;
      background: url(./img/logo-ge-white.svg) no-repeat right;
      background-size: 160px auto;
      padding: 0 190px 0 0;
      margin: 0 160px 40px 0; }
    .testimonial.testimonial-blue .testimonial-name {
      color: #fff; }

.hero {
  background: -webkit-linear-gradient(146deg, #00d2df 0%, #0083ba 100%);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(146deg, #00d2df 0%, #0083ba 100%);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(146deg, #00d2df 0%, #0083ba 100%);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(146deg, #00d2df 0%, #0083ba 100%);
  /* Standard syntax */
  padding: 60px 0 280px 0;
  border-top: 2px solid #dae0e0;
  position: relative;
  z-index: 3; }
  .hero-bubble {
    background: #fff;
    padding: 15px 20px 5px 20px;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.9);
    position: relative;
    z-index: 2; }
    .hero-bubble h4 {
      font-size: 21px;
      line-height: 26px;
      margin: 0 0 10px 0;
      font-weight: 500; }
    .hero-bubble p {
      font-size: 15px;
      line-height: 26px; }
  .hero-figure {
    width: 490px;
    height: 641px;
    background: url(./img/hero.svg) no-repeat;
    position: absolute;
    top: -85px;
    left: -160px;
    z-index: 1; }
  .hero-text {
    width: 411px;
    height: 104px;
    background: url(./img/hero-text.png) no-repeat;
    position: absolute;
    top: 280px;
    right: 110px; }
  .hero-text-snowflake {
    width: 512px;
    height: 107px;
    background: url(./img/hero-text-snowflake.png) no-repeat;
    top: 287px;
    right: 60px; }
  .hero-text-pentaho {
    width: 512px;
    height: 107px;
    background: url(./img/hero-text-pentaho.png) no-repeat;
    top: 287px;
    right: 60px; }

.benefit {
  text-align: center;
  border-top: 2px solid #dae0e0;
  background: -webkit-linear-gradient(135deg, #d0dfde 0%, #f7fafa 100%);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(135deg, #d0dfde 0%, #f7fafa 100%);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(135deg, #d0dfde 0%, #f7fafa 100%);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(135deg, #d0dfde 0%, #f7fafa 100%);
  /* Standard syntax */ }
  .benefit h3 {
    margin-bottom: 80px; }
  .benefit .oldman {
    width: 113px;
    height: 190px;
    background: url(./img/deco-oldman.svg) no-repeat;
    background-size: 113px 190px;
    position: absolute;
    bottom: -5px;
    left: 40px;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.8s ease-in;
    -moz-transition: all 0.8s ease-in;
    -ms-transition: all 0.8s ease-in;
    -o-transition: all 0.8s ease-in;
    transition: all 0.8s ease-in; }
  .benefit .sqlman {
    width: 323px;
    height: 320px;
    background: url(./img/deco-sqlman-running.svg) no-repeat;
    background-size: 323px 320px;
    position: absolute;
    bottom: -10px;
    right: -89px;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .70s ease-in;
    -moz-transition: all .70s ease-in;
    -ms-transition: all .70s ease-in;
    -o-transition: all .70s ease-in;
    transition: all .70s ease-in; }
  .benefit .sqlman {
    right: 800px; }
  .benefit .oldman {
    left: -100px; }
  .benefit .sqlman.viewed {
    right: -89px;
    opacity: 1;
    filter: alpha(opacity=100); }
  .benefit .oldman.viewed {
    left: 40px;
    opacity: 1;
    filter: alpha(opacity=100); }
  .benefit .comparison {
    margin: 85px auto 90px auto;
    color: #fff;
    line-height: 24px;
    font-size: 14px;
    position: relative;
    width: 356px; }
    .benefit .comparison-left {
      background: #1cb4d7;
      width: 178px;
      display: inline-block;
      float: left;
      text-align: left;
      padding: 0 0 0 10px; }
      .benefit .comparison-left-time {
        position: absolute;
        display: block;
        width: 58px;
        top: 0;
        left: -58px;
        height: 24px;
        line-height: 26px;
        background: #1cb4d7;
        text-align: center;
        font-weight: bold;
        text-transform: uppercase; }
        .benefit .comparison-left-time:after {
          content: '';
          position: absolute;
          top: 0;
          left: -7px;
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 12px 7px 12px 0;
          border-color: transparent #1cb4d7 transparent transparent; }
    .benefit .comparison-right {
      background: #1cb4d7;
      width: 178px;
      text-align: right;
      display: inline-block;
      float: right;
      padding: 0 10px 0 0; }
      .benefit .comparison-right-time {
        position: absolute;
        display: block;
        width: 58px;
        top: 0;
        right: -58px;
        height: 24px;
        line-height: 26px;
        background: #ec7452;
        text-align: center;
        font-weight: bold;
        text-transform: uppercase; }
        .benefit .comparison-right-time:after {
          content: '';
          position: absolute;
          top: 0;
          right: -7px;
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 12px 0 12px 7px;
          border-color: transparent transparent transparent #ec7452; }

.problem {
  padding: 160px 0 60px 0;
  background: -webkit-linear-gradient(146deg, #0083ba 0%, #00b3d1 100%);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(146deg, #0083ba 0%, #00b3d1 100%);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(146deg, #0083ba 0%, #00b3d1 100%);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(146deg, #0083ba 0%, #00b3d1 100%);
  /* Standard syntax */
  color: #fff; }
  .problem h1 {
    font-size: 40px;
    color: #363636;
    color: #fff;
    text-align: center;
    font-weight: 200;
    margin: 0 0 80px 0; }
  .problem h3 {
    margin: 0 0 10px 0;
    font-size: 42px;
    color: #ec7452;
    color: #fff;
    font-weight: 400; }
  .problem p {
    font-size: 16px;
    line-height: 27px;
    margin: 0 0 15px 0;
    color: #fff; }
  .problem .problem-figure {
    width: 240px;
    height: 421px;
    background: url(./img/figure-problem.svg) no-repeat;
    background-size: 240px auto;
    position: absolute;
    bottom: -93px;
    left: -50px; }

.solution {
  padding: 100px 0 100px 0; }
  .solution h3 {
    margin: 0 0 20px 0;
    font-size: 42px;
    font-weight: 400; }
  .solution p {
    font-size: 17px;
    line-height: 30px;
    margin: 0 0 15px 0; }
  .solution .solution-figure {
    width: 490px;
    height: 641px;
    background: url(./img/hero.svg) no-repeat;
    position: absolute;
    top: -65px;
    right: -90px;
    z-index: 1; }

.security-page h3 {
  font-size: 26px;
  color: #ec7452;
  line-height: 40px;
  text-transform: uppercase;
  margin: 0 0 20px 0; }
.security-page h4 {
  font-size: 18px;
  color: #1cb4d7;
  line-height: 28px;
  margin: 0 0 10px 0; }
.security-page p {
  font-size: 16px;
  line-height: 28px; }
.security-page .grey-box {
  background: #f4f4f4;
  padding: 15px 25px; }
  .security-page .grey-box h5 {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase; }
  .security-page .grey-box p {
    font-size: 14px;
    line-height: 22px;
    margin: 20px 0; }
.security-page hr.hr-short {
  margin: 60px 200px;
  height: 2px;
  background: #f4f4f4;
  border: none; }

.starring {
  padding: 0 0 0px 0;
  text-align: center;
  background: #d0dfde;
  background: -moz-linear-gradient(top, #d0dfde -160%, #FFFFFF 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-160%, #d0dfde), color-stop(100%, #FFFFFF));
  background: -webkit-linear-gradient(top, #d0dfde -160%, #FFFFFF 100%);
  background: -o-linear-gradient(top, #d0dfde -160%, #FFFFFF 100%);
  background: -ms-linear-gradient(top, #d0dfde -160%, #FFFFFF 100%);
  background: linear-gradient(to bottom, #d0dfde -160%, #FFFFFF 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFD0DFDE', endColorstr='#FFFFFFFF',GradientType=0 ); }
  .starring h3 {
    margin: 90px 0 70px 0; }
  .starring h4 {
    font-size: 26px;
    color: #ec7452;
    font-weight: 100;
    text-transform: uppercase;
    margin: 0 0 25px 0;
    font-family: "Roboto";
    line-height: 30px; }
  .starring hr {
    border: none;
    position: relative;
    width: 176px;
    height: 13px;
    background: url(./img/hr-star.svg) no-repeat;
    margin: 0 auto 25px auto; }
  .starring p {
    font-size: 17px;
    margin: 0 20px 50px 20px; }
  .starring .col-md-4 {
    margin: 0 0 120px 0; }
  .starring.starring-intro h4 {
    font-size: 22px; }
  .starring.starring-intro p {
    min-height: 180px;
    margin: 0 15px 20px 15px;
    font-size: 15px;
    line-height: 28px; }

.snowflake-form {
  padding: 80px 0; }
  .snowflake-form h3 {
    color: #ec7452;
    font-size: 40px;
    line-height: 54px;
    font-weight: 400;
    margin: 0 0 30px 0; }
    .snowflake-form h3:after {
      content: '';
      display: block;
      width: 120px;
      height: 191px;
      position: absolute;
      background: url(./img/snowflake-arrow.svg) no-repeat center;
      top: -110px;
      left: 390px;
      z-index: 2; }
  .snowflake-form.pentaho-form h3:after {
    left: 425px; }
  .snowflake-form h4 {
    margin: 60px 0 0px 0;
    font-size: 20px;
    color: #1cb4d7;
    font-weight: bold; }
  .snowflake-form p {
    margin: 0 30px 30px 0; }

.testimonial-panel {
  text-align: center;
  padding: 0 0 20px 0;
  background: #fff;
  position: relative;
  z-index: 2; }
  .testimonial-panel h5, .testimonial-panel h4 {
    font-size: 26px;
    font-family: 'Roboto Slab';
    line-height: 42px;
    font-weight: 300;
    color: #434343;
    margin: 100px 0 45px 0; }
  .testimonial-panel h4 {
    font-size: 20px;
    line-height: 40px; }
  .testimonial-panel-nav {
    list-style: none;
    padding: 0;
    margin: 0px 0 0;
    font-size: 0;
    line-height: 0; }
    .testimonial-panel-nav li {
      display: inline-block; }
      .testimonial-panel-nav li a {
        display: inline-block;
        width: 24px;
        height: 24px;
        border: 3px solid #c3c3c3;
        background: none;
        margin: 0 10px;
        border-radius: 15px; }
        .testimonial-panel-nav li a:hover {
          border-color: #ec7452; }
      .testimonial-panel-nav li.active a {
        border-color: #1cb4d7;
        background: #1cb4d7; }
  .testimonial-panel-ge {
    font-size: 16px;
    color: #989898;
    line-height: 24px;
    text-align: right;
    background: url(./img/logo-ge.png) no-repeat right;
    background-size: 147px auto;
    padding: 0 180px 0 0;
    margin: 0 210px 45px 0; }
  .testimonial-panel-aalto {
    font-size: 16px;
    color: #989898;
    line-height: 24px;
    text-align: right;
    background: url(./img/logo-aalto.png) no-repeat right;
    padding: 0 90px 0 0;
    margin: 0 330px 45px 0; }
  .testimonial-panel-fairfax {
    font-size: 16px;
    color: #989898;
    line-height: 24px;
    text-align: right;
    background: url(./img/logo-fairfax.png) no-repeat right;
    padding: 4px 120px 6px 0;
    margin: 0 305px 45px 0; }
  .testimonial-panel-list {
    border-top: 2px solid #efefef;
    margin: 80px 0 0 0; }
    .testimonial-panel-list img {
      width: 100%; }

.graphs-grey {
  background: -webkit-linear-gradient(75deg, #d0dfde 0%, #f9fbfb 100%);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(75deg, #d0dfde 0%, #f9fbfb 100%);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(75deg, #d0dfde 0%, #f9fbfb 100%);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(75deg, #d0dfde 0%, #f9fbfb 100%);
  /* Standard syntax */ }

.graphs {
  padding: 80px 0;
  border-top: 2px solid #dae0e0; }
  .graphs h4 {
    text-align: center;
    font-size: 18px;
    margin: 0 0 0px 0; }
  .graphs .col-sm-6 {
    padding-right: 50px; }
  .graphs .col-sm-6:last-of-type {
    padding-right: 0;
    padding-left: 50px; }
  .graphs .graph-container {
    display: table-cell;
    height: 150px;
    vertical-align: middle;
    text-align: center; }
    .graphs .graph-container img {
      vertical-align: middle;
      width: 85%; }
  .graphs p {
    font-size: 13px;
    text-align: justify;
    line-height: 24px;
    margin: 0 15px; }

.graphs-panel {
  border-top: 2px solid #dae0e0;
  background: -webkit-linear-gradient(135deg, #d0dfde 0%, #f7fafa 100%);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(135deg, #d0dfde 0%, #f7fafa 100%);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(135deg, #d0dfde 0%, #f7fafa 100%);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(135deg, #d0dfde 0%, #f7fafa 100%);
  /* Standard syntax */
  text-align: center;
  position: relative;
  z-index: 2; }
  .graphs-panel p a {
    text-decoration: underline !important; }
  .graphs-panel-nav {
    list-style: none;
    padding: 0;
    margin: 30px 0 0;
    font-size: 0;
    line-height: 0; }
    .graphs-panel-nav li {
      display: inline-block; }
      .graphs-panel-nav li a {
        display: inline-block;
        width: 24px;
        height: 24px;
        border: 3px solid #c3c3c3;
        background: none;
        margin: 0 10px;
        border-radius: 15px; }
        .graphs-panel-nav li a:hover {
          border-color: #ec7452; }
      .graphs-panel-nav li.active a {
        border-color: #1cb4d7;
        background: #1cb4d7; }

.pricing {
  text-align: center;
  margin: 50px 0; }
  .pricing-name {
    font-size: 24px;
    font-family: 'Roboto Slab';
    color: #fff;
    line-height: 44px;
    font-weight: bold;
    margin: 0 0 10px 0; }
  .pricing-price {
    color: #fff;
    padding: 20px 35px 10px 35px;
    background: #1cb4d7;
    background: -webkit-linear-gradient(150deg, #00d2df 0%, #0083ba 100%);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(150deg, #00d2df 0%, #0083ba 100%);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(150deg, #00d2df 0%, #0083ba 100%);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(150deg, #00d2df 0%, #0083ba 100%);
    /* Standard syntax */
    border-top: 5px solid #d0dfde; }
    .pricing-price-small {
      font-size: 12px;
      color: #fff; }
    .pricing-price-large {
      font-size: 65px;
      font-weight: bold;
      display: block;
      margin: 15px 0 20px 0; }
    .pricing-price hr.hr-dashed {
      background: none;
      border: none;
      border-bottom: 1px dashed #fff;
      margin: 10px 0 15px 0;
      opacity: 0.5; }
    .pricing-price p {
      font-size: 16px;
      color: #fff;
      line-height: 22px;
      opacity: 0.85; }
  .pricing-user {
    font-size: 24px;
    font-family: 'Roboto Slab';
    color: #fff;
    font-weight: bold;
    background: #215A67;
    line-height: 44px; }
  .pricing-features {
    padding: 20px 30px 20px 30px;
    background: #e0edef;
    background: -webkit-linear-gradient(190deg, #DBE4E4 0%, #F6F7F7 100%);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(190deg, #DBE4E4 0%, #F6F7F7 100%);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(190deg, #DBE4E4 0%, #F6F7F7 100%);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(190deg, #DBE4E4 0%, #F6F7F7 100%);
    /* Standard syntax */
    text-align: left; }
    .pricing-features ul {
      list-style: none;
      padding: 0;
      margin: 0; }
      .pricing-features ul li {
        font-size: 16px;
        color: #10687d;
        border-bottom: 1px dashed #168eaa;
        padding: 1px 0; }
        .pricing-features ul li.pricing-features-excluded {
          opacity: 0.6; }
        .pricing-features ul li:last-of-type {
          border: none; }
  .pricing-highlight .pricing-price {
    background: -webkit-linear-gradient(190deg, #eb7452 0%, #bc4e35 100%);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(190deg, #eb7452 0%, #bc4e35 100%);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(190deg, #eb7452 0%, #bc4e35 100%);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(190deg, #eb7452 0%, #bc4e35 100%);
    /* Standard syntax */ }

.showcase {
  text-align: center;
  color: #fff;
  padding: 0 0 50px 0;
  background: -webkit-linear-gradient(146deg, #00d2df 0%, #0083ba 100%);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(146deg, #00d2df 0%, #0083ba 100%);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(146deg, #00d2df 0%, #0083ba 100%);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(146deg, #00d2df 0%, #0083ba 100%);
  /* Standard syntax */ }
  .showcase-nav {
    list-style: none;
    margin: 0 0 40px 0;
    padding: 0; }
    .showcase-nav li {
      display: inline-block; }
      .showcase-nav li a {
        margin: 0 25px; }
      .showcase-nav li.active a {
        background: #fff !important;
        color: #1cb4d7 !important; }
  .showcase-screen, .showcase-screen-video {
    background: #dddbdb;
    padding: 23px 6px 6px 6px;
    display: inline-block;
    border-radius: 5px;
    position: relative; }
    .showcase-screen .circle-red, .showcase-screen-video .circle-red {
      display: block;
      width: 9px;
      height: 9px;
      background: #fb5f5a;
      border: 1px solid #e83d37;
      position: absolute;
      top: 7px;
      left: 12px;
      border-radius: 10px; }
    .showcase-screen .circle-yellow, .showcase-screen-video .circle-yellow {
      display: block;
      width: 9px;
      height: 9px;
      background: #fdbc40;
      border: 1px solid #e8a930;
      position: absolute;
      top: 7px;
      left: 27px;
      border-radius: 10px; }
    .showcase-screen .circle-green, .showcase-screen-video .circle-green {
      display: block;
      width: 9px;
      height: 9px;
      background: #34ca4a;
      border: 1px solid #20b636;
      position: absolute;
      top: 7px;
      left: 42px;
      border-radius: 10px; }
    .showcase-screen .rect-white, .showcase-screen-video .rect-white {
      display: block;
      width: 21px;
      height: 9px;
      background: #fff;
      position: absolute;
      top: 7px;
      right: 12px;
      border-radius: 2px; }
    .showcase-screen img, .showcase-screen-video img {
      border-radius: 0 0 5px 5px; }
  .showcase-text {
    text-align: justify;
    width: 250px;
    float: right;
    font-size: 16px;
    line-height: 28px; }
    .showcase-text h5 {
      font-size: 20px;
      margin: 0 0 20px 0;
      font-family: 'Roboto Slab'; }
  .showcase.landing .showcase-screen {
    float: left; }
  .showcase .deco-wayback {
    width: 423px;
    height: 154px;
    background: url(http://cdn2.hubspot.net/hubfs/533904/img/waybackmachine.png) no-repeat;
    margin: 0 auto;
    opacity: 0.9; }
  .showcase h4 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px; }

.features {
  text-align: center;
  padding: 0 0 50px 0; }
  .features .deco-wayback {
    width: 423px;
    height: 154px;
    background: url(http://cdn2.hubspot.net/hubfs/533904/img/waybackmachine.png) no-repeat;
    margin: 0 auto;
    opacity: 0.9; }
  .features h4 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px; }

.features-list img {
  position: relative; }
.features-list h4 {
  font-size: 26px;
  line-height: 32px;
  color: #ec7452;
  text-transform: uppercase;
  margin: 0 0px 30px 0; }
.features-list p {
  font-size: 16px;
  color: #232323;
  line-height: 28px;
  padding: 0 0 70px 0;
  border-bottom: 1px solid #eee; }
.features-list hr {
  display: none; }
.features-list .row {
  margin-bottom: 70px; }
.features-list .feature01 img {
  top: 10px; }
.features-list .feature02 img {
  top: 10px; }
.features-list .feature03 img {
  top: 20px; }
.features-list .feature04 img {
  top: 5px; }
.features-list .feature05 img {
  top: 40px; }
.features-list .feature06 img {
  top: -10px; }

.database {
  background: #f3f7f7;
  text-align: center;
  padding: 40px 0 42px 0;
  border-bottom: 2px solid #ecf1f1;
  position: relative;
  z-index: 2; }
  .database-left {
    margin: 0 35px 0 0; }

.database-snowflake {
  background: #f3f7f7 url(./img/logo-snowflake-dashed.png) no-repeat center 35px; }
  .database-snowflake .snowflake-left {
    margin-right: 230px; }
  .database-snowflake .snowflake-right {
    margin-left: 230px; }

.database-pentaho {
  background: #f3f7f7 url(./img/logo-pentaho-dashed.png) no-repeat center 35px; }

.snowflake-logo {
  text-align: center; }

.howitworks {
  text-align: center;
  color: #ec7452;
  padding: 0 0 135px 0;
  overflow: hidden; }
  .howitworks h3 {
    color: #464545; }
  .howitworks-screen {
    width: 202px;
    height: 149px;
    display: block;
    background: url(./img/deco-howitworks.png) no-repeat;
    margin: 20px auto 0 auto; }
    .howitworks-screen-gather {
      background-position: 0 0; }
    .howitworks-screen-api {
      background-position: 0 -149px; }
    .howitworks-screen-graph {
      background-position: 0 -298px; }

.bottom {
  position: relative;
  background: -webkit-linear-gradient(146deg, #00d2df 0%, #0083ba 100%);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(146deg, #00d2df 0%, #0083ba 100%);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(146deg, #00d2df 0%, #0083ba 100%);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(146deg, #00d2df 0%, #0083ba 100%);
  /* Standard syntax */
  overflow: hidden;
  z-index: 2;
  color: #fff; }
  .bottom h3 {
    margin: 0 0 50px 0; }
  .bottom-skyline {
    background: url(./img/deco-skyline.svg) no-repeat bottom;
    background-size: 100% auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    opacity: 0.2; }
  .bottom-skyline-fixed {
    background: url(./img/deco-skyline.svg) no-repeat bottom;
    background-size: 100% auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    opacity: 0.15; }
  .bottom-sqlman {
    width: 277px;
    height: 362px;
    background: url(./img/hero-bottom.svg) no-repeat 0 0;
    position: absolute;
    bottom: -3px;
    right: 0; }
  .bottom .container {
    padding: 70px 0 80px 50px;
    z-index: 2; }
  .bottom-btn-group a.btn {
    font-size: 22px;
    line-height: 50px;
    margin: 0 40px 0 0; }
  .bottom-claim {
    font-size: 54px;
    color: #fff;
    font-family: 'Roboto Slab';
    width: 500px;
    line-height: 66px;
    margin: 0 0 60px 0; }
  .bottom-solution {
    background: none; }
    .bottom-solution .bottom-claim {
      color: #81898f; }
    .bottom-solution .bottom-skyline {
      display: none; }

.contact {
  padding: 0 0 60px 0; }
  .contact-social p {
    margin: 0 0 30px 0; }
  .contact-address {
    border-top: 2px solid #dae0e0;
    border-bottom: 2px solid #dae0e0;
    background: -webkit-linear-gradient(75deg, #d0dfde 0%, #f9fbfb 100%);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(75deg, #d0dfde 0%, #f9fbfb 100%);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(75deg, #d0dfde 0%, #f9fbfb 100%);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(75deg, #d0dfde 0%, #f9fbfb 100%);
    /* Standard syntax */ }
    .contact-address .well {
      border: none;
      box-shadow: none; }
  .contact .content {
    width: 500px;
    margin: 0 auto;
    padding: 70px 0 0 0; }
  .contact-person {
    padding: 0 0 0 100px;
    position: relative; }
    .contact-person:before {
      width: 70px;
      height: 70px;
      display: block;
      content: '';
      position: absolute;
      top: 5px;
      left: 0px;
      background: url(./img/team-photos.jpg) no-repeat;
      background-size: 210px 140px;
      background-position: -70px 0; }
    .contact-person table td {
      padding: 0 5px; }
  .contact-info {
    position: relative;
    padding: 0 0 0 100px; }
    .contact-info i.fa-map-marker,
    .contact-info i.fa-info {
      position: absolute;
      font-size: 32px;
      left: 30px;
      top: 5px; }
    .contact-info table td {
      padding: 0 5px; }

.terms-of-service {
  font-size: 14px; }
  .terms-of-service p {
    font-size: 14px;
    line-height: 30px;
    margin: 20px 0; }
    .terms-of-service p.text-tip {
      font-style: italic;
      padding: 0 0 0 53px;
      position: relative; }
      .terms-of-service p.text-tip:before {
        content: 'TIP';
        display: block;
        position: absolute;
        top: 4px;
        left: 0;
        line-height: 22px;
        background: #eee;
        color: #999;
        padding: 0px 10px;
        border-radius: 2px;
        font-style: normal; }
    .terms-of-service p.text-bulb {
      font-style: italic;
      padding: 0 0 0 53px;
      position: relative; }
      .terms-of-service p.text-bulb:before {
        content: '\f0eb';
        font-family: 'FontAwesome';
        display: block;
        position: absolute;
        top: 4px;
        left: 0;
        line-height: 28px;
        font-size: 28px;
        color: #999;
        padding: 0px 17px;
        border-radius: 2px;
        font-style: normal; }
  .terms-of-service h4 {
    margin: 25px 0 15px 0;
    color: #ec7452;
    line-height: 30px; }
  .terms-of-service h5 {
    margin: 25px 0 10px 0; }
  .terms-of-service .quote p {
    color: #1cb4d7;
    font-size: 18px;
    font-weight: 500; }

.top-benefits .top-sqlman {
  position: absolute;
  bottom: -2px;
  right: -73px;
  width: 250px;
  height: 330px;
  background: url(./img/deco-sqlman-standing.svg) no-repeat;
  background-size: 100%;
  z-index: 2; }
.top-benefits h1 {
  margin: 50px 0 55px 0;
  font-size: 52px; }
.top-benefits h2 {
  font-size: 22px;
  line-height: 38px;
  margin: 0 0 24px 0; }

.top-builder .top-sqlman {
  position: absolute;
  bottom: -2px;
  right: -173px;
  width: 250px;
  height: 330px;
  background: url(./img/deco-sqlman-standing.svg) no-repeat;
  background-size: 100%;
  z-index: 2; }

.benefits {
  padding: 0 0 80px 0; }
  .benefits .benefit-desc {
    margin: 0 0px 100px 0px;
    font-weight: 500;
    font-size: 18px; }
    .benefits .benefit-desc i {
      font-size: 38px;
      margin: 0px 0 0 0;
      color: #1cb4d7; }
    .benefits .benefit-desc h4 {
      margin: 0px 0 20px 0; }
    .benefits .benefit-desc p {
      font-size: 14px;
      line-height: 26px;
      margin: 0 20px;
      height: 200px;
      text-align: center; }
  .benefits .benefit-btn {
    border: 2px solid #ec7452;
    height: 155px;
    font-weight: bold;
    padding: 0 17px;
    margin: 0 10px 50px 10px;
    display: block;
    color: #ec7452;
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    border-radius: 3px;
    transition: all 0.2s ease; }
    .benefits .benefit-btn span {
      display: block;
      margin: 10px 0 0px 0; }
    .benefits .benefit-btn i {
      font-size: 32px;
      color: #ec7452;
      margin: 30px 0 0 0; }
    .benefits .benefit-btn p {
      font-size: 14px;
      line-height: 26px;
      margin: 0;
      height: 160px; }
    .benefits .benefit-btn:hover {
      text-decoration: none;
      border: 2px solid #1cb4d7;
      color: #fff;
      background: -webkit-linear-gradient(146deg, #00d2df 0%, #0083ba 100%);
      /* For Safari 5.1 to 6.0 */
      background: -o-linear-gradient(146deg, #00d2df 0%, #0083ba 100%);
      /* For Opera 11.1 to 12.0 */
      background: -moz-linear-gradient(146deg, #00d2df 0%, #0083ba 100%);
      /* For Firefox 3.6 to 15 */
      background: linear-gradient(146deg, #00d2df 0%, #0083ba 100%);
      /* Standard syntax */ }
      .benefits .benefit-btn:hover i {
        color: #fff; }

.builder .builder-claim {
  font-size: 21px;
  font-family: 'Roboto Slab'; }
.builder .text-medium {
  font-size: 15px;
  line-height: 26px; }
.builder hr.hr-orange {
  border-color: #ec7452;
  margin: 50px 0; }
.builder h4.header-fancy {
  font-size: 20px;
  font-family: 'Roboto Slab';
  color: #ec7452;
  margin: 0 0 30px 0; }
.builder .section-blue {
  background: #1cb4d7;
  padding: 50px 0; }
  .builder .section-blue h4 {
    color: #fff;
    font-size: 30px;
    margin: 0 0 30px 0;
    font-family: "Roboto Slab"; }
  .builder .section-blue p {
    font-size: 18px;
    color: #fff; }

.right-panel {
  width: 320px;
  right: 0px;
  position: absolute;
  top: -200px;
  z-index: 2;
  background: #fff;
  padding: 23px 30px 50px 37px; }
  .right-panel ul {
    list-style: none;
    padding: 0;
    font-size: 16px; }
    .right-panel ul li {
      margin-bottom: 10px; }
  .right-panel h5 {
    font-size: 18px;
    margin: 3px 0 17px 0;
    color: #ec7452; }

.roadmap {
  overflow: hidden;
  background: url(./img/roadmap-road-2.png) repeat-y center top; }
  .roadmap h3 {
    margin: 100px 0 -94px 0;
    color: #999; }
  .roadmap-month {
    background: #f6f6f6; }
  .roadmap-milestone {
    font-size: 22px;
    margin: 0px 0 0 0;
    width: 410px; }
    .roadmap-milestone p {
      margin: 15px 0 5px 0;
      font-size: 16px;
      color: #999;
      line-height: 28px; }
    .roadmap-milestone a {
      font-size: 16px;
      display: inline-block;
      margin-bottom: -10px;
      text-decoration: underline; }
    .roadmap-milestone-left {
      text-align: left;
      float: left; }
    .roadmap-milestone-right {
      text-align: right;
      float: right; }
    .roadmap-milestone-date {
      margin: 20px 0 0 0;
      padding: 15px 0 0 0;
      border-top: 2px solid #d8d8d8;
      font-size: 18px;
      text-transform: uppercase;
      color: #999; }
    .roadmap-milestone-released {
      color: #ec7452; }
      .roadmap-milestone-released .roadmap-milestone-date {
        border-top: 2px solid #f1977d; }
  .roadmap:after {
    position: fixed;
    top: 340px;
    z-index: 1;
    left: 0;
    right: 0;
    height: 130px;
    background: url(./img/roadmap-car.svg) no-repeat center top;
    content: ' ';
    display: block; }
  .roadmap .container {
    position: relative;
    z-index: 2; }
  .roadmap-miledate {
    text-align: center;
    color: #fff;
    left: 0;
    right: 0;
    line-height: 26px;
    padding: 28px 0 0 0;
    font-weight: bold;
    margin: 0 0 -50px 0;
    height: 105px;
    background: url(./img/roadmap-month-2-1.png) no-repeat center; }
  .roadmap.roadmap-hp {
    background: url(./img/roadmap-road-3-4.png) repeat-y center top; }
    .roadmap.roadmap-hp .roadmap-milestone-right {
      text-align: left; }
    .roadmap.roadmap-hp .roadmap-milestone-released .roadmap-milestone-date {
      color: #ec7452; }

.footer {
  padding: 90px 0;
  background: -webkit-linear-gradient(21deg, #0c3646 0%, #072334 100%);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(21deg, #0c3646 0%, #072334 100%);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(21deg, #0c3646 0%, #072334 100%);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(21deg, #0c3646 0%, #072334 100%);
  /* Standard syntax */
  position: relative;
  z-index: 2;
  color: #fff; }
  .footer-logo {
    margin: 17px 0 0 0;
    opacity: 0.6;
    width: 147px;
    height: 40px;
    background: url(./img/logo-sqldep-white.svg) no-repeat;
    background-size: 147px 40px; }
  .footer-nav {
    list-style: none;
    margin: 22px 0 0 0;
    padding: 0; }
    .footer-nav li {
      margin: 0 90px 0 0;
      padding: 0;
      float: left; }
      .footer-nav li a {
        font-size: 14px;
        color: #fff;
        opacity: 0.7;
        display: inline-block;
        padding: 0;
        text-decoration: underline;
        transition: all 0.2s ease; }
        .footer-nav li a:hover {
          opacity: 1; }
      .footer-nav li.footer-nav-social a {
        font-size: 26px;
        color: #fff;
        opacity: 0.6;
        display: inline-block;
        padding: 0 20px 0 0;
        transition: all 0.2s ease; }
        .footer-nav li.footer-nav-social a:hover {
          opacity: 1; }

.queryscope .top .container {
  padding-bottom: 0; }
.queryscope .top h1 {
  font-size: 69px;
  font-weight: bold;
  text-shadow: 0 0 2px #1389BB; }
.queryscope .top h2 {
  font-size: 40px;
  font-weight: 100;
  font-family: 'Roboto Slab';
  text-shadow: 0 0 2px #1389BB;
  line-height: 42px;
  margin: 0 0 50px 0; }
.queryscope .top .placeholder {
  width: 100%;
  height: 377px;
  background: url(./img/queryscope-placeholder.png) no-repeat center; }
.queryscope-deco {
  position: relative;
  width: 964px;
  height: 361px; }
  .queryscope-deco #mlens_target_0 {
    z-index: 5;
    display: block;
    top: 10px;
    left: 150px; }
    .queryscope-deco #mlens_target_0:before {
      content: " ";
      position: absolute;
      z-index: 4;
      top: -14px;
      left: -14px;
      right: -14px;
      bottom: -14px;
      border-radius: 100%;
      border: 9px solid #eb7452; }
    .queryscope-deco #mlens_target_0:after {
      content: " ";
      position: absolute;
      z-index: 3;
      top: -15px;
      left: -15px;
      right: -15px;
      bottom: -15px;
      border-radius: 100%;
      border: 2px solid #fcb09a; }
  .queryscope-deco:after {
    content: '';
    width: 964px;
    height: 15px;
    position: absolute;
    top: -3px;
    left: 0;
    background: url(./img/queryscope-shadow.png); }
  .queryscope-deco #queryscope-mag {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0; }
  .queryscope-deco #queryscope-code {
    position: relative;
    opacity: 0.8;
    text-align: left;
    font-family: monospace;
    font-size: 18px;
    padding: 0 0 0 60px;
    overflow: hidden;
    height: 361px; }
    .queryscope-deco #queryscope-code ul {
      list-style: none;
      padding: 0;
      margin: 0; }
    .queryscope-deco #queryscope-code li {
      line-height: 24px !important; }
.queryscope-copypaste {
  background: -webkit-linear-gradient(75deg, #d0dfde 0%, #f9fbfb 100%);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(75deg, #d0dfde 0%, #f9fbfb 100%);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(75deg, #d0dfde 0%, #f9fbfb 100%);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(75deg, #d0dfde 0%, #f9fbfb 100%);
  /* Standard syntax */
  border-top: 2px solid #c3cecd; }
  .queryscope-copypaste .container {
    padding: 110px 0 100px 0; }
    .queryscope-copypaste .container:after {
      content: '';
      width: 297px;
      height: 341px;
      background: url(./img/hero-idly.svg) no-repeat;
      background-size: 297px 341px;
      position: absolute;
      right: 20px;
      bottom: 0; }
  .queryscope-copypaste p {
    font-size: 26px;
    line-height: 54px;
    color: #575757;
    margin: 0 0 0 50px; }
    .queryscope-copypaste p .copy {
      display: inline-block;
      width: 113px;
      height: 46px;
      background: url(./img/queryscope-copy.png) no-repeat;
      position: relative;
      top: 12px;
      margin: 0 10px; }
    .queryscope-copypaste p .paste {
      display: inline-block;
      width: 49px;
      height: 46px;
      background: url(./img/queryscope-paste.png) no-repeat;
      position: relative;
      top: 12px;
      margin: 0 10px; }
    .queryscope-copypaste p a img {
      position: relative;
      top: -3px; }
.queryscope-countdown {
  padding: 100px 0 120px 0; }
  .queryscope-countdown .clock {
    margin: 20px 0 0 25px; }
  .queryscope-countdown .flip-clock-dot {
    width: 0;
    height: 0;
    background: none; }
  .queryscope-countdown .flip-clock-label {
    text-transform: uppercase;
    font-family: 'Roboto';
    font-size: 18px;
    color: #656565;
    font-weight: normal; }
  .queryscope-countdown p {
    font-size: 26px;
    line-height: 44px;
    color: #575757;
    margin: 12px 0 0 0; }
.queryscope-signup {
  overflow: hidden;
  text-align: center;
  background: -webkit-linear-gradient(146deg, #00d2df 0%, #0083ba 100%);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(146deg, #00d2df 0%, #0083ba 100%);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(146deg, #00d2df 0%, #0083ba 100%);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(146deg, #00d2df 0%, #0083ba 100%);
  /* Standard syntax */ }
  .queryscope-signup .container {
    padding: 80px 30px 30px 30px; }
    .queryscope-signup .container:after {
      content: '';
      display: block;
      width: 337px;
      height: 439px;
      background: url(./img/hero-bottom.svg) no-repeat;
      background-size: 337px 439px;
      position: absolute;
      right: -180px;
      bottom: -2px; }
  .queryscope-signup h3 {
    font-size: 59px;
    margin: 0 0 30px 0;
    font-weight: bold;
    color: #fff;
    line-height: 60px; }
  .queryscope-signup p {
    font-size: 36px;
    margin: 40px 0 0px 0;
    line-height: 50px;
    font-weight: 300;
    color: #fff;
    font-family: 'Roboto Slab'; }
  .queryscope-signup .hbspt-form input[type="email"] {
    padding: 10px;
    font-size: 20px;
    border: 3px solid #00b4d1;
    border-radius: 3px; }
  .queryscope-signup .hbspt-form input[type="email"].error {
    border-color: #ec7452; }
  .queryscope-signup .hbspt-form .actions input[type="submit"] {
    display: inline-block;
    width: auto;
    background: #ec7452;
    color: #fff;
    border: 3px solid #fff; }
    .queryscope-signup .hbspt-form .actions input[type="submit"]:hover {
      background: #fff;
      color: #ec7452; }
.queryscope-about {
  border-bottom: 2px solid #052030;
  background: #072537;
  padding: 120px 0 100px 0; }
  .queryscope-about .container {
    padding: 0 50px; }
  .queryscope-about h5 {
    font-size: 26px;
    color: #c3c3c3;
    margin: 0 0 30px 0;
    font-weight: normal; }
  .queryscope-about p {
    font-size: 18px;
    line-height: 30px;
    color: #c3c3c3; }
    .queryscope-about p a {
      color: #fff;
      text-decoration: underline; }
      .queryscope-about p a:hover {
        color: #ec7452; }
  .queryscope-about img.img-about1 {
    opacity: 0.85;
    position: relative;
    top: -20px; }
  .queryscope-about img.img-about2 {
    position: relative;
    top: 20px;
    width: 130px; }
.queryscope-status {
  font-size: 16px; }
  .queryscope-status .container {
    padding: 40px 0 50px 0; }
  .queryscope-status h3 {
    font-size: 24px;
    font-weight: bold;
    margin: 0 0 10px 0;
    text-align: center; }
  .queryscope-status .day {
    padding: 0px 0 0 40px;
    margin: 70px 0 120px 0;
    position: relative; }
    .queryscope-status .day .date {
      position: absolute;
      left: -40px;
      font-size: 21px;
      top: -60px;
      left: 0; }
    .queryscope-status .day h4 {
      margin: 10px 0 5px 0;
      line-height: 35px;
      font-size: 17px;
      font-weight: 500;
      position: relative;
      color: #444; }
      .queryscope-status .day h4:after {
        content: '';
        display: block;
        position: absolute;
        width: 18px;
        height: 18px;
        border-radius: 18px;
        background-color: #fff;
        border: 2px solid #EAEAEA;
        left: -42px;
        top: 9px; }
    .queryscope-status .day p {
      margin: 0 0 20px 0;
      line-height: 30px; }
    .queryscope-status .day:before {
      content: '';
      display: block;
      position: absolute;
      width: 2px;
      height: 100%;
      background-color: #EAEAEA;
      left: 6px;
      top: 0; }

.btn {
  font-size: 16px;
  line-height: 38px;
  padding: 0 25px;
  font-weight: bold;
  display: inline-block;
  border-radius: 0;
  transition: all 0.2s ease; }
  .btn.btn-orange {
    background: #ec7452;
    color: #fff; }
    .btn.btn-orange:hover {
      background: #fff;
      color: #ec7452; }
  .btn.btn-blue {
    background: #1cb4d7;
    color: #fff; }
    .btn.btn-blue:hover {
      background: #fff;
      color: #1cb4d7; }
  .btn.btn-outline {
    border: 2px solid #fff; }
  .btn.btn-ghost {
    border: 2px solid transparent; }
    .btn.btn-ghost.btn-white {
      border-color: #fff;
      color: #fff; }
      .btn.btn-ghost.btn-white:hover {
        background: #fff;
        color: #ec7452; }
    .btn.btn-ghost.btn-orange {
      border-color: #ec7452;
      color: #ec7452;
      background: none !important; }
      .btn.btn-ghost.btn-orange:hover {
        background: #ec7452 !important;
        color: #fff; }
    .btn.btn-ghost.btn-blue {
      border-color: #1cb4d7;
      color: #1cb4d7;
      background: none; }
      .btn.btn-ghost.btn-blue:hover {
        background: #1cb4d7;
        color: #fff; }
    .btn.btn-ghost.btn-grey {
      border-color: #c3c3c3;
      color: #afafaf; }
      .btn.btn-ghost.btn-grey:hover {
        background: #c3c3c3;
        color: #fff; }
  .btn.btn-large {
    font-size: 26px;
    border-width: 3px;
    font-weight: 400;
    line-height: 56px;
    padding: 0 42px 2px 42px;
    border-radius: 3px; }

@media (max-width: 1380px) {
  .database-snowflake {
    padding: 50px 0 160px 0;
    background-position: center 155px; }
    .database-snowflake .snowflake-left {
      margin-right: 30px; }
    .database-snowflake .snowflake-right {
      margin-left: 30px; } }
@media (min-width: 1200px) {
  .container {
    width: 970px; } }
/* Large desktop */
@media (max-width: 1200px) {
  .benefit .sqlman.viewed {
    right: -40px; }
  .benefit .oldman.viewed {
    left: 100px; } }
/* SQLman */
@media (max-width: 1066px) {
  .benefit .sqlman.viewed {
    right: 0px;
    width: 250px;
    height: 248px;
    background-size: 250px 248px; }

  .database {
    text-align: center; }
    .database-left {
      float: none;
      margin: 0 0 30px 0; }
    .database-right {
      float: none; }

  .bottom-sqlman {
    right: -50px; } }
/* Portrait tablet to landscape and desktop */
@media (max-width: 990px) {
  .top h1 {
    margin: 30px 0 30px 0;
    line-height: 60px; }
  .top .comp {
    padding: 50px 0;
    width: 670px;
    margin: 0 0 50px 0; }
    .top .comp-shadow {
      left: 40px;
      bottom: 280px; }

  .top-sqlman-idly {
    display: none; }

  .btn.btn-large {
    font-size: 24px;
    padding: 0 37px 1px 37px;
    line-height: 54px; }

  .benefit h3 {
    margin: 60px 0 50px 0; }
  .benefit .comparison {
    margin: 220px auto 30px auto; }
  .benefit .sqlman {
    bottom: 70px; }
    .benefit .sqlman.viewed {
      right: 80px; }
  .benefit .oldman {
    bottom: 70px; }
    .benefit .oldman.viewed {
      left: 100px; }

  .graphs-panel img {
    width: 100%; }

  .hero {
    padding: 60px 0; }
    .hero-bubble {
      margin: 0 0 30px 0; }
    .hero-text {
      display: none; }

  .queryscope-deco {
    width: 100%; }
    .queryscope-deco:after {
      width: 100%;
      background-size: 100% 100%; }
  .queryscope-copypaste .container {
    padding: 60px 15px 300px 15px; }
    .queryscope-copypaste .container:after {
      display: block;
      left: 0;
      right: 0;
      width: auto;
      height: 250px;
      background-position: center;
      background-size: auto 250px; }
  .queryscope-copypaste p {
    margin: 0 30px;
    text-align: center; }
  .queryscope-countdown {
    text-align: center;
    padding-bottom: 80px; }
    .queryscope-countdown .clock {
      margin: 0 auto 80px auto;
      width: 380px; }
  .queryscope-signup .container {
    padding-bottom: 300px; }
    .queryscope-signup .container:after {
      left: 0;
      right: 0;
      width: auto;
      height: 300px;
      background-position: center;
      background-size: auto 300px; }

  .footer {
    padding: 70px 0; }
    .footer-logo {
      margin: 0 auto; }
    .footer-nav li {
      margin: 0 100px 0 0; }
      .footer-nav li a {
        line-height: 35px;
        font-size: 16px; }

  .showcase.landing .showcase-text {
    float: none;
    width: 612px;
    margin: 40px auto 0 auto; }

  .database img {
    width: 100%; }

  .database-snowflake {
    padding: 50px 0 160px 0;
    background-position: center 275px; }
    .database-snowflake .snowflake-left {
      width: auto;
      margin: 0px 30px 50px 30px; }
    .database-snowflake .snowflake-right {
      width: auto;
      margin: 0px 30px; }

  .snowflake-form h3:after {
    display: none; }

  .contact .content {
    float: none;
    width: 100%; }
  .contact-person {
    padding: 0 0 0 60px; }
    .contact-person:before {
      width: 50px;
      height: 50px;
      display: block;
      content: '';
      position: absolute;
      top: 5px;
      left: 0px;
      background: url(./img/team-photos.jpg) no-repeat;
      background-size: 150px 100px;
      background-position: -50px 0; }
  .contact-info {
    position: relative;
    padding: 0 0 0 60px; }
    .contact-info i {
      left: 17px; }
  .contact .right-panel {
    float: none;
    width: 100%;
    top: 0; }
    .contact .right-panel .hbspt-form {
      margin: 0; }

  .benefits .benefit-desc p {
    height: 130px; }

  .problem-figure {
    display: none; }

  .solution-figure {
    display: none; }

  .top-sqlman {
    display: none; }

  .right-panel {
    display: none; }

  .roadmap {
    background: none; }
    .roadmap h3 {
      margin: 70px 0 0px 0;
      text-align: center; }
    .roadmap-milestone {
      width: auto;
      margin: 0 0px 80px 0; }
      .roadmap-milestone-left {
        float: none; }
      .roadmap-milestone-right {
        float: none;
        text-align: left; }
    .roadmap:after {
      display: none; }
    .roadmap-miledate {
      background: #1cb4d7;
      height: auto;
      padding: 20px 5px;
      margin: 0 0 50px 0; }
      .roadmap-miledate br {
        display: none; }

  .roadmap.roadmap-hp {
    background: none; } }
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
  .header {
    height: 84px;
    transition: none; }
    .header ul.nav {
      display: none;
      top: 80px;
      left: 0;
      right: 0;
      background: #0e2f41; }
      .header ul.nav li {
        width: auto;
        float: none;
        display: block;
        border: none; }
        .header ul.nav li:hover {
          border: none;
          background: none;
          color: #fff; }
          .header ul.nav li:hover a {
            color: #fff; }
        .header ul.nav li.nav-parent ul {
          display: none !important; }
        .header ul.nav li a {
          float: none;
          display: block;
          padding: 20px;
          font-size: 18px;
          border: none;
          border-top: 1px solid #fff; }
        .header ul.nav li:first-of-type a {
          border: none; }
        .header ul.nav li.highlight {
          border: none;
          border-radius: 0; }
    .header .nav-mobile {
      position: absolute;
      top: 0;
      right: 0;
      color: #fff;
      height: 80px;
      line-height: 80px;
      width: 80px;
      text-align: center;
      font-size: 28px; }
    .header:hover {
      background: #0e2f41; }
      .header:hover ul.nav {
        display: block; }
    .header.sticky .nav-mobile {
      height: 56px;
      width: 60px;
      line-height: 56px; }

  .queryscope-deco #queryscope-code {
    padding: 0; }
  .queryscope-about {
    text-align: center; }
    .queryscope-about img {
      display: inline-block;
      margin: 0 0 50px 0; }

  .top {
    height: auto; }
    .top .comp {
      width: 100%;
      height: auto;
      margin: 0; }
      .top .comp-display {
        height: auto;
        width: 100%;
        padding: 7px; }
        .top .comp-display-content {
          border-radius: 9px 9px 0 0; }
        .top .comp-display img {
          width: 100%; }
      .top .comp-stand {
        width: 100%;
        background-size: 100% auto; }
      .top .comp .comp-shadow {
        display: none; }
    .top .top-btn-group .btn-ghost {
      font-size: 18px;
      padding: 0 20px;
      line-height: 34px;
      margin: 30px 0 0 0; }
    .top-features h1 {
      font-size: 40px;
      line-height: 40px !important; }

  .database img {
    max-width: 100%; }

  .snowflake-logo {
    text-align: center; }
    .snowflake-logo img {
      width: 90%; }

  .showcase img {
    width: 100%; }
  .showcase.landing .showcase-screen-video {
    display: block; }
    .showcase.landing .showcase-screen-video iframe {
      width: 100%; }
  .showcase.landing .showcase-text {
    width: 100%;
    padding: 0; }

  .testimonial-quoted {
    text-align: center;
    margin: 0 0 50px 0;
    padding: 0 0 70px 0;
    background-position: center bottom; }

  .testimonial-panel-ge, .testimonial-panel-aalto, .testimonial-panel-fairfax {
    text-align: center;
    margin: 0 0 45px 0;
    padding: 0 0 70px 0;
    background-position: center bottom; }

  .benefit p {
    width: 340px;
    margin: 0 auto; }

  .hero-figure {
    display: none; }

  .graphs .col-sm-6,
  .graphs .col-sm-6:last-of-type {
    padding: 0 30px; }
  .graphs .graph-container {
    display: block;
    height: auto;
    text-align: center;
    margin: 30px 0; }
    .graphs .graph-container img {
      width: 80%; }

  .flip-carousel > ul {
    width: 95%; }

  .flip-carousel > ul > li {
    width: 100%;
    margin: 0; }

  .flip-carousel .controls .dot:after {
    margin: 0 20px;
    padding: 0 15px;
    line-height: 42px; }

  .flip-carousel .controls .dot:nth-of-type(1):after {
    content: 'Columns'; }

  .flip-carousel .controls .dot:nth-of-type(2):after {
    content: 'Tables'; }

  .flip-carousel .controls .dot:nth-of-type(3):after {
    content: 'Queries'; }

  .bottom a.btn {
    margin: 0 0 30px 0; }

  .benefits .benefit-desc p {
    height: auto;
    margin-bottom: 30px; }

  .features-list {
    text-align: center; }
    .features-list img {
      top: 0 !important;
      margin: 0 0 40px 0;
      max-height: 120px;
      max-width: 150px; }

  .footer {
    text-align: center; }
    .footer-logo {
      margin: 0 auto; }
    .footer-nav li {
      float: none;
      margin: 0 0 50px 0; }
      .footer-nav li a {
        line-height: 35px;
        font-size: 16px; }
      .footer-nav li.footer-nav-social a {
        padding: 0 20px; }

  .highlighter {
    text-align: center; }
    .highlighter .container {
      background: url(./img/timetravel.png) no-repeat center 20px;
      padding: 90px 0 30px 0; }
    .highlighter a.btn {
      margin-top: 25px; } }
@media (max-width: 680px) {
  .queryscope-deco {
    height: 280px; }
    .queryscope-deco #queryscope-code {
      height: 280px; }
    .queryscope-deco #mlens_target_0 {
      width: 150px !important;
      height: 150px !important; }
  .queryscope .top h1 {
    font-size: 49px;
    margin: 20px 0; }
  .queryscope .top h2 {
    font-size: 26px;
    margin: 0 0 30px 0; }
  .queryscope .top .placeholder {
    height: 270px;
    background-size: 680px auto; }
  .queryscope-countdown .clock {
    -ms-transform: scale(0.9, 0.9);
    /* IE 9 */
    -webkit-transform: scale(0.9, 0.9);
    /* Safari */
    transform: scale(0.9, 0.9);
    position: relative;
    left: -20px; }
  .queryscope-copypaste p {
    font-size: 22px;
    line-height: 44px;
    margin: 0 10px; } }
@media (max-width: 540px) {
  .testimonial .container {
    width: auto; }

  img.comp-combined {
    width: 100%; }

  .database-snowflake {
    background-position: center 235px;
    background-size: 90% auto; }
    .database-snowflake .snowflake-left, .database-snowflake .snowflake-right {
      width: 90%;
      margin: 0 0 30px 0; } }
/* Landscape phones and down */
@media (max-width: 480px) {
  .top h1 {
    font-size: 26px;
    line-height: 44px; }
  .top h2 {
    font-size: 16px;
    line-height: 26px; }
  .top .comp {
    padding: 20px 0; }

  .team .container {
    width: 100%; }

  h3 {
    font-size: 26px;
    line-height: 44px; }

  p {
    font-size: 16px; }

  .flip-carousel .controls .dot:after {
    margin: 0 10px;
    padding: 0 15px;
    line-height: 42px; }

  .flip-carousel .card {
    height: 250px; }

  .benefit .comparison {
    width: 216px;
    font-size: 12px; }
    .benefit .comparison-left {
      width: 98px;
      padding: 0; }
      .benefit .comparison-left-time {
        line-height: 24px; }
    .benefit .comparison-right {
      width: 118px; }
      .benefit .comparison-right-time {
        line-height: 24px; }
  .benefit p {
    width: 100%; }
  .benefit .sqlman {
    transition: none;
    right: 0;
    opacity: 1;
    width: 200px;
    height: 197px;
    background-size: 200px 197px; }
  .benefit .oldman {
    transition: none;
    left: 30px;
    opacity: 1;
    width: 80px;
    height: 135px;
    background-size: 80px 135px; }

  .showcase {
    padding: 0; }
    .showcase h3 {
      margin: 50px 0; }

  .howitworks {
    padding: 0 0 70px 0; }

  .terms-of-service table tr {
    background: none !important; }
    .terms-of-service table tr:last-of-type td:last-of-type {
      border-bottom: 1px solid #ddd; }
  .terms-of-service table td {
    display: block; }
    .terms-of-service table td:first-of-type {
      background: #f9f9f9; }

  .bottom {
    text-align: center; }
    .bottom .container {
      padding: 50px 0 280px 0; }
    .bottom-btn-group a.btn {
      margin: 0; }
    .bottom-btn-group a.btn.btn-ghost {
      font-size: 18px;
      padding: 0 20px;
      line-height: 34px;
      margin: 30px 0 0 0; }
    .bottom-claim {
      width: 100%;
      font-size: 26px;
      line-height: 44px;
      margin: 0 0 40px 0; }
    .bottom-sqlman {
      width: auto;
      height: 264px;
      background-size: 200px 264px;
      background-position: 120px 0;
      bottom: 0;
      left: 0;
      right: 0; } }
@media (max-width: 376px) {
  .benefit {
    padding: 0 0 80px 0; }
    .benefit .comparison {
      display: none; }
    .benefit .oldman,
    .benefit .sqlman {
      display: none; }

  .flip-carousel .controls.dots {
    margin: 0 0 20px 0; }
  .flip-carousel .controls .dot {
    display: inline-block;
    margin: 0 0 30px 0; } }
@media (max-width: 330px) {
  .queryscope .top h1 {
    font-size: 42px;
    margin: 5px 0 0 0; }
  .queryscope .top h2 {
    font-size: 20px;
    margin: 0 0 25px 0; }

  .header .logo-sqldep {
    width: 125px;
    height: 34px;
    background-size: 125px 34px; } }
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px; }

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%; }

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden; }

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*
 * Extends the .visually-hidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visually-hidden.focusable:active,
.visually-hidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden; }

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
  *zoom: 1; }

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */ }
@media print, (-o-min-device-pixel-ratio: 5 / 4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */ }
/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  /*
   * Don't show links for images, or javascript/internal links
   */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group;
    /* h5bp.com/t */ }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; } }
/*
[hubspot-metadata]
{
  "path": "custom/system/css/main.css"
}
[end-hubspot-metadata]
*/

/*# sourceMappingURL=main.css.map */
