/* benchmarks.css */
/* --------------------------------------------------------------
	Theme Variables
-------------------------------------------------------------- */
/**
 * Brand Assets
 */
/**
 * Sizes
 */
.page-benchmarks .bd .container {
  padding-bottom: 0; }

#tour p {
  line-height: 150%; }

#tour ol.fancy li {
  color: #6B787F;
  display: block;
  line-height: 150%;
  margin-left: 30px;
  margin-bottom: 15px;
  padding: 0; }
  @media screen and (min-width: 767px) {
    #tour ol.fancy li {
      width: 60%; } }
  #tour ol.fancy li:before {
    background-image: url("../../images/sprite_ol-numbers_large.gif?ver=[version]") ;
    background-position: 0 -2px;
    content: "";
    display: block;
    float: left;
    height: 22px;
    margin-left: -28px;
    width: 22px; }
  #tour ol.fancy li.one:before {
    background-position: 0 0; }
  #tour ol.fancy li.two:before {
    background-position: -43px 0; }
  #tour ol.fancy li.three:before {
    background-position: -84px 0; }
  #tour ol.fancy li.four:before {
    background-position: -126px 0; }
  #tour ol.fancy li.five:before {
    background-position: -168px 0; }

#why .contain ul {
  padding-right: 20px; }
  #why .contain ul li {
    padding-left: 22px; }
    #why .contain ul li:before {
      content: '3';
      display: inline-block;
      font-family: 'Mateo';
      margin-left: -22px;
      width: 22px; }

#why .contain h2 {
  margin-top: 0; }

#why .contain p, #why .contain ul {
  line-height: 150%; }

#how_it_works .contain ul li {
  line-height: 150%; }
  #how_it_works .contain ul li:before {
    content: '3';
    display: inline-block;
    margin-left: -22px;
    width: 22px;
    font-family: 'Mateo'; }

#nps .contain h3 {
  font-size: 1.25em;
  font-weight: 400; }

#nps .contain ul li {
  line-height: 150%;
  padding-left: 28px; }
  #nps .contain ul li:before {
    content: '3';
    display: inline-block;
    margin-left: -22px;
    width: 22px;
    font-family: 'Mateo'; }

#nps .contain .disclaim {
  font-size: 70%;
  color: #6B787F; }
  @media screen and (min-width: 980px) {
    #nps .contain .disclaim {
      padding-top: 100px; } }

#nps .contain .bleeding-img {
  top: 50px; }

#employee_engagement .contain h3 {
  font-weight: 400;
  font-size: 1.25em; }

#employee_engagement .contain .bleeding-img {
  top: 0; }

#privacy .contain h2 {
  font-size: 1.7em;
  padding-left: 20px; }

#privacy .contain p {
  padding-left: 20px; }

#privacy .contain ul {
  padding-left: 20px; }
  #privacy .contain ul li {
    line-height: 150%;
    padding-left: 28px; }
    #privacy .contain ul li:before {
      content: '3';
      display: inline-block;
      font-family: 'Mateo';
      margin-left: -22px;
      width: 22px; }

#pricing .contain ul {
  padding-left: 20px; }
  #pricing .contain ul li {
    line-height: 150%;
    padding-left: 28px; }
    #pricing .contain ul li:before {
      content: '3';
      display: inline-block;
      font-family: 'Mateo';
      margin-left: -22px;
      width: 22px; }

#big_decisions .contain h2 {
  color: #333E48;
  margin: 60px 0 10px 0;
  text-align: center; }

#big_decisions .contain .upsell-categories {
  color: #7c7c7c;
  font-size: 14px;
  padding: 35px 0;
  text-align: center; }
  #big_decisions .contain .upsell-categories a {
    color: #7c7c7c;
    display: block;
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out; }
    #big_decisions .contain .upsell-categories a:hover {
      text-decoration: none; }
  #big_decisions .contain .upsell-categories .hp-icon-sprite {
    background: url("../../images/icon-vert-sprite-optimized.png?ver=[version]") transparent;
    background-position: 0 50%;
    display: block;
    height: 43px;
    margin: 0 auto;
    width: 45px; }
    #big_decisions .contain .upsell-categories .hp-icon-sprite.market-research {
      background-position: -38px 50%; }
    #big_decisions .contain .upsell-categories .hp-icon-sprite.events {
      background-position: -77px 50%; }
    #big_decisions .contain .upsell-categories .hp-icon-sprite.education {
      background-position: -125px 50%; }
    #big_decisions .contain .upsell-categories .hp-icon-sprite.human-resources {
      background-position: -170px 50%; }
  #big_decisions .contain .upsell-categories li {
    display: inline-block;
    width: 19%; }

#tour #bottom_cta_banner h1 {
  margin-bottom: 10px; }
