/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio, canvas, progress, video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden], template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active, a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b, strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.2em;
  top: -0.5em\9; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button, input, optgroup, select, textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button, select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled], html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td, th {
  padding: 0; }

/*REGULAR*/
@font-face {
  font-family: 'HPSimplified';
  src: url("../fonts/hps/latin-e-regular-eot.eot");
  /* IE9 compat */
  src: url("../fonts/hps/latin-e-regular-eot.eot?#iefix") format("embedded-opentype"), url("../fonts/hps/latin-e-regular-woff.woff") format("-woff.woff"), url("../fonts/hps/latin-e-regular-ttf.ttf") format("truetype");
  /*iOS, Android, Safari*/
  font-weight: normal;
  font-style: normal; }

/*BOLD*/
@font-face {
  font-family: 'HPSimplified';
  src: url("../fonts/hps/latin-e-bold-eot.eot");
  /* IE9 compat */
  src: url("../fonts/hps/latin-e-bold-eot.eot?#iefix") format("embedded-opentype"), url("../fonts/hps/latin-e-bold-woff.woff") format("-woff.woff"), url("../fonts/hps/latin-e-bold-ttf.ttf") format("truetype");
  /*iOS, Android, Safari*/
  font-weight: bold;
  font-style: normal; }

/*LIGHT*/
@font-face {
  font-family: 'HPSimplifiedLight';
  src: url("../fonts/hps/latin-e-light-eot.eot");
  /* IE9 compat */
  src: url("../fonts/hps/latin-e-light-eot.eot?#iefix") format("embedded-opentype"), url("../fonts/hps/latin-e-light-woff.woff") format("-woff.woff"), url("../fonts/hps/latin-e-light-ttf.ttf") format("truetype");
  /*iOS, Android, Safari*/
  font-weight: normal;
  font-style: normal; }

/*REGULAR ITALIC*/
@font-face {
  font-family: 'HPSimplified';
  src: url("../fonts/hps/latin-e-regular-italic-eot.eot");
  /* IE9 compat */
  src: url("../fonts/hps/latin-e-regular-italic-eot.eot?#iefix") format("embedded-opentype"), url("../fonts/hps/latin-e-regular-italic-woff.woff") format("-woff.woff"), url("../../../../../assets/fonts/hps/latin-e-regular-italic-ttf.ttf") format("truetype");
  /*iOS, Android, Safari*/
  font-weight: normal;
  font-style: italic; }

/*BOLD ITALIC*/
@font-face {
  font-family: 'HPSimplified';
  src: url("../fonts/hps/latin-e-bold-italic-eot.eot");
  /* IE9 compat */
  src: url("../fonts/hps/latin-e-bold-italic-eot.eot?#iefix") format("embedded-opentype"), url("../fonts/hps/latin-e-bold-italic-woff.woff") format("-woff.woff"), url("../fonts/hps/latin-e-bold-italic-ttf.ttf") format("truetype");
  /*iOS, Android, Safari*/
  font-weight: bold;
  font-style: italic; }

/*LIGHT ITALIC*/
@font-face {
  font-family: 'HPSimplifiedLight';
  src: url("../fonts/hps/latin-e-light-italic-eot.eot");
  /* IE9 compat */
  src: url("../fonts/hps/latin-e-light-italic-eot.eot?#iefix") format("embedded-opentype"), url("../fonts/hps/latin-e-light-italic-woff.woff") format("-woff.woff"), url("../fonts/hps/latin-e-light-italic-ttf.ttf") format("truetype");
  /*iOS, Android, Safari*/
  font-weight: normal;
  font-style: italic; }

.icon {
  font-family: "mobility-icons"; }

@font-face {
  font-family: 'mobility-icons';
  src: url('../fonts/mobility-icons/fonts/mobility-icons.eot?-yeb6ak');
  src: url('../fonts/mobility-icons/fonts/mobility-icons.eot?#iefix-yeb6ak') format('embedded-opentype'), url('../fonts/mobility-icons/fonts/mobility-icons.woff?-yeb6ak') format('woff'), url('../fonts/mobility-icons/fonts/mobility-icons.ttf?-yeb6ak') format('truetype'), url('../fonts/mobility-icons/fonts/mobility-icons.svg?-yeb6ak#mobility-icons') format('svg');
  font-weight: normal;
  font-style: normal; }

i.icon {
  font-family: 'mobility-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  padding: 0.1em;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-video-play:before {
  content: "\e61e";
  vertical-align: middle; }

.icon-article:before {
  content: "\e61d"; }

.icon-share:before {
  content: "\e600"; }

.icon-call:before {
  content: "\e601"; }

.icon-cart:before {
  content: "\e602"; }

.icon-people:before {
  content: "\e603"; }

.icon-right-circle-arrow:before {
  content: "\e604"; }

.icon-home:before {
  content: "\e605"; }

.icon-circle-question:before {
  content: "\e606"; }

.icon-globe:before {
  content: "\e607"; }

.icon-envelope:before {
  content: "\e608"; }

.icon-speech:before {
  content: "\e609"; }

.icon-tel:before {
  content: "\e60a"; }

.icon-search:before {
  content: "\e60b"; }

.icon-arrow-up:before {
  content: "\e60c"; }

.icon-arrow-down:before {
  content: "\e60d"; }

.icon-arrow-up-thin:before {
  content: "\e60e"; }

.icon-arrow-down-thin:before {
  content: "\e60f"; }

.icon-arrow-down-thinner:before {
  content: "\e610"; }

.icon-office-building:before {
  content: "\e611"; }

.icon-arrow-up-thinner:before {
  content: "\e612"; }

.icon-arrow-left-thin:before {
  content: "\e613"; }

.icon-arrow-right-thin:before {
  content: "\e614"; }

.icon-arrow-left-thinner:before {
  content: "\e615"; }

.icon-arrow-right-thinner:before {
  content: "\e616"; }

.icon-laptop-download:before {
  content: "\e617"; }

.icon-issue-found:before {
  content: "\e618"; }

.icon-communication:before {
  content: "\e619"; }

.icon-add-circle:before {
  content: "\e61a"; }

.icon-remove-circle:before {
  content: "\e61b"; }

.icon-external:before {
  content: "\e61c";
  font-size: 0.8em; }

html {
  box-sizing: content-box; }

*, *:before, *:after {
  box-sizing: content-box; }

.main * {
  box-sizing: border-box; }

.main *:before, .main *:after {
  box-sizing: border-box; }

body {
  font-family: "HPSimplified", "Arial";
  background-color: #fff !important; }

.main {
  font-size: 16px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-size: 1em;
  line-height: 1.25em;
  color: #222222;
  background-color: #fff; }

audio, canvas, iframe, img, svg, video {
  vertical-align: middle; }

input, button, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

::-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; }

img, embed, object, video {
  max-width: 100%; }

h1, h2, h3, h4, .h1, .h2, .h3, .h4 {
  font-family: "HPSimplifiedLight", "Arial";
  font-weight: normal; }

h2, .h2 {
  font-size: 1.875em;
  line-height: 1.2; }
  @media screen and (min-width: 50.0625em) {
    h2, .h2 {
      font-size: 2.5em; } }
  @media screen and (min-width: 55em) {
    h2, .h2 {
      font-size: 3.125em; } }

h3, .h3 {
  font-size: 1.5em;
  line-height: 1.2; }

.page-title h1 {
  font-family: "HPSimplified", "Arial";
  font-size: 1.5em; }
  @media screen and (min-width: 50.0625em) {
    .page-title h1 {
      font-size: 2em;
      margin: 1.15em 0; } }

.page-title.bold-title h1 {
  font-family: "HPSimplified", "Arial";
  font-weight: bold;
  line-height: 1.2;
  margin: 1em auto; }

.list-plain {
  padding-left: 0; }
  .list-plain li {
    list-style-type: none; }

.meta-list li {
  margin-bottom: 1em; }

a, a:visited {
  color: #007dba;
  text-decoration: none; }

a:hover, a:active {
  color: #006699;
  text-decoration: underline; }

.text-primary {
  color: #0096D6; }

.text-muted {
  color: #999; }

small, .small-text {
  font-size: 0.875em; }

.bold {
  font-family: "HPSimplified", "Arial";
  font-weight: bold; }

q {
  quotes: "“" "”" "‘" "’"; }
  q:before {
    content: open-quote; }
  q:after {
    content: close-quote; }

blockquote p {
  quotes: "“" "”" "‘" "’";
  position: relative; }
  blockquote p:before, blockquote p:after {
    font-family: Georgia, serif;
    font-weight: bold;
    font-size: 1.5em;
    line-height: 0;
    letter-spacing: -10px;
	letter-spacing: 0px\9;}
  blockquote p:before {
    content: open-quote;
    opacity: 0.35;
    position: absolute;
    top: 0.4em;
    left: -0.4em; }
  blockquote p:after {
    content: close-quote;
    opacity: 0.45;
    vertical-align: -0.3em; }
blockquote cite {
  font-family: "HPSimplifiedLight", "Arial";
  font-style: normal; }
  blockquote cite a, blockquote cite a:hover {
    color: white !important; }

.article-blockquote {
  font-size: 1.125em;
  line-height: 1.2;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin: 0; }
  .article-blockquote p {
    padding-left: 1em;
    padding-right: 1em; }
    .article-blockquote p:before, .article-blockquote p:after {
      opacity: 0.45;
      font-size: 1em; }
    .article-blockquote p:before {
      content: open-quote;
      position: relative;
      top: 0;
      left: -0.75em; }
    .article-blockquote p:after {
      content: close-quote;
      vertical-align: 0; }

.container {
  width: 100%;
  max-width: 62.5em;
  margin: 0 auto;
  padding: 0 0.625em;
  clear: both; }

.container-narrow {
  padding: 0 1.875em; }
  @media screen and (min-width: 50.0625em) {
    .container-narrow {
      padding: 0 0.625em; } }

@media screen and (min-width: 55em) {
  .article, .right-rail {
    float: left; } }

@media screen and (min-width: 55em) {
  .article {
    width: 65%;
    padding-right: 1.4em; } }

@media screen and (min-width: 55em) {
  .right-rail {
    width: 35%;
    padding-left: 1em; } }

.text-center {
  text-align: center; }

.pull-right {
  display: block;
  float: right; }

.pull-left {
  display: block;
  float: left; }

.no-mg-bottom {
  margin-bottom: 0; }

.mg-top {
  margin-top: 1em; }

.mg-top-double {
  margin-top: 2em; }

.mg-right {
  margin-right: 1em; }

.mg-bottom-triple {
  margin-bottom: 3em; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.cta {
  font-family: "HPSimplifiedLight", "Arial";
  font-size: 1.25em;
  line-height: 1;
  display: inline-block;
  padding: 0.75rem 1.875rem; }

a.cta, a.cta:active, a.cta:hover {
  text-decoration: none; }

.cta-critical {
  color: white !important;
  background: #d7410b; }
  .cta-critical:hover {
    background: #c1401a; }

.cta-primary {
  color: white !important;
  background: #0096D6; }
  .cta-primary:hover {
    background: #007dba; }

.play {
  display: block;
  border: none;
  width: 50px;
  height: 58px;
  outline: none;
  background: transparent url("../images/ui/video-play.png") no-repeat center;
  opacity: 0.8; }
  .play b {
    visibility: hidden !important; }
  .play:hover {
    opacity: 1; }

.card-box {
  border: 1px solid #e0e0e0;
  position: relative; }
  .card-box p {
    font-family: "HPSimplifiedLight", "Arial"; }
    .card-box p:last-child {
      margin-bottom: 0; }
  .card-box h3 {
    line-height: 1;
    margin-bottom: 0.5em;
    position: relative; }

.card-box-article .card-image {
  margin-top: 5px; }

.card-box-content {
  position: relative;
  padding: 1.25rem;
  padding-top: 0; }

.card-box-article:before, .card-box-video .card-box-content:before {
  display: block;
  content: " ";
  width: 100%;
  height: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  border-width: 5px;
  border-style: solid; }

.card-box-article h3 {
  padding-left: 1.6em; }
  .card-box-article h3:before {
    content: "\e61d";
    font-family: "mobility-icons";
    font-size: 1.1em;
    position: absolute;
    top: 0;
    left: 0;
    color: #777777; }
  .card-box-article h3 a {
    color: #222222; }

.card-box-article:before {
  border-color: #822980; }

.card-box-video .card-box-content:before {
  top: -1.5em;
  border-color: green; }

.card-video {
  position: relative; }
  .card-video img {
    position: relative;
    z-index: 1; }
  .card-video .play {
    position: absolute;
    top: 38%;
    left: 45%;
    z-index: 2; }

.card-box-quote {
  border: none; }
  .card-box-quote blockquote {
    margin: 0;
    padding: 0; }
    .card-box-quote blockquote p {
      font-size: 1.5em;
      line-height: 1.2; }
    .card-box-quote blockquote cite {
      display: block;
      padding: 1em 0 0 2em;
      color: #0096D6;
      font-size: 0.75em;
      line-height: 1.4; }
      .card-box-quote blockquote cite strong {
        font-size: 1.1666em; }

.card-box-quote .card-box-content {
  position: relative;
  padding: 1.875em; }
  .card-box-quote .card-box-content:after {
    content: " ";
    width: 0;
    height: 0;
    position: absolute;
    bottom: -1.1em;
    left: 87%;
    border-style: solid;
    border-width: 1.2em 1.2em 0 0; }
  .card-box-quote .card-box-content p {
    margin: 0; }
    .card-box-quote .card-box-content p:before, .card-box-quote .card-box-content p:after {
      opacity: 0.2; }

.card-box-quote .card-box-content.card-box-content-muted:after {
  border-color: #d8d8d8 transparent transparent transparent; }

.card-box-quote .card-box-content-muted {
  background: #e4e4e4;
  background: -webkit-linear-gradient(#e4e4e4, #d8d8d8);
  background: linear-gradient(#e4e4e4, #d8d8d8); }

.card-box-quote .card-box-content.card-box-content-primary:after {
  border-color: #0096d6 transparent transparent transparent; }

.card-box-quote .card-box-content-primary {
  color: white;
  background: #2ea9dd;
  background: -webkit-linear-gradient(#2ea9dd, #0096d6);
  background: linear-gradient(#2ea9dd, #0096d6); }

.card-box-quote .card-box-content.card-box-content-secondary:after {
  border-color: #0060cb transparent transparent transparent; }

.card-box-quote .card-box-content-secondary {
  color: white;
  background: #2f7ed4;
  background: -webkit-linear-gradient(#2f7ed4, #0060cb);
  background: linear-gradient(#2f7ed4, #0060cb); }

.feature-band {
  width: 100%;
  background-color: #0096D6;
  color: white !important;
  padding: 2em 0;
  margin: 1em 0; }
  @media screen and (min-width: 50.0625em) {
    .feature-band {
      padding: 3.5em 0; } }

.feature-band blockquote {
  font-family: "HPSimplifiedLight", "Arial"; }
  .feature-band blockquote p {
    font-size: 1.5em;
    line-height: 1.2; }
    @media screen and (min-width: 50.0625em) {
      .feature-band blockquote p {
        font-size: 2.25em;
        margin: 0.5em 0; } }
  @media screen and (min-width: 50.0625em) {
    .feature-band blockquote cite {
      font-size: 1.125em; } }

.product-feature-box {
  display: block;
  border: 1px solid #ccc;
  position: relative;
  width: 100%;
  max-width: 30.625em;
  overflow: hidden; }

.product-feature-box-content {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  padding: 1em;
  overflow: hidden; }
  .product-feature-box-content h3 {
    margin: 0; }
    @media screen and (min-width: 50.0625em) {
      .product-feature-box-content h3 {
        font-size: 1.875em; } }
  .product-feature-box-content p {
    margin-top: 0.5em; }
  .product-feature-box-content a.learn-more {
    font-size: 0.875em; }

.right-rail ul {
  padding-bottom: 1.4em;
  border-bottom: 1px solid black; }
.right-rail h3 {
  font-family: "HPSimplified", "Arial";
  font-weight: bold;
  margin: 0;
  font-size: 1.125em; }

.insights-hero {
  text-align: center;
  background: transparent url("../images/insights-hero-small.jpg") no-repeat center;
  background-size: cover;
  padding: 3.5em 0; }
  @media screen and (min-width: 50.0625em) {
    .insights-hero {
      padding: 6.875em 0;
      background: transparent url("../images/insights-hero.jpg") no-repeat center;
      background-size: cover; } }
  .insights-hero h2, .insights-hero h3 {
    margin: 0;
    line-height: 1; }
  .insights-hero h2 {
    font-size: 2.5em; }
    @media screen and (min-width: 50.0625em) {
      .insights-hero h2 {
        font-size: 3.125em; } }
    @media screen and (min-width: 55em) {
      .insights-hero h2 {
        font-size: 3.75em;
        line-height: 1.2; } }
  .insights-hero h3 {
    font-size: 1.875em; }
    @media screen and (min-width: 50.0625em) {
      .insights-hero h3 {
        font-size: 2.25em; } }
  .insights-hero p {
    font-family: "HPSimplifiedLight", "Arial";
    font-size: 1.125em;
    line-height: 1.4; }
    @media screen and (min-width: 50.0625em) {
      .insights-hero p {
        font-size: 1.5em; } }
    @media screen and (min-width: 55em) {
      .insights-hero p {
        font-size: 1.875em; } }

.insights-intro {
  position: relative;
  background: -webkit-linear-gradient(#e6e6e6, white);
  background: linear-gradient(#e6e6e6, white);
  padding: 5em 0 2em 0; }
  @media screen and (min-width: 50.0625em) {
    .insights-intro {
      padding-bottom: 3em; } }
  .insights-intro p {
    font-family: "HPSimplifiedLight", "Arial";
    font-size: 1.125em;
    line-height: 1.33333em; }
    @media screen and (min-width: 50.0625em) {
      .insights-intro p {
        font-size: 1.375em; } }
    @media screen and (min-width: 55em) {
      .insights-intro p {
        font-size: 1.625em; } }
  .insights-intro h2 {
    margin-top: 0; }
    @media screen and (min-width: 55em) {
      .insights-intro h2 {
        margin: 0; } }
  .insights-intro a.addthis_button {
    position: absolute;
    top: 1.5em;
    right: 1.5em; }
    .insights-intro a.addthis_button:hover {
      text-decoration: none; }

.insights {
  margin: 0 auto;
  padding: 0 5%; }
  .insights .insights-cards {
    width: 100%;
    margin: 0 auto; }
  .insights .card-box {
    width: 100%;
    max-width: 22.375em;
    margin: 0 auto 1.2em auto; }
    @media screen and (min-width: 50.0625em) {
      .insights .card-box {
        margin-bottom: 2em; } }
    @media screen and (min-width: 55em) {
      .insights .card-box {
        max-width: 306px; } }
  .insights .container > h2 {
    margin: 1.25em 0; }
  @media screen and (min-width: 50.0625em) {
    .insights {
      padding: 0; } }

.insights-sizer {
  width: 100%; }
  @media screen and (min-width: 50.0625em) {
    .insights-sizer {
      width: 358px; } }
  @media screen and (min-width: 55em) {
    .insights-sizer {
      width: 306px; } }

.featured-products {
  background: -webkit-linear-gradient(white, #e6e6e6);
  background: linear-gradient(white, #e6e6e6);
  padding: 2em 0; }
  @media screen and (min-width: 31.0625em) {
    .featured-products {
      padding: 2em 5%; } }
  @media screen and (min-width: 50.0625em) {
    .featured-products {
      padding: 2em 0; } }
  .featured-products .product-feature-box {
    margin: 0 auto; }
  .featured-products .product {
    margin-bottom: 1.5em; }
    .featured-products .product:nth-child(3) {
      clear: both; }
    @media screen and (min-width: 55em) {
      .featured-products .product {
        width: 50%;
        float: left;
        padding-left: 1.2em; } }


/*===  Grand white start ===*/
/* Tile 'Read more' style*/
.card-box .read_more{color: #007dba; font-size:0.875em;}
.card-box-infographic .read_more{ color: #fff; }
.card-box-infographic .read_more:hover{ text-decoration:underline;}
.insights-intro a.share_bigger{ font-size:1.14em;}

/* Additional icon font */
.user_icon:before{
    content: "\e625";
    font-family: "mobility-icons";
    font-size: 1.625em;
    position: absolute;
    top: 0;
    left: 0;
    color: #b9b8bb;
}

.businesses_icon:before{
    content: "\e611";
    font-family: "mobility-icons";
    font-size: 1.625em;
    position: absolute;
    top: 0;
    left: 0;
    color: #b9b8bb;
}

.features_group .feature:before{
    font-family: "mobility-icons";
    position: absolute;
    top: 0;
    left: 0;
    color: #0096d6;
	line-height:100%;
}

.features_group .icon1:before{
    content: "\e61f";
	font-size: 4em;
	line-height:60%;
}

.features_group .icon2:before{
    content: "\e620";
	font-size: 3em;
}

.features_group .icon3:before{
    content: "\e621";
	font-size: 3.5em;
}

.features_group .icon4:before{
    content: "\e622";
	font-size: 2.5em;
}

.features_group .icon5:before{
    content: "\e623";
	font-size: 3em;
}

.features_group .icon6:before{
    content: "\e624";
	font-size: 3em;
}

/* Breadcrumb style*/
.breadcrumb{ margin-top:0.83em; width:100%;}
.breadcrumb p { font-size:0.75em; }
.breadcrumb a, .breadcrumb p{ padding-right:0.83em; color:#767676;}
.breadcrumb p{ display:inline; margin:0em;}
.breadcrumb p:after{  content: "/";}
.breadcrumb p.breadcrumb_last:after{ content:" "}
.breadcrumb .social_media{ 
	margin:1em 0em 0em;}
	@media screen and (min-width: 50.0625em) {
		.article3_breadcrumb{ width:65%; padding-right:1.4em;}
		.breadcrumb .social_media{ 
			margin:0em; 
			float:right;
		} }
	@media screen and (min-width: 55em) {
		.breadcrumb{ 
			margin-top:0.83em; 
			padding-right:1.4em;
			width:65%;
		}
		
		.breadcrumb .social_media{ 
			margin:0em; 
			float:right;
		} }
		
.social_media{ 
	margin:0.625em 0em 1em;
	}


/* artical 1 - adjust hero image text  */
.article_with_txt p{
	font-size:4vw; 
	color:#fff; 
	margin:0em;
	font-family:"HPSimplifiedLight", "Arial";}
	@media screen and (min-width: 55em) {
		.article_with_txt p{ 
			font-size:1.5em;
			} }
	
	
.article_with_txt strong{
	font-family:"HPSimplified"; 
	font-weight:bold;
	}
	
.article1{ 
	background:url(../images/HPBM_Article01_1200x600.jpg) center center no-repeat; 
	background-size:contain; 
	display: table; 
	width: 100%;}
	
.article1 p{
	display: table-cell;
	vertical-align: middle;
	line-height:-moz-calc((100vw - 3.75em)*0.5); 
	line-height:-webkit-calc((100vw - 3.75em)*0.5); 
	line-height:calc((100vw - 3.75em)*0.5); 
	height:-moz-calc((100vw - 1.25em)*0.5);
	height:-webkit-calc((100vw - 1.25em)*0.5);
	height:calc((100vw - 1.25em)*0.5);
	width:100%;
	text-align:center;}
	@media screen and (min-width: 55em) {
		.article1 p{ 
			font-size:1.5em; 
			margin:0em; 
			font-size:1.5em;
			line-height:-moz-calc((100vw*0.65 - 1.4em)*0.5); 
			line-height:-webkit-calc((100vw*0.65 - 1.4em)*0.5); 
			line-height:calc((100vw*0.65 - 1.4em)*0.5);
			height:-moz-calc((100vw*0.65 - 1.4em)*0.5);
			height:-webkit-calc((100vw*0.65 - 1.4em)*0.5);
			height:calc((100vw*0.65 - 1.4em)*0.5);
			} }
	@media screen and (min-width: 62.5em) {
		.article1 p{ 
			line-height:12.79em;
			height:12.79em;
			} }
	


/* artical 2 - adjust hero image text  */
.delete_style{ text-decoration:line-through;}
.article2{ 
	background:url(../images/HPBM_Article02_1200x600.jpg) center no-repeat; 
	background-size:contain; 
	color:#fff; 
	line-height:100%; 
	position:relative;
	width:100%;
	height:-moz-calc((100vw - 3.75em)*0.5);
	height:-webkit-calc((100vw - 3.75em)*0.5);
	height:calc((100vw - 3.75em)*0.5);}
	@media screen and (min-width: 50.0625em) {
		.article2{
			height:-moz-calc((100vw - 1.25em)*0.5);
			height:-webkit-calc((100vw - 1.25em)*0.5);
			height:calc((100vw - 1.25em)*0.5);
			} }
	@media screen and (min-width: 55em) {
		.article2{			
			height:-moz-calc(((100vw - 1.25em)*0.65 - 1.4em)*0.5);
			height:-webkit-calc(((100vw - 1.25em)*0.65 - 1.4em)*0.5);
			height:calc(((100vw - 1.25em)*0.65 - 1.4em)*0.5);
		} }
	@media screen and (min-width: 62.5em) {
		.article2{
			height:19.21em;
		} }

.article2 p{
	position:absolute;
	bottom:35%;
	left:5%;
	line-height:120%;
	font-size:3vw;}
	@media screen and (min-width: 55em) {
		.article2 p{
			font-size: 1.2em;
		} }
	@media screen and (min-width: 62.5em) {
		.article2 p{
		 	bottom: 40%;
		 } }

.delete_style strong{
	font-family: "HPSimplified"; 
	font-weight: bold;}

/* artical 3 - adjust hero image text  */
.article3{ 
	background:url(../images/article3_chart_bk.jpg) center no-repeat #0096d6; 
	background-size:contain; 
	color:#fff; 
	line-height:100%; 
	position:relative;
	width:100%;
	height:-moz-calc((100vw - 3.75em)*0.5);
	height:-webkit-calc((100vw - 3.75em)*0.5);
	height:calc((100vw - 3.75em)*0.5);
	position:relative;}
	@media screen and (min-width: 50.0625em) {
		.article3{
			height: -moz-calc((100vw*0.65 - 1.4em)*0.5);
			height: -webkit-calc((100vw*0.65 - 1.4em)*0.5);
			height: calc((100vw*0.65 - 1.4em)*0.5); 
			} }
	@media screen and (min-width: 55em) {
		.article3{
			height: -moz-calc((100vw*0.65 - 1.4em)*0.5);
			height: -webkit-calc((100vw*0.65 - 1.4em)*0.5);
			height: calc((100vw*0.65 - 1.4em)*0.5);
			} }
	@media screen and (min-width: 62.5em) {
		.article3{
			height:19.25em;
		} }
	

.article3 p.header{ 
	background:transparent; 
	position:absolute; 
	font-size:5vw; 
	font-family:"HPSimplifiedLight", "Arial"; 
	line-height:110%; 
	top:0.8em; 
	left:0.8em; 
	width:80%;
	color:#fff;}
	@media screen and (min-width: 50.0625em) {
		.article3 p.header{
			font-size:3.5vw;
			} }
	@media screen and (min-width: 62.5em) {
		.article3 p.header{
			top:0.5em;
			font-size:2.75em;
			line-height:100%;
			} }

.article3 p.number{ 
	float:left; 
	font-size:15vw; 
	font-family:"HPSimplified", "Arial"; 
	font-weight:bold;
	margin:0em; 
	line-height:1;
	padding-right:0.125em;}
	@media screen and (min-width: 50.0625em) {
		.article3 p.number{
			font-size:12vw;
			} }
	@media screen and (min-width: 62.5em) {
		.article3 p.number{
			font-size:7.625em;
			} }
	
.article3 .txt_group{ 
	position:absolute;
	color:#fff; 
	width:70%; 
	bottom:0.3vw; 
	left: 35%;}
	@media screen and (min-width: 50.0625em) {
		.article3 .txt_group{
			bottom:1.2em;
			} }
	@media screen and (min-width: 62.5em) {
		.article3 .txt_group{
			bottom:1.5em; 
			left:33%;
			} }
	
.article3 .txt{ 
	line-height:150%; 
	float: left; 
	width:45%; 
	font-family:"HPSimplifiedLight", "Arial";
	font-size:2.5vw;}
	@media screen and (min-width: 50.0625em) {
		.article3 .txt{
			font-size:2vw; 
			line-height:110%; 
			} }
	@media screen and (min-width: 55em) {
		.article3 .txt{
			line-height:130%;
			} }
	@media screen and (min-width: 62.5em) {
		.article3 .txt{ 
			width:40%; 
			font-size:1em; 
			line-height:130%;
			} }
	
.article3 p.number .percent{ 
	font-size:7.5vw;  
	vertical-align: super;}
	@media screen and (min-width: 50.0625em) {
		.article3 p.number .percent{ 
			font-size:6vw; 
			} }
	@media screen and (min-width: 62.5em) {
		.article3 p.number .percent {
    		font-size: 0.5em;
			} }
	
.article3 p .xxl{ 
	font-size:4vw; 
	font-family:"HPSimplified", "Arial"; 
	font-weight:bold;}
	@media screen and (min-width: 50.0625em) {
		.article3 p .xxl{ 
			font-size:3vw;  
			font-weight:bold;
			} }
	@media screen and (min-width: 62.5em) {
		.article3 p .xxl{ 
			font-size:2.25em;  
			margin:0em;
			line-height:1;
			} }

/* article 3 - 'user' & 'businesses' section style */
.container-narrow-type2{ 
	padding:0em 1.875em;}
	@media screen and (min-width: 50.0625em) {
		.container-narrow-type2{
			padding:0em 1.25em;
		} }
	@media screen and (min-width: 55em) {
		.container-narrow-type2{
			padding:0em 0.625em;
		} }

@media screen and (min-width: 50.0625em) {
	.container-narrow-type2 .article{
		width:65%;
		padding-right:1.25em;
		float:left;
		} }
		
@media screen and (min-width: 55em) {
	.container-narrow-type2 .article{
		padding-right:1.4em;
		} }
		
@media screen and (min-width: 50.0625em) {
	.container-narrow-type2 .right-rail{
		width:35%;
		float:left;} }
@media screen and (min-width: 55em) {
	.container-narrow-type2 .right-rail{
		padding-left: 1em;
		}}

.article-hero{ 
	padding:1.875em 1.25em 0em; 
	background-color:#e5e8e8;
	}
	
.article-hero p{
	margin:0em; 
	font-size:3vw;  
	font-family:"HPSimplified", "Arial"; 
	font-weight:bold;
	width:30%; 
	float:left; 
	font-weight:bold; 
	line-height:150%;}
	@media screen and (min-width: 50.0625em) {
		.article-hero p{
		font-size:1em;
		} }
	@media screen and (min-width: 55em) {
		.article-hero p{
		font-size:1.5em;
		} }
	 
.article-hero .img_box{ 
	width:70%; 
	float:left;
	}

.features_group .group_title{
	font-family:"HPSimplifiedLight", "Arial"; 
	font-size: 1.5em; 
	line-height:100%; 
	background:#0096d6; 
	color:#fff; 
	padding:0.83em; 
	margin:0em;}
	@media screen and (min-width: 50.0625em) {
		.features_group .group_title{
			font-size:1.875em;
			} }
	@media screen and (min-width: 55em) {
		.features_group .group_title{
			font-size:2.5em;
			} }
	
.features_group p{ 
	margin:0em;
	}
	
.features_group .features{
	border-bottom:1px #ccc solid; 
	padding:2.5em 1.25em 1.875em; }
	@media screen and (min-width: 55em) {
		.features_group .features{
			width:50%;
			float:left;
			border-bottom:none;
			border-right:1px #ccc solid;
		} }
	
.features_group .features:nth-last-child(1){ 
	margin-bottom:0em; 
	border-bottom:none;}
	@media screen and (min-width: 55em) {
		.features_group .features:nth-last-child(1){ 
			border-right:none;
			padding-left:2.75em; } }

@media screen and (min-width: 55em) {
	.features_group .features:nth-last-child(1) .feature{ 
		padding-left:4.75em;
		} }
	
.features_group .features_title{ 
	font-size:1.625em; 
	padding-left:2.0625em; 
	color:#0096d6; 
	font-weight:bold; 
	margin:0em 0em 1.15em;
	position:relative;
	}
	
.features_group .feature{ 
	position:relative;
	margin-bottom:1.5625em; 
	padding-left:6.25em;
	}
.features_group .features .feature:nth-last-child(1){
	 margin-bottom:0em; 
	 }
.features_group .feature_title{ 
	font-size:1.125em; 
	font-weight:bold; 
	margin:0em 0em 0.56em; 
	}

.features_group .user_icon{ 
	height:2.0625em; 
	line-height:2.0625em;
	}
	
.features_group .businesses_icon{ 
	height:2.0625em; 
	line-height:2.0625em; 
	padding-left:2.46em;
	}

/* article 3 - footnote style */

.foot_note{ 
	background:#0096d6;
	padding:1.25em; 
	color:#fff; 
	font-size:0.75em; 
	margin-bottom:1em;
	}
	
.foot_note ul{ 
	list-style:outside decimal; 
	padding-left:1.25em;
	}
	
.foot_note ul li{ 
	margin-bottom:0.83em;
	}


/* overview - article 3 tile */

.card-box-infographic a, .card-box-infographic a:hover{ color:#fff; text-decoration:none;}

.card-box-infographic{
	background:#0096d6;
	width:100%;
	color:#fff;
	}

.card-box-infographic .txt{ 
	font-size:1.5em; 
	line-height:110%;
	margin-top:0.5em;
	}
	
.card-box-content .img_box{ 
	float:left; 
	padding-right:1.25em;
	}
	
.card-box-content .number{ 
	float:left; 
	margin-top:0.625em;
	}
	
.card-box-content .number span{ 
	display:block;
	}
.card-box-content .number span:nth-child(1){ font-family:"HPSimplified", "Arial"; font-size:4.375em; line-height:1; font-weight:bold;}
.card-box-content .number span:nth-child(2){ font-family:"HPSimplified", "Arial"; font-size:1.5em;line-height:1; font-weight:bold;}

/*===  Grand white end ===*/



