/*
  Copyright © 2004 - 2017 Primate Labs Inc.
*/



/* Imports ---------------------------- */

@import url(normalize.css);

/* Body ---------------------------- */

body {
  background-color: #FFFFFF;
  color: #333333;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 90%;
  line-height: 1.6em;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-feature-settings: 'liga', 'kern';
}


/* Components ---------------------------- */

hr {
  border: 0;
  height: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.20);
  margin: 1.75em 0;
}

.clearfix:after,
.columns:after,
.col-6:after,
.container:after {
  content: "";
  display: table;
  clear: both;
}

.container {
  padding: 0 16px;
  margin: 0 auto;
}

.content-wrapper {
  padding: 36px 16px 40px 16px;
}

img {
  max-width: 100%;
  height: auto;
}

.col-6 {
  box-sizing: border-box;
  width: 100%;
  padding: 0 24px;
  margin-bottom: 48px;
  text-align: center;
}

.col-6-last {
  margin-bottom: 0;
}

@media (min-width: 720px) {
  .container {
    width: 688px;
  }

  .content-wrapper {
    width: 688px;
    margin: 0 auto;
  }

  .col-6 {
    width: 50%;
    float: left;
    text-align: left;
    margin-bottom: 36px;
    position: relative;
  }

    .col-6 svg {
      position: absolute;
      left: 0;
      top: 6px;
    }

    .col-6 h2, .col-6 p {
      margin-left: 50px;
    }

  .col-6-last-row {
    margin-bottom: 0;
  }

}

@media (min-width: 960px) {
  .container {
    width: 928px;
  }
}

@media (min-width: 1140px) {
  .container {
    width: 1108px;
  }
}




/* Fonts ---------------------------- */

h1,
h2,
h3,
h4 {
    letter-spacing: -0.035em;
}

h1 {
  font-size: 280%;
}

@media (min-width: 600px) {

  h1 {
    font-size: 380%;
  }

}

ul li {
  margin-bottom: 12px;
}


/* Links ---------------------------- */

a {
  color: #21A6F3;
  text-decoration: none;
}

  a:hover {
    color: #035b8a;
  }



/* Header ---------------------------- */

.header {
  width: 100%;
  /*background: #212121;*/
  background: #003366;
  padding: 18px 0 20px 0;
  color: #FFFFFF;
}

.header a {
  color: #ffffff;
}


  /* Made by ---------------------------- */

  .made-by {
    float: left;
  }

    .pl-logo {
      fill: #FFFFFF;
      position: relative;
      top: 4px;
      left: 2px;
      transition: all 0.1s ease;
      opacity: 1;
      position: relative;
    }

      .pl-logo:hover {
        opacity: 0.75;
      }



  /* Top Nav ---------------------------- */

  .menu-toggle svg {
    float: right;
    padding: 8px;
    position: absolute;
    top: 14px;
    right: 8px;
  }

  .top-nav {
    list-style: none;
    margin: 20px 0 -20px 0;
    padding: 0;
    width: 100%;
    border-top: 1px solid #3A3939;
    float: left;
    text-align: center;
  }

    .top-nav li {
      display: inline-block;
      border-bottom: 1px solid #3A3939;
      width: 100%;
      margin-bottom: 0;
    }

    .top-nav li.last {
      margin-bottom: 24px;
    }

    .top-nav a {
      display: block;
      padding: 16px 0;
      color: #FFFFFF;
      transition: all 0.1s ease;
      opacity: 1;
    }

      .top-nav a:hover {
        display: inline-block;
        color: #FFFFFF;
        transition: all 0.1s ease;
        opacity: 0.75;
      }



@media (min-width: 690px) {

  .menu-toggle svg {
    display: none;
  }

  .top-nav {
    margin: 1px 0 0 0;
    width: auto;
    height: 22px;
    float: right;
    text-align: left;
    border: none;
    display: inline-block !important;
  }

    .top-nav li {
      display: inline-block;
      width: auto;
      border: none;
      margin-left: 48px;
    }

    .top-nav a {
      padding: 0;
    }

}



  /* Intro ---------------------------- */

  .intro {
    width: 100%;
    /*background: #212121;*/
    background: #003366;
    color: #FFFFFF;
    padding: 24px 0 44px 0;
    text-align: center;
  }

    @media (min-width: 600px) {
      .intro {
        padding: 4px 0 60px 0;
      }
    }

    .intro .subtitle {
      font-size: 120%;
      color: #AEAEAE;
      margin-bottom: 36px;
    }

    @media (min-width: 600px) {
      .intro .subtitle {
        font-size: 160%;
        color: #AEAEAE;
        margin-bottom: 36px;
      }
    }

    .intro-btns {
      max-width: 440px;
      margin: 0 auto;
    }

    .intro-btns a {
      width: 40%;
      display: inline-block;
      font-size: 120%;
      font-weight: 500;
      margin: 0 8px;
    }

      .btn-download {
        background: #FFFFFF;
        border: 2px solid #FFFFFF;
        border-radius: 4px;
        padding: 12px 0;
        color: #212121;
        transition: all 0.4s ease;
        position: relative;
        top: 0;
      }

        .btn-download:hover {
          background: #454545;
          top: -2px;
          color: #FFFFFF;
          box-shadow: 0 4px 12px rgba(0,0,0,0.25);
        }

      .btn-buy {
        background: #067FC0;
        border: 2px solid #067FC0;
        border-radius: 4px;
        padding: 12px 0;
        color: #FFFFFF;
        transition: all 0.4s ease;
        position: relative;
        top: 0;
      }

        .btn-buy:hover {
          background: #1F3C4B;
          top: -2px;
          color: #4ec1ff;
          box-shadow: 0 4px 12px rgba(0,0,0,0.25);
        }


    .latest-version {
      color: #909090;
    }



/* Secondary ---------------------------- */

.secondary {
  padding: 64px 0;
  font-size: 120%;
  line-height: 1.5em;
}

  .app-ui-1 {
    margin: 0 auto;
    text-align: center;
    display: block;
  }

  @media (min-width: 720px) {
    .app-ui-1 {
      float: left;
      margin-right: 24px;
    }
  }

  @media (min-width: 960px) {
    .secondary-content {
      padding-top: 72px;
    }
  }

  @media (min-width: 1140px) {
    .app-ui-1 {
      float: left;
      margin-right: 72px;
    }

    .secondary-content {
      padding-top: 72px;
    }
  }



/* Features ---------------------------- */

.features {
  padding: 64px 0;
  font-size: 110%;
  background: #067FC0;
  color: #A5D0E8;
}

  .features-icon {
    fill: #FFFFFF;
  }

  .features h2 {
    color: #FFFFFF;
  }



/* Download ---------------------------- */

.download-page-header {
  padding: 36px 16px 64px 16px;
  background: #212121;
  color: #FFFFFF;
  text-align: center;
}

  @media (min-width: 720px) {
    .download-page-header h2 {
      font-size: 220%;
    }
  }

  .download-page-subtitle {
    max-width: 520px;
    margin: 0 auto;
  }

  .download-page-header p {
    color: #AEAEAE;
  }

    .download-page-header a {
      color: #AEAEAE;
      text-decoration: underline;
    }

    .download-page-header a:hover {
      color: #FFFFFF;
      text-decoration: none;
    }

.download-page-wrapper {
  padding: 48px 0;
}

    .download-page-col {
      margin-bottom: 12px;
      width: 100%;
      float: left;
    }

    .download-page-col-last {
      margin-bottom: 0;
    }


    @media (min-width: 720px) {
      .download-page-col {
        margin-bottom: 0;
        width: 31%;
        float: left;
      }

      .download-page-col-second {
        padding-left: 3%;
      }

      .download-page-col-last {
        float: right;
      }
    }



/* Blog ---------------------------- */

.blog-container #main-content {
  padding-top: 32px;
}

@media (min-width: 720px) {
  .blog-container {
    padding-bottom: 64px;
  }
}

.blog-title {
  margin: 0 0 1.5em 0;
  padding: 16px 0 0;
}

.blog-container .blog-title h1 {
  margin-bottom: 8px;
}

.blog-title h1 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 220%;
  font-weight: 700;
  line-height: 1.1em;
  color: #212121;
  margin-bottom: 26px;
}

.blog-title .metadata {
  margin: 0;
  padding: 0;
}

.blog-content {
  text-shadow: none;
}

.blog-content p {
  line-height: 1.6em;
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}



/* Main Content ---------------------------- */

#main-content {
  width: 100%;
  float: left;
}

#main-content img {
  max-width: 100%;
  height: auto;
}


@media (min-width: 720px) {
  #main-content {
    width: 60%;
  }
}

.metadata {
  color: rgb(157,157,157);
}



/* Sidebar ---------------------------- */

#sidebar {
  float: left;
  padding: 50px 0 50px 0;
}

@media (min-width: 720px) {
  #sidebar {
    float: right;
    width: 32%;
  }
}

.sidebar-section {
  margin-bottom: 48px;
}

.sidebar-section h3 {
  font-size: 150%;
}

.sidebar-section a svg {
  fill: #21A6F3;
  position: relative;
  top: 0px;
  margin-left: 2px;
  -moz-transition-duration: .25s;
  -moz-transition-property: fill;
  -webkit-transition-duration: .25s;
  -webkit-transition-property: fill;
  -o-transition-duration: .25s;
  -o-transition-property: fill;
}

  .sidebar-section a:hover svg {
    fill: #035b8a;
  }

  .sidebar-section .learn-more-wrapper a {
    border: 2px solid #067FC0;
    border-radius: 4px;
    padding: 1em 1.6em;
    background-color: transparent;
    color: #067FC0;
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    position: relative;
    top: 0;
  }

  .sidebar-section .learn-more-wrapper a:hover, .sidebar-section .learn-more-wrapper a:focus {
    background-color: #067FC0;
    color: #FFFFFF;
    top: -2px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.04);
  }

  ul.nav {
    list-style: none;
    background: none;
    padding-left: 0;
  }

  li.nav {
    list-style: none;
    background: none;
    padding-left: 0;
    margin: 0;
    font-weight: bold;
  }





/* Footer ---------------------------- */

#footer {
  padding-top: 48px;
  width: 100%;
  /*background-color: #212121;*/
  background: #003366;
}

#company{
  float: left;
}

#footerLogo img {
  border: 0;
  background: none;
}

#address {
  color: #FFFFFF;
  font-size: 11.2px;
  font-weight: 400;
  text-align: center;
}

#address p {
  line-height: 1.5em;
}

.footerNav {
  float: left;
  padding: 0 15px;
}

.footerNav h6 {
  margin-top: 0;
  margin-bottom: .5rem;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.4;
}

.footerNav ul {
  margin-left: 0;
  padding: 0;
  margin: 0;
}

.footerNav ul li {
  margin: 0;
  margin-bottom: 0.2em;
  padding-left: 0;
  background: none;
  list-style-type: none;
}

.footerNav ul li a {
  color: #9B9B9B;
  font-size: 16px;
  line-height: 1.4;
  -webkit-transition: color 250ms ease;
  -moz-transition: color 250ms ease;
  -o-transition: color 250ms ease;
  transition: color 250ms ease;
}

.footerNav ul li a:hover,
.footerNav ul li a:active {
  color: rgba(255, 255, 255, 1);
}


#company{
  width: 100%;
  padding: 0;
  margin-bottom: 36px;
}

  .logo-footer {
    max-width: 132px;
    margin: 0 auto;
    display: block;
  }

  .footerDivider {
    display: block;
    margin-bottom: 32px;
  }

.footerNav {
  width: 40%;
}


@media (min-width: 620px) {

  .footerDivider {
    display: none;
    margin-bottom: 0;
  }

  .footerNav {
    width: 19.66667%;
  }

}

@media (min-width: 960px) {
    #company{
      padding: 0 15px;
      margin-bottom: 0;
      width: 16.66667%;
    }

    .footerNav {
      width: 16.66667%;
    }

}


#copyright {
  clear: both;
  padding: 48px 0 36px 0;
}

#copyright p {
  color: #9B9B9B;
  font-size: 13.5px;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
}
