/* RESET */
h1, h2, h3, h4, h5, h6,
p, ol, ul, li, img {
  border: 0;
  margin: 0;
  padding: 0;
}

a:active {
  color: inherit;
}

body {
  color: #212121;
  background: #f9f9f9;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 16px;
}

h1 {
  color: #49ae49;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 48px;
  font-weight: 600;
  letter-spacing: -0.5px;
  text-align: center;
  margin-bottom: 24px;
}

h2 {
  color: #334d66;
  font-size: 36px;
  margin-top: 32px;
  margin-bottom: 20px;
}

#dhNavBar {
  top: 25px;
  left: inherit;
  right: 212px;
}
  #dhNavBar a {
    color: #334d66;
    font-weight: 500;
    padding: 8px 0;
    position: relative;
    transition: color 0.2s ease;
  }
  #dhNavBar a:hover {
    color: #0066cc;
  }
  #dhNavBar a small {
    color: #666;
    margin-top: 2px;
    transition: color 0.2s ease;
  }
  #dhNavBar a small:hover {
    color: #0066cc;
  }

.customer-nav-tools {
  top: 24px;
  right: 30px;
}
  .customer-nav-tools a {
    color: #868686;
  }

.next-step {
  color: #777;
  text-align: center;
}
  .next-step p {
    font-size: 22px;
    padding: 1em 0;
  }

blockquote.testimonial {
  color: rgb(119, 119, 119);
  font-size: 22px;
  line-height: 1.3333;
  margin: 1em 0;
}
  blockquote.testimonial .cite {
    color: #5e5e5e;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: .5em .25em;
  }
  blockquote.testimonial .cite:before {
    color: rgb(119, 119, 119);
    content: "– ";
  }

.btn {
  color: #267ad4;
  border: 2px solid rgba(38, 122, 212, 0.3);
  border-radius: 6px;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: .75em;
  padding: 12px 20px;
  min-width: 10em;
  font-weight: 500;
  transition: all 0.2s ease;
}
  .btn:hover {
    color: #0066cc;
    border-color: rgba(38, 122, 212, 0.5);
    background-color: rgba(38, 122, 212, 0.05);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.08);
    transform: translateY(-1px);
  }
  .btn:active {
    transform: translateY(1px);
    box-shadow: none;
  }
  .btn-invert {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.6);
  }
  .btn-invert:hover {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.8);
    background-color: rgba(255, 255, 255, 0.1);
  }
  .btn-major {
    color: #fff;
    border-color: #46a244;
    background: #46a244;
  }
  .btn-major:hover {
    color: #fff;
    background-color: #37923a;
    border-color: #37923a;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.15);
  }

.container {
  position: relative;
  margin: auto;
  padding: 0 15px;
  max-width: 1020px;
}

.developer-tools-bar-4mv {
  display: flex;
  align-items: center;
}
  .developer-tools-bar-4mv .section-title {
    color: rgba(255, 255, 255, .98);
    font-family: "Source Code Pro", "Source Sans Pro";
    font-size: 20px;
    white-space: nowrap;
  }
  .developer-tools-bar-4mv .section-title:after {
    color: #cde6fd;
    content: ">";
    margin: 0 1em;
  }
  .developer-tools-bar-4mv .projects {
    display: flex;
  }
  .developer-tools-bar-4mv .project {
    color: #bdcadb;
    font-size: 13px;
    line-height: 1.4;
    text-decoration: none;
    margin-left: 20px;
    display: inline-flex;
    align-items: center;
    max-width: 60%;
  }
  .developer-tools-bar-4mv .project:first-child {
    margin-left: 0;
  }
  .developer-tools-bar-4mv .project strong {
    color: rgba(255, 255, 255, .93);
    font-weight: 600;
  }
  .developer-tools-bar-4mv .project .logo {
    background: #fff;
    border-radius: 2px;
    float: left;
    margin-right: 1em;
  }
  .developer-tools-bar-4mv .project .logo img {
    display: block;
    width: 88px;
  }
  .developer-tools-bar-4mv .project p {
  }
  @media (max-width: 880px) {
    .developer-tools-bar-4mv {
      display: block;
    }
    .developer-tools-bar-4mv .projects {
      display: block;
    }
    .developer-tools-bar-4mv .project {
      clear: both;
      display: block;
      margin-left: 0;
      margin-top: 20px;
      max-width: none;
    }
  }

div .fade {
  font-size: 1em;
  opacity: 1;
}
  div .fade:nth-of-type(2) {
    font-size: .9em;
    opacity: .9;
  }
  div .fade:nth-of-type(3) {
    font-size: .8em;
    opacity: .8;
  }
  div .fade:nth-of-type(4) {
    font-size: .7em;
    opacity: .7;
  }
  div .fade:nth-of-type(5) {
    font-size: .6em;
    opacity: .6;
  }
  div .fade:nth-of-type(6) {
    font-size: .5em;
    opacity: .5;
  }

.heading-combo {
  margin: 0 auto 2em;
  max-width: 600px;
}
  .heading-combo h3 {
 /**   color: #777; */
    color: #334d66;
    font-size: 24px;
    padding: .33333em 0;
  }

.image-list {
  color: rgb(165, 78, 105);
  font-size: 22px;
  line-height: 1.143;
  margin-top: 1em;
  display: flex;
  align-items: center;
}
  .image-list .image {
    text-align: right;
    flex-basis: 20%;
    margin: 0 2em;
  }
  .image-list ul {
    list-style: disc outside;
  }
  .image-list li {
    margin: .375em 0;
  }

.questions {
  font-size: 24px;
  line-height: 1.4;
  margin: 2em auto;
  position: relative;
  max-width: 640px;
}
  .questions:not(.slick-initialized) .question:not(:first-child) {
    display: none;
  }
  .questions .question {
    padding-left: 1.66667em;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    padding: 24px 30px 24px 40px;
    margin-bottom: 16px;
  }
  .questions .prompt {
    color: #267ad4;
    font-size: 28px;
    font-weight: 600;
    position: relative;
    margin-bottom: 16px;
  }
  .questions .prompt:before {
    color: #85acd6;
    content: "Q. ";
    position: absolute;
    right: calc(100% + .25em);
  }
  .questions .answer {
    position: relative;
    color: #333;
    line-height: 1.5;
  }
  .questions .answer:before {
    color: #777;
    content: "A. ";
    position: absolute;
    right: calc(100% + .25em);
  }
  .questions .next-step {
    color: #267ad4;
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    margin: 16px 0 8px;
    transition: color 0.2s ease;
  }
  .questions .next-step:hover {
    color: #0066cc;
  }
  .questions .slick-next,
  .questions .slick-prev {
    margin-top: -40px;
    width: 40px;
    height: 40px;
  }
  .slick-next {
    right: -60px;
  }
  .slick-prev {
    left: -70px;
  }
  .slick-next:before,
  .slick-prev:before {
    color: #667688;
    font-size: 40px;
    opacity: 0.7;
    transition: opacity 0.2s ease;
  }
  .slick-next:hover:before,
  .slick-prev:hover:before {
    opacity: 1;
  }
  .questions .slick-dots {
    bottom: -1.5em;
  }
  .questions .slick-dots li button:before {
    color: #ccd7e2;
    font-size: 10px;
    opacity: 1;
    transition: all 0.2s ease;
  }
  .questions .slick-dots li.slick-active button:before {
    color: #267ad4;
    font-size: 12px;
    opacity: 1;
  }

section {
  font: 18px/1.5 -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  padding: 3em 0;
}
  section .content {
    line-height: 1.6;
    margin: auto;
    max-width: 700px;
  }
  section .content p {
    margin: 1em 0;
    color: #334d66;
  }
  section .annotation {
    margin-top: 2.5em;
    position: relative;
  }
  section .annotation img {
    display: block;
    margin: auto;
    max-width: 68%;
    border-radius: 4px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  }
  section .annotation .note {
    color: #334d66;
    font-size: 16px;
    line-height: 1.5;
    position: absolute;
    width: 16%;
    background: rgba(255, 255, 255, 0.95);
    padding: 10px;
    border-radius: 4px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  }

section:nth-of-type(2n+1) {
  background: #fff;
  padding: 2em 0;
}

section.var--blue {
  color: #cde6fd;
  background: linear-gradient(to top, #2f6da6, #4398cb);
}
  section.var--blue h2 {
    color: #fff;
  }
  section.var--blue .annotation .note {
    color: #fff;
  }
  section.var--blue .next-step {
    color: inherit;
  }
  section.var--blue .btn:not(.btn-major) {
    color: #fff;
    border-color: rgba(255, 255, 255, .5);
  }
  section.var--blue .btn:not(.btn-major):hover {
    color: #fff;
    border-color: rgba(255, 255, 255, .65);
  }

section.var--devbar {
  background: linear-gradient(to bottom, #305480, #2f6da6);
}

section.customers {
  background: url(/images/home/pattern.png) repeat-x, url(/images/home/pattern.png) repeat-x bottom, #fff;
  position: relative;
}
  section.customers .container {
    background: url(/images/home/customers-left.png) no-repeat left, url(/images/home/customers-right.png) no-repeat right;
    background-size: 170px;
    box-sizing: border-box;
    padding-top: 0em;
    min-height: 355px;
  }
  section.customers .content {
    max-width: 500px;
  }
  section.customers .headline {
    text-align: center;
    margin: auto;
    max-width: 500px;
  }
  section.customers .headline:after {
    background: #bebebe;
    content: "";
    display: block;
    position: relative;
    bottom: 1em;
    width: 100%;
    height: 1px;
  }
  section.customers h1 {
    color: #69ad71;
    font-size: 50px;
    font-style: italic;
    font-weight: 300;
    position: relative;
    z-index: 2;
  }
  section.customers h2 {
    color: #295d9a;
    background: #fff;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 1px;
    display: inline-block;
    padding: .125em .75em;
    position: relative;
    z-index: 1;
  }

section.product {
  background-color: #fff;
}
  section.product .annotation .note:nth-of-type(1) {
    top: 39%;
    left: 0;
  }
  section.product .annotation .note:nth-of-type(2) {
    top: 14%;
    right: 0;
  }
  section.product .annotation .note:nth-of-type(3) {
    top: 53%;
    right: 0;
  }

section.reports {
}
  section.reports .annotation .note:nth-of-type(1) {
    top: 0;
    left: 0;
  }
  section.reports .annotation .note:nth-of-type(2) {
    bottom: 17%;
    left: 0;
  }
  section.reports .annotation .note:nth-of-type(3) {
    top: 24%;
    right: 0;
  }

.site-footer {
  padding: 1em 0;
}
  .site-footer #footerBox {
    display: flex;
    padding: 0;
  }
  .site-footer #footerBox > * {
    flex: 1 0 30%;
  }
  .site-footer #footerBox ul {
    margin-right: auto;
    order: 3;
  }
  .site-footer #footerBox li {
    float: none;
    display: inline-block;
    margin: 0 .25em;
    width: auto;
  }
  .site-footer #search {
    margin-left: 0;
  }
  .site-footer #search input.gsc-input {
    box-sizing: border-box;
  }

.site-header {
  background: #fff;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 3;
}
  .site-header.headroom {
    transition: transform 200ms linear;
  }
  .site-header.headroom--unpinned {
    transform: translateY(-100%);
  }
  .site-header.headroom--pinned {
    box-shadow: 0 0 1px rgba(60, 125, 186, .5);
    transform: translateY(0);
  }

#dhWrapper {
  margin: auto;
  width: auto;
  max-width: none;
}

.page-label {
  display: none;
}

/* Layout | positioning utilities and breakpoint variations */

/* Layout: Desktop */

@media (min-width: 880px) {
  .image-list {
    font-size: 28px;
  }

  .site-header {
    background: #fff;
    padding: .75em 0;
  }

  section:first-of-type {
    padding-top: 180px;
  }
}

/* Layout: Mobile */

@media (max-width: 879px) {
  #dhLogo {
    margin: 16px;
    max-width: 70%;
  }
  #dhLogo img {
    width: 100%;
    height: auto;
  }

  .image-list li {
    margin-left: 1.25em;
  }

  .questions {
    font-size: 22px;
  }
  .questions .slick-prev,
  .questions .slick-next {
    display: none !important;
  }

  .image-list .image {
    display: none;
  }

  section .annotation img {
    margin-bottom: 1em;
    max-width: 100%;
  }
  section .annotation .note {
    display: list-item;
    position: static;
    margin: .5em .5em .5em 1.5em;
    width: auto;
  }

  section.customers .container {
    background: none;
  }

  .site-footer #footerBox {
    flex-direction: column;
  }
}

/* The full service tabs */
  .slides-nmdj {
    position: relative;
    transition: all .1s linear;
    margin: 1em auto;
    max-width: 800px;
  }
    .slides-nmdj.state--active {
      margin-bottom: 5.5em;
    }
    .slides-nmdj .headers {
      background: rgba(255, 255, 255, .85);
      border: 2px solid rgba(255, 255, 255, .85);
      border-radius: 4px;
      display: flex;
      overflow: hidden;
      height: calc(96px + 3em);
    }
    .slides-nmdj.state--active .headers {
      border-radius: 4px 4px 0 0;
    }
    .slides-nmdj .headers > h3 {
      cursor: pointer;
      border-right: 1px solid rgba(56, 129, 183, .5);
      border-right: 2px solid rgba(255, 255, 255, .85);
      box-sizing: border-box;
      font-weight: 600;
      text-align: center;
      padding: 0 .5em;
      width: 25%;
    }
    .slides-nmdj .headers > h3:last-child {
      border-right: 0;
    }
    .slides-nmdj .headers > h3.state--active {
      background: #fff;
    }
    .slides-nmdj .headers > h3 > img {
      -webkit-filter: grayscale(.4);
      filter: grayscale(.4);
      display: block;
      margin: .75em auto .5em;
    }
    .slides-nmdj .headers > h3:hover > img {
      -webkit-filter: none;
      filter: none;
    }
    .slides-nmdj .headers > h3.state--active > img {
      -webkit-filter: none;
      filter: none;
    }
    .slides-nmdj .content {
      overflow: hidden;
      max-width: none;
    }
    .slides-nmdj .content > div {
      box-sizing: border-box;
      transition: all .3s linear;
      width: 100%;
    }
    .slides-nmdj .content > div.state--active {
      opacity: 1;
      visibility: visible;
      z-index: 1;
    }
    .slides-nmdj .content > div {
      display: flex;
      flex-wrap: wrap;
    }
    .slides-nmdj .content > div > p {
      line-height: 1.25;
    }

  /* Layout: Desktop */

  @media (min-width: 880px) {
    .slides-nmdj .content > div {
      color: #3b3b3b;
      background: #fff;
      border-radius: 0 0 4px 4px;
      opacity: 0;
      padding: .25em 1em;
      position: absolute;
      top: calc(96px + 3em);
      height: 4.5em;
      visibility: hidden;
      z-index: -1;
    }
  }

  /* Layout: Mobile */

  @media (max-width: 879px) {
    .slides-nmdj .headers {
      flex-wrap: wrap;
      height: auto;
    }
    .slides-nmdj .headers > h3 {
      border: 0;
      padding: .5em;
      width: 50%;
    }
  }
