body {
  padding: 0;
  margin: 0;
  background: #fff;
  font-size: 13px;
  line-height: 20px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  color: #000;
}

/* Public capability, company, and service pages (DPS-616 / DPS-617) */
.capability-page,
.company-modern,
.services-modern {
  background: #f5f7fa;
  color: #172337;
  font-size: 16px;
  line-height: 1.65;
}
.capability-page h1,
.capability-page h2,
.capability-page h3,
.company-modern h1,
.company-modern h2,
.company-modern h3,
.services-modern h1,
.services-modern h2 {
  color: inherit;
  font-family: Lato, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.15;
  margin-top: 0;
}
.capability-page p,
.company-modern p,
.services-modern p {
  color: inherit;
}
.capability-hero,
.company-hero,
.services-hero {
  background:
    radial-gradient(circle at 86% 18%, rgba(247, 201, 65, .2) 0, rgba(247, 201, 65, 0) 25%),
    linear-gradient(135deg, #071a33 0%, #0c2e54 58%, #164e7e 100%);
  color: #fff;
  overflow: hidden;
  padding: 92px 0 82px;
  position: relative;
}
.capability-hero:after,
.company-hero:after,
.services-hero:after {
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 50%;
  content: "";
  height: 460px;
  position: absolute;
  right: -190px;
  top: -175px;
  width: 460px;
}
.capability-hero-grid,
.company-hero-grid,
.services-hero-grid {
  align-items: center;
  display: grid;
  gap: 70px;
  grid-template-columns: minmax(0, 1.5fr) minmax(260px, .7fr);
  position: relative;
  z-index: 1;
}
.capability-hero-grid:before,
.capability-hero-grid:after,
.company-hero-grid:before,
.company-hero-grid:after,
.services-hero-grid:before,
.services-hero-grid:after,
.capability-answer-grid:before,
.capability-answer-grid:after,
.capability-two-column:before,
.capability-two-column:after,
.capability-cta-card:before,
.capability-cta-card:after,
.company-facts-grid:before,
.company-facts-grid:after,
.company-story-grid:before,
.company-story-grid:after,
.company-values-grid:before,
.company-values-grid:after,
.company-location-grid:before,
.company-location-grid:after,
.services-fit-grid:before,
.services-fit-grid:after {
  content: none;
  display: none;
}
.capability-eyebrow,
.capability-section-label {
  color: #176ab0;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .16em;
  margin: 0 0 17px;
  text-transform: uppercase;
}
.capability-hero .capability-eyebrow,
.company-hero .capability-eyebrow,
.services-hero .capability-eyebrow {
  color: #f7c941;
}
.capability-hero h1,
.company-hero h1,
.services-hero h1 {
  color: #fff;
  font-size: 52px;
  margin-bottom: 24px;
  max-width: 830px;
}
.capability-hero-copy,
.company-hero-copy,
.services-hero-grid > div:first-child > p:not(.capability-eyebrow) {
  color: #d9e5f1 !important;
  font-size: 20px;
  line-height: 1.65;
  margin-bottom: 0;
  max-width: 820px;
}
.capability-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}
.capability-button {
  border: 2px solid transparent;
  border-radius: 4px;
  display: inline-flex;
  font-size: 14px;
  font-weight: 800;
  justify-content: center;
  letter-spacing: .04em;
  min-height: 50px;
  padding: 13px 23px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color .2s ease, border-color .2s ease, color .2s ease;
}
.capability-button-primary {
  background: #f7c941;
  border-color: #f7c941;
  color: #071a33;
}
.capability-button-primary:hover,
.capability-button-primary:focus {
  background: #ffdb6b;
  border-color: #ffdb6b;
  color: #071a33;
  text-decoration: none;
}
.capability-button-secondary {
  border-color: rgba(255, 255, 255, .6);
  color: #fff;
}
.capability-button-secondary:hover,
.capability-button-secondary:focus {
  background: #fff;
  border-color: #fff;
  color: #0c2e54;
  text-decoration: none;
}
.capability-hero-mark {
  background: rgba(7, 26, 51, .48);
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 10px;
  box-shadow: 0 26px 60px rgba(0, 0, 0, .24);
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, 1fr);
  padding: 30px;
  text-align: center;
}
.capability-hero-mark span {
  align-items: center;
  background: #f7c941;
  border-radius: 50%;
  color: #071a33;
  display: flex;
  font-size: 44px;
  grid-column: 1 / -1;
  height: 112px;
  justify-content: center;
  margin: 0 auto 18px;
  width: 112px;
}
.capability-hero-mark small {
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .13em;
}
.capability-answer,
.services-answer {
  background: #fff;
  border-bottom: 1px solid #e3e8ee;
  padding: 62px 0;
}
.capability-answer-grid {
  display: grid;
  gap: 55px;
  grid-template-columns: 180px minmax(0, 1fr);
}
.capability-answer-grid h2 {
  font-size: 31px;
  margin-bottom: 13px;
}
.capability-answer-grid > div > p {
  color: #536277;
  font-size: 18px;
  margin: 0;
  max-width: 900px;
}
.capability-section,
.company-section,
.services-directory {
  padding: 78px 0;
}
.capability-section-heading {
  margin: 0 0 40px;
  max-width: 760px;
}
.capability-section-heading h2 {
  font-size: 36px;
  margin-bottom: 12px;
}
.capability-section-heading > p:last-child {
  color: #627086;
  font-size: 18px;
}
.capability-card-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.capability-card {
  background: #fff;
  border-top: 4px solid #176ab0;
  box-shadow: 0 10px 28px rgba(15, 37, 62, .08);
  min-height: 205px;
  padding: 30px 28px;
}
.capability-card h3 {
  font-size: 21px;
  margin-bottom: 13px;
}
.capability-card p {
  color: #5b687b;
  margin: 0;
}
.capability-source-note {
  background: #eaf2f8;
  border-radius: 5px;
  color: #34465d !important;
  font-size: 14px;
  margin: 26px 0 0;
  padding: 16px 19px;
}
.capability-source-note .fa {
  color: #176ab0;
  margin-right: 8px;
}
.capability-process-section,
.company-system-section {
  background: #0a2442;
  color: #fff;
}
.capability-section-heading-light h2,
.capability-section-heading-light > p:last-child {
  color: #fff;
}
.capability-section-heading-light .capability-section-label,
.company-system-section .capability-section-label {
  color: #f7c941;
}
.capability-process {
  counter-reset: none;
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  list-style: none;
  margin: 0;
  padding: 0;
}
.capability-process li {
  background: rgba(255, 255, 255, .06);
  min-height: 260px;
  padding: 28px 25px;
}
.capability-process li > span {
  align-items: center;
  border: 1px solid rgba(247, 201, 65, .7);
  border-radius: 50%;
  color: #f7c941;
  display: flex;
  font-size: 13px;
  font-weight: 800;
  height: 34px;
  justify-content: center;
  margin-bottom: 28px;
  width: 34px;
}
.capability-process h3 {
  color: #fff;
  font-size: 19px;
  margin-bottom: 12px;
}
.capability-process p {
  color: #bed0e2;
  font-size: 14px;
  margin: 0;
}
.capability-two-column {
  display: grid;
  gap: 70px;
  grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
}
.capability-two-column h2,
.company-section h2,
.company-location h2,
.services-fit h2 {
  font-size: 34px;
  margin-bottom: 26px;
}
.capability-application-list {
  display: grid;
  gap: 11px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  list-style: none;
  margin: 0;
  padding: 0;
}
.capability-application-list li {
  align-items: flex-start;
  background: #fff;
  display: flex;
  gap: 9px;
  padding: 14px;
}
.capability-application-list .fa,
.services-fit .fa {
  color: #176ab0;
  margin-top: 5px;
}
.capability-questions article {
  border-top: 1px solid #dce3ea;
  padding: 20px 0 17px;
}
.capability-questions article:first-child {
  border-top: 3px solid #176ab0;
}
.capability-questions h3 {
  font-size: 18px;
  margin-bottom: 8px;
}
.capability-questions p {
  color: #5b687b;
  margin: 0;
}
.capability-related {
  background: #fff;
  border-bottom: 1px solid #e3e8ee;
  border-top: 1px solid #e3e8ee;
  padding: 38px 0;
}
.capability-related nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.capability-related a {
  background: #eef3f7;
  color: #173a5d;
  font-weight: 700;
  padding: 12px 16px;
}
.capability-related a:hover,
.capability-related a:focus {
  background: #176ab0;
  color: #fff;
  text-decoration: none;
}
.capability-related a .fa {
  margin-left: 12px;
}
.capability-cta {
  background: #f5f7fa;
  padding: 70px 0 84px;
}
.capability-cta-card {
  align-items: center;
  background: #fff;
  border-left: 7px solid #f7c941;
  box-shadow: 0 15px 45px rgba(15, 37, 62, .1);
  display: grid;
  gap: 35px;
  grid-template-columns: minmax(0, 1fr) auto;
  padding: 42px 48px;
}
.capability-cta-card h2 {
  color: #172337;
  font-size: 32px;
  margin-bottom: 10px;
}
.capability-cta-card p:last-child {
  color: #5b687b;
  margin: 0;
}

/* Company */
.company-anniversary {
  align-items: center;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  padding: 24px;
  text-align: center;
}
.company-anniversary img {
  filter: invert(1);
  height: auto;
  max-width: 235px;
  width: 100%;
}
.company-anniversary p {
  color: #fff;
  margin: 15px 0 0;
}
.company-anniversary strong,
.company-anniversary span {
  display: block;
}
.company-anniversary strong {
  color: #f7c941;
  font-size: 20px;
}
.company-anniversary span {
  color: #d9e5f1;
  font-size: 13px;
}
.company-facts {
  background: #fff;
  border-bottom: 1px solid #e3e8ee;
  padding: 34px 0;
}
.company-facts-grid {
  display: grid;
  gap: 0;
  grid-template-columns: repeat(4, 1fr);
}
.company-facts-grid > div {
  border-left: 1px solid #dce3ea;
  padding: 8px 25px;
}
.company-facts-grid > div:first-child {
  border-left: 0;
}
.company-facts strong,
.company-facts span {
  display: block;
}
.company-facts strong {
  color: #0d4778;
  font-size: 22px;
}
.company-facts span {
  color: #667489;
  font-size: 13px;
}
.company-story-grid,
.company-values-grid,
.company-location-grid {
  display: grid;
  gap: 75px;
  grid-template-columns: minmax(0, .72fr) minmax(0, 1.28fr);
}
.company-lead {
  color: #21344b !important;
  font-size: 21px;
  line-height: 1.55;
}
.company-story-grid > div:last-child > p:last-child {
  color: #5b687b;
  margin-bottom: 0;
}
.company-system-grid {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.company-system-grid a {
  background: rgba(255, 255, 255, .06);
  color: #fff;
  min-height: 210px;
  padding: 27px 21px;
  text-decoration: none;
}
.company-system-grid a:hover,
.company-system-grid a:focus {
  background: rgba(255, 255, 255, .12);
  color: #fff;
}
.company-system-grid .fa,
.company-system-grid strong,
.company-system-grid span {
  display: block;
}
.company-system-grid .fa {
  color: #f7c941;
  font-size: 27px;
  margin-bottom: 32px;
}
.company-system-grid strong {
  font-size: 18px;
  margin-bottom: 8px;
}
.company-system-grid span {
  color: #bed0e2;
  font-size: 13px;
  line-height: 1.5;
}
.company-value-list article {
  border-top: 1px solid #dce3ea;
  display: grid;
  gap: 22px;
  grid-template-columns: 46px 1fr;
  padding: 24px 0;
}
.company-value-list article:first-child {
  border-top: 3px solid #176ab0;
}
.company-value-list article > span {
  color: #176ab0;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em;
}
.company-value-list h3 {
  font-size: 19px;
  margin-bottom: 8px;
}
.company-value-list p {
  color: #5b687b;
  margin: 0;
}
.company-location {
  background: #e8eef4;
  padding: 68px 0;
}
.company-location address {
  color: #45566c;
  font-size: 17px;
  line-height: 1.7;
}
.company-location a {
  color: #0c5b9d;
  font-weight: 700;
}
.company-location-callout {
  align-items: center;
  background: #0a2442;
  color: #fff;
  display: grid;
  gap: 25px;
  grid-template-columns: 60px 1fr;
  padding: 35px;
}
.company-location-callout .fa {
  color: #f7c941;
  font-size: 50px;
}
.company-location-callout p {
  color: #d9e5f1;
  font-size: 18px;
  margin: 0;
}

/* Services directory */
.services-route {
  align-items: center;
  background: rgba(7, 26, 51, .48);
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 9px;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  min-height: 180px;
  padding: 28px;
}
.services-route span {
  background: rgba(255, 255, 255, .1);
  border-radius: 3px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .1em;
  padding: 10px;
}
.services-route .fa {
  color: #f7c941;
}
.services-card-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.services-card {
  background: #fff;
  border: 1px solid #e1e7ed;
  color: #172337;
  display: flex;
  flex-direction: column;
  min-height: 285px;
  padding: 27px;
  text-decoration: none;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}
.services-card:hover,
.services-card:focus {
  border-color: #176ab0;
  box-shadow: 0 15px 34px rgba(15, 37, 62, .12);
  color: #172337;
  text-decoration: none;
  transform: translateY(-3px);
}
.services-card > .fa {
  color: #176ab0;
  font-size: 27px;
  margin-bottom: 28px;
}
.services-card h2 {
  font-size: 21px;
  margin-bottom: 12px;
}
.services-card p {
  color: #5b687b;
  flex: 1;
  font-size: 14px;
}
.services-card > span {
  color: #0c5b9d;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .05em;
  text-transform: uppercase;
}
.services-card > span .fa {
  margin-left: 8px;
}
.services-fit {
  background: #e8eef4;
  padding: 68px 0;
}
.services-fit-grid {
  align-items: center;
  display: grid;
  gap: 75px;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, .8fr);
}
.services-fit-grid > div > p:last-child {
  color: #536277;
  margin-bottom: 0;
}
.services-fit ul {
  background: #fff;
  box-shadow: 0 12px 32px rgba(15, 37, 62, .08);
  list-style: none;
  margin: 0;
  padding: 25px 28px;
}
.services-fit li {
  border-top: 1px solid #e2e7ec;
  padding: 13px 0;
}
.services-fit li:first-child {
  border-top: 0;
}
.services-fit .fa {
  margin-right: 9px;
}

@media (max-width: 991px) {
  .capability-hero-grid,
  .company-hero-grid,
  .services-hero-grid {
    gap: 38px;
    grid-template-columns: minmax(0, 1.25fr) minmax(230px, .75fr);
  }
  .capability-hero h1,
  .company-hero h1,
  .services-hero h1 {
    font-size: 42px;
  }
  .capability-card-grid,
  .services-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .capability-process {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .company-system-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .company-facts-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .company-facts-grid > div:nth-child(3) {
    border-left: 0;
  }
}

@media (max-width: 767px) {
  .capability-hero,
  .company-hero,
  .services-hero {
    padding: 64px 0 58px;
  }
  .capability-hero-grid,
  .company-hero-grid,
  .services-hero-grid,
  .capability-answer-grid,
  .capability-two-column,
  .capability-cta-card,
  .company-story-grid,
  .company-values-grid,
  .company-location-grid,
  .services-fit-grid {
    display: block;
  }
  .capability-hero h1,
  .company-hero h1,
  .services-hero h1 {
    font-size: 35px;
  }
  .capability-hero-copy,
  .company-hero-copy,
  .services-hero-grid > div:first-child > p:not(.capability-eyebrow) {
    font-size: 17px;
  }
  .capability-hero-mark,
  .company-anniversary,
  .services-route {
    margin-top: 42px;
  }
  .capability-answer,
  .services-answer {
    padding: 48px 0;
  }
  .capability-answer-grid > .capability-section-label {
    margin-bottom: 16px;
  }
  .capability-section,
  .company-section,
  .services-directory {
    padding: 58px 0;
  }
  .capability-section-heading h2,
  .capability-two-column h2,
  .company-section h2,
  .company-location h2,
  .services-fit h2 {
    font-size: 29px;
  }
  .capability-card-grid,
  .services-card-grid,
  .capability-process,
  .company-system-grid,
  .company-facts-grid {
    display: block;
  }
  .capability-card,
  .services-card,
  .capability-process li,
  .company-system-grid a,
  .company-facts-grid > div {
    margin-bottom: 14px;
    min-height: 0;
  }
  .company-facts-grid > div {
    border-left: 0;
    border-top: 1px solid #dce3ea;
    padding: 15px 0;
  }
  .company-facts-grid > div:first-child {
    border-top: 0;
  }
  .capability-two-column > div + div,
  .company-values-grid > div + div,
  .company-location-callout,
  .services-fit ul {
    margin-top: 40px;
  }
  .capability-cta-card {
    padding: 34px 25px;
  }
  .capability-cta-card .capability-button {
    margin-top: 27px;
    width: 100%;
  }
  .capability-application-list {
    display: block;
  }
  .capability-application-list li {
    margin-bottom: 8px;
  }
  .company-anniversary img {
    max-width: 190px;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Lato Bold', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
}
h1 {
  font-size: 32px;
}
h2 {
  font-size: 28px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size: 16px;
}
h6 {
  font-size: 12px;
}
a {
  transition: all .2s;
  -moz-transition: all .2s;
  -webkit-transition: all .2s;
}
a:hover,
a:active,
a:focus {
  outline: 0;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .feature-title {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .section-title {
    font-size: 22px;
  }
}
.btn {
  border-radius: 30px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  background: none;
  border-width: 2px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.btn:hover,
.btn:focus,
.btn:active {
  outline: 0;
  background: none;
}
.btn:after {
  height: 100%;
  width: 0;
  content: "";
  top: 0;
  position: absolute;
  left: 0;
  z-index: -1;
  transition: width 0.1s linear;
  -moz-transition: width 0.1s linear;
  -webkit-transition: width 0.1s linear;
}
.btn:hover:after {
  width: 100%;
}
.btn-primary {
  color: #0099cc;
  border-color: #0099cc;
}
.btn-primary:after {
  background: #0099cc;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  color: #fff;
}
.btn-primary:focus:after,
.btn-primary:active:after {
  width: 100%;
}
.main-nav {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  padding: 10px 0;
  transition: background 0.1s;
  -moz-transition: background 0.1s;
  -webkit-transition: background 0.1s;
}
.logo {
  position: relative;
  display: block;
}
.logo img {
  transition: all 0.1s;
  -moz-transition: all 0.1s;
  -webkit-transition: all 0.1s;
  height: 46px;
}
.logo .logo-color {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.main-nav .nav {
  text-align: right;
}
.main-nav .nav li {
  display: inline-block;
}
.main-nav .nav li > a {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border: 2px solid transparent;
  padding: 5px 15px;
  margin: 5px 0;
}
.main-nav .nav li > a:hover,
.main-nav .nav li > a:focus {
  background: none;
  border-color: rgba(255, 255, 255, 0.6);
  color: rgba(255, 255, 255, 0.9);
}
.main-nav .nav li.active a {
  border-color: transparent;
  color: #fff;
}
.slideshow {
  position: relative;
  z-index: 1;
}
.slide-item {
  height: 600px;
  padding-top: 70px;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 639px) {
  .slide-item {
    height: 560px;
  }
  .masshead-intro {
    font-size: 18px;
    line-height: 1.35;
  }
  .masshead-action {
    margin: 18px 0;
  }
  .masshead-action .btn {
    font-size: 16px;
    padding: 10px 24px;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .slide-item {
    height: 440px;
  }
}
.slide-item .slide-bg {
  z-index: 2;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.slide-item .container {
  position: relative;
  z-index: 3;
}
.slide-item.slide1 {
  background: url(../img/slide-bg-1.jpg) no-repeat top center / 100% auto;
}
.slide-item.slide1 .slide-bg {
  background: url(../img/blue-trans-bg.png) repeat 0 0;
}
.slide-item.slide2 {
  background: url(../img/slide-bg-2.jpg) no-repeat top center / 100% auto;
}
.slide-item.slide2 .slide-bg {
  background: url(../img/yellow-trans-bg.png) repeat 0 0;
}
.slide-item.slide3 {
  background: url(../img/slide-bg-3.jpg) no-repeat top center / 100% auto;
}
.slide-item.slide3 .slide-bg {
  background: url(../img/pink-trans-bg.png) repeat 0 0;
}
.slide-item.slide4 {
  background: url(../img/slide-bg-4.jpg) no-repeat top center / 100% auto;
}
.slide-item.slide4 .slide-bg {
  background: url(../img/gray-trans-bg.png) repeat 0 0;
}
@media screen and (max-width: 767px) {
  .slide-item {
    background-size: auto 100% !important;
  }
}
.carousel .item {
  -webkit-transition: opacity .5s;
  -moz-transition: opacity .5s;
  -ms-transition: opacity .5s;
  -o-transition: opacity .5s;
  transition: opacity .5s;
}
.carousel .active.left {
  left: 0;
  opacity: 0;
  z-index: 2;
}
.carousel .next {
  left: 0;
  opacity: 1;
  z-index: 1;
}
.carousel-control.left,
.carousel-control.right {
  width: 20px;
  background: url(../img/black-trans-bg-1.png) repeat;
  height: 60px;
  line-height: 60px;
  text-align: center;
  top: 45%;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  z-index: 4;
  filter: none;
}
.carousel-control.left {
  left: 20px;
}
.carousel-control.right {
  right: 20px;
}
.carousel-control:hover {
  background: url(../img/black-trans-bg-2.png) repeat;
}
.masshead {
  margin: 100px 0;
}
@media screen and (max-width: 767px) {
  .masshead {
    margin: 30px 0;
  }
}
.masshead-title {
  font-size: 48px;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .masshead-title {
    font-size: 24px;
  }
}
.masshead-intro {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.4;
}
.masshead-action {
  margin: 30px 0;
}
.masshead-action .btn {
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border: 3px solid #fff;
  color: #fff;
  background: none;
  box-shadow: none;
  font-size: 20px;
  font-family: Lato;
  text-transform: uppercase;
  padding: 13px 30px;
  position: relative;
}
.btn:after,
.masshead-action .btn:after {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  width: 0;
  z-index: -1;
  background: url(../img/black-trans-bg-3.png) repeat;
}
.btn-primary:after {
  background: url(../img/blue-trans-bg.png) repeat;
}
.btn:hover:after,
.masshead-action .btn:hover:after {
  width: 100%;
}
.main-section {
  padding: 40px 0;
}
.section-body {
  font-size: 20px;
  line-height: 28px;
}
@media screen and (max-width: 767px) {
  .section-body {
    font-size: 16px;
    line-height: 22px;
  }
}
.main-section.has-mask {
  background: url(../img/white-bg-mask.png) no-repeat top center;
  background-size: 100% 70px;
  position: relative;
  margin-top: -70px;
  z-index: 2;
  padding-top: 100px;
  text-align: center;
}
.main-section.gray-bg {
  background: #f5f5f5;
}
.main-section.features-section .section-body {
  text-align: center;
  font-size: 16px;
  line-height: 24px;
}
@media screen and (max-width: 767px) {
  .main-section.features-section .section-body img {
    width: 70px;
    height: auto;
  }
}
.main-section.features-section .section-body .section-actions {
  display: none;
}
.main-section.environment-section {
  font-size: 15px;
  line-height: 25px;
}
.main-section.environment-section .row {
  margin: 30px 0;
}
.main-section.environment-section .col-sm-6 .media {
  margin-right: -44px;
}
@media screen and (max-width: 767px) {
  .main-section.environment-section .col-sm-6 .media {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .main-section.environment-section .col-sm-6 .media > .pull-right {
    float: left !important;
    margin-left: 0;
    margin-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .main-section.environment-section .col-sm-6 .media > .media-body.text-right {
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .main-section.environment-section .col-sm-6 .media .media-heading {
    font-size: 18px;
  }
}
.main-section.environment-section .col-sm-6.col-sm-offset-6 .media {
  margin-right: 0;
  margin-left: -44px;
}
@media screen and (max-width: 767px) {
  .main-section.environment-section .col-sm-6.col-sm-offset-6 .media {
    margin-left: 0;
  }
}
.footer {
  background: #071a33;
  padding: 58px 0 0;
  color: #b8c7d7;
  font-size: 14px;
}
.footer a {
  color: #838b99;
}
.footer a:hover {
  color: #fff;
}
.footer-modern-grid {
  display: grid;
  gap: 45px;
  grid-template-columns: 1.25fr .85fr 1fr 1.2fr;
}
.footer-modern-grid h3 {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .04em;
  margin: 0 0 19px;
}
.footer-modern-grid nav a,
.footer-contact > a {
  color: #b8c7d7;
  display: block;
  line-height: 1.55;
  margin: 0 0 8px;
}
.footer-brand img {
  height: auto;
  margin-bottom: 20px;
  max-width: 115px;
}
.footer-brand p {
  color: #b8c7d7;
  line-height: 1.65;
  max-width: 260px;
}
.footer-contact address {
  color: #b8c7d7;
  font-style: normal;
  line-height: 1.65;
  margin-bottom: 14px;
}
.footer-legal {
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, .12);
  display: flex;
  justify-content: space-between;
  margin-top: 45px;
  padding: 24px 0;
}
.footer-legal p {
  color: #8193a7;
  margin: 0;
}
.footer-legal nav {
  display: flex;
  gap: 22px;
}
.footer-legal a {
  color: #b8c7d7;
}
@media (max-width: 991px) {
  .footer-modern-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  .footer-modern-grid {
    display: block;
  }
  .footer-modern-grid > * {
    margin-bottom: 38px;
  }
  .footer-legal {
    align-items: flex-start;
    display: block;
  }
  .footer-legal nav {
    margin-top: 14px;
  }
}
.footer .box-address {
  font-size: 16px;
  font-family: 'Lato', sans-serif;
  line-height: 24px;
  font-weight: 400;
  color: #fff;
}
.footer-social {
  text-align: right;
}
.footer-social a {
  width: 50px;
  height: 50px;
  display: inline-block;
  color: #fff;
  text-align: center;
  line-height: 50px;
  font-size: 16px;
  margin-right: -3px;
}
.footer-social a.facebook {
  background: #3468af;
}
.footer-social a.twitter {
  background: #4fc4f6;
}
.footer-social a.gplus {
  background: #e64c65;
}
.footer-social a.mail {
  background: #50597b;
}
.footer-social a:hover {
  background: #000;
}
.footer-links {
  padding: 40px 0;
}
.footer-link-title {
  color: #fff;
  margin-bottom: 30px;
}
.footer-link-ct {
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  line-height: 28px;
  font-weight: 400;
}
.footer-link-ct a {
  display: block;
}
.copyright {
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 30px 0;
  margin: 0;
}
#sticker.main-nav.fixed-nav {
  background: url(../img/black-trans-bg.png) repeat;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
#sticker.main-nav.fixed-nav .logo .logo-white {
  opacity: 0;
}
#sticker.main-nav.fixed-nav .logo .logo-color {
  opacity: 1;
}
/* Goto Top */
.go-top,
.go-top:visited {
  position: fixed;
  bottom: 3em;
  right: 2em;
  text-decoration: none;
  background: #0099cc;
  color: #fff;
  font-size: 20px;
  display: none;
  z-index: 999;
  width: 44px;
  line-height: 44px;
  height: 44px;
  text-align: center;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  outline: 0;
}
.go-top:hover {
  background: #0084b0;
  color: #fff;
  outline: 0;
}
/* Subpages */
/* ----------------------------------- */
.wrapper.sub-page .main-nav {
  background: rgba(0, 0, 0, 0.1);
}
.ie8 .wrapper.sub-page .main-nav {
  background: url(../img/black-trans-bg-1.png) repeat;
}
.sub-page-masshead {
  padding: 100px 0 60px 0;
  color: #fff;
}
.sub-mashead-intro {
  font-family: Lato;
  font-size: 18px;
}
.sub-page-masshead.blue {
  background: #0099cc;
}
.sub-page-masshead.pink {
  background: #CB268C;
}
.sub-page-masshead.yellow {
  background: #f4ae08;
}
.sub-page-masshead.gray {
  background: #3E3D3F;
}
.sub-mashead-action {
  margin-top: 30px;
}
.sub-mashead-action .btn {
  color: #fff;
  background: url(../img/white-trans-bg-2.png) repeat;
  border: 0;
}
.sub-mashead-action .btn:hover {
  background: url(../img/white-trans-bg-1.png) repeat;
}
/* About Page */
/* ----------------------------------- */
.block-about {
  padding: 40px 0;
}
.block-about-img {
  position: relative;
  overflow: hidden;
}
.block-about-img:after {
  content: "";
  background: url(../img/black-trans-bg-3.png) repeat;
  width: 100%;
  height: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -webkit-transition: all 0.2s ease-out 0s;
}
.block-about-img:hover:after {
  /*opacity: 1;
  filter: alpha(opacity=100);*/
}
.block-about-img img {
  max-width: 100%;
}
.block-about-img .btn {
  position: absolute;
  top: 45%;
  left: 28%;
  color: #fff;
  font-size: 16px;
  padding: 10px 20px;
  transform: scale(0);
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
}
.block-about-img:hover .btn {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
}
.block-about-content {
  font-size: 15px;
  line-height: 1.4;
}
.block-about-content h3 {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
}
.block-title {
  margin-top: 0;
}
.show-team {
  border: solid 1px #eeeeee;
  border-left: 5px solid #0099cc;
  margin: 40px 0;
  padding: 28px;
}
.show-team .info-team {
  float: left;
  width: 65%;
  color: #888;
  font-size: 16px;
}
.show-team a.btn {
  float: right;
  margin-top: 0;
}
.staff-items {
  margin: 40px 0;
}
.staff-intro {
  /*font-size: 16px; change by Robert as Terry want - 27-Apr-15*/
  font-size: 14px;
  line-height: 1.4;
}
.staff-img {
  position: relative;
  overflow: hidden;
}
.staff-img img {
  max-width: 100%;
}
.staff-follow {
  text-align: left;
  font-family: Lato;
  color: #888;
  font-size: 11px;
  text-transform: uppercase;
}
.staff-follow .staff-social a {
  color: #888;
  display: inline-block;
  width: 16px;
  text-align: center;
  height: 16px;
}
.staff-follow .staff-social a:hover {
  color: #333;
}
.staff-item-detail .name {
  font-weight: 700;
  font-size: 16px;
  text-align: left;
  margin: 0;
}
.staff-item-detail .role {
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  color: #888;
  margin: 0;
}
.staff-item-detail .descr {
  font-size: 14px;
  line-height: 1.4;
}
/* Services Page */
/* ----------------------------------- */
.block-portfolio .item,
.block-service .item {
  padding: 20px;
  border: 3px solid transparent;
}
.block-portfolio .item:hover,
.block-service .item:hover {
  border-color: #eee;
}
.service-title {
  font-size: 18px;
  margin: 0;
}
.service-title a {
  color: #333;
}
.service-intro {
  position: relative;
  overflow: hidden;
  margin: 20px 0;
}
.service-image:after {
  content: "";
  background: url(../img/black-trans-bg-3.png) repeat;
  width: 100%;
  height: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
}
.service-intro .service-image img {
  max-width: 100%;
}
.service-action {
  position: absolute;
  top: 45%;
  left: 0;
  right: 0;
  height: 50px;
  text-align: center;
}
.block-portfolio .item .btn,
.block-service .item .btn {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  color: #fff;
  font-size: 16px;
  padding: 10px 20px;
}
.block-portfolio .item:hover .btn,
.block-service .item:hover .btn {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
/*
stop hover remove as client want, on 23-feb-15 : Robert
.block-service .item:hover .service-image:after,
.block-portfolio .item:hover .service-image:after{
  opacity: 1;
  filter: alpha(opacity=100);
}
*/
/* Portfolio Page */
/* ----------------------------------- */
.sub-folio .item .service-action {
  top: 35%;
}
#map {
  width: 100%;
  height: 300px;
}
.block-contact {
  padding: 40px 0;
}
.form-contact {
  margin-top: 20px;
}
/* IE Fix */
.ie8 .main-nav .nav li > a {
  color: #ddd;
}
.ie8 .main-nav .nav li > a:hover {
  border-color: #fff;
}
.ie8 .main-nav .nav li.active a {
  color: #fff;
}
.btn-offcanvas-hide {
  background: #252525;
  border: 0;
  color: #fff;
  width: 34px;
  height: 34px;
  top: 0;
  left: 0;
}
.btn-offcanvas-hide:hover,
.btn-offcanvas-hide:focus {
  background: #333;
  color: #fff;
}
.btn-offcanvas-toggle {
  background: none;
  border-color: #fff;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .masshead {
    margin: 30px 0;
  }
  .slide-item {
    height: 400px;
  }
}
@media screen and (max-width: 979px) {
  body {
    background: #000;
  }
  .wrapper {
    background: #fff;
  }
  .main-nav .sidebar-offcanvas .nav li {
    display: block;
  }
  .main-nav .sidebar-offcanvas .nav li a:hover {
    border-color: transparent;
  }
  .main-nav,
  .wrapper.sub-page .main-nav {
    position: relative;
    background: #333;
    z-index: 1000;
  }
  .wrapper.sub-page .main-nav {
    background: #333;
  }
  .sub-page-masshead {
    padding: 40px 0;
  }
  .sub-mashead-title {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .main-section.has-mask {
    background: none;
  }
  .main-nav {
    position: fixed;
  }
  .main-nav .nav li > a {
    border: 0;
    border-bottom: 1px solid #222;
    border-radius: 0;
  }
  .main-nav .sidebar-offcanvas .nav li a:hover {
    border-color: #222;
  }
  .main-nav .nav li.active a {
    border-color: #222;
    color: #fff;
  }
  .sub-page-masshead {
    padding: 50px 0;
  }
  .sub-mashead-action {
    float: none !important;
    margin-top: 0;
  }
  .sub-mashead-action .btn {
    margin-bottom: 20px;
  }
  .block-about-content {
    margin: 30px 0;
  }
  .show-team .info-team {
    width: 100%;
    margin-bottom: 20px;
  }
  .show-team a.btn {
    float: none;
  }
  .staff-item,
  .staff-img,
  .staff-item-detail .name {
    text-align: center;
  }
  .staff-follow {
    display: none;
  }
  .staff-item {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
  }
  .staff-item:hover .staff-img img {
    margin-top: 0;
  }
  .staff-item:last-child {
    border: 0;
  }
  .footer-links {
    display: none;
  }
  .footer .box-address,
  .footer-social {
    text-align: center;
    margin-bottom: 20px;
  }
  .form-group .form-control {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 979px) {
  body {
    padding-top: 70px;
  }
}

/* Order Automation & API Page */
/* ----------------------------------- */
.automation-page {
  background: #fff;
  color: #243443;
  font-family: 'Lato', sans-serif;
  overflow: hidden;
}
.automation-page h1,
.automation-page h2,
.automation-page h3,
.automation-page p {
  font-family: 'Lato', sans-serif;
}
.automation-page h2 {
  color: #142838;
  font-size: 36px;
  font-weight: 900;
  line-height: 1.16;
  letter-spacing: -0.02em;
  margin: 0 0 22px;
  text-transform: none;
}
.automation-page h3 {
  color: #142838;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -0.01em;
  line-height: 1.25;
  text-transform: none;
}
.automation-page p,
.automation-page li {
  font-size: 16px;
  line-height: 1.65;
}
.automation-section-label,
.automation-eyebrow {
  color: #008fbe;
  font-size: 13px !important;
  font-weight: 900;
  letter-spacing: 0.16em;
  margin: 0 0 16px;
  text-transform: uppercase;
}
.automation-large-copy {
  color: #142838;
  font-size: 22px !important;
  font-weight: 400;
  line-height: 1.5 !important;
}
.automation-hero {
  background: #0a2638;
  color: #fff;
  min-height: 720px;
  overflow: hidden;
  position: relative;
}
.automation-hero:after {
  background: #fbb300;
  bottom: -155px;
  content: "";
  height: 230px;
  left: -5%;
  position: absolute;
  -webkit-transform: rotate(-2deg);
  -ms-transform: rotate(-2deg);
  transform: rotate(-2deg);
  width: 110%;
}
.automation-hero-pattern {
  background-image:
    linear-gradient(rgba(255,255,255,0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.035) 1px, transparent 1px);
  background-size: 54px 54px;
  height: 100%;
  left: 0;
  opacity: 0.7;
  position: absolute;
  top: 0;
  width: 100%;
}
.automation-hero-inner {
  padding-bottom: 125px;
  padding-top: 150px;
  position: relative;
  z-index: 2;
}
.automation-hero .automation-eyebrow {
  color: #fbb300;
}
.automation-hero h1 {
  color: #fff;
  font-size: 58px;
  font-weight: 900;
  letter-spacing: -0.035em;
  line-height: 1.04;
  margin: 0 0 28px;
  max-width: 720px;
  text-transform: none;
}
.automation-hero-copy {
  color: #d8e5eb;
  font-size: 20px !important;
  line-height: 1.6 !important;
  margin-bottom: 32px;
  max-width: 730px;
}
.automation-hero-actions {
  margin-bottom: 34px;
}
.automation-button {
  border: 2px solid transparent;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.07em;
  line-height: 1.3;
  margin: 0 10px 10px 0;
  padding: 15px 21px;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.automation-button:hover,
.automation-button:focus {
  text-decoration: none;
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}
.automation-button-primary {
  background: #fbb300;
  color: #142838;
}
.automation-button-primary:hover,
.automation-button-primary:focus {
  background: #ffc42b;
  color: #142838;
}
.automation-button-ghost {
  border-color: rgba(255,255,255,0.38);
  color: #fff;
}
.automation-button-ghost:hover,
.automation-button-ghost:focus {
  border-color: #fff;
  color: #fff;
}
.automation-button-dark {
  background: #142838;
  color: #fff;
}
.automation-button-dark:hover,
.automation-button-dark:focus {
  background: #24465e;
  color: #fff;
}
.automation-proof-points {
  list-style: none;
  margin: 0;
  max-width: 700px;
  padding: 0;
}
.automation-proof-points li {
  color: #bcd0da;
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  margin: 0 22px 9px 0;
}
.automation-proof-points .fa {
  color: #fbb300;
  margin-right: 6px;
}
.automation-console {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 26px 70px rgba(0,0,0,0.32);
  color: #243443;
  margin: 18px 0 0 35px;
  overflow: hidden;
  position: relative;
}
.automation-console:before {
  background: #0099cc;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.automation-console-header {
  align-items: center;
  border-bottom: 1px solid #e2e9ed;
  color: #142838;
  display: flex;
  font-size: 13px;
  font-weight: 900;
  justify-content: space-between;
  letter-spacing: 0.08em;
  padding: 24px 24px 19px;
  text-transform: uppercase;
}
.automation-live-status {
  color: #47705d;
  font-size: 11px;
}
.automation-live-status span {
  background: #38b978;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin-right: 6px;
  width: 8px;
}
.automation-console-steps {
  list-style: none;
  margin: 0;
  padding: 8px 24px 18px;
}
.automation-console-steps li {
  align-items: center;
  border-bottom: 1px solid #edf1f3;
  display: flex;
  min-height: 82px;
  padding: 14px 0;
}
.automation-console-steps li:last-child {
  border: 0;
}
.automation-console-icon {
  align-items: center;
  background: #edf8fb;
  border-radius: 50%;
  color: #008fbe;
  display: flex;
  flex: 0 0 42px;
  height: 42px;
  justify-content: center;
  margin-right: 14px;
  text-align: center;
  width: 42px;
}
.automation-console-steps strong,
.automation-console-steps small {
  display: block;
}
.automation-console-steps strong {
  color: #142838;
  font-size: 14px;
  line-height: 1.3;
}
.automation-console-steps small {
  color: #71808b;
  font-size: 11px;
  line-height: 1.4;
  margin-top: 3px;
}
.automation-step-state {
  align-items: center;
  background: #e9f8f0;
  border-radius: 50%;
  color: #259d62;
  display: flex;
  flex: 0 0 24px;
  height: 24px;
  justify-content: center;
  margin-left: auto;
  width: 24px;
}
.automation-intro,
.automation-data,
.automation-use-cases,
.automation-engagement,
.automation-faq {
  padding: 105px 0;
}
.automation-intro {
  border-bottom: 1px solid #e7edf0;
}
.automation-intro p:last-child {
  margin-bottom: 0;
}
.automation-workflow {
  background: #f4f7f8;
  padding: 105px 0 115px;
}
.automation-section-heading {
  margin: 0 auto 58px;
  max-width: 760px;
  text-align: center;
}
.automation-section-heading > p:last-child {
  color: #5f707c;
  font-size: 18px;
}
.automation-flow {
  display: flex;
  list-style: none;
  margin: 0 -10px;
  padding: 0;
}
.automation-flow > li {
  background: #fff;
  border: 1px solid #dfe7eb;
  flex: 1 1 25%;
  margin: 0 10px;
  min-height: 335px;
  padding: 34px 27px;
  position: relative;
}
.automation-flow > li:after {
  align-items: center;
  background: #fbb300;
  border-radius: 50%;
  color: #142838;
  content: "\f105";
  display: flex;
  font-family: FontAwesome;
  font-size: 16px;
  height: 32px;
  justify-content: center;
  position: absolute;
  right: -27px;
  top: 53px;
  width: 32px;
  z-index: 2;
}
.automation-flow > li:last-child:after {
  display: none;
}
.automation-flow-number {
  color: #b7c4ca;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
}
.automation-flow-icon {
  align-items: center;
  background: #0a2638;
  border-radius: 6px;
  color: #fbb300;
  display: flex;
  font-size: 24px;
  height: 58px;
  justify-content: center;
  margin: 18px 0 24px;
  width: 58px;
}
.automation-flow h3 {
  margin-bottom: 12px;
}
.automation-flow p {
  color: #667680;
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}
.automation-data {
  background: #fff;
}
.automation-text-link {
  border-bottom: 2px solid #fbb300;
  color: #142838;
  display: inline-block;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.06em;
  margin-top: 15px;
  padding-bottom: 5px;
  text-transform: uppercase;
}
.automation-text-link:hover,
.automation-text-link:focus {
  color: #008fbe;
  text-decoration: none;
}
.automation-data-grid {
  display: flex;
  margin: 0 -8px;
}
.automation-data-card {
  border: 1px solid #dce5e9;
  border-top: 5px solid #0099cc;
  flex: 1 1 50%;
  margin: 0 8px;
  min-height: 475px;
  padding: 30px 27px;
}
.automation-data-card-out {
  background: #f7f9fa;
  border-top-color: #fbb300;
}
.automation-card-kicker {
  color: #008fbe;
  display: block;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  margin-bottom: 18px;
  text-transform: uppercase;
}
.automation-data-card-out .automation-card-kicker {
  color: #8a6500;
}
.automation-data-card h3 {
  font-size: 22px;
  margin: 0 0 22px;
}
.automation-data-card ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.automation-data-card li {
  border-bottom: 1px solid #e5ebee;
  font-size: 14px;
  padding: 11px 0 11px 23px;
  position: relative;
}
.automation-data-card li:before {
  color: #0099cc;
  content: "\f00c";
  font-family: FontAwesome;
  font-size: 11px;
  left: 0;
  position: absolute;
  top: 13px;
}
.automation-data-card-out li:before {
  color: #bf8700;
}
.automation-card-note {
  color: #75838b;
  font-size: 12px !important;
  font-style: italic;
  margin: 18px 0 0;
}
.automation-platform-section {
  background: #0a2638;
  color: #c9d9e0;
  padding: 110px 0;
  position: relative;
}
.automation-platform-section:before {
  background: #fbb300;
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.automation-section-heading-light h2 {
  color: #fff;
}
.automation-section-heading-light > p:last-child {
  color: #b6cad4;
}
.automation-platform-section .automation-section-label {
  color: #fbb300;
}
.automation-platforms {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  margin: 0 -7px 55px;
  padding: 0;
}
.automation-platforms li {
  background: #11374d;
  border: 1px solid #2c5368;
  flex: 1 1 18%;
  margin: 7px;
  min-width: 190px;
  padding: 23px 20px;
  text-align: center;
}
.automation-platforms strong,
.automation-platforms span {
  display: block;
}
.automation-platforms strong {
  color: #fff;
  font-size: 16px;
  margin-bottom: 7px;
}
.automation-platforms span {
  color: #a8c0cb;
  font-size: 12px;
  line-height: 1.45;
}
.automation-private-docs {
  align-items: center;
  background: rgba(255,255,255,0.06);
  border-left: 4px solid #fbb300;
  display: flex;
  margin: 0 auto;
  max-width: 900px;
  padding: 28px 34px;
}
.automation-private-docs > .fa {
  color: #fbb300;
  flex: 0 0 58px;
  font-size: 32px;
  text-align: center;
}
.automation-private-docs h3 {
  color: #fff;
  margin: 0 0 6px;
}
.automation-private-docs p {
  color: #bdd0d8;
  font-size: 14px;
  margin: 0;
}
.automation-use-cases {
  background: #fff;
}
.automation-use-card {
  border-top: 1px solid #dce5e9;
  min-height: 300px;
  padding: 35px 25px 20px 0;
}
.automation-use-icon {
  align-items: center;
  background: #edf8fb;
  color: #008fbe;
  display: flex;
  font-size: 28px;
  height: 64px;
  justify-content: center;
  margin-bottom: 25px;
  width: 64px;
}
.automation-use-card p {
  color: #667680;
  font-size: 14px;
}
.automation-engagement {
  background: #f4f7f8;
}
.automation-engagement-steps {
  list-style: none;
  margin: 0;
  padding: 0;
}
.automation-engagement-steps li {
  align-items: flex-start;
  display: flex;
  margin-bottom: 26px;
}
.automation-engagement-steps > li > span {
  align-items: center;
  background: #fbb300;
  border-radius: 50%;
  color: #142838;
  display: flex;
  flex: 0 0 42px;
  font-size: 14px;
  font-weight: 900;
  height: 42px;
  justify-content: center;
  margin-right: 20px;
}
.automation-engagement-steps h3 {
  margin: 0 0 5px;
}
.automation-engagement-steps p {
  color: #667680;
  font-size: 14px;
  margin: 0;
}
.automation-faq {
  background: #fff;
}
.automation-question {
  border-top: 1px solid #dbe4e8;
  padding: 24px 0 17px;
}
.automation-question:first-child {
  border-top: 4px solid #fbb300;
}
.automation-question h3 {
  margin: 0 0 9px;
}
.automation-question p {
  color: #61717b;
  font-size: 14px;
  margin: 0;
}
.automation-cta {
  background: #fff;
  padding: 0 0 110px;
}
.automation-cta-card {
  align-items: center;
  background: #0099cc;
  color: #fff;
  display: flex;
  justify-content: space-between;
  padding: 55px 60px;
}
.automation-cta-card > div:first-child {
  max-width: 700px;
}
.automation-cta-card .automation-section-label {
  color: #d7f5ff;
}
.automation-cta-card h2 {
  color: #fff;
  font-size: 32px;
  margin-bottom: 12px;
}
.automation-cta-card p:last-child {
  color: #e1f7ff;
  margin: 0;
}
.automation-cta-actions {
  flex: 0 0 235px;
  margin-left: 45px;
}
.automation-cta-actions .automation-button {
  display: block;
  margin: 8px 0;
  width: 100%;
}

@media (min-width: 768px) and (max-width: 1100px) {
  .automation-hero h1 {
    font-size: 46px;
  }
  .automation-console {
    margin-left: 5px;
  }
  .automation-flow > li {
    min-height: 375px;
    padding: 30px 20px;
  }
  .automation-platforms li {
    flex-basis: 30%;
  }
}

@media screen and (max-width: 767px) {
  .automation-page h2 {
    font-size: 30px;
  }
  .automation-hero {
    min-height: 0;
  }
  .automation-hero:after {
    bottom: -205px;
  }
  .automation-hero-inner {
    padding-bottom: 90px;
    padding-top: 52px;
  }
  .automation-hero h1 {
    font-size: 39px;
    line-height: 1.06;
  }
  .automation-hero-copy {
    font-size: 17px !important;
  }
  .automation-button {
    display: block;
    margin-right: 0;
    width: 100%;
  }
  .automation-proof-points li {
    display: block;
  }
  .automation-console {
    margin: 45px 0 0;
  }
  .automation-intro,
  .automation-data,
  .automation-use-cases,
  .automation-engagement,
  .automation-faq {
    padding: 72px 0;
  }
  .automation-workflow,
  .automation-platform-section {
    padding: 72px 0 78px;
  }
  .automation-section-heading {
    margin-bottom: 38px;
    text-align: left;
  }
  .automation-flow,
  .automation-data-grid,
  .automation-cta-card {
    display: block;
  }
  .automation-flow {
    margin: 0;
  }
  .automation-flow > li {
    margin: 0 0 18px;
    min-height: 0;
    padding: 28px 25px;
  }
  .automation-flow > li:after {
    bottom: -25px;
    content: "\f107";
    left: 50%;
    margin-left: -16px;
    right: auto;
    top: auto;
  }
  .automation-data-grid {
    margin: 45px 0 0;
  }
  .automation-data-card {
    margin: 0 0 18px;
    min-height: 0;
  }
  .automation-platforms {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
  .automation-platforms li {
    margin: 10px 0;
  }
  .automation-private-docs {
    align-items: flex-start;
    padding: 25px 22px;
  }
  .automation-private-docs > .fa {
    flex-basis: 35px;
    font-size: 24px;
    text-align: left;
  }
  .automation-use-card {
    min-height: 0;
    padding-right: 0;
  }
  .automation-cta {
    padding-bottom: 72px;
  }
  .automation-cta-card {
    padding: 38px 25px;
  }
  .automation-cta-actions {
    margin: 30px 0 0;
  }
}

/* Public equipment photography and the original G7 mark. */
.capability-hero-photo {
  background: #fff;
  border-radius: 8px;
  margin: 0;
  overflow: hidden;
}
.capability-hero-photo img {
  display: block;
  height: auto;
  width: 100%;
}
.capability-hero-photo figcaption {
  color: #364353;
  font-size: 13px;
  padding: 16px 20px;
}
.capability-answer-grid {
  display: block;
}
.public-equipment {
  background: #f4f5f6;
  padding: 64px 0;
}
.public-equipment-heading {
  margin-bottom: 30px;
}
.public-equipment-heading h2 {
  font-size: 34px;
  margin: 0 0 12px;
}
.public-equipment-heading p,
.public-equipment-card p,
.public-g7-band p {
  color: #4c5966;
  font-size: 17px;
  line-height: 1.6;
}
.public-equipment-grid {
  display: grid;
  gap: 28px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.public-equipment-card {
  background: #fff;
  border: 1px solid #e1e4e8;
  border-radius: 8px;
  color: #172a3b;
  display: block;
  overflow: hidden;
}
.public-equipment-card:hover,
.public-equipment-card:focus,
.public-g7-band:hover,
.public-g7-band:focus {
  color: #172a3b;
  text-decoration: none;
  outline: 2px solid #176ab0;
  outline-offset: 3px;
}
.public-equipment-card img {
  background: #fff;
  display: block;
  height: 260px;
  object-fit: contain;
  width: 100%;
}
.public-equipment-card > div {
  padding: 24px;
}
.public-equipment-card h3,
.public-g7-band h3 {
  font-size: 24px;
  margin: 0 0 10px;
}
.public-equipment-card span,
.public-g7-band span {
  color: #176ab0;
  font-weight: 700;
}
.public-g7-band {
  align-items: center;
  background: #fff;
  border: 1px solid #e1e4e8;
  border-radius: 8px;
  display: flex;
  gap: 28px;
  margin-top: 28px;
  padding: 24px 32px;
}
.public-g7-band img {
  flex: 0 0 auto;
  height: 108px;
  width: 108px;
}
.capability-g7 .capability-hero {
  background: #f6f6f5;
  color: #20252b;
}
.capability-g7 .capability-hero:after {
  display: none;
}
.capability-g7 .capability-hero h1,
.capability-g7 .capability-eyebrow {
  color: #20252b;
}
.capability-g7 .capability-hero-copy {
  color: #4c5966 !important;
}
.capability-g7 .capability-hero-photo {
  padding: 28px;
}
.capability-g7 .capability-button-primary {
  background: #24272b;
  border-color: #24272b;
  color: #fff;
}
.capability-g7 .capability-button-primary:hover,
.capability-g7 .capability-button-primary:focus {
  background: #444;
}
.capability-g7 .capability-button-secondary {
  border-color: #434a52;
  color: #24272b;
}
.capability-g7 .capability-process-section {
  background: #24272b;
}
.capability-g7 .capability-process > li > span {
  background: #fff;
  color: #24272b;
}
@media (max-width: 767px) {
  .capability-hero-photo {
    margin-top: 32px;
  }
  .public-equipment-grid {
    grid-template-columns: minmax(0, 1fr);
  }
  .public-equipment-card img {
    height: 200px;
  }
  .public-g7-band {
    align-items: flex-start;
    gap: 18px;
    padding: 22px;
  }
  .public-g7-band img {
    height: 72px;
    width: 72px;
  }
  .public-g7-band h3 {
    font-size: 20px;
  }
}

.main-nav.public-nav-solid {
  background: #24272b;
}
.capability-g7 .capability-cta-card,
.capability-g7 .capability-card,
.capability-g7 .capability-questions {
  border-color: #434a52;
}

/* Decorative hero layers must not intercept navigation clicks. */
.automation-hero-pattern,
.automation-hero:after {
  pointer-events: none;
}
.main-nav .nav li > a {
  padding-left: 10px;
  padding-right: 10px;
}
.inventory-shipping-promise {
  display: flex;
  flex-wrap: wrap;
  font-size: clamp(14px, 2.1vw, 24px);
  gap: 0 .3em;
  justify-content: center;
  margin-top: 0;
}
.inventory-shipping-promise > span {
  white-space: nowrap;
}
.integration-brands {
  background: #fff;
  border-radius: 8px;
  margin: 28px 0;
  padding: 24px;
}
.integration-brands img {
  display: block;
  height: auto;
  width: 100%;
}
.public-integration-feature {
  background: #0a2638;
  color: #fff;
  padding: 64px 0;
}
.public-integration-feature h2 {
  color: #fff;
  font-size: 34px;
}
.public-integration-heading p {
  color: #d9e5f1;
  font-size: 19px;
  max-width: 850px;
}
.public-integration-feature .fa {
  margin-left: 10px;
}
@media (min-width: 980px) and (max-width: 1199px) {
  .main-nav .nav li > a {
    font-size: 12px;
    padding-left: 6px;
    padding-right: 6px;
  }
}
@media (max-width: 767px) {
  .integration-brands {
    padding: 14px;
  }
  .public-integration-feature h2 {
    font-size: 29px;
  }
  .public-integration-heading p {
    font-size: 17px;
  }
}

.inventory-steps {
  display: flex;
  flex-wrap: wrap;
}
.inventory-steps:before,
.inventory-steps:after {
  display: none;
}

/* Give the primary DPS mark more presence without stretching it. */
.main-nav .logo img {
  height: 72px;
  width: auto;
}
@media (min-width: 980px) {
  .main-nav {
    padding: 6px 0;
  }
  .main-nav .nav {
    padding-top: 13px;
  }
}
@media (max-width: 979px) {
  .main-nav {
    padding: 7px 0;
  }
  .main-nav .logo img {
    height: 56px;
  }
}
