html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

body {
  font-family: "Helvetica Neue LT W05_67 Md Cn"; }

strong {
  font-weight: bold; }

p {
  color: #666;
  font-family: Helvetica;
  text-align: justify;
  line-height: 20px;
  margin: 0px 0px 20px;
  font-size: 14px; }

a {
  -o-transition: 0.25s;
  -ms-transition: 0.25s;
  -moz-transition: 0.25s;
  -webkit-transition: 0.25s;
  /* ...and now for the proper property */
  transition: 0.25s;
  text-decoration: none;
  color: #e14504;
  outline: 0; }
  a:hover {
    color: #fb5e1d; }
  a.button {
    background: #e14504;
    padding: 10px;
    color: #fff;
    font-family: "Helvetica Neue LT W05_47 Lt Cn", Helvetica, Arial, sans-serif;
    text-transform: uppercase; }
    a.button:hover {
      background-color: #af3603; }

.header {
  width: 100%;
  background: #081F2D;
  position: relative;
  z-index: 9999;
  overflow: visible;
  border-bottom: 1px solid #fff; }
  .header .wrapper {
    max-width: 60em;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    *zoom: 1;
    position: relative;
    overflow: visible !important; }
    .header .wrapper:after {
      content: " ";
      display: block;
      clear: both; }
  @media (min-width: 32em) and (max-width: 60em) {
    .header {
      height: 135px; }
      .header .wrapper {
        height: 135px; } }
  @media (min-width: 60em) {
    .header {
      height: 80px; }
      .header .wrapper {
        height: 75px; } }
  .header .logo {
    position: relative; }
  .header .logo h2 {
    text-align: center;
    width: 100%; }
  .header #logo {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-top: 10px;
    margin-bottom: 10px;
    display: block;
    position: relative;
    text-align: center; }
    .header #logo img#logo-swoosh {
      width: 50px;
      float: left; }
    .header #logo img#logo-visiquate-type {
      width: 125px;
      float: left; }
    @media (min-width: 32em) {
      .header #logo {
        margin: 10px 0 0;
        width: 33.33333%;
        float: left; }
        .header #logo img#logo-swoosh {
          float: none;
          width: 50px;
          position: absolute;
          top: 0px;
          left: 0px; }
        .header #logo img#logo-visiquate-type {
          float: none;
          width: 125px;
          position: absolute;
          top: 0px;
          left: 50px; } }
  .header ul.nav {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    display: none;
    text-align: left; }
    @media (min-width: 32em) {
      .header ul.nav {
        display: block; } }
    .header ul.nav li {
      width: 100%;
      font-family: "Helvetica Neue LT W05_47 Lt Cn", Helvetica, Arial, sans-serif;
      height: 40px;
      font-size: 1.071em;
      display: inline-block;
      margin: 0 0 0 0;
      color: #fff;
      overflow: visible; }
      .header ul.nav li.active a {
        color: #e14504; }
      .header ul.nav li a {
        -o-transition: 0.5s;
        -ms-transition: 0.5s;
        -moz-transition: 0.5s;
        -webkit-transition: 0.5s;
        /* ...and now for the proper property */
        transition: 0.5s;
        color: #fff;
        padding: 10px 20px;
        display: block; }
        .header ul.nav li a:hover, .header ul.nav li a.hover {
          background: #e14504;
          color: #fff; }
    @media (min-width: 32em) and (max-width: 60em) {
      .header ul.nav {
        margin-top: 85px; } }
    @media (min-width: 32em) {
      .header ul.nav {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
        display: block;
        overflow: visible;
        text-align: left; }
        .header ul.nav li {
          width: auto;
          display: inline-block; }
          .header ul.nav li a {
            -o-transition: 0.5s;
            -ms-transition: 0.5s;
            -moz-transition: 0.5s;
            -webkit-transition: 0.5s;
            /* ...and now for the proper property */
            transition: 0.5s;
            color: #fff;
            padding: 5px; }
            .header ul.nav li a:hover, .header ul.nav li a.hover {
              color: #e14504;
              background: none; } }
    @media (min-width: 60em) {
      .header ul.nav {
        width: 80%;
        float: right;
        margin-right: 0;
        overflow: visible;
        margin: 20px 0px 0 0;
        float: right;
        text-align: right; }
        .header ul.nav li {
          width: auto;
          display: inline-block;
          margin: 0 0 0 15px; }
          .header ul.nav li a {
            -o-transition: 0.5s;
            -ms-transition: 0.5s;
            -moz-transition: 0.5s;
            -webkit-transition: 0.5s;
            /* ...and now for the proper property */
            transition: 0.5s;
            color: #fff;
            padding: 5px 5px 30px 5px; }
            .header ul.nav li a:hover, .header ul.nav li a.hover {
              color: #e14504;
              background: none; } }
    .header ul.nav div.subNav {
      border-top: 1px solid #fff;
      overflow: hidden;
      *zoom: 1;
      position: absolute;
      display: none;
      overflow: visible;
      background: #222222;
      z-index: 9999;
      width: 200px;
      padding: 10px 0px;
      top: 80px;
      /*&.about {
        display: block;
        position: relative;
        overflow: visible;
        z-index: 9999;
        margin: -10px 0 10px;
        padding: 0px 20px;
        background: none;
        border-top: none;
        top: 0px;
        width: span(24);
        a.title {
          display: none;
        }
        div {
          display: block;
          margin: 0px 0px;
          a:hover {
            background: none;
            color: $orange;
          }
        }
        @include susy-breakpoint($bp-medium, $susy) {
          display: none;
          position: absolute;
          overflow: visible;
          background: #000;
          z-index: 9999;
          width: 200px;
          height: auto;
          padding: 10px 0px;
          top: 75px;
          margin: 0px;
          a.title {
            display: block;
          }
          div {
            margin: 10px 0px;
            display: block;
          }
        }
      }*/ }
      @media (min-width: 32em) and (max-width: 60em) {
        .header ul.nav div.subNav {
          top: 135px; } }
      .header ul.nav div.subNav.solutionsNav {
        width: 100%;
        height: 400px;
        left: 0px; }
        .header ul.nav div.subNav.solutionsNav div {
          width: 33.33333%;
          float: left;
          height: 360px;
          border-right: 1px dotted #ccc; }
      .header ul.nav div.subNav div {
        margin: 10px 0;
        padding: 0px 20px; }
        .header ul.nav div.subNav div.feature h4 {
          font-family: "Helvetica Neue LT W05_47 Lt Cn", Helvetica, Arial, sans-serif;
          color: #fff;
          font-size: 30px;
          margin: 0px 0px 5px; }
        .header ul.nav div.subNav div.feature h5 {
          font-family: Helvetica, Arial, sans-serif;
          color: #e14504;
          font-size: 14px;
          text-transform: uppercase;
          text-align: left; }
        .header ul.nav div.subNav div.feature img {
          margin-bottom: 10px; }
        .header ul.nav div.subNav div.feature p {
          color: #fff; }
        .header ul.nav div.subNav div.feature a {
          display: block;
          width: auto;
          text-align: left; }
        .header ul.nav div.subNav div:last-of-type {
          border-right: none; }
        .header ul.nav div.subNav div h4 {
          font-size: 18px;
          padding: 0 0 5px;
          color: #e14504;
          font-family: "Helvetica Neue LT W05_67 Md Cn", Helvetica, Arial, sans-serif;
          text-align: left; }
        .header ul.nav div.subNav div li {
          display: block;
          font-family: Helvetica, Arial, sans-serif;
          font-size: 14px;
          text-align: left;
          line-height: 16px;
          margin: 0px;
          padding: 5px 0;
          height: auto; }
          .header ul.nav div.subNav div li sup {
            font-size: 8px;
            top: -5px;
            position: relative; }
          .header ul.nav div.subNav div li a {
            padding: 0px; }
            .header ul.nav div.subNav div li a:hover {
              color: #e14504; }
      .header ul.nav div.subNav li a {
        color: #fff; }
  @media (min-width: 32em) {
    .header ul.nav > li:hover .subNav {
      display: block; } }

.aboutNav {
  display: block;
  background: #333;
  border-bottom: 1px solid #fff; }
  .aboutNav ul {
    padding: 10px; }
    .aboutNav ul li {
      display: inline-block;
      padding: 0px 7px; }
      .aboutNav ul li a {
        font-family: "Helvetica Neue LT W05_47 Lt Cn", Helvetica, Arial, sans-serif;
        color: #fff; }
        .aboutNav ul li a:hover {
          color: #e14504; }
  @media (min-width: 32em) {
    .aboutNav {
      display: none; } }

.hamburger {
  display: block;
  position: absolute;
  top: 20px;
  right: 20px; }
  @media (min-width: 32em) {
    .hamburger {
      display: none; } }

body {
  width: 100%;
  background: #fff;
  position: relative;
  z-index: 9999; }
  body .wrapper {
    max-width: 60em;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    *zoom: 1; }
    body .wrapper:after {
      content: " ";
      display: block;
      clear: both; }
    body .wrapper.heading p {
      font-family: "Helvetica Neue LT W05_47 Lt Cn", Helvetica, Arial, sans-serif;
      font-size: 20px;
      line-height: 24px;
      margipn: 10px 0 30px;
      padding: 0px 15px; }
      @media (min-width: 60em) {
        body .wrapper.heading p {
          padding: 0; } }
    body .wrapper.cross-enterprise {
      padding-bottom: 30px; }
    body .wrapper.feature {
      padding-bottom: 30px; }
    body .wrapper.gift h3 {
      font-size: 30px;
      margin: 0 0 20px; }
      body .wrapper.gift h3 strong {
        color: #ff6600; }
    @media (min-width: 32em) {
      body .wrapper.gift div.left {
        width: 50%;
        float: left;
        float: left; } }
    @media (min-width: 32em) {
      body .wrapper.gift div.right {
        width: 45.83333%;
        float: right;
        margin-right: 0;
        float: right; } }
    body .wrapper.training-library, body .wrapper resources {
      padding: 30px 2.5%; }
      body .wrapper.training-library h3, body .wrapper resources h3 {
        border-bottom: 1px dotted #ccc;
        padding-bottom: 5px;
        margin-bottom: 20px;
        font-size: 20px;
        color: #333;
        text-transform: uppercase; }
      body .wrapper.training-library ul, body .wrapper resources ul {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
        max-width: 60em;
        margin-left: auto;
        margin-right: auto;
        overflow: hidden;
        *zoom: 1;
        margin: 10px 0px; }
        body .wrapper.training-library ul:after, body .wrapper resources ul:after {
          content: " ";
          display: block;
          clear: both; }
        body .wrapper.training-library ul li, body .wrapper resources ul li {
          width: 91.66667%;
          float: left;
          margin: 0 4.16667% 3.33333%;
          display: block;
          text-align: center;
          margin-bottom: 3.33333%;
          font-family: Helvetica, Arial, sans-serif;
          font-size: 10px;
          color: #999; }
          body .wrapper.training-library ul li a, body .wrapper resources ul li a {
            text-align: center;
            font-size: 16px;
            font-family: "Helvetica Neue LT W05_67 Md Cn", Helvetica, Arial, sans-serif; }
          body .wrapper.training-library ul li:nth-child(3n+3), body .wrapper resources ul li:nth-child(3n+3) {
            margin-right: 0px; }
          body .wrapper.training-library ul li img, body .wrapper resources ul li img {
            width: 100%;
            margin-bottom: 5px;
            border: 1px solid #ccc; }
            body .wrapper.training-library ul li img:hover, body .wrapper resources ul li img:hover {
              border: 2px solid #e14504;
              margin-bottom: 4px; }
        body .wrapper.training-library ul.documents li, body .wrapper resources ul.documents li {
          width: 41.66667%;
          float: left;
          margin-right: 3.33333%;
          float: left; }
          body .wrapper.training-library ul.documents li.telcare, body .wrapper resources ul.documents li.telcare {
            width: 91.66667%;
            float: left;
            text-align: left; }
        @media (min-width: 32em) {
          body .wrapper.training-library ul li, body .wrapper resources ul li {
            margin: 0px 0px 3.33333%;
            width: 29.16667%;
            float: left;
            margin-right: 3.33333%;
            float: left;
            height: 200px; }
            body .wrapper.training-library ul li a, body .wrapper resources ul li a {
              height: 200px; }
          body .wrapper.training-library ul.documents, body .wrapper resources ul.documents {
            margin-bottom: 70px; }
            body .wrapper.training-library ul.documents li, body .wrapper resources ul.documents li {
              float: none;
              width: 16.66667%;
              float: left;
              margin-right: 3.33333%;
              text-align: left;
              margin: 5px 10px 15px;
              height: auto; }
              body .wrapper.training-library ul.documents li.telcare, body .wrapper resources ul.documents li.telcare {
                width: 91.66667%;
                float: left;
                text-align: left; } }
      @media (min-width: 60em) {
        body .wrapper.training-library, body .wrapper resources {
          padding: 30px 0px; } }

img.arrow {
  position: relative;
  width: 8px;
  top: -1px; }

.homeVideo {
  height: 450px;
  display: block;
  position: relative;
  overflow: hidden !important;
  width: 100%;
  background: #000;
  border-bottom: 1px solid #fff; }
  .homeVideo .videoWrapper {
    position: relative;
    height: 450px;
    /*iframe {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    height: 100%;
    @include susy-breakpoint ($bp-large, $susy) {
      width: 60em;
      height: 540px;
      }
    }*/ }
  .homeVideo div.videoIntro {
    overflow: visible;
    background: rgba(0, 0, 0, 0.3);
    padding: 30px;
    z-index: 9000;
    width: 100%;
    overflow: hidden;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0; }
    .homeVideo div.videoIntro h1 {
      font-size: 40px;
      font-family: "Helvetica Neue LT W05_47 Lt Cn", Helvetica, Arial, sans-serif;
      text-align: center;
      color: #fff; }
      .homeVideo div.videoIntro h1 strong {
        font-family: "Helvetica Neue LT W05_67 Md Cn", Helvetica, Arial, sans-serif; }
        .homeVideo div.videoIntro h1 strong sup {
          font-size: 16px;
          position: relative;
          top: -14px;
          left: -4px; }
      .homeVideo div.videoIntro h1 em {
        font-size: 37px; }
    .homeVideo div.videoIntro p {
      color: #fff;
      text-align: center;
      margin: 20px 0; }
      .homeVideo div.videoIntro p strong {
        font-weight: bold; }
    .homeVideo div.videoIntro a.button {
      background: #0082ca;
      margin-top: 30px; }
      .homeVideo div.videoIntro a.button:hover {
        background: #006197; }
    @media (min-width: 32em) {
      .homeVideo div.videoIntro {
        width: 500px;
        height: 410px; } }

.wrapper.news {
  padding: 30px 0; }

.chatbot {
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  overflow: hidden;
  *zoom: 1;
  font-weight: 100;
  background-color: #10100f;
  padding-bottom: 0; }
  .chatbot .wrapper {
    width: 91.66667%;
    max-width: 1600px !important; }
    .chatbot .wrapper.wide {
      max-width: 1280px !important;
      width: 90%; }
    .chatbot .wrapper.wideb {
      max-width: 1440px !important;
      width: 100%; }
  .chatbot .desktopWrapper {
    float: right;
    margin-top: 10px;
    position: relative;
    background: url("/assets/images/site-images/desktop-container-ana.png");
    background-size: cover;
    width: 1100px;
    height: 990px; }
    .chatbot .desktopWrapper .screenWrapper {
      width: 100%; }
    .chatbot .desktopWrapper iframe {
      position: absolute;
      top: 13.33333%;
      bottom: 0;
      left: 0;
      right: 0;
      width: 66.75%;
      height: 83.11111%;
      margin-left: 29.65%; }
  .chatbot .laptopWrapper {
    background: url("/assets/images/site-images/15-inch-MacBook-Pro@2x-Ana-Brochure-Video-Shelley.png");
    background-size: 1440px 900px;
    width: 1440px !important;
    height: 900px !important;
    float: none; }
    .chatbot .laptopWrapper iframe {
      position: absolute;
      top: 14.75%;
      bottom: 0;
      left: 0;
      right: 0;
      width: 78.7%;
      height: 82.4%;
      margin-left: 19.6%; }
  .chatbot .wide .desktopWrapper {
    background: url("/assets/images/site-images/desktop-container-ana-wide.png");
    background-size: cover;
    width: 1280px;
    height: 960px;
    float: none; }
  .chatbot .wide iframe {
    position: absolute;
    top: 13.333333333%;
    bottom: 0;
    left: 0;
    right: 0;
    width: 72.83333333%;
    height: 83%;
    margin-left: 24.5%; }


    .chatbot.kpi-dashboard {
      background: #323f48;

      margin: 0 auto 0;
      height: 100%;
      padding-bottom: 61.62%;
      position: relative;
    }

    .chatbot .kpi-dashboard .laptopWrapperb {
      background: url("/assets/images/feature-images/ana-frame-dashboard.jpg");
      background-size: cover;
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;       float: none;
      }

      .chatbot .kpi-dashboard .laptopWrapperb iframe {
        position: absolute;
        top: 12.33857%;
        bottom: 0;
        left: 0;
        right: 0;
        width: 16.17250674%;
        height: 75.30286%;
        margin-left: 71.926921%; }

.chatbot .phoneWrapper {
  margin-top: 10px;
  position: relative;
  background: url("/assets/images/site-images/iPhone-container.png");
  background-size: cover;
  width: 600px;
  height: 1208px;
  margin-right: 10%;
  float: right; }
  .chatbot .phoneWrapper .screenWrapper {
    width: 100%; }
  .chatbot .phoneWrapper iframe {
    position: absolute;
    top: 11.520%;
    bottom: 0;
    left: 0;
    right: 0;
    width: 86.832%;
    height: 76.804%;
    margin-left: 6.784%; }
.chatbot p.button {
  margin-bottom: 50px; }
  .chatbot p.button img {
    margin-top: 30px; }
.chatbot h1 {
  color: #fff;
  font-size: 65px;
  text-align: center;
  margin-left: 0px;
  padding-left: 0px; }
.chatbot h2 {
  color: #ccc;
  font-weight: 300;
  text-align: center;
  font-size: 44px;
  margin-bottom: 35px; }
.chatbot p {
  color: #e14504;
  text-align: center;
  margin: 15px 0px;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px; }
.chatbot .wrapper {
  background-color: #10100f;
  max-width: 60em;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  *zoom: 1;
  max-width: 1280px;
  width: 91.66667%; }
  .chatbot .wrapper:after {
    content: " ";
    display: block;
    clear: both; }
  .chatbot .wrapper.wide {
    width: 1300px; }
  .chatbot .wrapper .titleWrapper {
    text-align: center;
    margin-top: 25px;
    float: left;
    width: 170px; }
    .chatbot .wrapper .titleWrapper img {
      width: 150px;
      margin-bottom: 0px;
      margin: 0px; }
    .chatbot .wrapper .titleWrapper .wide {
      width: 1280px; }
  .chatbot .wrapper div.img p {
    text-align: center; }
  .chatbot .wrapper div.img img {
    width: 50%;
    margin: 0px 4.16667% 0px; }
  .chatbot .wrapper .wufoo {
    width: 91.66667%;
    margin: 0px 4.16667% 10px;
    text-align: center; }
    .chatbot .wrapper .wufoo label {
      color: #ccc;
      font-family: "proxima-nova", Helvetica, Arial, sans-serif; }
  @media (min-width: 32em) {
    .chatbot .wrapper div.img img {
      width: 400px; }
    .chatbot .wrapper .wufoo {
      width: 58.33333%;
      margin: 0px 20.83333% 10px; } }




      .chatbot .patientCardWrapper {
        position: relative;
        background: url("/assets/images/feature-images/ana-Patient-Card-Window.jpg");
        background-size: 100%;
        width: 1786px;
        height: 908px;
        margin: 40px auto 390px;
      }

      .chatbot.ana-payflo .wrapper {
        max-width: none !important;
        width: 100%;
      }
      .chatbot.ana-payflo {
          padding-bottom: 0px;
        }
        .chatbot .patientCardWrapper .screenWrapper {
          width: 100%;
        padding-bottom: 13.191585761%; }
        .chatbot .patientCardWrapper iframe {
          position: absolute;
          top: 7.98274022%;
          bottom: 0;
          left: 0;
          right: 0;
          width: 42.98245644%;
          max-width: 768px;
          height: 78.10140237%;
          margin-left: 31.85307018%;
       }

      .chatbot .wrapper.fullScreen {
        background-color: #10100f;
        margin-left: auto;
        margin-right: auto;
        overflow: hidden;
        *zoom: 1;
        max-width: 1824px;
        width: 100%; }
        .chatbot .wrapper:after {
          content: " ";
          display: block;
          clear: both; }

.eventFeature {
  background-color: #e14504;
  width: 100%;
  position: relative;
  z-index: 9999;
  margin: 0;
  padding: 0 0 0 0px;
  border-bottom: 1px solid #fff; }
  .eventFeature .wrapper {
    max-width: 60em;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    *zoom: 1; }
    .eventFeature .wrapper:after {
      content: " ";
      display: block;
      clear: both; }
    .eventFeature .wrapper h3 {
      text-align: center;
      font-size: 17px;
      color: #fff;
      margin: 0px;
      font-family: "Helvetica Neue LT W05_47 Lt Cn", Helvetica, Arial, sans-serif;
      padding: 15px 0;
      background: url(../images/background-vq-news-title.png) no-repeat;
      background-size: cover;
      z-index: 9999; }
      .eventFeature .wrapper h3 strong {
        font-family: "Helvetica Neue LT W05_67 Md Cn", Helvetica, Arial, sans-serif; }
      .eventFeature .wrapper h3 a {
        color: #fff; }
        .eventFeature .wrapper h3 a:hover {
          color: #000; }

.homeNews {
  background: #1d2021;
  width: 100%;
  position: relative;
  z-index: 9999;
  height: 50px;
  margin: 0;
  padding: 0 0 0 150px;
  overflow: hidden; }
  .homeNews h3 {
    position: absolute;
    left: 0px;
    width: 150px;
    height: 50px;
    margin: 0px;
    padding: 15px 0 0 15px;
    background: url(../images/background-vq-news-title.png) no-repeat;
    background-size: cover;
    z-index: 9999; }
    .homeNews h3 a {
      color: #fff; }

  .COVID-RC {
    background: #081f2d;
    width: 100%;
    position: relative;
    z-index: 9999;
    border-bottom: 1px solid #fff;
    margin: 0;
    padding: 20px;
    overflow: hidden; }
  .COVID-RC h2 {
    color: #fff;
    text-align: center;
    font-size: 40px;
  }
  .COVID-RC h2 a {

  }
  .COVID-RC p {
    color: #ccc;
    font-size: 18px;
    text-align: center;
    margin-bottom: 0px;
  }
  .COVID-RC p a {
    color: #ccc;
  }

.homeNews ul {
  /* that's your list */
  position: relative;
  font-family: Helvetica, Arial, sans-serif;
  list-style-type: none;
  margin: 18px 0 0;
  padding: 0;
  z-index: 6000; }

.homeNews ul li {
  float: left;
  /* important: display inline gives incorrect results when you check for elem's width */
  margin: 0 0 30px;
  padding: 0;
  font-size: 14px; }
  .homeNews ul li span {
    color: #e14504;
    font-weight: bold; }

.homeNews ul a {
  white-space: nowrap;
  padding: 0;
  color: #fff;
  font-family: Helvetica, Arial, sans-serif;
  margin: 0 30px 0 0; }
  .homeNews ul a:hover {
    color: #e14504; }

.homeNews ul span {
  margin: 0 10px 0 0; }

#clients-home {
  background: #666;
  padding: 15px 6px;
  position: relative;
  overflow: hidden; }
  #clients-home .wrapper {
    max-width: 60em;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    *zoom: 1; }
    #clients-home .wrapper:after {
      content: " ";
      display: block;
      clear: both; }
  #clients-home ul {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin: 0px 30px;
    padding: 0px;
    top: 10px;
    overflow: hidden; }
    #clients-home ul li {
      float: left;
      height: 70px; }
      #clients-home ul li img {
        width: 150px;
        margin: 0px 15px; }
  #clients-home h3 {
    font-family: "Helvetica Neue LT W05_47 Lt Cn", Helvetica, Arial, sans-serif;
    color: #fff;
    text-align: center;
    font-size: 24px; }

.featureWrapper {
  overflow: hidden;
  *zoom: 1; }
  .featureWrapper .feature {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    display: block;
    position: relative; }
    .featureWrapper .feature h3 {
      font-family: "Helvetica Neue LT W05_47 Lt Cn", Helvetica, Arial, sans-serif;
      font-size: 30px;
      color: #fff;
      margin: 10px 0 5px;
      padding: 0px; }
      .featureWrapper .feature h3 strong {
        font-family: "Helvetica Neue LT W05_67 Md Cn", Helvetica, Arial, sans-serif; }
    .featureWrapper .feature p {
      color: #fff; }
    .featureWrapper .feature p.type {
      margin: 0px; }
      .featureWrapper .feature p.type span {
        padding: 5px;
        background: rgba(0, 0, 0, 0.3);
        color: #fff;
        font-size: 12px;
        margin: 0px;
        border: 1px solid #fff; }
    .featureWrapper .feature p.subhead {
      font-family: "Helvetica Neue LT W05_47 Lt Cn", Helvetica, Arial, sans-serif;
      font-size: 20px;
      margin: 0px 0px 10px; }
      .featureWrapper .feature p.subhead strong {
        font-family: "Helvetica Neue LT W05_67 Md Cn", Helvetica, Arial, sans-serif; }
    .featureWrapper .feature.rightColumn {
      background: url(../images/background-feature-cio-video.jpg);
      background-size: cover;
      background-position: center; }
      .featureWrapper .feature.rightColumn div {
        padding: 20px; }
    .featureWrapper .feature.leftColumn {
      background: url(../images/background-feature-dma.jpg);
      background-size: cover;
      background-position: center; }
      .featureWrapper .feature.leftColumn h3 {
        color: #e14504; }
      .featureWrapper .feature.leftColumn div {
        padding: 20px; }
  @media (min-width: 45em) {
    .featureWrapper .feature {
      width: 50%;
      float: left;
      height: 370px; } }
  @media (min-width: 60em) {
    .featureWrapper .feature {
      width: 50%;
      float: left;
      height: 300px;
      padding: 0px; }
      .featureWrapper .feature div {
        width: 30em;
        position: absolute;
        display: block; }
      .featureWrapper .feature.rightColumn div {
        left: 0px;
        padding: 20px 0 0 30px; }
      .featureWrapper .feature.leftColumn div {
        right: 0px;
        padding: 20px 30px 0 0; } }

.mainFeature {
  max-width: 60em;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  *zoom: 1;
  padding: 30px 20px;
  background: #fff; }
  .mainFeature:after {
    content: " ";
    display: block;
    clear: both; }
  .mainFeature img.feature {
    width: 83.33333%;
    margin: 0 0 0 8.33333%; }
  .mainFeature h4 {
    margin: 10px 0 0 0;
    font-size: 20px;
    color: #e14504;
    font-family: "Helvetica Neue LT W05_47 Lt Cn", Helvetica, Arial, sans-serif;
    text-transform: uppercase; }
  .mainFeature h2 {
    font-size: 40px;
    color: #666;
    font-family: "Helvetica Neue LT W05_47 Lt Cn", Helvetica, Arial, sans-serif;
    margin: 0px 0 0 0; }
  .mainFeature p {
    margin: 10px 0 25px 0;
    padding: 0px; }
  @media (min-width: 45em) {
    .mainFeature img.feature {
      width: 45.83333%;
      float: left;
      margin: 0 0 0 0; }
    .mainFeature h4 {
      margin: 10px 0 0 50%; }
    .mainFeature h2 {
      margin: 0px 0 0 50%; }
    .mainFeature p {
      margin: 10px 0 25px 50%; } }
  @media (min-width: 60em) {
    .mainFeature {
      padding: 30px 0px; } }

.newsWrapper {
  background: url(../images/background-leadership.jpg);
  background-size: cover;
  background-position: center;
  padding: 10px 0px 20px;
  margin: 1px 0 0; }
  .newsWrapper .wrapper ul li {
    width: 100%;
    margin: 10px 0px;
    line-height: 18px; }
    .newsWrapper .wrapper ul li a {
      -o-transition: 0.25s;
      -ms-transition: 0.25s;
      -moz-transition: 0.25s;
      -webkit-transition: 0.25s;
      /* ...and now for the proper property */
      transition: 0.25s;
      width: 100%;
      display: block;
      background: #fff;
      padding: 20px;
      font-family: Helvetica, Arial, sans-serif;
      font-size: 12px;
      color: #e14504;
      font-weight: bold; }
      .newsWrapper .wrapper ul li a strong {
        font-family: "Helvetica Neue LT W05_47 Lt Cn", Helvetica, Arial, sans-serif;
        font-size: 16px;
        color: #333; }
      .newsWrapper .wrapper ul li a:hover strong {
        color: #e14504; }
    .newsWrapper .wrapper ul li span {
      font-weight: normal;
      color: #666; }

.contact {
  width: 100%;
  position: relative;
  max-width: 60em;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  *zoom: 1;
  padding: 20px 10px 30px; }
  .contact:after {
    content: " ";
    display: block;
    clear: both; }
  .contact .leftColumn {
    width: 58.33333%;
    float: left; }
    .contact .leftColumn form {
      font-size: 16px;
      width: 100%; }
    .contact .leftColumn form label {
      font-size: 16px;
      color: #666;
      text-transform: uppercase;
      margin: 0px 0px 3px; }
    .contact .leftColumn form input.field.text {
      padding: 5px;
      border: 1px solid #ccc;
      margin: 3px 0px 15px; }
    .contact .leftColumn form li.float {
      float: left;
      margin-right: 10px; }
    .contact .leftColumn form li.clear {
      clear: left; }
    .contact .leftColumn p.border-bottom {
      border-bottom: 1px dotted #ccc;
      padding: 0px 0px 10px;
      margin: 0px 0px 10px; }
    .contact .leftColumn h5 {
      font-size: 18px;
      color: #ff6600;
      margin: 0px;
      padding: 0px; }
    .contact .leftColumn form textarea.textarea {
      padding: 5px;
      border: 1px solid #ccc;
      margin: 3px 0px 15px; }
  .contact .rightColumn {
    width: 100%;
    clear: both;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px dotted #ccc; }
    .contact .rightColumn p {
      margin: 0 0 0px;
      text-align: left; }
      .contact .rightColumn p.button {
        height: 50px; }
        .contact .rightColumn p.button a.button {
          display: block;
          font-family: "Helvetica Neue LT W05_67 Md Cn";
          position: relative; }
          .contact .rightColumn p.button a.button img {
            position: relative;
            margin-top: -7px;
            top: 5px;
            margin-right: 8px; }
          .contact .rightColumn p.button a.button.grey {
            background: #333; }
            .contact .rightColumn p.button a.button.grey:hover {
              background: #000; }
    .contact .rightColumn h3 {
      padding: 0px;
      margin: 20px 0px 0px;
      line-height: 20px; }
      .contact .rightColumn h3:first-child {
        margin: 0px; }
    .contact .rightColumn a {
      font-family: Helvetica, Arial, Sans-serif;
      font-size: 14px; }
    @media (min-width: 60em) {
      .contact .rightColumn {
        width: 33.33333%;
        padding-right: 0; } }
    @media (min-width: 45em) {
      .contact .rightColumn {
        clear: none;
        width: 33.33333%;
        float: right;
        padding-left: 4.16667%;
        border-left: 1px solid #ccc;
        margin-top: 0px;
        padding-top: 0px;
        border-top: none; } }
  @media (min-width: 60em) {
    .contact {
      padding: 20px 0px 30px; } }

.columnWrapper {
  max-width: 60em;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  *zoom: 1;
  background: #eee; }
  .columnWrapper:after {
    content: " ";
    display: block;
    clear: both; }
  .columnWrapper div {
    width: 100%;
    text-align: center;
    padding: 20px;
    padding-bottom: 20px; }
    .columnWrapper div.first {
      border-bottom: 1px dotted #ccc; }
    .columnWrapper div h2 {
      font-size: 24px;
      color: #e14504;
      width: 100%;
      padding: 10px; }
    .columnWrapper div p {
      padding: 0px 10px; }
  @media (min-width: 45em) {
    .columnWrapper div {
      width: 50%;
      float: left; }
      .columnWrapper div.first {
        border-right: 1px dotted #ccc;
        border-bottom: none; } }
  @media (min-width: 60em) {
    .columnWrapper {
      margin-bottom: 20px; } }

.why-we-say-youll-see.intro p, .standardPage.intro p {
  margin-top: 20px;
  padding: 0px 15px; }
@media (min-width: 60em) {
  .why-we-say-youll-see.intro, .standardPage.intro {
    padding: 0px; } }

.six-stages-of-business-analytics {
  margin-bottom: 30px; }
  .six-stages-of-business-analytics .stage {
    padding: 30px;
    border-bottom: 2px solid #fff; }
    .six-stages-of-business-analytics .stage .icon img {
      width: 100px;
      float: right; }
    .six-stages-of-business-analytics .stage .number {
      float: left;
      margin-top: -10px;
      font-size: 90px;
      font-family: "Helvetica Neue LT W05_67 Md Cn", Helvetica, Arial, sans-serif; }
    .six-stages-of-business-analytics .stage h3 {
      font-size: 30px;
      margin: 0 120px 10px 70px; }
    .six-stages-of-business-analytics .stage h4 {
      font-size: 26px;
      margin: 20px 120px 5px 70px;
      padding: 20px 0 0; }
    .six-stages-of-business-analytics .stage p {
      color: auto;
      margin-left: 70px;
      margin-right: 120px; }
      .six-stages-of-business-analytics .stage p.result {
        font-size: 18px;
        font-style: italic;
        margin: 0 100px 0 70px; }
    .six-stages-of-business-analytics .stage ul {
      list-style-type: disc;
      margin-left: 100px;
      font-family: "Helvetica Neue LT W05_47 Lt Cn", Helvetica, Arial, sans-serif;
      font-size: 18px; }
      .six-stages-of-business-analytics .stage ul li {
        margin: 0 0 5px; }

.contentWrapper {
  max-width: 60em;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  *zoom: 1; }
  .contentWrapper:after {
    content: " ";
    display: block;
    clear: both; }

.solutions, .technology {
  margin: 30px 0 0; }
  .solutions h4, .technology h4 {
    color: #e14504;
    font-size: 24px;
    margin: 0px 0px 5px; }
  .solutions h3, .technology h3 {
    color: #e14504;
    font-size: 20px;
    font-family: "Helvetica Neue LT W05_67 Md Cn", Helvetica, Arial, sans-serif;
    width: 100%;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 5px;
    position: relative; }
    .solutions h3sup, .technology h3sup {
      font-size: 12px;
      position: relative;
      top: -5px; }
  .solutions.standard h3, .technology.standard h3 {
    border-bottom: none; }
  .solutions.intro ul, .technology.intro ul {
    list-style-type: disc;
    margin: 0px 20px 20px 40px;
    font-family: Helvetica, Arial, Sans-serif;
    font-size: 14px; }
    .solutions.intro ul li, .technology.intro ul li {
      padding: 5px 0px; }
  .solutions .dataSources ul, .technology .dataSources ul {
    margin-top: 10px; }
    .solutions .dataSources ul li, .technology .dataSources ul li {
      float: left;
      background: #ccc;
      padding: 10px;
      margin: 0px 10px 10px 0px;
      color: #333;
      font-family: "Helvetica Neue LT W05_47 Lt Cn", Helvetica, Arial, sans-serif; }
  .solutions ul.list, .technology ul.list {
    margin: 0px 0px 30px;
    padding: 0px; }
    .solutions ul.list li, .technology ul.list li {
      font-family: Helvetica, Arial, sans-serif;
      color: #666;
      font-size: 14px;
      margin: 10px 0px; }
      .solutions ul.list li strong, .technology ul.list li strong {
        font-weight: bold; }
  .solutions div.threeColList, .technology div.threeColList {
    margin: 10px 0px 0px;
    width: 33.33333%;
    float: left; }
    .solutions div.threeColList ul, .technology div.threeColList ul {
      margin: 10px 0px 30px 20px;
      list-style-type: disc; }
      .solutions div.threeColList ul li, .technology div.threeColList ul li {
        font-family: Helvetica, Arial, sans-serif;
        margin: 10px 0px;
        font-size: 14px;
        color: #666; }
  .solutions img.fullScreen, .technology img.fullScreen {
    margin: 0 0 20px; }
  .solutions div.visualFeature, .technology div.visualFeature {
    width: 91.66667%;
    margin: 10px 2.08333% 20px;
    background: #eee;
    padding-bottom: 20px; }
    .solutions div.visualFeature h4, .technology div.visualFeature h4 {
      color: #e14504;
      font-size: 20px;
      margin: 20px 20px 10px; }
    .solutions div.visualFeature p, .technology div.visualFeature p {
      margin: 10px 20px; }
    @media (min-width: 32em) {
      .solutions div.visualFeature, .technology div.visualFeature {
        width: 45.83333%;
        float: left;
        height: 500px;
        padding-bottom: 0px; } }
    .solutions div.visualFeature ul, .technology div.visualFeature ul {
      padding: 0px 30px;
      margin: 5px 20px;
      list-style-type: disc; }
      .solutions div.visualFeature ul li, .technology div.visualFeature ul li {
        margin: 5px 0px;
        font-size: 16x;
        color: #333; }
  .solutions div.walkthrough, .technology div.walkthrough {
    width: 45.83333%;
    margin: 0px 0 20px 4.16667%;
    float: left; }
    .solutions div.walkthrough p, .technology div.walkthrough p {
      margin-left: 6.25%; }
      .solutions div.walkthrough p strong, .technology div.walkthrough p strong {
        font-family: "Helvetica Neue LT W05_67 Md Cn", Helvetica, Arial, sans-serif;
        color: #333;
        font-size: 18px; }
    .solutions div.walkthrough .number, .technology div.walkthrough .number {
      border-radius: 50%;
      background: #e14504;
      color: #fff;
      display: block;
      width: 20px;
      height: 20px;
      padding-top: 2px;
      font-size: 14px;
      float: left;
      text-align: center;
      position: relative;
      left: -span(1.25); }
  .solutions.intro p, .technology.intro p {
    width: 100%;
    padding: 0px 0 0 0px; }
    .solutions.intro p strong, .technology.intro p strong {
      font-family: "Helvetica Neue LT W05_67 Md Cn", Helvetica, Arial, sans-serif;
      font-size: 18px;
      color: #333; }
  .solutions.intro div.fullWidth p, .technology.intro div.fullWidth p {
    width: 100%; }
  @media (min-width: 32em) {
    .solutions.intro p, .technology.intro p {
      width: 100%; }
    .solutions.intro div.fullWidth p, .technology.intro div.fullWidth p {
      width: 100%; } }
  @media (min-width: 32em) {
    .solutions.intro p, .technology.intro p {
      padding: 0px; }
    .solutions.intro div.fullWidth p, .technology.intro div.fullWidth p {
      width: 100%; } }
  .solutions div.body, .technology div.body {
    width: 100%;
    padding: 0px 15px; }
    @media (min-width: 32em) {
      .solutions div.body, .technology div.body {
        width: 66.66667%;
        float: left; }
        .solutions div.body.fullWidth, .technology div.body.fullWidth {
          width: 100%; } }
  .solutions div.quote, .technology div.quote {
    position: relative;
    width: 100%;
    padding: 0 15px 0 0; }
    .solutions div.quote p.quotation, .technology div.quote p.quotation {
      font-family: "Helvetica Neue LT W05_67 Md Cn", Helvetica, Arial, sans-serif;
      color: #e14504;
      top: 5px;
      left: -20px;
      position: absolute;
      font-size: 40px; }
    .solutions div.quote p.quote, .technology div.quote p.quote {
      font-family: "Helvetica Neue LT W05_47 Lt Cn", Helvetica, Arial, sans-serif;
      font-size: 18px;
      line-height: 24px;
      width: 100%;
      text-align: left; }
      .solutions div.quote p.quote.statement, .technology div.quote p.quote.statement {
        color: #e14504; }
    .solutions div.quote p.attribution, .technology div.quote p.attribution {
      text-align: right;
      font-size: 14px;
      color: #666;
      width: 100%; }
      .solutions div.quote p.attribution strong, .technology div.quote p.attribution strong {
        color: #e14504;
        font-size: 18px;
        text-transform: uppercase; }
    @media (min-width: 45em) {
      .solutions div.quote, .technology div.quote {
        width: 29.16667%;
        float: right;
        margin-right: 0;
        float: right; } }
    @media (min-width: 60em) {
      .solutions div.quote, .technology div.quote {
        padding: 0; } }
  .solutions .heroImage, .technology .heroImage {
    margin: 0px 0px 30px; }
  .solutions ul.tabs li, .technology ul.tabs li {
    width: 50%;
    float: left;
    margin: 0px;
    font-size: 16px;
    color: #fff;
    font-family: "Helvetica Neue LT W05_47 Lt Cn", Helvetica, Arial, sans-serif;
    text-transform: uppercase; }
    .solutions ul.tabs li a, .technology ul.tabs li a {
      display: block;
      width: 100%;
      padding: 15px;
      color: #fff;
      -o-transition: 0.25s;
      -ms-transition: 0.25s;
      -moz-transition: 0.25s;
      -webkit-transition: 0.25s;
      /* ...and now for the proper property */
      transition: 0.25s; }
    .solutions ul.tabs li.healthcare, .technology ul.tabs li.healthcare {
      border-right: 1px solid #fff; }
      .solutions ul.tabs li.healthcare a, .technology ul.tabs li.healthcare a {
        background: #006ca7; }
        .solutions ul.tabs li.healthcare a:hover, .technology ul.tabs li.healthcare a:hover {
          background-color: #004b74; }
    .solutions ul.tabs li.energy a, .technology ul.tabs li.energy a {
      background: #008224; }
      .solutions ul.tabs li.energy a:hover, .technology ul.tabs li.energy a:hover {
        background-color: #004f16; }

.standard h3 {
  border-bottom: none;
  color: #e14504;
  font-size: 20px;
  font-family: "Helvetica Neue LT W05_67 Md Cn", Helvetica, Arial, sans-serif;
  width: 100%;
  padding-bottom: 5px; }
.standard iframe {
  margin-bottom: 25px; }
.standard.Telcare a {
  color: #004e6a; }
  .standard.Telcare a:hover {
    color: #4f869f; }
.standard h4 {
  margin-bottom: 15px; }
.standard h4.sub-section {
  border-top: 1px dotted #ff6600;
  border-bottom: none;
  padding-top: 20px;
  clear: both; }

.solutionsTab {
  width: 100%;
  position: relative;
  z-index: 9999;
  margin: 1px 0 0;
  background-size: cover;
  padding: 10px 15px;
  margin-top: 0px; }
  .solutionsTab p {
    color: #fff; }
  .solutionsTab.healthcare {
    background: url(../images/background-healthcare-solutions.jpg); }
  .solutionsTab.energy {
    background: url(../images/background-energy-solutions.jpg); }
  .solutionsTab.crossEnterprise {
    background: url(../images/background-cross-enterprise-solutions.jpg);
    margin-top: 1px; }
  @media (min-width: 32em) {
    .solutionsTab {
      padding: 10px 0px; } }

.solutionThumbnails {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  max-width: 60em;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  *zoom: 1;
  margin: 10px 0px; }
  .solutionThumbnails:after {
    content: " ";
    display: block;
    clear: both; }
  .solutionThumbnails li {
    width: 91.66667%;
    float: left;
    margin: 0 4.16667% 3.33333%;
    display: block;
    text-align: center;
    margin-bottom: 3.33333%;
    font-family: Helvetica, Arial, sans-serif; }
    .solutionThumbnails li a {
      padding: 25px;
      font-size: 14px;
      line-height: 20px;
      color: #fff;
      display: block;
      width: span 5.4;
      background-color: rgba(0, 0, 0, 0.5); }
      .solutionThumbnails li a:hover {
        -o-transition: 0.5s;
        -ms-transition: 0.5s;
        -moz-transition: 0.5s;
        -webkit-transition: 0.5s;
        /* ...and now for the proper property */
        transition: 0.5s;
        background-color: rgba(0, 0, 0, 0.7); }
    .solutionThumbnails li:nth-child(4n+4) {
      margin-right: 0px; }
    .solutionThumbnails li h3 {
      font-family: "Helvetica Neue LT W05_47 Lt Cn", Helvetica, Arial, sans-serif;
      font-size: 20px;
      color: #fff;
      line-height: 24px; }
  @media (min-width: 32em) {
    .solutionThumbnails li {
      margin: 0px 0px 3.33333%;
      width: 43.75%;
      float: left;
      margin-right: 4.16667%;
      float: left;
      height: 200px; }
      .solutionThumbnails li a {
        height: 200px; } }

.clientLogos {
  background: url(../images/background-clients.jpg);
  width: 100%;
  position: relative;
  z-index: 9997;
  margin: 1px 0 0;
  background-size: cover;
  padding: 10px 0px; }
  .clientLogos .wrapper {
    padding: 30px 0px; }
    .clientLogos .wrapper p {
      color: #fff; }
    .clientLogos .wrapper .logos {
      margin-bottom: 20px; }
      .clientLogos .wrapper .logos div {
        float: left;
        width: 29.16667%;
        margin: 10px 2.08333% 10px; }
        .clientLogos .wrapper .logos div a {
          -o-transition: 0.25s;
          -ms-transition: 0.25s;
          -moz-transition: 0.25s;
          -webkit-transition: 0.25s;
          /* ...and now for the proper property */
          transition: 0.25s;
          background: rgba(255, 255, 255, 0.7);
          padding: 20px;
          width: 100%;
          display: block;
          height: 100%; }
          .clientLogos .wrapper .logos div a:hover {
            background: rgba(255, 255, 255, 0.9); }
    .clientLogos .wrapper .testimonials {
      overflow: hidden;
      *zoom: 1;
      float: none;
      width: 100%;
      padding: 30px 0px 0px;
      margin: 20px 0px;
      border-top: 1px dotted #fff; }
      .clientLogos .wrapper .testimonials h3 {
        color: #e14504;
        font-size: 24px;
        font-family: "Helvetica Neue LT W05_67 Md Cn", Helvetica, Arial, sans-serif;
        margin: 0px 0px 10px; }
      .clientLogos .wrapper .testimonials .quote {
        margin: 0px; }
      .clientLogos .wrapper .testimonials .attribution {
        text-align: right;
        font-family: Helvetica, Arial, sans-serif;
        font-size: 14px;
        margin: 5px 0 20px; }
        .clientLogos .wrapper .testimonials .attribution strong {
          font-family: "Helvetica Neue LT W05_67 Md Cn", Helvetica, Arial, sans-serif;
          font-size: 18px; }
        .clientLogos .wrapper .testimonials .attribution em {
          font-style: italic; }

.caseStudy .wrapper {
  padding: 30px 0px; }
  .caseStudy .wrapper img {
    float: right;
    width: 33.33333%;
    margin: 0px 0px 20px 20px; }
  .caseStudy .wrapper h3 {
    color: #e14504;
    font-size: 24px;
    font-family: "Helvetica Neue LT W05_67 Md Cn", Helvetica, Arial, sans-serif;
    margin: 0px 0px 5px; }
  .caseStudy .wrapper ul {
    list-style-type: disc;
    margin: 10px 0px 0px 30px; }
    .caseStudy .wrapper ul li {
      font-family: Helvetica, Arial, sans-serif;
      font-size: 14px;
      margin: 0px 0px 10px;
      color: #666;
      line-height: 20px; }

.pageBanner {
  margin: 0 0 20px; }

.list {
  margin: 0 15px 5px; }
  .list h3 {
    font-family: "Helvetica Neue LT W05_47 Lt Cn", Helvetica, Arial, sans-serif;
    padding: 10px 15px;
    width: 100%;
    background: #e14504;
    font-size: 24px;
    margin: 0;
    color: #fff;
    position: relative; }
    .list h3 strong {
      font-family: "Helvetica Neue LT W05_67 Md Cn", Helvetica, Arial, sans-serif; }
    .list h3 sup {
      position: relative;
      font-size: 10px;
      top: -10px;
      left: 2px; }
  .list div {
    padding: 40px;
    border-top: 1px solid #fff; }
  .list p {
    color: #fff; }
  .list p:last-child {
    margin: 0 0 0;
    color: #fff; }
  @media (min-width: 60em) {
    .list {
      margin: 0px 0px 30px; } }

.solution-header {
  width: 100%;
  position: relative;
  z-index: 9997;
  margin: 1px 0 0;
  background: #e14504;
  padding: 10px 0px; }
  .solution-header .wrapper h3 {
    color: #fff;
    font-family: "Helvetica Neue LT W05_47 Lt Cn", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 20px; }

.news h2 {
  font-size: 24px;
  color: #e14504;
  font-family: "Helvetica Neue LT W05_67 Md Cn", Helvetica, Arial, sans-serif;
  margin: 0 0 10px; }

.wrapper.causes {
  padding: 0px 25px; }
  .wrapper.causes h2 {
    font-family: "Helvetica Neue LT W05_47 Lt Cn", Helvetica, Arial, sans-serif;
    color: #e14504;
    font-size: 30px;
    text-align: center;
    margin: 30px 0 15px; }
  .wrapper.causes h3 {
    font-size: 20px;
    color: #e14504;
    font-family: "Helvetica Neue LT W05_67 Md Cn", Helvetica, Arial, sans-serif;
    margin-bottom: 5px; }
  .wrapper.causes img {
    margin-bottom: 15px; }
  .wrapper.causes p {
    padding: 5px 0px 5px;
    margin: 0px; }
  .wrapper.causes p.learnMore {
    border-bottom: 1px dotted #ccc;
    margin: 0 0 20px;
    padding: 0 0 20px 0px; }
    .wrapper.causes p.learnMore:last-child {
      border-bottom: none; }
  .wrapper.causes p.intro {
    padding: 0 0 20px 0;
    text-align: center; }
  @media (min-width: 32em) {
    .wrapper.causes img {
      float: left; }
    .wrapper.causes h3 {
      padding-left: 230px; }
    .wrapper.causes p {
      padding: 0 0 20px 230px; }
      .wrapper.causes p.learnMore {
        padding-left: 230px; } }
  @media (min-width: 60em) {
    .wrapper.causes {
      padding: 0; } }

.coreValues {
  width: 100%;
  position: relative;
  z-index: 9999;
  background: url(../images/background-leadership.jpg);
  background-size: cover;
  background-position: center;
  padding: 20px 0px; }
  .coreValues .wrapper {
    max-width: 60em;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    *zoom: 1; }
    .coreValues .wrapper:after {
      content: " ";
      display: block;
      clear: both; }
    .coreValues .wrapper div {
      width: 95.83333%;
      margin: 4.16667% 2.08333%;
      border: 1px solid #fff;
      background: rgba(0, 0, 0, 0.4);
      padding: 20px 30px;
      text-align: left; }
      .coreValues .wrapper div img {
        width: 60px;
        float: left; }
      .coreValues .wrapper div h3 {
        font-family: "Helvetica Neue LT W05_67 Md Cn", Helvetica, Arial, sans-serif;
        font-size: 20px;
        color: #e14504;
        text-align: left;
        margin: 10px 0 5px 80px; }
      .coreValues .wrapper div p {
        font-family: Helvetica, Arial, sans-serif;
        color: #fff;
        text-align: left;
        margin: 0 0 0 80px; }
    .coreValues .wrapper h2 {
      font-family: "Helvetica Neue LT W05_47 Lt Cn", Helvetica, Arial, sans-serif;
      color: #e14504;
      font-size: 30px;
      text-align: center;
      margin: 0 0 15px; }
  @media (min-width: 32em) {
    .coreValues .wrapper div {
      width: 29.16667%;
      margin: 2.08333% 2.08333%;
      float: left;
      height: 260px;
      text-align: center; }
      .coreValues .wrapper div img {
        width: 80px;
        float: none;
        margin: 0; }
      .coreValues .wrapper div h3 {
        text-align: center;
        margin: 10px 0 5px; }
      .coreValues .wrapper div p {
        text-align: center;
        margin: 0px; } }

.title-header {
  width: 100%;
  position: relative;
  z-index: 9998;
  background: url(../images/orange-skinny-header.jpg);
  margin: 1px 0 1px;
  padding: 0 15px 20px; }
  .title-header.Telcare {
    background: url(../images/telcare-skinny-header.jpg); }
  .title-header .demoLibrary h2 {
      text-transform: uppercase;
      font-size: 16px !important ;
      letter-spacing: 1px;
    }
  .title-header .wrapper {
    max-width: 60em;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    *zoom: 1; }
    .title-header .wrapper:after {
      content: " ";
      display: block;
      clear: both; }
    .title-header .wrapper h1 {
      font-family: "Helvetica Neue LT W05_67 Md Cn", Helvetica, Arial, sans-serif;
      color: #fff;
      font-size: 32px;
      margin: 20px 0px 5px;
      position: relative; }
      .title-header .wrapper h1 sup {
        font-size: 12px;
        position: relative;
        top: -14px; }
      .title-header .wrapper h1 em {
        font-family: "Helvetica Neue LT W05_47 Lt Cn", Helvetica, Arial, sans-serif; }
    .title-header .wrapper h2 {
      font-family: "Helvetica Neue LT W05_47 Lt Cn", Helvetica, Arial, sans-serif;
      color: #fff;
      font-size: 20px; }
      .title-header .wrapper h2 strong {
        font-family: "Helvetica Neue LT W05_67 Md Cn", Helvetica, Arial, sans-serif; }
  @media (min-width: 60em) {
    .title-header {
      height: 100px;
      padding: 0px;
      margin-bottom: 20px; } }
  .title-header.clients, .title-header.news {
    margin: 1px 0 0; }
  .title-header.solutions {
    height: auto;
    padding: 30px 0px;
    margin: 1px 0 0px;
    background: url(../images/background-big-data-solutions.jpg); }
    .title-header.solutions .wrapper p {
      color: #fff; }
    .title-header.solutions .wrapper h1 {
      font-family: "Helvetica Neue LT W05_67 Md Cn", Helvetica, Arial, sans-serif;
      font-size: 24px;
      color: #e14504;
      margin: 5px 0; }
    .title-header.solutions .wrapper h2 {
      margin: 0px;
      color: #ccc;
      font-size: 16px;
      text-transform: uppercase; }

.featuresAndBenefits {
  width: 100%;
  background: #e14504;
  position: relative;
  z-index: 9999;
  padding: 20px 0px;
  margin: 20px 0px 0px; }
  .featuresAndBenefits .wrapper {
    max-width: 60em;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    *zoom: 1; }
    .featuresAndBenefits .wrapper:after {
      content: " ";
      display: block;
      clear: both; }
  .featuresAndBenefits h3 {
    color: #fff;
    padding: 10px;
    border: 1px solid #fff;
    text-align: center;
    width: 200px;
    position: relative;
    margin: 0 auto 15px;
    text-transform: uppercase; }
  .featuresAndBenefits ul {
    margin: 0 0 0 10px; }
    .featuresAndBenefits ul li {
      display: block;
      font-family: "Helvetica Neue LT W05_47 Lt Cn", Helvetica, Arial, sans-serif;
      float: left;
      color: #fff;
      width: 33.33333%;
      font-size: 18px;
      padding: 10px 5px;
      text-align: center;
      border-bottom: 1px solid #fff;
      border-right: 1px solid #fff;
      height: 80px; }
      .featuresAndBenefits ul li:before {
        content: '';
        display: inline-block;
        vertical-align: middle;
        height: 100%; }
      .featuresAndBenefits ul li div {
        display: inline-block;
        vertical-align: middle; }
      .featuresAndBenefits ul li.noBottom {
        border-bottom: none; }
      .featuresAndBenefits ul li.noRight {
        border-right: none; }
  .featuresAndBenefits.dataSources ul {
    list-style-type: disc; }
    .featuresAndBenefits.dataSources ul li {
      border-bottom: 0px;
      border-right: 0px;
      width: 25%; }
  @media (min-width: 32em) {
    .featuresAndBenefits ul li {
      height: 60px; } }

.leadershipBio {
  width: 100%;
  position: relative;
  z-index: 9997;
  background: url(../images/background-leadership.jpg);
  background-size: cover;
  background-position: center;
  margin-top: -19px;
  padding: 30px 0 0; }
  @media (min-width: 32em) {
    .leadershipBio {
      padding: 30px 0px; } }
  .leadershipBio .intro {
    max-width: 60em;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    *zoom: 1;
    width: 100%; }
    .leadershipBio .intro:after {
      content: " ";
      display: block;
      clear: both; }
    .leadershipBio .intro p {
      color: #fff;
      margin: 20px 15px 20px; }
      @media (min-width: 60em) {
        .leadershipBio .intro p {
          margin: 0px 0px 20px; } }
  .leadershipBio .wrapper {
    max-width: 60em;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    *zoom: 1;
    background: #fff;
    width: 100%; }
    .leadershipBio .wrapper:after {
      content: " ";
      display: block;
      clear: both; }
    .leadershipBio .wrapper .details {
      background: #333;
      position: relative;
      height: 60px; }
      .leadershipBio .wrapper .details h1 {
        font-size: 24px;
        font-family: "Helvetica Neue LT W05_47 Lt Cn", Helvetica, Arial, sans-serif;
        color: #fff;
        padding: 10px 10px 0; }
      .leadershipBio .wrapper .details h3 {
        margin: 5px 0px 0px;
        font-style: italic;
        color: #ccc;
        font-size: 14px;
        font-family: Helvetica, Arial, sans-serif;
        font-weight: normal;
        padding: 0px 10px 10px; }
      .leadershipBio .wrapper .details a {
        display: block;
        -o-transition: 0.5s;
        -ms-transition: 0.5s;
        -moz-transition: 0.5s;
        -webkit-transition: 0.5s;
        /* ...and now for the proper property */
        transition: 0.5s; }
        .leadershipBio .wrapper .details a.arrow {
          width: 4.16667%;
          background-color: #e14504;
          display: block;
          position: relative; }
          .leadershipBio .wrapper .details a.arrow.left {
            float: left;
            height: 60px;
            margin-right: 10px;
            background: #e14504 url(../images/arrow-white-left.png) no-repeat;
            background-size: 40% 40%;
            background-position: center; }
          .leadershipBio .wrapper .details a.arrow.right {
            float: right;
            height: 60px;
            margin-left: 10px;
            background: #e14504 url(../images/arrow-white.png) no-repeat;
            background-size: 40% 40%;
            background-position: center; }
            .leadershipBio .wrapper .details a.arrow.right:hover {
              background-color: #af3603; }
    .leadershipBio .wrapper .bioContent {
      padding: 4.16667% 0px; }
      .leadershipBio .wrapper .bioContent div.quote {
        width: 100%;
        position: relative;
        margin-right: 4.16667%;
        border-top: 1px dotted #ccc; }
        .leadershipBio .wrapper .bioContent div.quote p.quotation {
          font-family: "Helvetica Neue LT W05_67 Md Cn", Helvetica, Arial, sans-serif;
          color: #e14504;
          top: 5px;
          left: -20px;
          position: absolute;
          font-size: 40px;
          text-align: left; }
        .leadershipBio .wrapper .bioContent div.quote p.quote {
          font-family: "Helvetica Neue LT W05_47 Lt Cn", Helvetica, Arial, sans-serif;
          font-size: 18px;
          line-height: 24px;
          width: 100%;
          color: #e14504; }
        .leadershipBio .wrapper .bioContent div.quote p.attribution {
          text-align: right;
          width: 100%; }
      .leadershipBio .wrapper .bioContent p {
        width: 70.83333%;
        padding: 0 4.16667%; }
      @media (min-width: 32em) {
        .leadershipBio .wrapper .bioContent div.quote {
          width: 25%;
          float: right;
          border-top: none; } }
    .leadershipBio .wrapper .bioThumbnail {
      width: 50%;
      float: left;
      height: 50%;
      display: block;
      background: black;
      position: relative; }
      .leadershipBio .wrapper .bioThumbnail img {
        position: relative;
        top: 0px;
        left: 0px;
        z-index: 3000; }
      .leadershipBio .wrapper .bioThumbnail h3 {
        position: absolute;
        bottom: 0px;
        z-index: 9000;
        text-align: left; }
      .leadershipBio .wrapper .bioThumbnail div {
        position: absolute;
        bottom: 0px;
        z-index: 9000;
        margin: 0px;
        padding: 10px;
        width: 100%;
        height: 125px;
        /* IE9 SVG, needs conditional override of 'filter' to 'none' */
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjciLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjciLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
        background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0.7) 100%);
        /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(50%, rgba(0, 0, 0, 0.7)), color-stop(100%, rgba(0, 0, 0, 0.7)));
        /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0.7) 100%);
        /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0.7) 100%);
        /* Opera 11.10+ */
        background: -ms-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0.7) 100%);
        /* IE10+ */
        background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0.7) 100%);
        /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#b3000000',GradientType=0 );
        /* IE6-8 */ }
        .leadershipBio .wrapper .bioThumbnail div p {
          color: #fff;
          position: absolute;
          bottom: 0px;
          margin: 0 5px 10px;
          text-align: left; }
          .leadershipBio .wrapper .bioThumbnail div p strong {
            font-family: "Helvetica Neue LT W05_67 Md Cn", Helvetica, Arial, sans-serif;
            font-size: 20px;
            color: #e14504; }
      @media (min-width: 32em) {
        .leadershipBio .wrapper .bioThumbnail {
          width: 33.33333%;
          height: 33.33333%; } }
    .leadershipBio .wrapper .interests {
      max-width: 60em;
      margin-left: auto;
      margin-right: auto;
      overflow: hidden;
      *zoom: 1;
      width: 100%;
      padding: 0px;
      margin: 0px;
      background: #fff; }
      .leadershipBio .wrapper .interests:after {
        content: " ";
        display: block;
        clear: both; }
      .leadershipBio .wrapper .interests div {
        padding: 0px;
        margin: 0px;
        width: 33.33333%;
        float: left;
        border-right: 1px solid #fff; }
        .leadershipBio .wrapper .interests div:last-child {
          border-right: none; }
        .leadershipBio .wrapper .interests div img {
          height: 192px; }
        .leadershipBio .wrapper .interests div h4 {
          background: #333;
          padding: 10px 10px;
          font-family: "Helvetica Neue LT W05_47 Lt Cn", Helvetica, Arial, sans-serif;
          color: #fff;
          text-align: center;
          font-size: 18px;
          border-bottom: 1px solid #fff; }
  .leadershipBio .team .bioThumbnail {
    width: 50%; }
    .leadershipBio .team .bioThumbnail div {
      height: 100px; }
      .leadershipBio .team .bioThumbnail div p {
        text-align: left; }
    @media (min-width: 32em) {
      .leadershipBio .team .bioThumbnail {
        width: 33.33333%; } }
    @media (min-width: 45em) {
      .leadershipBio .team .bioThumbnail {
        width: 25%; } }

img.the835Project {
  width: 100%; }

/* RESOURCE CENTER STYLES */
.resources {
  margin: 0px 0px 0px 30px; }
  .resources h1 {
    clear: both;
    font-size: 24px;
    font-family: "Helvetica Neue LT W05_67 Md Cn", Helvetica, Arial, sans-serif;
    color: #e14504;
    margin-bottom: 5px;
    margin-top: 20px;
    line-height: 27px; }
    .resources h1 em {
      font-size: 14px;
      color: #fff;
      font-family: Helvetica, Arial, sans-serif; }

.thumbnails {
  clear: both;
  border-bottom: 1px dotted #ccc;
  padding-bottom: 20px;
  margin-bottom: 20px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .thumbnails p {
    margin: 5px 0px 0px;
    padding: 0px 10px;
    font-size: 10px;
    line-height: 13px;
    text-align: left; }
  .thumbnails.last {
    border-bottom: none; }
  .thumbnails .clear {
    clear: both;
    margin: 0px;
    padding: 0px; }
  .thumbnails div {
    width: 46%;
    background-color: #eee;
    display: block;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #ccc;
    min-height: 200px; }
  .thumbnails div:hover {
    border: 1px solid #999; }
  .thumbnails h4 {
    color: #e14504;
    font-size: 16px;
    font-family: "Helvetica Neue LT W05_67 Md Cn", Helvetica, Arial, sans-serif;
    padding: 10px 10px 0px;
    margin: 0px; }
  .thumbnails img {
    width: 100%;
    border-bottom: 1px solid #ccc; }
  @media (min-width: 32em) {
    .thumbnails div {
      width: 30%;
      margin: 1% 2% 1% 0%;
      min-height: 212px; } }
  @media (min-width: 60em) {
    .thumbnails div {
      width: 23%;
      margin: 1% 2% 1% 0%;
      min-height: 240px; } }

p.blog-title {
  font-size: 16px;
  margin: 0px;
  background: #e14504;
  color: #fff;
  width: 100%;
  text-align: center;
  max-width: none;
  padding: 10px 0px;
  border-top: 1px solid #fff; }

div.blog.title-header {
  width: 100%;
  min-height: 400px;
  background-size: cover; }
  div.blog.title-header h1 {
    font-size: 60px;
    text-align: center;
    margin: 100px 100px 20px;
    font-family: "Helvetica Neue LT W05_47 Lt Cn"; }
  div.blog.title-header p.date {
    font-size: 14px;
    color: #ccc;
    text-align: center; }
div.blog.wrapper {
  max-width: 60em;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  *zoom: 1;
  width: 75%;
  max-width: 860px;
  padding: 40px 0px; }
  div.blog.wrapper:after {
    content: " ";
    display: block;
    clear: both; }
  div.blog.wrapper h3 {
    font-size: 28px;
    margin: 40px 0; }
  div.blog.wrapper h4 {
    font-size: 24px;
    color: #e14504;
    font-family: "Helvetica Neue LT W05_47 Lt Cn";
    margin: 10px 0; }
  div.blog.wrapper p {
    font-size: 16px;
    line-height: 28px; }
  div.blog.wrapper img {
    width: 100%;
    margin: 40px 0px 0px; }
  div.blog.wrapper figcaption {
    text-align: center;
    color: #999;
    text-weight: normal;
    margin: 0px 0px 40px;
    font-family: Helvetica, Arial, sans-serif; }

div.prospects {
  margin-bottom: 30px; }
  div.prospects .video {
    max-width: 60em;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    *zoom: 1;
    width: 95.83333%;
    clear: both;
    background: #e4e4e4;
    margin: 4px 2.08333% 5px; }
    div.prospects .video:after {
      content: " ";
      display: block;
      clear: both; }
    div.prospects .video img {
      width: 100%;
      margin-right: 0px; }
    div.prospects .video h3 {
      color: #e14504;
      font-size: 24px;
      font-family: "Helvetica Neue LT W05_47 Lt Cn";
      text-align: center;
      padding: 0px 10px 0px; }
      div.prospects .video h3 a {
        color: #e14504;
        text-transform: none;
        font-weight: normal;
        font-size: inherit; }
        div.prospects .video h3 a:hover {
          color: #fb5e1d; }
    div.prospects .video h4 {
      padding: 10px 10px 0px;
      text-transform: uppercase;
      font-size: 14px;
      color: #666;
      font-family: "Helvetica Neue LT W05_47 Lt Cn";
      margin: 0px;
      text-align: center; }
    div.prospects .video a {
      color: #555;
      text-transform: uppercase;
      font-weight: bold;
      font-size: 14px; }
      div.prospects .video a:hover {
        color: #000; }
    div.prospects .video p {
      margin-top: 0px;
      text-align: center; }
    @media (min-width: 32em) {
      div.prospects .video {
        width: 95.83333%;
        margin: 4px 2.08333%; }
        div.prospects .video p {
          text-align: left; }
        div.prospects .video img {
          width: 37.5%;
          float: left;
          margin-right: 30px; }
        div.prospects .video h3 {
          font-size: 24px;
          padding: 5px 20px 5px 0px;
          text-align: left; }
        div.prospects .video h4 {
          text-align: left; } }
    @media (min-width: 60em) {
      div.prospects .video {
        width: 100%;
        margin: 4px 0px; }
        div.prospects .video h3 {
          font-size: 34px;
          color: #ccc;
          padding: 5px 60px 5px 0px; }
          div.prospects .video h3 em {
            font-size: 18px; }
        div.prospects .video h4 {
          padding: 20px 10px 0px;
          font-size: 18px; }
        div.prospects .video img {
          width: 33.33333%;
          float: left;
          margin-right: 30px; } }
  div.prospects p {
    margin: 5px 2.08333%; }
    div.prospects p em {
      font-style: italic;
      font-size: 12px;
      color: #999;
      line-height: 12px; }
    @media (min-width: 60em) {
      div.prospects p {
        margin: 0px 0px 10px 0px; } }
    div.prospects p.disclaimer {
      font-size: 14px;
      line-height: 16px;
      margin-bottom: 20px;
      font-weight: bold;
      background: #e14504;
      color: white;
      padding: 20px; }
      div.prospects p.disclaimer.gray {
        background: #333; }


        body div.training-library.wrapper ul.documents {
          display: flex;
          flex-direction: row;
          flex-wrap: wrap;
          justify-content: left;
          margin-left: 1.25%;
        }
        body div.training-library.wrapper ul.documents li {
          flex-basis: 17.5%;
          margin: 15px 10px;
        }
        body div.training-library.wrapper ul.documents li a {
          height: inherit;
        }

        body span.glossary { color: #ff5100; }



div.youllSee {
  background: #333;
  width: 100%;
  position: relative;
  z-index: 9999;
  padding: 10px 0px;
  margin: 1px 0px 1px; }
  div.youllSee .wrapper {
    max-width: 60em;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    *zoom: 1; }
    div.youllSee .wrapper:after {
      content: " ";
      display: block;
      clear: both; }
  div.youllSee p {
    font-family: "Helvetica Neue LT W05_47 Lt Cn", Helvetica, Arial, sans-serif;
    font-size: 20px;
    text-align: center;
    margin: 0; }
    div.youllSee p sup {
      font-size: 7px;
      position: relative;
      top: -7px;
      left: -3px;
      font-family: "Helvetica Neue LT W05_47 Lt Cn", Helvetica, Arial, sans-serif; }
    div.youllSee p a {
      color: #fff; }
      div.youllSee p a strong {
        font-family: "Helvetica Neue LT W05_67 Md Cn", Helvetica, Arial, sans-serif;
        color: #e14504; }
  div.youllSee img.arrow {
    position: relative;
    width: 8px;
    top: -1px; }

p.copyrightInfo {
  color: #999;
  font-size: 10px;
  font-style: italic;
  margin-bottom: 20px;
  line-height: 14px; }

div.footer {
  background: #e14504 url("../images/swoosh-ghosted.png") no-repeat;
  background-position: center;
  background-size: 800px auto;
  width: 100%;
  position: relative;
  z-index: 9999;
  padding: 20px 0px 10px;
  margin: 0px 0px 0px; }
  div.footer .wrapper {
    max-width: 60em;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    *zoom: 1; }
    div.footer .wrapper:after {
      content: " ";
      display: block;
      clear: both; }
  div.footer img {
    width: 150px;
    margin: 0 0 10px; }
  div.footer p {
    color: #fec9b3;
    font-size: 10px;
    line-height: 14px;
    text-align: center; }
    div.footer p a {
      -o-transition: 0.5s;
      -ms-transition: 0.5s;
      -moz-transition: 0.5s;
      -webkit-transition: 0.5s;
      /* ...and now for the proper property */
      transition: 0.5s;
      color: #ffede5;
      font-size: 11px; }
      div.footer p a:hover {
        color: #fff; }
