h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-top: 0;
  margin-bottom: 20px;
  position: relative; }
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
  .h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a {
    border-bottom: 0;
    display: block; }
  h1 svg, h2 svg, h3 svg, h4 svg, h5 svg, h6 svg,
  .h1 svg, .h2 svg, .h3 svg, .h4 svg, .h5 svg, .h6 svg {
    vertical-align: middle; }
  h1 svg + span, h2 svg + span, h3 svg + span, h4 svg + span, h5 svg + span, h6 svg + span,
  .h1 svg + span, .h2 svg + span, .h3 svg + span, .h4 svg + span, .h5 svg + span, .h6 svg + span {
    margin-left: 5px; }

h4, h5, h6,
.h4, .h5, .h6 {
  font-family: Arial, sans-serif; }

h5, h6,
.h5, .h6 {
  margin-bottom: 10px; }

ul {
  list-style-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='6px' height='10px' viewBox='0 0 6 6' xml:space='preserve'%3E%3Ccircle fill='%23005bab' cx='3' cy='3' r='3'/%3E%3C/svg%3E");
  margin: 0;
  padding: 0 0 0 14px; }
  ul li {
    margin-bottom: 5px; }
  ul.is-striped li {
    padding: 10px;
    background: #efefef;
    margin-bottom: 0; }
    ul.is-striped li:nth-child(2n) {
      background: #ffffff; }
  ul.is-ticked {
    list-style-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='10px' height='9px' viewBox='0 0 10 9' xml:space='preserve'%3E%3Cpath fill='%23005bab' d='M4.2,9L0,4.5l0.9-0.8l2.9,2.3c1-1.2,3-4.1,6.1-6.1L10,0.5C7.2,3.2,5,7.1,4.2,9'/%3E%3C/svg%3E");
    padding-left: 18px; }
  ul.is-bordered li {
    border-bottom: 1px solid #e0e0e0;
    padding-top: 10px;
    margin-bottom: 10px; }
    ul.is-bordered li:last-child {
      border-bottom: 0; }
  ul.is-styleless {
    margin: 0;
    padding: 0;
    list-style: none; }
  ul.is-wide li {
    margin-bottom: 10px; }
  ul.list-inline > li {
    padding-left: 10px;
    padding-right: 0;
    vertical-align: middle; }
    ul.list-inline > li:first-child {
      padding-left: 0; }

ol {
  margin-bottom: 20px;
  padding: 0 0 0 14px; }

p {
  white-space: normal; }

mark,
.mark {
  color: #108600;
  background-color: transparent;
  font-weight: bold; }

.important {
  color: #005bab;
  font-weight: bold; }

a {
  text-decoration: none;
  border-bottom: 1px solid #005bab;
  color: #005bab; }
  a:hover {
    text-decoration: none;
    color: #005bab;
    border-bottom-color: transparent; }
  a:focus {
    text-decoration: none; }
  a.no-underline svg {
    vertical-align: middle; }
  a.no-underline svg + span {
    margin-left: 5px; }
  a.no-underline span {
    text-decoration: none;
    border-bottom: 1px solid #005bab;
    vertical-align: middle; }
    a.no-underline span:hover {
      text-decoration: none;
      color: #005bab;
      border-bottom-color: transparent; }
    a.no-underline span:focus {
      text-decoration: none; }
  a.no-underline:hover span {
    border-bottom: 0; }
  a.no-underline.disabled:hover span {
    color: currentColor; }
  a.no-underline.disabled span {
    border-bottom: 0; }

.help-block {
  font-size: 12px;
  font-weight: normal;
  color: #999999; }

::selection {
  color: #ffffff;
  text-shadow: none;
  background: #005bab; }

.no-underline {
  border-bottom: 0; }

.no-padding {
  padding: 0; }

small {
  font-size: 12px; }

[disabled], .disabled {
  color: #999999;
  cursor: not-allowed;
  border-bottom: 0; }
  [disabled]:hover, [disabled]:focus, .disabled:hover, .disabled:focus {
    color: #999999;
    border-bottom: 0; }

p + h1, p + h2, p + h3, p + h4, p + h5, p + h6,
p + .h1, p + .h2, p + .h3, p + .h4, p + .h5, p + .h6, ul + h1, ul + h2, ul + h3, ul + h4, ul + h5, ul + h6,
ul + .h1, ul + .h2, ul + .h3, ul + .h4, ul + .h5, ul + .h6, img + h1, img + h2, img + h3, img + h4, img + h5, img + h6,
img + .h1, img + .h2, img + .h3, img + .h4, img + .h5, img + .h6, table + h1, table + h2, table + h3, table + h4, table + h5, table + h6,
table + .h1, table + .h2, table + .h3, table + .h4, table + .h5, table + .h6 {
  margin-top: 40px; }

.ow-hero-banner--description img {
  margin: 0 auto;
  max-width: 100%;
  width: 70%; }
  @media (min-width: 640px) {
    .ow-hero-banner--description img {
      padding-top: 20px;
      width: 224px; } }

.ow-jumbotron--reflex {
  background-color: #160959;
  height: auto;
  padding: 20px 0; }
  @media (min-width: 640px) {
    .ow-jumbotron--reflex {
      background: -webkit-linear-gradient(right, #160959, #0a3f89);
      background: -o-linear-gradient(right, #160959, #0a3f89);
      background: -moz-linear-gradient(right, #160959, #0a3f89);
      background: linear-gradient(to right, #160959, #0a3f89);
      /*padding-bottom: 80px;*/ } }
  @media (min-width: 990px) {
    .ow-jumbotron--reflex {
     /* padding-bottom: 20px;*/ } }
  .ow-jumbotron--reflex .reflex-hero-image {
    width: 100%;
    float: right; }
    @media (min-width: 640px) {
      .ow-jumbotron--reflex .reflex-hero-image {
        width: Calc(50%); } }
  .ow-jumbotron--reflex .left-content {
    padding: 20px; }
    .ow-jumbotron--reflex .left-content p {
      color: #ffffff;
      float: none;
      margin: 20px 0 20px; }
      @media (min-width: 640px) {
        .ow-jumbotron--reflex .left-content p {
          margin: 40px 0 20px; } }
    .ow-jumbotron--reflex .left-content #reflex-video {
      position: relative;
      float: 0;
      margin-bottom: 20px;
      opacity: 1;
      height: 90px;
      bottom: 0; }
     /* @media (min-width: 640px) {
        .ow-jumbotron--reflex .left-content #reflex-video {
          position: relative;
          left: 0; } }
      @media (min-width: 990px) {
        .ow-jumbotron--reflex .left-content #reflex-video {
          position: relative;
          left: 0; } }*/
      .ow-jumbotron--reflex .left-content #reflex-video:hover {
        opacity: 0.7;
        cursor: pointer; }

        .ow-jumbotron--reflex .left-content .video-cta {
          float: left;
          width: 260px;
          text-align: left;
        }
    .ow-jumbotron--reflex .left-content .reflex-looks-good {
      width: 100%;
      float: left;
      margin-top: 20px; }
      @media (min-width: 640px) {
        .ow-jumbotron--reflex .left-content .reflex-looks-good {
          width: Calc(40%);
          margin-top: 0; } }

.ow-jumbotron--inkWise {
  border: 1px solid #a5e5ff;
  border-radius: 5px; }
  .ow-jumbotron--inkWise .col-md-6:first-child {
    float: right; }
    .ow-jumbotron--inkWise .col-md-6:first-child .reflex-graph {
      width: 100%; }
  .ow-jumbotron--inkWise .inkwise-description {
    width: 100%;
    padding: 20px; }
    @media (min-width: 640px) {
      .ow-jumbotron--inkWise .inkwise-description {
        width: Calc(50%);
        float: left;
        padding: 40px; } }
    .ow-jumbotron--inkWise .inkwise-description img {
      width: 92px;
      margin-top: 40px; }
    .ow-jumbotron--inkWise .inkwise-description h2:not(:first-child) {
      color: #555; }
    .ow-jumbotron--inkWise .inkwise-description h2 {
      font-weight: normal; }

.ow-content-grid--borderless .ow-content-grid__item {
  padding-bottom: 20px; }
  .ow-content-grid--borderless .ow-content-grid__item img {
    width: 84px; }

.ow-content-grid--range .ow-content-grid__item {
  border: 1px solid #a5e5ff;
  border-radius: 5px;
  background-color: #efefef; }
  .ow-content-grid--range .ow-content-grid__item .ow-content-grid__image {
    border-bottom: 1px solid #a5e5ff; }
  .ow-content-grid--range .ow-content-grid__item .ow-content--range {
    padding: 0 20px; }
    .ow-content-grid--range .ow-content-grid__item .ow-content--range ul li {
      list-style-image: none;
      list-style-type: none;
      position: relative; }
      .ow-content-grid--range .ow-content-grid__item .ow-content--range ul li svg {
        width: 10px;
        position: absolute;
        left: -15px; }