/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
    box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: border-box;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

body {
  color: #16233c;
  color: #002d2e;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */

.jumbotron {
  position: relative;
  height: 75vh;
  background: #65c3ad;
  background: -webkit-linear-gradient(300deg, #15213a 10%, rgb(42, 67, 111) 90%);
  background: linear-gradient(150deg, #15213a 10%, rgb(42, 67, 111) 90%);
  background: -webkit-linear-gradient(300deg, #002728 10%, #005456 90%);
  background: linear-gradient(150deg, #002728 10%, #005456 90%);

  background: #fff;
  color: #c54c4c;

  border-bottom: 1px solid #ddd;
  overflow: hidden;

  padding-top: 150px;
}

#particles {
  z-index: 1;
}

.navbar {
  position: absolute;
  height: 80px;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
  color: #fff;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
  -js-display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;

  /* background: #fff; */
  /* background: #f9f9f9; */
  /* background: rgba(195, 101, 101, 0.05); */
  /* background: rgb(232, 253, 254); */
  /* background: #fff; */
  /* border-bottom: 1px solid #ddd; */
}

.navbar a.brand {
  background: white;
  padding: 5px 10px;
  color: #203357;
  font-weight: 700;
  color: #004243;

  color: #fff;
  background: #e25757;
}

.navbar a {
  color: #fff;
  text-decoration: none;
  font-family: Montserrat;
  margin-right: 50px;
  font-size: 1.4em;

  color: #e25757;
}

.navbar>.container {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  max-width: 1560px;
  margin: 0 50px;
  padding: 0 15px;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
  -js-display: flex;
}

.navbar>.container {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.navbar>.container .products-container {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.navbar>.container .careers-container {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.jumbotron>.content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -js-display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.jumbotron>.content>.container {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin: 0 50px;
  max-width: 1560px;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
  -js-display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.jumbotron .title {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -js-display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.jumbotron .subtitle {
  font-family: "Montserrat";
  margin-bottom: 3em;
}

.marketing-text {
  position: relative;
  z-index: 3;
  color: white;
  font-family: "Montserrat";
  font-size: 1.2em;
  text-align: left;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
  -js-display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-bottom: 150px;
  /* background: #fff; */
}

.marketing-text .block {
  position: relative;
  z-index: 2;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 10px;
          flex: 1 1 10px;
  font-size: 0.9em;
  line-height: 1.8em;
  padding: 15px;

  -webkit-transition: background 1000ms, color 1000ms, border 1000ms;

  transition: background 1000ms, color 1000ms, border 1000ms;

  color: #c54c4c;
  color: rgb(100, 100, 100);
  /* background: rgba(256, 256, 256, 0.9); */
  margin-right: 30px;
  border: 1px solid rgba(0, 0, 0, 0);
}

.marketing-text .block:hover,
.marketing-text .block.hightlight {
  /* background: #fff; */
  /* color: #203357; */
  /* background: #cacaca; */
  /* color: #004243; */

  /* background: #c54c4c; */
  /* color: #fff; */
  /* background: rgb(120, 120, 120); */
  /* background: #1e9191; */
  /* background: rgba(30, 145, 145, 0.7); */
  /* background: rgb(195, 101, 101); */
  /* background: rgba(0, 84, 86, 0.7); */
  /* background: rgb(100, 160, 159); */

  /* border: 1px solid #c54c4c; */
}

.page {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 800px;
          flex: 0 0 800px;
  background: rgba(256, 256, 256, 0.98);
}

.slides-container {
  position: relative;
  height: 230px;
}

.slide-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100vw;

  -webkit-transition: all 1s ease-in-out;

  transition: all 1s ease-in-out;
}

.slide-container.next {
  -webkit-transform: translate3D(100%, 0, 0);
          transform: translate3D(100%, 0, 0);
}

.slide-container.exit {
  -webkit-transform: translate3D(-100%, 0, 0);
          transform: translate3D(-100%, 0, 0);
}

.slide-container.hide {
  visibility: hidden;
  opacity: 0;
}

.jumbotron #particles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.jumbotron h1 {
  margin: 0;
  color: white;
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 3.4em;
  color: #e25757;


  display: inline-block;
  width: 680px;

  /* background: rgba(256, 256, 256, 0.9); */
  padding: 0 15px;
}

.jumbotron h1>a {
  position: relative;
  z-index: 2;
  text-decoration: none;
  color: #e25757;
}

.jumbotron h2 {
  margin: 0;
  color: white;
  font-family: "Montserrat";
  font-weight: 300;
  font-size: 2.0em;

  color: #c54c4c;

  color: rgb(100, 100, 100);

  display: inline-block;
  max-width: 1000px;

  /* background: rgba(256, 256, 256, 0.9); */
  padding: 0 15px;
  padding-bottom: 30px;
}

.jumbotron.small {
  height: 400px;
}

.browser-container {
  max-width: 700px;
  -webkit-perspective: 600px;
          perspective: 600px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.browser-container img {
  width: 100%;
}

.browser-top {
  border-radius: 2px 2px 0 0;
  background: #f5f6f8;
  height: 30px;
}

.dot {
  margin: 8px 0 0 8px;
  display: inline-block;
  height: 12px;
  width: 12px;
  border-radius: 20px;
}

.dot-green {
  background: #85d350;
}

.dot-red {
  background: #d75342;
}

.dot-yellow {
  background: #f7bf3d;
}

.button {
	display: inline-block;
	background-color: #1785FB;
  text-decoration: none;
  color: #FFF;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  padding: 8px 24px;
  min-width: 140px;
  font-weight: 700;
  letter-spacing: .4px;
  text-transform: uppercase;
  box-shadow: 0 1px 2px 0 rgba(0,0,0,.15);
  border: 1px solid rgba(0,0,0,.05);
  -webkit-transition: all .2s ease;
  transition: all .2s ease;

  background: #005456;
  background: #e25757;
  background: #1e9191;
  background: rgba(0, 84, 86, 0.7);
  background: rgb(100, 160, 159);
}

.footer {
  text-align: center;
  padding: 50px 0;
}

.footer .brand-container {
  margin-bottom: 1em;
}

.footer .brand {
  color: white;
  padding: 5px 10px;
  font-weight: 700;
  text-decoration: none;
  font-family: Montserrat;
  font-size: 1.2em;
  color: #e25757;
}

.footer .container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.footer p {
  margin: 0;
  font-family: Montserrat;
  color: #fff;
  font-size: 0.8em;
  color: rgb(42, 67, 111);
  color: #003e40;
  color: rgb(100, 100, 100);
}

.footer a {
  display: inline-block;
  margin-top: 20px;
  font-family: "Montserrat";
  text-decoration: none;
  color: #e25757;
}

.footer a.terms {
  margin-top: 10px;
  font-size: 0.8em;
}

.salestec-coming-soon {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -js-display: flex;
  height: 400px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.4em;
}

.products {
  border-bottom: 1px solid #ddd;
  padding-top: 50px;
  padding-bottom: 60px;
}

.products>.container {
  max-width: 1560px;
  margin: auto;
}

.products h1 {
  margin: 0;
  color: white;
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 2.0em;

  color: #e25757;
  text-align: center;
}

.products h2 {
  margin: 0;
  color: white;
  font-family: "Open Sans";
  font-weight: 300;
  font-size: 1.6em;

  color: #c54c4c;

  color: rgb(100, 100, 100);


  text-align: center;

  max-width: 680px;
  margin: auto;
  margin-bottom: 40px;
}

.products-blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -js-display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;

  margin-top: 70px;
}

.products-blocks.last {
  margin-bottom: 60px;
}

.products-blocks .products-block {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 10px;
          flex: 1 1 10px;
  max-width: 450px;
  padding: 0 30px;

  margin-bottom: 30px;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
  -js-display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.products-blocks .products-block .title {
  font-family: "Montserrat";
  font-size: 1.4em;
  margin-bottom: 0.7em;
  color: #e25757;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
  -js-display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;

  -webkit-box-flex: 0;

      -ms-flex: 0 0 auto;

          flex: 0 0 auto;
}

.products-blocks .products-block .title img {
  display: inline;
  margin-right: 10px;
  max-height: 40px;
  margin-bottom: 10px;
}

.products-blocks .products-block .body {
  font-family: "Open Sans";
  font-weight: 300;
  font-size: 1.3em;
  margin-bottom: 10px;

  -webkit-box-flex: 1;

      -ms-flex: 1 1 auto;

          flex: 1 1 auto;
  text-align: center;
  color: rgb(100, 100, 100);
}

.products-block .button {
  width: 120px;
  min-width: 120px;
  padding: 8px 0px;
  margin: auto;
  margin-top: 15px;
}

.empty-logo {
  margin-right: 10px;
  width: 40px;
  height: 40px;
  margin-bottom: 10px;
}


/* PRODUCT SCREENSHOTS */

.product-screen {
  padding-top: 90px;
  padding-bottom: 90px;
  border-bottom: 1px solid #ddd;
  color: rgb(100, 100, 100);
}

.product-screen .container,
.footer .container {
  max-width: 1560px;
  margin: auto;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
}

.description-footer {
  margin-top: 15px;
}

.product-screen .description {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-right: 50px;
}

.product-screen .description.left {
  padding-left: 50px;
}

.product-screen .description>h1 {
  margin: 0;
  margin-bottom: 0.5em;
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 2.4em;
  color: #e25757;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.product-screen .description>h1 img {
  max-width: 40px;
  margin-right: 15px;
}

.product-screen .description>p {
  font-family: "Open Sans";
  font-weight: 300;
  font-size: 1.3em;
  margin: 0.5em 0;
}


.product-screen .description>ul {
  font-family: "Open Sans";
  font-size: 1.3em;
  font-weight: 300;
  margin: 0;
}

.product-screen .picture {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 35%;
          flex: 1 1 35%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.product-screen .picture.left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.browser-container {
  display: block;
  max-width: 700px;
  /* perspective: 600px; */
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-decoration: none;
}

.browser-container img {
  width: 100%;
}

.product-screen .browser-container {
}

.product-screen .picture.left .browser-container {
}

.browser {
  border: 1px solid #d6d9dc;
  border-radius: 4px;
  /* box-shadow: 0 4px 15px 0px #b5b5b5; */
  /* transform: rotateY(-5deg); */
}

.browser-top {
  border-radius: 2px 2px 0 0;
  background: #f5f6f8;
  height: 30px;
}

.dot {
  margin: 8px 0 0 8px;
  display: inline-block;
  height: 12px;
  width: 12px;
  border-radius: 20px;
}

.dot-green {
  background: #85d350;
}

.dot-red {
  background: #d75342;
}

.dot-yellow {
  background: #f7bf3d;
}

/* CAREERS */

.careers h1 {
  text-align: left;
}

.careers h2 {
  text-align: left;
  font-size: 1.3em;
  width: auto;
  max-width: 100%;;
  margin-top: 1em;
}

.slides-container h2 {
  font-family: "Open Sans";
}

.list-h2::marker {
  font-size: 1.3em;
  font-weight: 300;
  font-family: "Open Sans";
  color: rgb(100, 100, 100);
}

/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (max-width: 1560px) {
  .product-screen .container,
  .careers .container,
  .footer .container {
    margin: 0 50px;
  }
}

@media only screen and (max-width: 1500px) {
}

@media only screen and (max-width: 1400px) {
  .product .description {
    padding-left: 50px;
  }

  .product-screen .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .product-screen .container.right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    /* -webkit-box-direction: reverse; */
        /* -ms-flex-direction: column-reverse; */
            /* flex-direction: column-reverse; */
  }

  .product-screen .container.right .description {
    -webkit-order: 2;
    order: 2;
  }

  .product-screen .container.right .picture {
    -webkit-order: 1;
    order: 1;
  }

  .product-screen .browser-container {
    max-width: 100%;
  }

  .product-screen .picture,
  .product-screen .picture.left {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .product-screen .description {
    padding: 0 50px;
  }

  .product-screen .picture {
    margin-bottom: 4em;
    max-width: 600px;
  }

  .product-screen .picture.left {
  }
}

@media only screen and (max-width: 1400px) {
  .product .description {
    padding-right: 50px;
  }
  .product .description.left {
    padding-right: 0px;
    padding-left: 50px;
  }
}

@media only screen and (max-width: 1000px) {
  .jumbotron {
    height: 600px;
  }
}

@media only screen and (max-width: 1300px) {
  .navbar a.brand,
  .navbar a.careers-link {
    visibility: visible;
  }

  .product .description {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 400px;
            flex: 0 0 400px;
  }
  .products h1 {
    font-size: 2.5em;
    padding: 0 30px;
  }
  .product .description>h1 {
    font-size: 2.0em;
  }
  .product .description>p {
    font-size: 1.2em;
  }
  .salestec-coming-soon {
    height: 200px;
  }

  .products .internships {
    padding: 0 30px;
  }
}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.text-center {
  text-align: center;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        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) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
