@charset "UTF-8";
/*! normalize.css v2.1.2 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address styling not present in IE 8/9.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 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; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * 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.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * 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.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * 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 Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
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; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top; }

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020; }

.fancybox-skin {
  position: relative;
  background: #fff;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px; }

.fancybox-opened {
  z-index: 8030; }

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }

.fancybox-outer, .fancybox-inner {
  position: relative; }

.fancybox-inner {
  overflow: hidden; }

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch; }

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap; }

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%; }

.fancybox-image {
  max-width: 100%;
  max-height: 100%; }

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url(http://http-download.intuit.com/http.intuit/CMO/qbes/static/images/fancybox_sprite.png); }

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060; }

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url(http://http-download.intuit.com/http.intuit/CMO/qbes/static/images/fancybox_loading.gif) center center no-repeat; }

.fancybox-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
  background-image: url(http://http-download.intuit.com/http.intuit/CMO/qbes/static/images/close.gif);
  background-repeat: no-repeat;
  background-position: center center; }

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url(http://http-download.intuit.com/http.intuit/CMO/qbes/static/images/blank.gif);
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040; }

.fancybox-prev {
  left: 0; }

.fancybox-next {
  right: 0; }

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden; }

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px; }

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px; }

.fancybox-nav:hover span {
  visibility: visible; }

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important; }

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto; }

.fancybox-lock body {
  overflow: hidden !important; }

.fancybox-lock-test {
  overflow-y: hidden !important; }

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url(http://http-download.intuit.com/http.intuit/CMO/qbes/static/images/fancybox_overlay.png); }

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0; }

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll; }

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050; }

.fancybox-opened .fancybox-title {
  visibility: visible; }

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center; }

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap; }

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff; }

.fancybox-title-inside-wrap {
  padding-top: 10px; }

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8); }

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url(http://http-download.intuit.com/http.intuit/CMO/qbes/static/images/fancybox_sprite@2x.png);
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/ }

  #fancybox-loading div {
    background-image: url(http://http-download.intuit.com/http.intuit/CMO/qbes/static/images/fancybox_loading@2x.gif);
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/ } }
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
  display: block; }

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden] {
  display: none; }

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

html, button, input, select, textarea {
  font-family: sans-serif; }

body {
  margin: 0; }

a:focus {
  outline: thin dotted; }

a:active, a:hover {
  outline: 0; }

h1 {
  margin: 0; }

h2 {
  margin: 0; }

h3 {
  margin: 0; }

h4 {
  margin: 0; }

h5 {
  margin: 0; }

h6 {
  margin: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: bold; }

blockquote {
  margin: 0; }

dfn {
  font-style: italic; }

mark {
  background: #ff0;
  color: black; }

p, pre {
  margin: 0; }

code, kbd, pre, samp {
  font-family: monospace, serif;
  _font-family: "courier new", monospace; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: none; }

q:before, q:after {
  content: '';
  content: none; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

dl, menu, ol, ul {
  margin: 0; }

dd {
  margin: 0; }

menu, ol, ul {
  padding: 0; }

nav ul, nav ol, ul {
  list-style: none;
  list-style-image: none; }

img {
  border: 0;
  -ms-interpolation-mode: bicubic; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

form {
  margin: 0; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px; }

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle; }

button, input {
  line-height: normal; }

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  *overflow: visible; }

button[disabled], input[disabled] {
  cursor: default; }

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top; }

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

.clearfix {
  *zoom: 1; }

.clearfix:before, .clearfix:after {
  display: table;
  content: "";
  line-height: 0; }

.clearfix:after {
  clear: both; }

.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.row {
  margin-left: -20px;
  *zoom: 1; }

.row:before, .row:after {
  display: table;
  content: "";
  line-height: 0; }

.row:after {
  clear: both; }

[class*="span"] {
  float: left;
  min-height: 1px;
  margin-left: 20px; }

.span12 {
  width: 940px; }

.span11 {
  width: 860px; }

.span10 {
  width: 780px; }

.span9 {
  width: 700px; }

.span8 {
  width: 620px; }

.span7 {
  width: 540px; }

.span6 {
  width: 460px; }

.span5 {
  width: 380px; }

.span4 {
  width: 300px; }

.span3 {
  width: 220px; }

.span2 {
  width: 140px; }

.span1 {
  width: 60px; }

.offset12 {
  margin-left: 980px; }

.offset11 {
  margin-left: 900px; }

.offset10 {
  margin-left: 820px; }

.offset9 {
  margin-left: 740px; }

.offset8 {
  margin-left: 660px; }

.offset7 {
  margin-left: 580px; }

.offset6 {
  margin-left: 500px; }

.offset5 {
  margin-left: 420px; }

.offset4 {
  margin-left: 340px; }

.offset3 {
  margin-left: 260px; }

.offset2 {
  margin-left: 180px; }

.offset1 {
  margin-left: 100px; }

.row-fluid {
  width: 100%;
  *zoom: 1; }

.row-fluid:before, .row-fluid:after {
  display: table;
  content: "";
  line-height: 0; }

.row-fluid:after {
  clear: both; }

.row-fluid [class*="span"] {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-left: 2.127659574468085%;
  *margin-left: 2.07447%; }

.row-fluid [class*="span"]:first-child {
  margin-left: 0; }

.row-fluid .span12 {
  width: 100%;
  *width: 99.94681%; }

.row-fluid .span11 {
  width: 91.48936170212765%;
  *width: 91.43617%; }

.row-fluid .span10 {
  width: 82.97872340425532%;
  *width: 82.92553%; }

.row-fluid .span9 {
  width: 74.46808510638297%;
  *width: 74.41489%; }

.row-fluid .span8 {
  width: 65.95744680851064%;
  *width: 65.90426%; }

.row-fluid .span7 {
  width: 57.44680851063829%;
  *width: 57.39362%; }

.row-fluid .span6 {
  width: 48.93617021276595%;
  *width: 48.88298%; }

.row-fluid .span5 {
  width: 40.42553191489362%;
  *width: 40.37234%; }

.row-fluid .span4 {
  width: 31.914893617021278%;
  *width: 31.8617%; }

.row-fluid .span3 {
  width: 23.404255319148934%;
  *width: 23.35106%; }

.row-fluid .span2 {
  width: 14.893617021276595%;
  *width: 14.84043%; }

.row-fluid .span1 {
  width: 6.382978723404255%;
  *width: 6.32979%; }

.row-fluid .offset12 {
  margin-left: 104.25531914893617%;
  *margin-left: 104.14894%; }

.row-fluid .offset12:first-child {
  margin-left: 102.12765957446808%;
  *margin-left: 102.02128%; }

.row-fluid .offset11 {
  margin-left: 95.74468085106382%;
  *margin-left: 95.6383%; }

.row-fluid .offset11:first-child {
  margin-left: 93.61702127659574%;
  *margin-left: 93.51064%; }

.row-fluid .offset10 {
  margin-left: 87.23404255319149%;
  *margin-left: 87.12766%; }

.row-fluid .offset10:first-child {
  margin-left: 85.1063829787234%;
  *margin-left: 85.0%; }

.row-fluid .offset9 {
  margin-left: 78.72340425531914%;
  *margin-left: 78.61702%; }

.row-fluid .offset9:first-child {
  margin-left: 76.59574468085106%;
  *margin-left: 76.48936%; }

.row-fluid .offset8 {
  margin-left: 70.2127659574468%;
  *margin-left: 70.10638%; }

.row-fluid .offset8:first-child {
  margin-left: 68.08510638297872%;
  *margin-left: 67.97872%; }

.row-fluid .offset7 {
  margin-left: 61.70212765957446%;
  *margin-left: 61.59574%; }

.row-fluid .offset7:first-child {
  margin-left: 59.574468085106375%;
  *margin-left: 59.46809%; }

.row-fluid .offset6 {
  margin-left: 53.191489361702125%;
  *margin-left: 53.08511%; }

.row-fluid .offset6:first-child {
  margin-left: 51.063829787234035%;
  *margin-left: 50.95745%; }

.row-fluid .offset5 {
  margin-left: 44.68085106382979%;
  *margin-left: 44.57447%; }

.row-fluid .offset5:first-child {
  margin-left: 42.5531914893617%;
  *margin-left: 42.44681%; }

.row-fluid .offset4 {
  margin-left: 36.170212765957444%;
  *margin-left: 36.06383%; }

.row-fluid .offset4:first-child {
  margin-left: 34.04255319148936%;
  *margin-left: 33.93617%; }

.row-fluid .offset3 {
  margin-left: 27.659574468085104%;
  *margin-left: 27.55319%; }

.row-fluid .offset3:first-child {
  margin-left: 25.53191489361702%;
  *margin-left: 25.42553%; }

.row-fluid .offset2 {
  margin-left: 19.148936170212764%;
  *margin-left: 19.04255%; }

.row-fluid .offset2:first-child {
  margin-left: 17.02127659574468%;
  *margin-left: 16.91489%; }

.row-fluid .offset1 {
  margin-left: 10.638297872340425%;
  *margin-left: 10.53191%; }

.row-fluid .offset1:first-child {
  margin-left: 8.51063829787234%;
  *margin-left: 8.40426%; }

[class*="span"].hide, .row-fluid [class*="span"].hide {
  display: none; }

[class*="span"].pull-right, .row-fluid [class*="span"].pull-right {
  float: right; }

body {
  font: 14px "Helvetica Neue",Helvetica,Arial,sans-serif;
  color: #505050;
  *background: #fbfbfb;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEIAAABCCAIAAABsNpe/AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDowRTUyRTJGREI0RjAxMUUyODlERUQ4OUY0NThCQjM5QyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDowRTUyRTJGRUI0RjAxMUUyODlERUQ4OUY0NThCQjM5QyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjBFNTJFMkZCQjRGMDExRTI4OURFRDg5RjQ1OEJCMzlDIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjBFNTJFMkZDQjRGMDExRTI4OURFRDg5RjQ1OEJCMzlDIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+RLSyZQAAAHdJREFUeNrs0sEJwDAMBEHJpP9qDXpZTtJFHObgYAuYnHNmZkTsvc+NXGuNMZ7q7nPj/Q92VRVUUEEFFVRQQQUVVFBBBRVUUEEFFVRQQQUVVFBBBRVUUEEFFVRQQQUVVFBBBRVUUEEFFVRQQQUVVFBBBdUndwswANYvVuK+48g5AAAAAElFTkSuQmCC);
  background-size: 66px; }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  body {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIQAAACECAIAAADeJhTwAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2hpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDowNTgwMTE3NDA3MjA2ODExODIyQTk3MTRDNjA1OTVGOCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpGQzM2RDJBM0I0RjAxMUUyODlERUQ4OUY0NThCQjM5QyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpGQzM2RDJBMkI0RjAxMUUyODlERUQ4OUY0NThCQjM5QyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChNYWNpbnRvc2gpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6OUYwRThERTQwQzIwNjgxMTgyMkE5NzE0QzYwNTk1RjgiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MDU4MDExNzQwNzIwNjgxMTgyMkE5NzE0QzYwNTk1RjgiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7LHsquAAABIklEQVR42uzWsQ2AMAwFUYLi/Qd1ldZuaNkAC70rXeYQ/1ZmXpjBqqqIeJ+62+WTy+17nAMZZICM4exzjldQUy5qymaADDKgptSUi5qyGSCDDKgpNaWm1BRsBhkgQ01BTakp2AwyQIaagppSU7AZIIMMqCk15aKmbAbIIANqSk0pHDVlMzwBGSBDTUFNqSnYDDJAhpqCmlJTsBkggwyoKTXloqZsBsggA2pKTbmoKZsBMkCGmoKaUlOwGWSADDUFNaWmYDPIABlQU2rKRU3ZDJBBBtSUmnJRUzYDZJABNQU1paZgM8gAGWoKakpNwWaQATLUFNSUi9+UzQAZZEBNqSkXNWUzQAYZUFNqSuGoKZBBBshQU1BTago2gwyQ8XceAQYAF1vrNT2bVwYAAAAASUVORK5CYII=); } }
ul, li {
  margin: 0;
  padding: 0; }

.list-style-text {
  line-height: 28px;
  font-size: 18px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin-left: 56px;
  display: list-item;
  list-style: disc; }

a {
  text-decoration: none;
  color: #365ebf; }

a:hover {
  text-decoration: underline; }

a:visited {
  text-decoration: none;
  color: #365ebf; }

a:focus {
  outline: 1px solid rgba(127, 127, 127, 0.6); }

.outer-container {
  width: 1018px;
  border: 1px solid #ccc;
  margin: 0 auto;
  border-radius: 2px;
  background-color: white; }

.content-container {
  width: 940px;
  margin: 0 auto; }

.hide {
  display: none; }

iframe {
  border: 0; }

.visually-hidden {
  display: block;
  text-indent: -9000px; }

sub {
  font-size: 60%; }

sup {
  left: 1px;
  margin-right: 2px;
  font-weight: normal;
  opacity: 0.75; }

h1 sup, h2 sup, h3 sup, h4 sup, h5 sup, h6 sup {
  top: -1em;
  left: 0.15em; }

h1 sup, h2 sup, h3 sup {
  font-size: 40%; }

h4 sup, h5 sup, h6 sup {
  font-size: 80%;
  top: -0.5em; }

.p1 sup, .p2 sup {
  font-size: 60%; }

.p3 sup, .p4 sup {
  font-size: 80%; }

.centered {
  height: 100%;
  display: table;
  margin: 0 auto; }

.centered > div {
  display: table-cell;
  vertical-align: middle; }

.centered > div:first-child {
  padding-right: 25px; }

.crossed {
  text-decoration: line-through; }

.high-attention-text {
  color: red; }

.low-attention-text {
  color: #aaaaaa; }

.lvp-link {
  display: inline; }

.section-header, .csection h2 {
  text-align: center;
  padding-top: 72px;
  padding-bottom: 54px; }

.inline {
  display: inline-block; }

.block {
  display: block; }

@font-face {
  font-family: "FS Albert Web";
  src: url(https://quickbooks-s3.intuitstatic.com/assets/harmony/fonts/us/fsaw-regular-e1da8d1621ab8a5911da07d4e1e63796.eot);
  src: url(https://quickbooks-s3.intuitstatic.com/assets/harmony/fonts/us/fsaw-regular.eot?#iefix) format("eot"), url(https://quickbooks-s3.intuitstatic.com/assets/harmony/fonts/us/fsaw-regular-4469c0d2f2a27fb5c8b7accf2bfec007.woff) format("woff"), url(https://quickbooks-s3.intuitstatic.com/assets/harmony/fonts/us/fsaw-regular.ttf) format("truetype"), url(https://quickbooks-s3.intuitstatic.com/assets/harmony/fonts/us/fsaw-regular.svg#fsaw-regular) format("svg");
  font-style: normal; }

@font-face {
  font-family: "FS Albert Web 100";
  src: url(https://quickbooks-s3.intuitstatic.com/assets/harmony/fonts/us/fsaw-thin-ea0cbd535361f3e2dcdb0b12970808b5.eot);
  src: url(https://quickbooks-s3.intuitstatic.com/assets/harmony/fonts/us/fsaw-thin.eot?#iefix) format("eot"), url(https://quickbooks-s3.intuitstatic.com/assets/harmony/fonts/us/fsaw-thin-c185b5ed22c006d95a48c615e01e0618.woff) format("woff"), url(https://quickbooks-s3.intuitstatic.com/assets/harmony/fonts/us/fsaw-thin.ttf) format("truetype"), url(https://quickbooks-s3.intuitstatic.com/assets/harmony/fonts/us/fsaw-thin.svg#fsaw-thin) format("svg");
  font-style: normal; }

@font-face {
  font-family: "FS Albert Web 300";
  src: url(https://quickbooks-s3.intuitstatic.com/assets/harmony/fonts/us/fsaw-light-66327441a0d6f295e7aef4b9217fad7d.eot);
  src: url(https://quickbooks-s3.intuitstatic.com/assets/harmony/fonts/us/fsaw-light.eot?#iefix) format("eot"), url(https://quickbooks-s3.intuitstatic.com/assets/harmony/fonts/us/fsaw-light-fa981d480223b84e67df9a92238f4d44.woff) format("woff"), url(https://quickbooks-s3.intuitstatic.com/assets/harmony/fonts/us/fsaw-light.ttf) format("truetype"), url(https://quickbooks-s3.intuitstatic.com/assets/harmony/fonts/us/fsaw-light.svg#fsaw-light) format("svg");
  font-style: normal; }

@font-face {
  font-family: "FS Albert Web 400";
  src: url(https://quickbooks-s3.intuitstatic.com/assets/harmony/fonts/us/fsaw-regular-e1da8d1621ab8a5911da07d4e1e63796.eot);
  src: url(https://quickbooks-s3.intuitstatic.com/assets/harmony/fonts/us/fsaw-regular.eot?#iefix) format("eot"), url(https://quickbooks-s3.intuitstatic.com/assets/harmony/fonts/us/fsaw-regular-4469c0d2f2a27fb5c8b7accf2bfec007.woff) format("woff"), url(https://quickbooks-s3.intuitstatic.com/assets/harmony/fonts/us/fsaw-regular.ttf) format("truetype"), url(https://quickbooks-s3.intuitstatic.com/assets/harmony/fonts/us/fsaw-regular.svg#fsaw-regular) format("svg");
  font-style: normal; }

@font-face {
  font-family: "FS Albert Web 700";
  src: url(https://quickbooks-s3.intuitstatic.com/assets/harmony/fonts/us/fsaw-bold-d4ab379444b2c6f27d303b13f6005eb6.eot);
  src: url(https://quickbooks-s3.intuitstatic.com/assets/harmony/fonts/us/fsaw-bold.eot?#iefix) format("eot"), url(https://quickbooks-s3.intuitstatic.com/assets/harmony/fonts/us/fsaw-bold-b67f4c7ff394d943bee6929695025afb.woff) format("woff"), url(https://quickbooks-s3.intuitstatic.com/assets/harmony/fonts/us/fsaw-bold.ttf) format("truetype"), url(https://quickbooks-s3.intuitstatic.com/assets/harmony/fonts/us/fsaw-bold.svg#fsaw-bold) format("svg");
  font-style: normal; }

@font-face {
  font-family: "FS Albert Web 800";
  src: url(https://quickbooks-s3.intuitstatic.com/assets/harmony/fonts/us/fsaw-extrabold-db5ada3ddd6b84c11ea9bf9db8ef11e8.eot);
  src: url(https://quickbooks-s3.intuitstatic.com/assets/harmony/fonts/us/fsaw-extrabold.eot?#iefix) format("eot"), url(https://quickbooks-s3.intuitstatic.com/assets/harmony/fonts/us/fsaw-extrabold-3ffc44424bdf764d62e06e0b174458b4.woff) format("woff"), url(https://quickbooks-s3.intuitstatic.com/assets/harmony/fonts/us/fsaw-extrabold.ttf) format("truetype"), url(https://quickbooks-s3.intuitstatic.com/assets/harmony/fonts/us/fsaw-extrabold.svg#fsaw-extrabold) format("svg");
  font-style: normal; }

@font-face {
  font-family: "DIN Next W01 Light";
  src: url(https://quickbooks-s3.intuitstatic.com/assets/harmony/fonts/zdn/3e0b2cd7_9657_438b_b4af_e04122e8f1f7.eot?#iefix);
  src: url(https://quickbooks-s3.intuitstatic.com/assets/harmony/fonts/zdn/3e0b2cd7_9657_438b_b4af_e04122e8f1f7.eot?#iefix) format("eot"), url(https://quickbooks-s3.intuitstatic.com/assets/harmony/fonts/zdn/bc176270_17fa_4c78_a343_9fe52824e501-57acfed72ea35ff33b5150785b80a3a1.woff) format("woff"), url(https://quickbooks-s3.intuitstatic.com/assets/harmony/fonts/zdn/3516f91d_ac48_42cd_acfe_1be691152cc4-fb45c33a78d5c35a24bf2d612a4eb3d3.ttf) format("truetype"), url(https://quickbooks-s3.intuitstatic.com/assets/harmony/fonts/zdn/d1b1e866_a411_42ba_8f75_72bf28e23694.svg#d1b1e866_a411_42ba_8f75_72bf28e23694) format("svg"); }

@font-face {
  font-family: "DIN Next W01 Medium";
  src: url(https://quickbooks-s3.intuitstatic.com/assets/harmony/fonts/zdn/324dee78_6585_4c13_8ca3_5817cc600d84.eot?#iefix);
  src: url(https://quickbooks-s3.intuitstatic.com/assets/harmony/fonts/zdn/324dee78_6585_4c13_8ca3_5817cc600d84.eot?#iefix) format("eot"), url(https://quickbooks-s3.intuitstatic.com/assets/harmony/fonts/zdn/4bf0ead4_e61b_4992_832b_6ff05828d99f-d9f9807af5bce9b90d5e3b44228f2e55.woff) format("woff"), url(https://quickbooks-s3.intuitstatic.com/assets/harmony/fonts/zdn/73713a0b_8f6a_4c4e_b8a8_7cf238e632f6-f51d613866af0e8abeb41c9f3857fca7.ttf) format("truetype"), url(https://quickbooks-s3.intuitstatic.com/assets/harmony/fonts/zdn/b90b6bdf_15e2_4544_9fe0_92c79fff0ecd.svg#b90b6bdf_15e2_4544_9fe0_92c79fff0ecd) format("svg"); }

@font-face {
  font-family: "DIN Next W01 Regular";
  src: url(https://quickbooks-s3.intuitstatic.com/assets/harmony/fonts/zdn/da088ecc_a53c_4831_a95b_6fd81b5b338a.eot?#iefix);
  src: url(https://quickbooks-s3.intuitstatic.com/assets/harmony/fonts/zdn/da088ecc_a53c_4831_a95b_6fd81b5b338a.eot?#iefix) format("eot"), url(https://quickbooks-s3.intuitstatic.com/assets/harmony/fonts/zdn/c5a7f89e_15b6_49a9_8259_5ea665e72191-e2160988cfc796092833f8588f1b2545.woff) format("woff"), url(https://quickbooks-s3.intuitstatic.com/assets/harmony/fonts/zdn/868c94b5_ca49_46b7_b62b_297f8d861125-daeaf00105b5c6f91d96db40e5ede070.ttf) format("truetype"), url(https://quickbooks-s3.intuitstatic.com/assets/harmony/fonts/zdn/e3145f65_29b5_4f7f_8c6e_2dc135021b6a.svg#e3145f65_29b5_4f7f_8c6e_2dc135021b6a) format("svg"); }

@font-face {
  font-family: "FrutigerNextW01-BlackCn";
  src: url(https://quickbooks-s3.intuitstatic.com/assets/harmony/fonts/zfr/4a502773_4fae_496e_8e78_016a89bb9719.eot?#iefix);
  src: url(https://quickbooks-s3.intuitstatic.com/assets/harmony/fonts/zfr/4a502773_4fae_496e_8e78_016a89bb9719.eot?#iefix) format("eot"), url(https://quickbooks-s3.intuitstatic.com/assets/harmony/fonts/zfr/d0daed3d_8549_440a_b2ff_dede283eae8b-0fe80bf7c6e2edead078b1e96cd5c164.woff) format("woff"), url(https://quickbooks-s3.intuitstatic.com/assets/harmony/fonts/zfr/ee983de3_9aaf_49c4_aef1_1039d9bc549e-a54c672fd37c151316b62f04398207f5.ttf) format("truetype"), url(https://quickbooks-s3.intuitstatic.com/assets/harmony/fonts/zfr/afb5f3e5_4ec5_461a_9bdb_51992f1d672e.svg#afb5f3e5_4ec5_461a_9bdb_51992f1d672e) format("svg"); }

@font-face {
  font-family: "FrutigerNextW01-HeavyCn";
  src: url(https://quickbooks-s3.intuitstatic.com/assets/harmony/fonts/zfr/4904ecc3_8863_4be1_858d_c446f0c33578.eot?#iefix);
  src: url(https://quickbooks-s3.intuitstatic.com/assets/harmony/fonts/zfr/4904ecc3_8863_4be1_858d_c446f0c33578.eot?#iefix) format("eot"), url(https://quickbooks-s3.intuitstatic.com/assets/harmony/fonts/zfr/a573c5c9_139c_40e2_91eb_3e5bc04a320a-8eb80dd5d532f7bb65b4bac03f710de8.woff) format("woff"), url(https://quickbooks-s3.intuitstatic.com/assets/harmony/fonts/zfr/0219c932_c8a6_47b2_a642_5fa400fda973-e6a17226b3f15914001d3c0499180236.ttf) format("truetype"), url(https://quickbooks-s3.intuitstatic.com/assets/harmony/fonts/zfr/5338c78d_52a2_44c6_a583_03f06e786ae1.svg#5338c78d_52a2_44c6_a583_03f06e786ae1) format("svg"); }

@font-face {
  font-family: "Frutiger Next W01 Light";
  src: url(https://quickbooks-s3.intuitstatic.com/assets/harmony/fonts/zfr/ed851bde_4b1b_45ca_9fbb_9603819932cf.eot?#iefix);
  src: url(https://quickbooks-s3.intuitstatic.com/assets/harmony/fonts/zfr/ed851bde_4b1b_45ca_9fbb_9603819932cf.eot?#iefix) format("eot"), url(https://quickbooks-s3.intuitstatic.com/assets/harmony/fonts/zfr/35288d5e_681e_4b64_a930_438d2b2551d6-187be9c07aa70507428f8f59a36a8175.woff) format("woff"), url(https://quickbooks-s3.intuitstatic.com/assets/harmony/fonts/zfr/1a22c75e_4022_43cd_a543_70ca36eb92aa-45ab91617b4c6fdd2593b8f382629ff2.ttf) format("truetype"), url(https://quickbooks-s3.intuitstatic.com/assets/harmony/fonts/zfr/2c937a24_6a4c_47b2_b3f3_28173e19b53d.svg#2c937a24_6a4c_47b2_b3f3_28173e19b53d) format("svg"); }

@font-face {
  font-family: "FrutigerNextW01-LightIt";
  src: url(https://quickbooks-s3.intuitstatic.com/assets/harmony/fonts/zfr/799e1dc9_b0bd_4a73_898c_9729f2a003c0.eot?#iefix);
  src: url(https://quickbooks-s3.intuitstatic.com/assets/harmony/fonts/zfr/799e1dc9_b0bd_4a73_898c_9729f2a003c0.eot?#iefix) format("eot"), url(https://quickbooks-s3.intuitstatic.com/assets/harmony/fonts/zfr/28b35c14_90d5_403e_a14a_cca4c52c53d1-1bf1a6c5a99c39e58d2cd07fc63200a0.woff) format("woff"), url(https://quickbooks-s3.intuitstatic.com/assets/harmony/fonts/zfr/f2e177d9_e871_4cc0_8b31_4983175ea674-7edef57f9ddbacf0aa89610170cc24e5.ttf) format("truetype"), url(https://quickbooks-s3.intuitstatic.com/assets/harmony/fonts/zfr/6cad5c33_9239_46ed_b949_27cdb6cc478c.svg#6cad5c33_9239_46ed_b949_27cdb6cc478c) format("svg"); }

@font-face {
  font-family: "FrutigerNextW01-UltraLi";
  src: url(https://quickbooks-s3.intuitstatic.com/assets/harmony/fonts/zfr/45bbdb72_6d9f_482e_bb7e_2a790b39ddc7.eot?#iefix);
  src: url(https://quickbooks-s3.intuitstatic.com/assets/harmony/fonts/zfr/45bbdb72_6d9f_482e_bb7e_2a790b39ddc7.eot?#iefix) format("eot"), url(https://quickbooks-s3.intuitstatic.com/assets/harmony/fonts/zfr/a873313b_4963_4ac2_8d9d_f4639e57cf57-03488b8530337cb9c46bd8352191e61b.woff) format("woff"), url(https://quickbooks-s3.intuitstatic.com/assets/harmony/fonts/zfr/0493534e_14e6_46f8_ac9f_2b671368a12f-0f8121e3cf0e16b8ca609e2a270b03af.ttf) format("truetype"), url(https://quickbooks-s3.intuitstatic.com/assets/harmony/fonts/zfr/338dbcb4_e3b3_4fdf_9ce2_328fa41ca621.svg#338dbcb4_e3b3_4fdf_9ce2_328fa41ca621) format("svg"); }

.price-font, .price {
  font-family: "DIN Next W01 Light";
  letter-spacing: -2px; }

h1, h2, h3, h4, .h1, .h2, .h3, .h4 {
  color: #202020;
  line-height: 1; }

h1, .h1 {
  font-family: "FS Albert Web 100","FS Albert Web","Calibri","Trebuchet MS",sans-serif;
  font-weight: 100;
  font-size: 56px; }

h2, .h2, .section-header {
  font-family: "FS Albert Web 100","FS Albert Web","Calibri","Trebuchet MS",sans-serif;
  font-weight: 100;
  font-size: 46px; }

h3, .h3 {
  font-family: "FS Albert Web 300","FS Albert Web","Calibri","Trebuchet MS",sans-serif;
  font-weight: 300;
  font-size: 26px; }

h1, h2, h3 {
  font-weight: normal;
  letter-spacing: -1px; }

h4, .h4 {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: bold; }

h6 {
  line-height: 18px;
  font-size: 14px; }

p {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  color: #505050; }

.p1 {
  display: block;
  font-size: 20px;
  line-height: 24px; }

.p2 {
  font-size: 16px;
  line-height: 18px; }

.p3 {
  font-size: 14px;
  line-height: 18px; }

.p4 {
  font-size: 12px;
  line-height: 18px; }

.bg-green {
  background-color: #95cd3b; }

.bg-grey {
  background-color: #edeef0; }

.bg-blue {
  background-color: #0098cd; }

.bg-dark-blue {
  background-color: #34456a; }

.bg-white {
  background-color: white; }

.base-box-spacing {
  padding: 20px; }

.big-box-spacing {
  padding: 40px; }

.small-box, .big-box, .small-box-w-header, .big-box-w-header {
  border: 1px solid #ccc;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2); }

.small-box, .small-box-w-header section {
  padding: 20px; }

.big-box, .big-box-w-header section {
  padding: 40px; }

.small-box-w-header header, .big-box-w-header header {
  min-height: 68px;
  background-color: #0098cd;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px; }

.ccontainer {
  position: relative; }

.ccontainer .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  overflow: hidden; }

.ccontainer .bg > img {
  height: auto;
  max-width: 1600px;
  overflow: hidden; }

.ccontainer .bg > img.center {
  left: 50%;
  margin-left: -50%;
  position: absolute; }

.ccontainer .bg > img.right {
  float: right; }

.ccontainer > * {
  position: relative; }

.resp_img .bg > img {
  max-width: 100%; }

.resp_img .bg > img.center {
  left: 0;
  margin-left: 0;
  position: static;
  display: block;
  margin: 0 auto; }

.std-harmony-padding {
  padding: 72px 39px 45px 39px; }

.std-harmony-top-padding {
  padding-top: 72px; }

.std-harmony-right-padding {
  padding-right: 39px; }

.std-harmony-bot-padding {
  padding-bottom: 45px; }

.std-harmony-left-padding {
  padding-left: 39px; }

.comp-chart-sticky-header {
  background-color: #ffffff;
  position: fixed;
  top: 0;
  visibility: hidden;
  -webkit-box-shadow: 0 13px 11px -10px #ccc;
  -moz-box-shadow: 0 13px 11px -10px #ccc;
  box-shadow: 0 13px 11px -10px #ccc;
  z-index: 100; }

.checkmark {
  background-position: -615px -396px;
  width: 20px;
  height: 20px;
  display: inline-block; }

.comp-chart-header-container {
  display: table;
  width: 100%; }

.comp-chart-header-container .comp-chart-text-header {
  display: table-cell;
  padding-bottom: 10px;
  text-align: left;
  vertical-align: bottom;
  width: 43%; }

.comp-chart-header-container .comp-chart-text-header p, .comp-chart-header-container .comp-chart-text-header h2, .comp-chart-header-container .comp-chart-text-header h3, .comp-chart-header-container .comp-chart-text-header h4, .comp-chart-header-container .comp-chart-text-header ul, .comp-chart-header-container .comp-chart-text-header ol {
  font-family: "FS Albert Web 100","FS Albert Web","Calibri","Trebuchet MS",sans-serif;
  font-weight: 100;
  text-align: left;
  vertical-align: bottom; }

.comp-chart-header-container .comp-chart-text-header h2 {
  font-size: 46px;
  margin: 0;
  padding: 0; }

.comp-chart-header-container .comp-chart-text-header a {
  font: 14px "Helvetica Neue", Helvetica, Arial, sans-serif; }

.comp-chart-table-header {
  display: table-cell;
  text-align: right;
  vertical-align: bottom;
  width: 57%; }

.comp-chart-table-header .ccontainer {
  font-size: 0; }

.comparison-chart {
  display: block;
  min-height: 230px; }

.comparison-chart table {
  border: 0px;
  border-bottom: 6px solid #C1C1C1;
  border-collapse: collapse;
  border-spacing: 0;
  border-top: 6px solid #C1C1C1;
  color: #505050;
  font: 14px "Helvetica Neue", Helvetica, Arial, sans-serif; }

.comparison-chart table tr {
  background-color: #ffffff;
  border-top: 1px solid #cfcfcf; }

.comparison-chart table tr.alternate-bg {
  background: #f7f7f7; }

.comparison-chart table tr td {
  border: none;
  border-bottom: 1px solid #cfcfcf;
  border-right: 2px dotted #cfcfcf;
  line-height: 20px;
  padding: 6px 10px;
  vertical-align: top; }

.comparison-chart table tr td:first-child {
  padding-left: 10px;
  text-align: left;
  width: auto; }

.comparison-chart table tr td.comp-chart-childNode {
  padding-left: 35px; }

.comparison-chart table tr td .arrow-e, .comparison-chart table tr td .arrow-s {
  border: 0.75em dashed transparent;
  display: inline-block;
  font-size: 7px;
  height: 0;
  line-height: 0;
  margin-right: 4px;
  width: 0; }

.comparison-chart table tr td .arrow-e {
  border-left: 1em solid #666666;
  left: 0.25em; }

.comparison-chart table tr td .arrow-s {
  border-left: dashed transparent !important;
  left: 0 !important;
  margin-top: 3px;
  border-top: 1em solid #666666; }

.column-size-is-x-large table tr td {
  width: 149px; }

.column-size-is-large table tr td {
  width: 136px; }

.column-size-is-small table tr td {
  width: 72px; }

.comp-chart-simple-header {
  color: #ffffff;
  display: inline-block;
  font-size: 14px;
  margin-right: 1px; }

.comp-chart-simple-header h4 {
  color: #ffffff;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  font-weight: bold; }

.comp-chart-table-header .grey-bg {
  background-color: #979797; }

.comp-chart-table-header .blue-bg {
  background-color: #0098cd; }

.comp-chart-simple-header-content-wrapper {
  display: table-cell;
  height: 34px;
  padding: 2px 12px 2px 10px;
  text-align: left;
  vertical-align: middle; }

.column-size-is-x-large .comp-chart-simple-header-content-wrapper {
  width: 149px; }

.column-size-is-large .comp-chart-simple-header-content-wrapper {
  width: 135px; }

.column-size-is-small .comp-chart-simple-header-content-wrapper {
  width: 72px; }

.comp-chart-mini-pricing-header {
  color: #ffffff;
  display: inline-block;
  font-size: 14px;
  margin-right: 1px; }

.comp-chart-mini-pricing-header .grey-bg {
  background-color: #979797; }

.comp-chart-mini-pricing-header .blue-bg {
  background-color: #0098cd; }

.comp-chart-mini-pricing-header-text {
  display: table-cell;
  height: 34px;
  padding: 2px 12px 2px 10px;
  text-align: left;
  vertical-align: middle; }

.comp-chart-mini-pricing-header-text h4 {
  color: #ffffff;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  font-weight: bold; }

.column-size-is-x-large .comp-chart-mini-pricing-header-wrapper {
  width: 170px; }

.column-size-is-large .comp-chart-mini-pricing-header-wrapper {
  width: 135px; }

.column-size-is-small .comp-chart-mini-pricing-header-wrapper {
  width: 72px; }

.comp-chart-mini-pricing-header-content {
  background-color: #f5f5f5;
  border-right: solid 1px #ddd;
  color: #666666;
  font: 14px "Helvetica Neue",Helvetica,Arial,sans-serif;
  padding: 15px;
  text-align: left; }

.comp-chart-mini-pricing-header-content a {
  display: inline-block;
  margin: 8px 0; }

.comp-chart-mini-pricing-header-content .ccta a {
  margin: 8px 0;
  width: 90px; }

.comp-chart-mini-pricing-header-content p > .x-price-currency-quantifier, .comp-chart-mini-pricing-header-content p > .x-price-amount-whole, .comp-chart-mini-pricing-header-content p > .x-price-amount-separator, .comp-chart-mini-pricing-header-content p > .x-price-amount-cents, .comp-chart-mini-pricing-header-content p > .x-price-duration-quantifier {
  font-family: "DIN Next W01 Light";
  letter-spacing: -3px; }

.comp-chart-mini-pricing-header-content p > .x-price-currency-quantifier {
  color: #202020;
  display: inline-block;
  font-size: 16px;
  margin-top: 3px;
  vertical-align: top; }

.comp-chart-mini-pricing-header-content p > .x-price-amount-whole {
  color: #202020;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: -3px; }

.comp-chart-mini-pricing-header-content p > .x-price-amount-separator {
  font-size: 34px;
  line-height: 64px; }

.comp-chart-mini-pricing-header-content p > .x-price-amount-cents {
  color: #202020;
  display: inline-block;
  font-size: 36px;
  vertical-align: top;
  margin-top: 4px; }

.comp-chart-mini-pricing-header-content p > .x-price-duration-quantifier {
  color: #ACACAC;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: normal; }

.comp-chart-mini-pricing-header-content p > .x-price-amount-cents + .x-price-duration-quantifier {
  margin-left: -15px; }

.comp-chart-mini-pricing-header-content p > .x-price-reg-price {
  color: #ACACAC;
  text-decoration: line-through; }

.comp-chart-mini-pricing-header-content p > .x-price-discount {
  color: #df0001;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 18px; }

.table {
  display: table;
  width: 100%; }

.table-cell {
  display: table-cell;
  border: solid 1px blue; }

.table-row {
  display: table-row; }

.text-grey {
  color: #666666; }

.text-lightgrey {
  color: #888888; }

.text-lightgrey-strikethrough {
  color: #888;
  text-decoration: line-through; }

.cpricing-card {
  background-color: #fafafa;
  border: 1px solid #cccccc;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
  display: table;
  width: 100%; }

.pricing-card-header {
  background-color: #0098cd;
  display: table-cell;
  height: 68px;
  text-align: center;
  vertical-align: middle;
  width: 100%; }

.pricing-card-header h3 {
  color: #ffffff;
  font-family: "FS Albert Web 300","FS Albert Web","Calibri","Trebuchet MS",sans-serif;
  font-weight: 300;
  font-size: 26px;
  font-weight: normal;
  letter-spacing: -1px;
  line-height: 26px; }

.pricing-card-header h4 {
  color: #ffffff;
  font-family: "FS Albert Web 300","FS Albert Web","Calibri","Trebuchet MS",sans-serif;
  font-weight: 300;
  line-height: 16px; }

.content-wrapper {
  border-right: solid 1px #ddd;
  padding-right: 18px; }

.pricing-card-content {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  float: left;
  padding: 18px 0 18px 18px;
  position: relative; }

.pricing-card-content .x-price-currency-quantifier, .pricing-card-content .x-price-amount-whole, .pricing-card-content .x-price-amount-separator, .pricing-card-content .x-price-amount-cents, .pricing-card-content .x-price-duration-quantifier {
  font-family: "DIN Next W01 Light";
  letter-spacing: -3px; }

.pricing-card-content .x-price-reg-price {
  color: #888;
  text-decoration: line-through; }

.pricing-card-content .x-price-currency-quantifier {
  color: #202020;
  display: inline-block;
  font-size: 36px;
  margin-top: 5px;
  vertical-align: top; }

.pricing-card-content .x-price-amount-whole {
  color: #202020;
  font-size: 64px;
  letter-spacing: -3px; }

.pricing-card-content .x-price-amount-separator {
  font-size: 64px;
  line-height: 64px; }

.pricing-card-content .x-price-amount-cents {
  color: #202020;
  display: inline-block;
  font-size: 36px;
  vertical-align: top;
  margin-top: 4px; }

.pricing-card-content .x-price-duration-quantifier {
  font-size: 16px;
  line-height: 18px;
  letter-spacing: normal; }

.pricing-card-content .x-price-amount-cents + .x-price-duration-quantifier {
  margin-left: -15px; }

.pricing-card-content .x-price-discount {
  color: #df0001;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  line-height: 18px; }

.pricing-card-content span > .x-price-discount {
  margin-left: 5px; }

.pricing-card-content .ccta {
  margin: 18px 0; }

.pricing-card-content h4 {
  line-height: 16px;
  padding: 14px 0; }

.pricing-card-content ul {
  margin: 0 0 36px 0;
  padding: 0; }

.pricing-card-content li {
  border-bottom: 1px dotted #505050;
  color: #0098cd;
  font: 14px "Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 36px !important;
  list-style-type: disc;
  list-style-position: inside;
  padding-left: 16px;
  text-indent: -16px; }

.pricing-card-content li:first-child {
  border-top: 1px dotted #505050; }

.pricing-card-content p + ul {
  margin-top: 12px; }

.pricing-card-content h3 + ul {
  margin-top: 36px; }

.price-large {
  color: #202020;
  font-family: "DIN Next W01 Light";
  font-size: 64px;
  letter-spacing: -3px;
  line-height: 64px; }

.pricing-content-burst-wrapper {
  position: absolute;
  top: -36px; }

.pricing-content-burst-wrapper-align-right {
  right: 24px; }

.pricing-content-burst-wrapper-push-down {
  top: -15px; }

.pricing-content-burst {
  background-position: -910px -640px;
  display: table-cell;
  height: 76px;
  text-align: center;
  vertical-align: middle;
  width: 76px;
  position: relative;
  z-index: 1; }

.pricing-content-burst p {
  color: #202020;
  font-size: 10px;
  font-family: "FS Albert Web 800","FS Albert Web","Calibri","Trebuchet MS",sans-serif;
  font-weight: 700;
  font-weight: normal;
  line-height: 11px;
  padding: 0 12px;
  text-transform: uppercase;
  width: 52px;
  word-wrap: break-word; }

.answerxchange h2 {
  text-align: center;
  margin-top: 72px; }

.answerxchange .wrapper {
  white-space: nowrap;
  width: 60%;
  display: table;
  vertical-align: middle;
  margin: 20px auto; }

.answerxchange .wrapper input {
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px; }

.answerxchange input, .answerxchange button {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: normal;
  font-size: 15px;
  display: table-cell; }

.answerxchange input[type="search"] {
  height: 40px;
  width: 100%;
  font-size: 16px;
  margin: 0;
  color: #2b2b2b;
  padding: 4px 36px 4px 6px;
  display: inline-block;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  line-height: 22px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: border linear 0.2s,box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s,box-shadow linear 0.2s;
  -o-transition: border linear 0.2s,box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s; }

.answerxchange input[type="search"]:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  -webkit-box-shadow: 0 0 8px rgba(82, 168, 236, 0.6), inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: 0 0 8px rgba(82, 168, 236, 0.6), inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: 0 0 8px rgba(82, 168, 236, 0.6), inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.answerxchange button[type=submit] {
  display: inline-block;
  color: #ffffff;
  font-size: 14px;
  padding: 3px 24px 3px 12px;
  height: 32px;
  border: 1px solid #304f9d;
  background: #3f6dc9 url(http://http-download.intuit.com/http.intuit/CMO/qbes/static/images/global-sprite-fallback.png) no-repeat right -390px;
  background: url(http://http-download.intuit.com/http.intuit/CMO/qbes/static/images/global-sprite.svg) no-repeat right -390px, linear-gradient(to bottom, #3f6dc9 0%, #3054b8 100%);
  -webkit-border-radius: 2px;
  border-radius: 2px;
  margin-left: 15px; }

.answerxchange ul {
  margin-top: 30px; }

.answerxchange li {
  padding: 15px 0;
  border-bottom: 1px solid #cccccc; }

.answerxchange li a {
  font-size: 17px; }

.answerxchange li p {
  padding: 5px 0;
  color: #aaaaaa; }

.answerxchange li.last {
  border-bottom: none; }

.answerxchange .err {
  font-weight: bold;
  color: red; }

.answerxchange .info {
  margin-top: 5px; }

.answerxchange .info div {
  display: inline-block;
  margin-right: 25px;
  font-size: 12px;
  color: #777777; }

.answerxchange .info div i {
  display: inline-block;
  height: 18px;
  width: 18px;
  margin-right: 3px;
  background: url(http://http-download.intuit.com/http.intuit/CMO/qbes/static/images/global-sprite-fallback.png) no-repeat;
  background: url(http://http-download.intuit.com/http.intuit/CMO/qbes/static/images/global-sprite.svg) no-repeat; }

.answerxchange .info div.ac i {
  background-position: 0 -496px;
  margin-bottom: -3px; }

.answerxchange .info div.usr i {
  background-position: -28px -496px;
  margin-bottom: -2px; }

.cemail-box {
  padding: 40px 0; }

.cemail-box .email-icon, .cemail-box .email-heading, .cemail-box .email-form, .cemail-box .email-success, .cemail-box .email-error {
  text-align: center; }

.cemail-box .icon-email-env {
  content: "b";
  font-size: 43px;
  width: 50px;
  margin: 0 auto;
  color: #8c8c8b; }

.cemail-box .email-heading {
  margin: 20px 0 3px; }

.cemail-box .email-form .email-text {
  height: 23px;
  font-style: italic; }

.cemail-box .email-form .email_submit_button {
  color: #365ebf;
  font-size: 14px;
  line-height: 1.8em;
  border: 1px solid #dedede;
  padding: 1px 15px;
  height: 29px;
  text-align: center;
  border-radius: 2px;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
  font-family: sans-serif;
  background: #f0f0f0;
  background: -webkit-linear-gradient(top, white 0%, #f0f0f0 100%);
  background: -moz-linear-gradient(top, white 0%, #f0f0f0 100%);
  background: -o-linear-gradient(top, white 0%, #f0f0f0 100%);
  background: -ms-linear-gradient(top, white 0%, #f0f0f0 100%);
  background: linear-gradient(to bottom, white 0%, #f0f0f0 100%); }

.cemail-box .email-error {
  color: red; }

.cemail-box .email-success {
  margin-top: 5px; }

.cemail-box .email-success div {
  display: inline-block; }

.cemail-box .email-success .icon-confirm-check {
  content: "a";
  font-size: 18px;
  margin-right: 3px;
  display: inline-block;
  vertical-align: bottom;
  color: #365ebf; }

.cemail-box.white .icon-email-env {
  content: "b";
  font-size: 43px;
  width: 50px;
  margin: 0 auto;
  color: white; }

.cemail-box.white .email-heading, .cemail-box.white .email-success {
  color: white; }

.cemail-box.white .icon-confirm-check {
  content: "a";
  font-size: 18px;
  margin-right: 3px;
  display: inline-block;
  vertical-align: bottom;
  color: white; }

@font-face {
  font-family: "email_capture";
  src: url(//quickbooks-s3.intuitstatic.com/assets/harmony/fonts/fontawesome/email_capture-db60ebd97072d1d689fba345e6dbcbf3.eot);
  src: url(//quickbooks-s3.intuitstatic.com/assets/harmony/fonts/fontawesome/email_capture.eot?#iefix) format("embedded-opentype"), url(//quickbooks-s3.intuitstatic.com/assets/harmony/fonts/fontawesome/email_capture-f3eb59d26340d7d009db93790fc079cf.woff) format("woff"), url(//quickbooks-s3.intuitstatic.com/assets/harmony/fonts/fontawesome/email_capture-cf6a53bcdbd76fd8cf5f03aaf15d554b.ttf) format("truetype"), url(//quickbooks-s3.intuitstatic.com/assets/harmony/fonts/fontawesome/email_capture.svg#email_capture) format("svg");
  font-weight: normal;
  font-style: normal; }

[data-icon]:before {
  font-family: "email_capture" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "email_capture" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.creviews-carousel {
  margin: 0;
  padding: 0;
  background-color: #f2f2f4; }

.creviews-carousel h2 {
  padding: 78px 0 54px;
  text-align: center; }

.creviews-carousel .carousel-wrap {
  margin: 0 0 54px;
  padding: 54px 0 30px;
  background-color: white; }

.creviews-carousel .creview {
  min-height: 140px; }

.creviews-carousel .creviews-footer-text {
  margin-bottom: 30px;
  text-align: center; }

.chero-carousel {
  margin: 0 auto;
  padding: 0; }

.chero-carousel .carousel-viewport {
  background-color: #edeef0;
  margin: 0 auto;
  width: 1600px; }

.chero-carousel .carousel-viewport .carousel-slides {
  position: relative; }

.chero-carousel .carousel-viewport .carousel-slides .ccontainer {
  height: 492px; }

.chero-carousel .carousel-viewport .carousel-slides .ccontainer img {
  position: absolute;
  top: 0;
  left: 0; }

.chero-carousel .carousel-viewport .carousel-slides .ccontainer .content-container-hero {
  width: 940px;
  margin: 0 auto; }

.chero-carousel .carousel-viewport .carousel-slides .ccontainer .content-container-hero .ccontainer-rt-just {
  float: right; }

.chero-carousel .carousel-viewport .carousel-slides .ccontainer .content-container-hero .ccontainer-lt-just {
  float: left; }

.chero-carousel .carousel-viewport .carousel-slides .ccontainer .content-container-hero .box-container {
  margin: 60px 0 0;
  height: 372px;
  padding: 10px; }

.chero-carousel .carousel-viewport .carousel-slides .ccontainer .content-container-hero .bg-white {
  background: rgba(255, 255, 255, 0.9);
  filter: alpha(opacity=90); }

.chero-carousel .carousel-viewport .carousel-slides .ccontainer .content-container-hero .ccontainer img {
  position: relative; }

.chero-carousel .creview {
  min-height: 140px; }

.chero-carousel .carousel-controls {
  margin-top: 0px; }

.chero-carousel .carousel-viewport {
  overflow: hidden !important; }

.chero-carousel .carousel-slides {
  width: 1600px;
  list-style: none;
  margin: 0;
  padding: 0; }

.chero-carousel .carousel-slides > li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left; }

.chero-carousel .carousel-slides > li img {
  max-width: 100%; }

.chero-carousel .carousel-slides:after, .chero-carousel .carousel-slides > li:after {
  content: ".";
  display: block;
  height: 0;
  width: 0;
  line-height: 0;
  clear: both;
  visibility: hidden; }

.chero-carousel .carousel-controls {
  text-align: center;
  position: relative;
  top: -23px; }

.chero-carousel .carousel-controls .carousel-controls-wrap {
  background-color: #eaebed;
  display: inline-block;
  padding: 10px 15px;
  -webkit-border-radius: 20px;
  border-radius: 20px; }

.chero-carousel .carousel-controls li {
  display: inline-block;
  margin: 0;
  padding: 0; }

.chero-carousel .carousel-controls .prev, .chero-carousel .carousel-controls .next {
  display: inline-block;
  width: 15px;
  height: 20px;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  background-position: -538px -399px;
  overflow: hidden;
  text-indent: -100em;
  cursor: pointer; }

.chero-carousel .carousel-controls .next {
  background-position: -578px -399px; }

.chero-carousel .carousel-controls .prev:hover {
  background-position: -538px -439px; }

.chero-carousel .carousel-controls .next:hover {
  background-position: -578px -439px; }

.chero-carousel .carousel-controls .carousel-pagination {
  display: inline-block;
  list-style: disc;
  margin: 0;
  padding: 0 20px; }

.chero-carousel .carousel-controls .carousel-pagination li {
  display: inline-block;
  width: 5px;
  height: 5px;
  margin: 0 8px;
  padding: 0;
  cursor: pointer;
  background-color: #aeb7bd;
  -webkit-border-radius: 10px;
  border-radius: 10px; }

.chero-carousel .carousel-controls .carousel-pagination li:hover, .chero-carousel .carousel-controls .carousel-pagination .carousel-pagination-active {
  background-color: #3660c3; }

.labor-law {
  margin: 20px 0;
  padding: 20px 0 30px; }

.labor-law .labor-law-left-column, .labor-law .labor-law-right-column {
  float: left;
  font-family: "FS Albert Web 400";
  width: 55%; }

.labor-law .labor-law-left-column .federal-container .federal-title, .labor-law .labor-law-right-column .federal-container .federal-title {
  color: #505050;
  float: left;
  font-size: 20px;
  margin-top: 14px; }

.labor-law .labor-law-right-column {
  float: right;
  margin-right: 25px;
  width: 28%; }

.labor-law .state-container, .labor-law .federal-container {
  height: 70px;
  padding-bottom: 5px; }

.labor-law select::-ms-expand {
  display: none; }

.labor-law .custom-select {
  background: #ffffff;
  float: left;
  width: 230px;
  border: 1px solid #27496e;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  height: 50px;
  line-height: normal;
  padding: 0 1.2em 0 0;
  position: relative; }

.labor-law select {
  appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  background: url(//quickbooks-s3.intuitstatic.com/assets/harmony/images/labor-law-select-arrow-8a380a0af8302e0918d91389ca081f31.png) no-repeat 203px center;
  padding: 0 1px;
  height: 25px;
  position: relative;
  top: 10px;
  -moz-padding-start: 2px;
  border: none;
  color: #505050;
  float: left;
  font-family: "FS Albert Web 400","Calibri","Trebuchet MS",sans-serif;
  font-size: 20px;
  margin-left: 12px;
  text-indent: 0.01px;
  text-overflow: "";
  width: 220px;
  display: block; }

.labor-law select:focus {
  outline: 0; }

.labor-law .select-state-poster {
  float: left;
  margin-left: 30px; }

.labor-law .state-feed-content, .labor-law .default-state-feed-content, .labor-law .no-default-state-feed-content {
  line-height: 18px;
  padding-right: 45px; }

.labor-law .state-feed-content .date, .labor-law .default-state-feed-content .date, .labor-law .no-default-state-feed-content .date {
  color: #808080;
  font-size: 13px; }

.labor-law .state-feed-content .feed-content-title, .labor-law .default-state-feed-content .feed-content-title, .labor-law .no-default-state-feed-content .feed-content-title {
  font-weight: bold; }

.labor-law .state-feed-content .new-poster, .labor-law .default-state-feed-content .new-poster, .labor-law .no-default-state-feed-content .new-poster {
  color: #e0381d; }

.labor-law .state-feed-content .feed-desc, .labor-law .default-state-feed-content .feed-desc, .labor-law .no-default-state-feed-content .feed-desc {
  font-size: 13px;
  margin-top: 5px;
  padding-bottom: 15px; }

.labor-law .no-default-state-feed-content, .labor-law .rss-fail {
  display: none; }

.labor-law .default-state-feed-content {
  padding-right: 0px; }

.labor-law .state_hidden {
  display: none; }

.labor-law .state_visible {
  display: block; }

.labor-law .states-map, .labor-law .default-states-map {
  background: url(//quickbooks-s3.intuitstatic.com/assets/harmony/images/labor_law_states-cba0be74d3bc6371e8f9a069ec502ff1.png) no-repeat 0 0;
  width: 76px; }

.labor-law .default-states-map {
  width: 97px; }

.labor-law .no-state-details {
  color: #ffffff;
  background-color: #dc3c1e;
  font-size: 13px;
  width: 71%;
  padding: 10px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  display: none; }

.labor-law .alabama {
  background-position: -5px -210px;
  height: 70px; }

.labor-law .alaska {
  background-position: -5px -5px;
  height: 62px; }

.labor-law .arizona {
  background-position: -5px -72px;
  height: 66px; }

.labor-law .arkansas {
  background-position: -5px -143px;
  height: 61px; }

.labor-law .california {
  background-position: -5px -285px;
  height: 70px; }

.labor-law .colorado {
  background-position: -5px -360px;
  height: 54px; }

.labor-law .connecticut-admin, .labor-law .connecticut-hotel, .labor-law .connecticut-merc {
  background-position: -5px -419px;
  height: 49px; }

.labor-law .district-of-columbia {
  background-position: -5px -473px;
  height: 70px; }

.labor-law .delaware {
  background-position: -5px -548px;
  height: 70px; }

.labor-law .florida {
  background-position: -5px -622px;
  height: 65px; }

.labor-law .georgia {
  background-position: -5px -692px;
  height: 67px; }

.labor-law .hawaii {
  background-position: -5px -764px;
  height: 49px; }

.labor-law .idaho {
  background-position: -5px -818px;
  height: 70px; }

.labor-law .illinois {
  background-position: -5px -893px;
  height: 70px; }

.labor-law .indiana {
  background-position: -5px -968px;
  height: 70px; }

.labor-law .iowa {
  background-position: -5px -1043px;
  height: 44px; }

.labor-law .kansas {
  background-position: -5px -1092px;
  height: 39px; }

.labor-law .kentucky {
  background-position: -5px -1136px;
  height: 32px; }

.labor-law .louisiana {
  background-position: -5px -1173px;
  height: 54px; }

.labor-law .maine {
  background-position: -5px -1232px;
  height: 70px; }

.labor-law .maryland {
  background-position: -5px -1307px;
  height: 37px; }

.labor-law .massachusetts {
  background-position: -5px -1349px;
  height: 42px; }

.labor-law .michigan {
  background-position: -5px -1396px;
  height: 70px; }

.labor-law .minnesota {
  background-position: -5px -1471px;
  height: 68px; }

.labor-law .mississippi {
  background-position: -5px -1544px;
  height: 70px; }

.labor-law .missouri {
  background-position: -5px -1619px;
  height: 62px; }

.labor-law .montana {
  background-position: -5px -1686px;
  height: 35px; }

.labor-law .nebraska {
  background-position: -5px -1726px;
  height: 31px; }

.labor-law .nevada {
  background-position: -5px -1762px;
  height: 70px; }

.labor-law .new-hampshire {
  background-position: -5px -1837px;
  height: 70px; }

.labor-law .new-jersey {
  background-position: -5px -1912px;
  height: 70px; }

.labor-law .new-mexico {
  background-position: -5px -1987px;
  height: 64px; }

.labor-law .new-york {
  background-position: -5px -2056px;
  height: 52px; }

.labor-law .north-carolina {
  background-position: -5px -2113px;
  height: 28px; }

.labor-law .north-dakota {
  background-position: -5px -2146px;
  height: 37px; }

.labor-law .ohio {
  background-position: -5px -2188px;
  height: 65px; }

.labor-law .oklahoma {
  background-position: -5px -2258px;
  height: 36px; }

.labor-law .oregon {
  background-position: -5px -2299px;
  height: 48px; }

.labor-law .pennsylvania {
  background-position: -5px -2352px;
  height: 39px; }

.labor-law .puerto-rico {
  background-position: -5px -2396px;
  height: 23px; }

.labor-law .rhode-island {
  background-position: -5px -2424px;
  height: 62px; }

.labor-law .south-carolina {
  background-position: -5px -2491px;
  height: 59px; }

.labor-law .south-dakota {
  background-position: -5px -2555px;
  height: 41px; }

.labor-law .tennessee {
  background-position: -5px -2601px;
  height: 18px; }

.labor-law .texas {
  background-position: -5px -2624px;
  height: 67px; }

.labor-law .utah {
  background-position: -5px -2696px;
  height: 67px; }

.labor-law .vermont {
  background-position: -5px -2768px;
  height: 70px; }

.labor-law .virginia {
  background-position: -5px -2843px;
  height: 32px; }

.labor-law .washington {
  background-position: -5px -2880px;
  height: 40px; }

.labor-law .west-virginia {
  background-position: -5px -2925px;
  height: 63px; }

.labor-law .wisconsin {
  background-position: -5px -2993px;
  height: 68px; }

.labor-law .wyoming {
  background-position: -5px -3066px;
  height: 49px; }

.labor-law .your_state {
  background-position: -5px -3120px;
  height: 35px; }

.labor-law .federal {
  background-position: 0px -3186px;
  height: 58px; }

.comp-chart-sticky-header {
  background-color: #ffffff;
  position: fixed;
  top: 0;
  visibility: hidden;
  -webkit-box-shadow: 0 13px 11px -10px #ccc;
  -moz-box-shadow: 0 13px 11px -10px #ccc;
  box-shadow: 0 13px 11px -10px #ccc;
  z-index: 100; }

.checkmark {
  background-position: -615px -396px;
  width: 20px;
  height: 20px;
  display: inline-block; }

.comp-chart-header-container {
  display: table;
  width: 100%; }

.comp-chart-header-container .comp-chart-text-header {
  display: table-cell;
  padding-bottom: 10px;
  text-align: left;
  vertical-align: bottom;
  width: 43%; }

.comp-chart-header-container .comp-chart-text-header p, .comp-chart-header-container .comp-chart-text-header h2, .comp-chart-header-container .comp-chart-text-header h3, .comp-chart-header-container .comp-chart-text-header h4, .comp-chart-header-container .comp-chart-text-header ul, .comp-chart-header-container .comp-chart-text-header ol {
  font-family: "FS Albert Web 100","FS Albert Web","Calibri","Trebuchet MS",sans-serif;
  font-weight: 100;
  text-align: left;
  vertical-align: bottom; }

.comp-chart-header-container .comp-chart-text-header h2 {
  font-size: 46px;
  margin: 0;
  padding: 0; }

.comp-chart-header-container .comp-chart-text-header a {
  font: 14px "Helvetica Neue", Helvetica, Arial, sans-serif; }

.comp-chart-table-header {
  display: table-cell;
  text-align: right;
  vertical-align: bottom;
  width: 57%; }

.comp-chart-table-header .ccontainer {
  font-size: 0; }

.comparison-chart {
  display: block;
  min-height: 230px; }

.comparison-chart table {
  border: 0px;
  border-bottom: 6px solid #C1C1C1;
  border-collapse: collapse;
  border-spacing: 0;
  border-top: 6px solid #C1C1C1;
  color: #505050;
  font: 14px "Helvetica Neue", Helvetica, Arial, sans-serif; }

.comparison-chart table tr {
  background-color: #ffffff;
  border-top: 1px solid #cfcfcf; }

.comparison-chart table tr.alternate-bg {
  background: #f7f7f7; }

.comparison-chart table tr th {
  background-color: #979797;
  border: 0 none;
  color: white;
  text-align: left;
  padding: 10px 10px 10px 28px; }

.comparison-chart table tr td {
  border: none;
  border-bottom: 1px solid #cfcfcf;
  border-right: 2px dotted #cfcfcf;
  line-height: 20px;
  padding: 6px 10px;
  vertical-align: top; }

.comparison-chart table tr td:first-child {
  padding-left: 10px;
  text-align: left;
  width: auto; }

.comparison-chart table tr td.comp-chart-childNode {
  padding-left: 35px; }

.comparison-chart table tr td .arrow-e, .comparison-chart table tr td .arrow-s {
  border: 0.75em dashed transparent;
  display: inline-block;
  font-size: 7px;
  height: 0;
  line-height: 0;
  margin-right: 4px;
  width: 0; }

.comparison-chart table tr td .arrow-e {
  border-left: 1em solid #666666;
  left: 0.25em; }

.comparison-chart table tr td .arrow-s {
  border-left: dashed transparent !important;
  left: 0 !important;
  margin-top: 3px;
  border-top: 1em solid #666666; }

.column-size-is-x-large table tr td {
  width: 149px; }

.column-size-is-large table tr td {
  width: 136px; }

.column-size-is-small table tr td {
  width: 72px; }

.comp-chart-simple-header {
  color: #ffffff;
  display: inline-block;
  font-size: 14px;
  margin-right: 1px; }

.comp-chart-simple-header h4 {
  color: #ffffff;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  font-weight: bold; }

.comp-chart-table-header .grey-bg {
  background-color: #979797; }

.comp-chart-table-header .blue-bg {
  background-color: #0098cd; }

.comp-chart-simple-header-content-wrapper {
  display: table-cell;
  height: 34px;
  padding: 2px 12px 2px 10px;
  text-align: left;
  vertical-align: middle; }

.column-size-is-x-large .comp-chart-simple-header-content-wrapper {
  width: 149px; }

.column-size-is-large .comp-chart-simple-header-content-wrapper {
  width: 135px; }

.column-size-is-small .comp-chart-simple-header-content-wrapper {
  width: 72px; }

.comp-chart-mini-pricing-header {
  color: #ffffff;
  display: inline-block;
  font-size: 14px;
  margin-right: 1px; }

.comp-chart-mini-pricing-header .grey-bg {
  background-color: #979797; }

.comp-chart-mini-pricing-header .blue-bg {
  background-color: #0098cd; }

.comp-chart-mini-pricing-header-text {
  display: table-cell;
  height: 34px;
  padding: 2px 12px 2px 10px;
  text-align: left;
  vertical-align: middle; }

.comp-chart-mini-pricing-header-text h4 {
  color: #ffffff;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  font-weight: bold; }

.column-size-is-x-large .comp-chart-mini-pricing-header-wrapper {
  width: 170px; }

.column-size-is-large .comp-chart-mini-pricing-header-wrapper {
  width: 135px; }

.column-size-is-small .comp-chart-mini-pricing-header-wrapper {
  width: 72px; }

.comp-chart-mini-pricing-header-content {
  background-color: #f5f5f5;
  border-right: solid 1px #ddd;
  color: #666666;
  font: 14px "Helvetica Neue",Helvetica,Arial,sans-serif;
  padding: 15px;
  text-align: left; }

.comp-chart-mini-pricing-header-content a {
  display: inline-block;
  margin: 8px 0; }

.comp-chart-mini-pricing-header-content .ccta a {
  margin: 8px 0;
  width: 90px; }

.comp-chart-mini-pricing-header-content p > .x-price-currency-quantifier, .comp-chart-mini-pricing-header-content p > .x-price-amount-whole, .comp-chart-mini-pricing-header-content p > .x-price-amount-separator, .comp-chart-mini-pricing-header-content p > .x-price-amount-cents, .comp-chart-mini-pricing-header-content p > .x-price-duration-quantifier {
  font-family: "DIN Next W01 Light";
  letter-spacing: -3px; }

.comp-chart-mini-pricing-header-content p > .x-price-currency-quantifier {
  color: #202020;
  display: inline-block;
  font-size: 16px;
  margin-top: 3px;
  vertical-align: top; }

.comp-chart-mini-pricing-header-content p > .x-price-amount-whole {
  color: #202020;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: -3px; }

.comp-chart-mini-pricing-header-content p > .x-price-amount-separator {
  font-size: 34px;
  line-height: 64px; }

.comp-chart-mini-pricing-header-content p > .x-price-amount-cents {
  color: #202020;
  display: inline-block;
  font-size: 36px;
  vertical-align: top;
  margin-top: 4px; }

.comp-chart-mini-pricing-header-content p > .x-price-duration-quantifier {
  color: #ACACAC;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: normal; }

.comp-chart-mini-pricing-header-content p > .x-price-amount-cents + .x-price-duration-quantifier {
  margin-left: -15px; }

.comp-chart-mini-pricing-header-content p > .x-price-reg-price {
  color: #ACACAC;
  text-decoration: line-through; }

.comp-chart-mini-pricing-header-content p > .x-price-discount {
  color: #df0001;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 18px; }

.cform {
  display: inline-block;
  overflow: hidden;
  padding: 15px;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out; }

.cform:before, .cform:after {
  display: table;
  content: "";
  line-height: 0; }

.cform:after {
  clear: both; }

.cform div.cform-field {
  float: left;
  clear: left; }

.cform div.cform-field.field-inline {
  clear: none; }

.cform .cform-field {
  margin-left: 0; }

.cform .cform-field.ws-success label.user-id, .cform .cform-field.ws-success label.field-reveal {
  color: #2ca01c; }

.cform .cform-field.ws-success label.user-id i, .cform .cform-field.ws-success label.field-reveal i {
  background: url(//quickbooks-s3.intuitstatic.com/assets/harmony/images/forms-sui-653daf92879c519eb36401f2815ec26c.png) no-repeat -560px 0;
  width: 16px;
  height: 16px;
  display: inline-block;
  margin: 0 5px -3px 0; }

.cform .errors.be {
  border: 1px solid #dc3c1e;
  padding: 15px;
  border-radius: 2px;
  display: none; }

.cform .errors.be.visible {
  display: block; }

.cform .errors.be h3 {
  padding: 0 0 10px 0;
  color: #dc3c1e; }

.cform .errors.be h3 i {
  background: image-image-url("harmony/images/forms-sui.png") no-repeat -500px 0;
  width: 21px;
  height: 21px;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: -3px; }

.cform .add-margin-left {
  margin-left: 20px; }

.cform div.field-reveal {
  display: none; }

.cform div.field-reveal-show {
  display: block; }

.cform .cform-field, .cform label, .cform input, .cform select {
  display: inline-block;
  position: relative; }

.cform label, .cform input, .cform select {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  color: #404040;
  font-family: "Helvetica Neue","Helvetica","Arial",sans-serif;
  font-size: .9em;
  padding: 6px; }

.cform label {
  border: solid 1px transparent;
  display: inline-block;
  font-weight: bold;
  padding: 12px 0px 2px 0px;
  white-space: nowrap;
  position: relative; }

.cform label.visually-hidden {
  height: 28px; }

.cform label.label-right {
  padding-left: 10px; }

.cform label .field-error-box {
  bottom: 23px; }

.cform input, .cform select {
  border: 1px solid #cccccc;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-radius: 2px;
  outline: none;
  width: 100%; }

.cform input:active, .cform select:active, .cform input:focus, .cform select:focus, .cform input:hover, .cform select:hover {
  box-shadow: 0 0 0 2px rgba(161, 161, 161, 0.3); }

.cform input[type='radio'], .cform input[type='checkbox'] {
  width: auto; }

.cform input[type='radio']:active, .cform input[type='checkbox']:active, .cform input[type='radio']:focus, .cform input[type='checkbox']:focus, .cform input[type='radio']:hover, .cform input[type='checkbox']:hover {
  box-shadow: none; }

.cform label + .ctext {
  margin-top: 5px; }

.cform input[type='submit'] {
  margin: 15px 0; }

.cform select {
  height: 29px; }

.cform .ctext {
  clear: left; }

.cform .ccta {
  width: 100%; }

.cform .row {
  clear: left; }

.cform .credit-card + .hidden-card-image {
  display: inline-block;
  float: right;
  position: relative;
  text-indent: -9999px;
  width: 108px;
  height: 18px;
  transition: width 0.15s linear;
  top: -22px;
  right: 5px;
  opacity: 1;
  background-image: url(http://http-download.intuit.com/http.intuit/CMO/qbes/static/images/global-sprite-fallback.png);
  background-image: none, url(http://http-download.intuit.com/http.intuit/CMO/qbes/static/images/global-sprite.svg);
  background-position: -630px -30px;
  background-repeat: no-repeat; }

.cform .credit-card + .hidden-card-image.invalidCard {
  opacity: 0.5;
  background-position: -630px -30px; }

.cform .credit-card + .hidden-card-image.visa {
  width: 27px;
  opacity: 1;
  background-position: -630px -30px; }

.cform .credit-card + .hidden-card-image.masterCard {
  width: 27px;
  opacity: 1;
  background-position: -657px -30px; }

.cform .credit-card + .hidden-card-image.americanExpress {
  width: 27px;
  opacity: 1;
  background-position: -684px -30px; }

.cform .credit-card + .hidden-card-image.discover {
  width: 27px;
  opacity: 1;
  background-position: -711px -30px; }

.cform .cta-align-right, .cform .cta-align-left, .cform .cta-align-center {
  float: left;
  margin-left: 20px;
  margin-top: 20px; }

.cform .field-validation-error, .cform .field-error-wrapper {
  border-color: #ca4d2d; }

.cform .field-validation-error input, .cform .field-error-wrapper input {
  border-color: #dc3c1e;
  color: #dc3c1e; }

.cform .field-validation-error input:active, .cform .field-error-wrapper input:active, .cform .field-validation-error input:focus, .cform .field-error-wrapper input:focus, .cform .field-validation-error input:hover, .cform .field-error-wrapper input:hover {
  box-shadow: 0 0 0 2px rgba(202, 77, 45, 0.3); }

.cform .field-validation-error label, .cform .field-error-wrapper label {
  color: #dc3c1e; }

.cform .field-required {
  color: #dc3c1e;
  font-size: 2.2em;
  line-height: 6px;
  vertical-align: bottom; }

.cform .field-inline {
  clear: none; }

.cform .field-error-box {
  background-color: black;
  border: solid 1px black;
  border-radius: 2px;
  color: white;
  height: auto;
  left: 100px;
  padding: 10px;
  position: absolute;
  bottom: 50px;
  white-space: normal;
  width: 180px;
  z-index: 100; }

.cform .field-error-box:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  left: 15px;
  bottom: -17px;
  border: 8px solid;
  border-color: black transparent transparent black; }

.cform .field-error-box p {
  color: white; }

.field-error-wrapper label i {
  background: url(//quickbooks-s3.intuitstatic.com/assets/harmony/images/forms-sui-653daf92879c519eb36401f2815ec26c.png) no-repeat -530px 0;
  width: 16px;
  height: 16px;
  display: inline-block;
  margin: 0 5px -3px 0; }

.hidden-field-handle {
  text-indent: -9000px; }

[class*='toggle-element'] {
  display: none; }

.cq-wcm-edit .cform [class*="span"] {
  display: block !important;
  float: none !important; }

.cq-wcm-edit .cform {
  display: block; }

.cq-wcm-edit .cform > div {
  float: none;
  clear: left; }

.cq-wcm-edit .hidden-field-handle {
  text-indent: 0px;
  color: red;
  size: 14px;
  font-weight: bold;
  padding: 8px;
  border: solid 2px blue;
  clear: both; }

.cq-wcm-edit [class*='toggle-element'] {
  display: block; }

.carousel-viewport {
  overflow: hidden !important; }

.carousel-slides {
  list-style: none;
  margin: 0;
  padding: 0; }

.carousel-slides > li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left; }

.carousel-slides > li img {
  max-width: 100%; }

.carousel-slides:after, .carousel-slides > li:after {
  content: ".";
  display: block;
  height: 0;
  width: 0;
  line-height: 0;
  clear: both;
  visibility: hidden; }

.carousel-controls {
  margin-top: 30px;
  text-align: center; }

.carousel-controls .carousel-controls-wrap {
  background-color: #eaebed;
  display: inline-block;
  padding: 10px 15px;
  border-radius: 20px; }

.carousel-controls li {
  display: inline-block;
  margin: 0;
  padding: 0; }

.carousel-controls .prev, .carousel-controls .next {
  display: inline-block;
  width: 15px;
  height: 20px;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  background-position: -538px -399px;
  overflow: hidden;
  text-indent: -100em;
  cursor: pointer; }

.carousel-controls .next {
  background-position: -578px -399px; }

.carousel-controls .prev:hover {
  background-position: -538px -439px; }

.carousel-controls .next:hover {
  background-position: -578px -439px; }

.carousel-controls .carousel-pagination {
  display: inline-block;
  list-style: disc;
  margin: 0;
  padding: 0 20px; }

.carousel-controls .carousel-pagination li {
  display: inline-block;
  width: 5px;
  height: 5px;
  margin: 0 8px;
  padding: 0;
  cursor: pointer;
  background-color: #aeb7bd;
  border-radius: 10px; }

.carousel-controls .carousel-pagination li:hover, .carousel-controls .carousel-pagination .carousel-pagination-active {
  background-color: #3660c3; }

.creview {
  clear: both; }

.creview .more {
  display: none; }

.creview .pull-right {
  float: right; }

.creview .ctext {
  margin: 20px 0 0; }

.creview .p1 {
  font-weight: bold; }

.creview .p2 {
  line-height: 1.6em; }

.creview .p3, .creview .p4 {
  color: gray; }

.creview .rating-stars {
  display: inline-block;
  width: 100px;
  height: 16px;
  padding: 4px 0;
  background-position: -500px -518px; }

.creview .rating-stars .rating {
  display: inline-block;
  width: 100px;
  height: 16px;
  background-position: -500px -482px;
  text-indent: -100em;
  overflow: hidden; }

.creview .rating-stars .rating-none {
  display: none; }

.creview .rating-stars .rating-1 {
  width: 20px; }

.creview .rating-stars .rating-2 {
  width: 40px; }

.creview .rating-stars .rating-3 {
  width: 60px; }

.creview .rating-stars .rating-4 {
  width: 80px; }

.creview .rating-stars .rating-5 {
  width: 100px; }

.rss .carousel-slides .creview .header p, .simplemodal-container .creview .header p {
  color: #808080;
  font-size: 14px; }

.rss .carousel-slides .creview .header p.product-name, .simplemodal-container .creview .header p.product-name {
  text-align: center;
  font-size: 10px;
  color: gray; }

.rss .carousel-slides .creview h3, .simplemodal-container .creview h3 {
  line-height: 34px; }

.simplemodal-data .creview .read-more {
  display: none; }

.simplemodal-data .creview .more {
  display: inline; }

#simplemodal-container a.modalCloseImg.review {
  top: 8px;
  right: 9px; }

.visually-hidden {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.visually-hidden-text {
  text-indent: -5000px; }

.main-header ul, .phone-info-module {
  list-style: none; }

.global-sprite, .close-more-from-intuit, .info-icon, .intuit-logo, .intuit-logo-image, .intuit-payroll-logo-image, .intuit-logo-for-payroll, .more-from-intuit-left-border, .more-from-intuit-right-border, .link-icon, .phone-icon, .property-header.websites .nav-bar .intuit-logo, .property-logo-image, .search-intuit, .security-icon, .sub-menu-icon, .search-submit-button, .websites-chat-icon, .checkmark, .ctabs-headings .tab-icons, .property-header.Payments.nav-bar .intuit-logo-image, .property-header.Payments.nav-bar .intuit-payments-logo-image, .logo-i.com-168x49, .logo-payroll-64x25, .logo-payments-183x18 {
  background-image: url(http://http-download.intuit.com/http.intuit/CMO/qbes/static/images/global-sprite-fallback.png);
  background-image: none, url(http://http-download.intuit.com/http.intuit/CMO/qbes/static/images/global-sprite.svg);
  background-repeat: no-repeat; }

.main-header {
  background-color: #fff;
  color: #3f3f3f; }

.quickNav-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  *zoom: 1;
  *display: inline; }

.Payroll .quickNav-menu {
  margin: 0 0 0 75px; }

.quickNav-menu-qb {
  margin-top: 10px !important; }

.quickNav-menu > li {
  display: inline-block;
  margin: 0;
  vertical-align: top;
  *zoom: 1;
  *display: inline; }

.quickNav-menu > li > a, .quickNav-menu > li > span {
  display: block;
  font-size: 12px; }

.sub-menu > ul {
  height: 0;
  width: 0;
  display: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  font-size: 13px;
  list-style: none;
  position: absolute;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.25);
  z-index: 1001;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 2px;
  border-top-left-radius: 0;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  -ms-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease; }

.no-boxshadow .sub-menu > ul {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #cccccc; }

.sub-menu:hover > ul {
  display: block;
  height: auto;
  width: 240px;
  padding: 8px 5px 12px 5px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  -ms-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease; }

.sub-menu > ul > li > a {
  display: block;
  padding: 8px 10px; }

.sub-menu > ul > li > a:hover {
  color: #fff;
  background-color: #365ebf;
  border-radius: 2px; }

.more-from-intuit {
  height: 0;
  overflow: hidden;
  font-size: 13px;
  background-color: #365ebf;
  -webkit-transition: height 0.4s ease-in-out;
  -moz-transition: height 0.4s ease-in-out;
  -o-transition: height 0.4s ease-in-out;
  -ms-transition: height 0.4s ease-in-out;
  transition: height 0.4s ease-in-out; }

.more-from-intuit-open .more-from-intuit {
  height: 260px;
  -webkit-transition: height 0.4s ease-in-out;
  -moz-transition: height 0.4s ease-in-out;
  -o-transition: height 0.4s ease-in-out;
  -ms-transition: height 0.4s ease-in-out;
  transition: height 0.4s ease-in-out; }

.more-from-intuit-container {
  width: 940px;
  margin: 0 auto;
  padding-top: 30px; }

.more-from-intuit-container > .column {
  float: left;
  width: 200px;
  margin-left: 40px;
  list-style: none; }

.more-from-intuit-container > .first-column {
  font-weight: bold;
  margin-left: 0;
  padding: 0; }

.more-from-intuit-container > .column.first-column > .list-header {
  margin: 0 0 12px;
  padding-left: 0; }

.more-from-intuit-container > .column > .list-header {
  margin: 10px 0 12px; }

.more-from-intuit-container > .column > .about-intuit-link {
  margin-bottom: 23px; }

.more-from-intuit .list-header {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  padding-left: 5px; }

.more-from-intuit .list-header > span {
  font-size: 18px; }

.more-from-intuit .column a, .more-from-intuit .column a:visited .more-from-intuit .column a:hover {
  display: block;
  padding: 5px;
  color: white; }

.more-from-intuit .column a:hover {
  border-radius: 2px;
  background-color: #4a6ec6;
  background-color: rgba(255, 255, 255, 0.1); }

.more-from-intuit .column .list-header a:hover {
  background-color: transparent; }

.more-from-intuit .intuit-logo {
  display: block;
  width: 82px;
  height: 24px;
  background-position: -500px 0px; }

.closeButtonContainer {
  height: 0;
  position: relative; }

.close-more-from-intuit {
  position: absolute;
  display: block;
  width: 39px;
  height: 39px;
  background-position: -160px -390px;
  right: 0; }

.close-more-from-intuit:hover {
  border-radius: 2px;
  background-color: #4a6ec6;
  background-color: rgba(255, 255, 255, 0.1); }

.top-bar {
  width: 100%;
  border-top: 4px solid #ccc;
  background-color: #f5f5f5;
  background-image: -webkit-linear-gradient(top, whitesmoke 95%, #e5e5e5 100%);
  background-image: -moz-linear-gradient(top, whitesmoke 95%, #e5e5e5 100%);
  background-image: -o-linear-gradient(top, whitesmoke 95%, #e5e5e5 100%);
  background-image: -ms-linear-gradient(top, whitesmoke 95%, #e5e5e5 100%);
  background-image: linear-gradient(to bottom, whitesmoke 95%, #e5e5e5 100%); }

.top-bar-container {
  height: 29px;
  width: 940px;
  margin: 0 auto;
  padding: 7px 0 8px; }

.top-bar .tiny-link {
  padding-top: 8px; }

.nav-bar .intuit-logo {
  width: 168px;
  height: 40px;
  margin: 20px 30px 0px 16px;
  float: left;
  cursor: pointer;
  background-position: 0 0;
  display: inline-block;
  *zoom: 1;
  *display: inline; }

.nav-bar .intuit-logo:hover {
  text-decoration: none; }

.property-header.nav-bar .intuit-logo {
  width: 323px;
  background-image: none;
  *position: relative;
  *top: -15px; }

.intuit-logo-image {
  width: 185px;
  height: 40px;
  background-position: -229px -20px;
  display: none; }

.payroll-logo-link {
  width: 216px;
  height: 27px;
  position: relative;
  top: 17px;
  top: 0\9;
  display: inline-block;
  left: 20px; }

.intuit-payroll-logo-image {
  width: 73px;
  height: 26px;
  background-position: -4px -136px;
  display: inline-block;
  position: relative;
  top: 6px; }

.intuit-logo-for-payroll {
  width: 95px;
  height: 30px;
  background-position: 0px 0px;
  display: inline-block; }

.property-logo-image {
  width: 216px;
  height: 27px;
  position: relative;
  top: 7px;
  display: none; }

.safari-lt-536 .property-logo-image {
  top: -7px; }

.property-header.nav-bar .intuit-logo > span {
  display: block;
  float: left; }

.property-header.Quickbooks.nav-bar .intuit-logo {
  width: 205px; }

.property-header.Payments.nav-bar .intuit-logo {
  width: 185px;
  padding-top: 0px;
  margin-top: 0px; }

.property-header.GoPayment.nav-bar .intuit-logo {
  width: 205px;
  padding-top: 10px; }

.property-header.Payments.nav-bar .intuit-logo-image {
  background-position: -230px -20px;
  width: 183px;
  height: 41px;
  margin-top: 20px;
  display: block; }

.property-header.Payments.nav-bar .intuit-payments-logo-image {
  background-position: -230px -100px;
  width: 183px;
  height: 18px; }

.property-header.GoPayment.nav-bar .intuit-logo-image {
  background-image: url(//quickbooks-s3.intuitstatic.com/assets/payments/images/Intuit_GoPayment_logo.png);
  background-position: 0 0;
  width: 210px;
  height: 31px; }

.property-header.Quickbooks .property-logo-image {
  width: 116px;
  background-position: 0 -57px; }

.property-header.Payroll .property-logo-image {
  background-position: 0 -158px; }

.property-header.Payments .property-logo-image {
  background-position: 0 -98px; }

.property-header.Websites.nav-bar .intuit-logo-image, .property-header.Websites.nav-bar .property-logo-image {
  display: none; }

.property-header.Websites.nav-bar .intuit-logo {
  width: 198px;
  background-position: 0 -667px;
  position: relative\9;
  top: 0 \9 ; }

.nav-links {
  float: right; }

.nav-links > li {
  padding-left: 20px; }

.sub-menu-icon {
  width: 9px;
  height: 4px;
  margin-left: 3px;
  background-position: 0 -468px;
  position: relative;
  top: -1px;
  *top: -4px;
  *left: 3px;
  display: inline-block;
  *zoom: 1;
  *display: inline; }

.sub-menu > a:hover > .sub-menu-icon {
  background-position: 0 -488px; }

.link-icon {
  width: 13px;
  height: 13px;
  padding-right: 4px;
  vertical-align: top;
  position: relative;
  *top: 0px;
  *left: 7px;
  display: inline-block;
  *zoom: 1;
  *display: inline; }

.more-from-intuit-tiny {
  background-position: -79px -397px; }

.phone-tiny {
  background-position: -118px -398px; }

.chat-tiny {
  background-position: -139px -398px; }

a:hover .chat-tiny {
  background-position: -139px -418px; }

.nav-links .sub-menu > ul {
  border-top-right-radius: 5px;
  z-index: 5;
  border-top: 1px solid #cccccc \9 ; }

.property-header .nav-links > .phone-number {
  display: none; }

.more-from-intuit-button-position {
  width: 940px;
  height: 0;
  margin: 0 auto; }

.more-from-intuit-button, .more-from-intuit-link {
  display: inline-block;
  *zoom: 1;
  *display: inline; }

.more-from-intuit-button {
  position: absolute;
  background-position: 0 -340px; }

.more-from-intuit-button:hover {
  background-color: #e2e6ef;
  background-color: rgba(54, 94, 191, 0.1); }

a.more-from-intuit-link {
  color: #202020;
  padding: 8px 0 0;
  *top: -2px; }

.more-from-intuit-left-border {
  display: block;
  background-position: 0 -340px; }

.more-from-intuit-right-border {
  display: block;
  padding: 11px 20px 11px 16px;
  background-position: right -340px; }

.more-from-intuit-link:hover .more-from-intuit-tiny {
  background-position: -79px -417px; }

.more-from-intuit-open .more-from-intuit-link, .more-from-intuit-open .more-from-intuit-link:visited {
  color: #fff;
  background-color: #365ebf;
  background-image: none; }

.more-from-intuit-open .more-from-intuit-link:hover {
  color: #fff;
  background-color: #2e52a6; }

.more-from-intuit-open .more-from-intuit-tiny, .more-from-intuit-open .more-from-intuit-link:hover .more-from-intuit-tiny {
  background-position: -99px -397px; }

.more-from-intuit-open .more-from-intuit-left-border, .more-from-intuit-open .more-from-intuit-right-border {
  background: none; }

.security-icon {
  width: 20px;
  height: 17px;
  margin-right: 3px;
  background-position: 0px -280px;
  position: relative;
  top: 4px;
  *top: 0px;
  *left: 7px;
  display: inline-block;
  *zoom: 1;
  *display: inline; }

a:hover .security-icon {
  background-position: 0px -300px; }

.nav-bar {
  width: 100%;
  background-color: #fff;
  border-bottom: 1px solid #eeeeee; }

.nav-bar > .nav-bar-container {
  width: 972px;
  margin: 0 auto;
  display: block; }

.Payroll .nav-bar-container {
  height: 65px; }

.nav-bar a:hover {
  text-decoration: none; }

.nav-bar-top-links {
  padding-left: 19px;
  *padding-right: 3px; }

.nav-bar-top-links:first-child {
  padding-left: 0; }

.nav-bar-top-links > a, .nav-bar-top-links > a:visited {
  text-transform: uppercase;
  text-align: center;
  padding: 33px 3px 23px; }

.nav-bar-top-links.active > a {
  border-bottom: 4px solid #365ebf;
  padding-bottom: 19px; }

.nav-bar-top-links:hover > a {
  position: relative;
  z-index: 4;
  padding-bottom: 19px;
  border-bottom: 4px solid #365ebf; }

.sign-in-button .sub-menu {
  float: right; }

.sign-in-button {
  float: right; }

.phone-info > li > div > span {
  display: inline-block;
  *zoom: 1;
  *display: inline; }

.phone-info.quickNav-menu > li > div {
  padding: 0 16px; }

.phone-info > li > div > span {
  text-align: center;
  font-weight: bold;
  font-size: 19px; }

.phone-info > li > div {
  width: 181px;
  width: auto\9 ; }

.phone-info > li:hover > div {
  background-color: #ecf6fe;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  position: relative;
  left: -1px;
  z-index: 4;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  -ms-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease; }

.phone-info .phone-icon {
  visibility: hidden;
  width: 14px;
  height: 18px;
  margin-right: 7px;
  background-position: -210px -400px;
  position: relative;
  top: 4px;
  *top: -9px; }

.phone-info > li:hover .phone-icon {
  visibility: visible; }

.phone-info .phone-number {
  padding: 6px 0 9px 0;
  padding: 6px 5px 9px 5px \9 ; }

.phone-info .info-icon {
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: -2px;
  margin-left: 5px;
  width: 17px;
  height: 17px;
  background-position: -30px -400px; }

.phone-info > li:hover .info-icon {
  background-position: -30px -420px; }

.phone-info > .sub-menu > ul {
  width: 181px;
  border-top-right-radius: 0;
  padding-top: 0;
  padding-bottom: 5px; }

.call-center-status {
  font-weight: bold; }

.call-center-status > .open {
  display: none;
  color: green; }

.call-center-status.open > .open {
  display: inline; }

.call-center-status.open > .closed {
  display: none; }

.nav-bar .phone-info {
  float: right;
  font-size: 12px; }

.property-header .nav-bar .phone-info {
  display: inline; }

.property-header.websites.nav-bar .phone-info {
  display: none; }

.top-bar .phone-info > li > a:hover {
  color: #202020;
  text-decoration: none;
  cursor: default; }

.top-bar .phone-info > li > div {
  width: 158px;
  width: auto\9 ; }

.top-bar .phone-info > li > div, .top-bar .phone-info > li > div > span {
  font-size: 13px; }

.top-bar .phone-info > li:hover > div {
  left: 0;
  border: none;
  border-top: 3px solid #365ebf; }

.top-bar .phone-info > li > div > span {
  color: white; }

.top-bar .phone-info > li:hover > div > span {
  color: #3f3f3f;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  -ms-transition: color 0.2s ease;
  transition: color 0.2s ease; }

.top-bar .phone-info .phone-icon, .top-bar .phone-info .phone-details {
  display: inline-block;
  *zoom: 1;
  *display: inline; }

.top-bar .phone-info .phone-details {
  line-height: 1.4em;
  vertical-align: top; }

.top-bar .phone-info .phone-number {
  padding-top: 9px; }

.top-bar .phone-info > li:hover .phone-number {
  padding-top: 6px; }

.top-bar .phone-info > .sub-menu > ul {
  padding: 10px 15px;
  margin-left: -90px; }

.top-bar .phone-info .call-center-hours {
  color: #505050;
  font-size: 0.9em; }

.top-bar .phone-info .more-phone-numbers {
  display: block;
  border-top: 1px solid #ccc;
  margin-top: 10px;
  padding-top: 10px;
  text-align: center; }

.top-bar .phone-info .more-phone-numbers > a {
  color: #365ebf !important; }

.search-intuit {
  line-height: 27px; }

.breadcrumb-bar {
  width: 940px;
  margin: 0 auto;
  overflow: hidden; }

.quickNav-breadcrumbs > li {
  margin-top: 15px;
  margin-left: 5px; }

.quickNav-breadcrumbs > li:first-child {
  margin-left: 0; }

.quickNav-breadcrumbs > li > a, .quickNav-breadcrumbs > li > span {
  display: inline; }

.quickNav-breadcrumbs > li:before {
  content: ">";
  margin-right: 5px; }

.quickNav-breadcrumbs > li:first-child:before {
  content: none;
  margin-right: 0; }

.quickNav-buttons {
  float: right;
  display: inline-block;
  margin: 30px 16px 0 0; }

.Payroll .quickNav-buttons {
  float: right;
  display: inline-block;
  margin: 20px 16px 0 0; }

.quickNav-topNav-buttons {
  margin-top: 0px; }

.quickNav-buttons > li, .quickNav-buttons > li > a {
  display: inline-block; }

.quickNav-buttons > li > a {
  font-size: 14px;
  height: 26px;
  padding-top: 1px;
  line-height: 1.8em; }

li.sign-in-nav {
  padding-bottom: 2px;
  margin-left: 15px; }

li.sign-in-nav > a.ctasecondary, li.sign-in-nav > a.ctasecondary:hover {
  color: #fff;
  font-family: "Helvetica Neue","Helvetica","Arial",sans-serif;
  background-position: right -29px,0 0;
  background-image: none\9;
  padding-right: 12px;
  padding-left: 12px;
  text-decoration: none; }

.sub-menu.sign-in-nav > ul {
  margin: 2px 0 0 -103px;
  width: 160px; }

.tertiary-nav-links {
  float: right; }

.tertiary-nav-links > span, .tertiary-nav-links > div {
  margin-top: 15px; }

.tertiary-nav-links > span {
  display: inline-block;
  *zoom: 1;
  *display: inline; }

.tertiary-nav-links > .overview-link > a {
  color: #505050;
  font-weight: bold; }

.tertiary-nav-links > .overview-link > a:hover {
  color: #505050;
  text-decoration: none;
  cursor: default; }

.websites-chat-module {
  overflow: hidden;
  position: relative;
  z-index: 2;
  background-color: #ffffff;
  max-width: 250px \9 ; }

.websites-chat-module > .websites-chat-icon, .websites-chat-module > div {
  vertical-align: top;
  display: block;
  float: right; }

.websites-chat-module a {
  cursor: pointer; }

.websites-chat-icon {
  width: 27px;
  height: 26px;
  margin-right: 6px;
  position: relative;
  top: 2px;
  background-position: -33px -218px; }

.websites-chat-module:hover .websites-chat-icon {
  background-position: 0 -218px; }

.website-chat-content {
  font-weight: bold;
  margin-right: 9px; }

.website-chat-content a {
  color: #f0640f;
  font-size: 11px; }

.website-chat-hours {
  font-size: 11px; }

.quickNav-header {
  background-color: #ffffff;
  color: #3f3f3f;
  margin-bottom: 15px;
  width: 100%;
  min-width: 970px; }

.search-intuit {
  color: #666;
  border: solid 1px #d4d4d4;
  font-size: 12px;
  font-style: italic;
  height: 27px;
  padding: 0 20px 0 9px;
  margin: 0;
  width: 130px;
  outline: none;
  -webkit-appearance: none;
  border-radius: 2px;
  background-color: #ffffff;
  background-position: 131px -603px; }

.nav-links, .more-from-intuit-button {
  font-size: 12px; }

.top-bar a, .nav-bar a, .top-bar a:visited, .nav-bar a:visited {
  color: #202020; }

.top-bar a:hover, .nav-bar a:hover {
  color: #365ebf; }

.top-bar a:hover {
  text-decoration: underline; }

#isearch {
  height: 0px; }

.search-intuit:focus {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15), inset 0 0 0 1px rgba(0, 0, 0, 0.05), 0 0 8px #365ebf, 0 0 0 1px #365ebf;
  border-color: #365ebf \9 ; }

.with-data .search-intuit {
  font-style: normal;
  color: #505050; }

.search-submit-button {
  position: relative;
  top: -25px;
  left: 137px;
  background-position: -56px -396px;
  background-color: transparent;
  display: block;
  width: 20px;
  height: 22px;
  padding: 0;
  margin: 0 0 -2px 0;
  border: none;
  cursor: pointer;
  text-indent: -1000px; }

.with-data .search-submit-button, .search-submit-button:hover {
  background-position: -56px -416px; }

.skip a {
  position: absolute;
  left: -200px; }

.skip a:focus, .skip a:active {
  color: #000000;
  left: 10px;
  position: absolute; }

.no-outline-on-focus:focus {
  outline: none; }

.property-header.Quickbooks.nav-bar .slim-header {
  margin: 20px 30px 23px 16px;
  float: none; }

.property-header.Quickbooks.nav-bar .qb-nonav-intuit-logo {
  cursor: default; }

.property-header.Quickbooks .nav-contact-info, .property-header.Quickbooks .wcn-hours {
  float: right; }

.property-header.Quickbooks .call-sales {
  margin: 30px 0px 0 0; }

.property-header.Quickbooks .wcn-sales-text {
  color: #999;
  font-weight: bold; }

.property-header.Quickbooks .wcn-phone-number {
  color: #202020;
  font-weight: bold; }

.property-header.Quickbooks .wcn-hours {
  color: #999999; }

.aem-top-header {
  padding: 20px; }

.aem-top-header a.ctasecondary, .aem-top-header a.ctatertiary {
  background-position: right -29px,0 0;
  font-size: 14px;
  height: 26px;
  line-height: 1.8em;
  margin: 10px 0 0 20px;
  padding: 3px 12px 0px 12px; }

.aem-top-header a.ctasecondary:hover, .aem-top-header a.ctatertiary:hover {
  background-position: right -29px, 0 0; }

.aem-top-header div.cta-align-left, .aem-top-header div.cta-align-center, .aem-top-header div.cta-align-right {
  display: inline-block; }

.aem-top-header div.row > div[class^="span"]:last-child {
  text-align: right; }

.aem-top-header div.ctext {
  display: inline-block;
  line-height: 24px;
  margin-left: 20px;
  padding-bottom: 6px;
  vertical-align: bottom; }

.more-from-intuit-button {
  z-index: 999; }

.more-from-intuit {
  position: static; }

.header-eyebrow-container {
  background-image: linear-gradient(to bottom, whitesmoke 95%, #e5e5e5 100%);
  border-top: 4px solid #cccccc; }

.header-eyebrow-boiler .row {
  height: 45px; }

.header-eyebrow-boiler .parbase .row {
  height: auto; }

.header-eyebrow-boiler .eyebrow-boiler-nav {
  float: right;
  margin-right: 20px; }

.header-eyebrow-boiler .eyebrow-boiler-nav .ctext ul {
  padding-top: 10px; }

.header-eyebrow-boiler .eyebrow-boiler-nav .ctext ul li {
  list-style-type: none;
  display: inline-block;
  vertical-align: top;
  margin-left: 20px;
  text-align: right; }

.header-eyebrow-boiler .eyebrow-boiler-nav .ctext ul li a {
  color: #202020; }

.header-eyebrow-boiler .eyebrow-boiler-nav .ctext ul li a:hover {
  color: #365ebf; }

.header-eyebrow-boiler .eyebrow-boiler-nav .ctext ul li ul {
  margin-left: -65px;
  margin-top: -2px;
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
  border-radius: 0 2px 2px;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.25);
  display: none;
  font-size: 13px;
  position: absolute;
  transition: opacity 0.2s ease 0s;
  width: 200px;
  z-index: 1001; }

.header-eyebrow-boiler .eyebrow-boiler-nav .ctext ul li ul li {
  border-top: 1px solid #CCCCCC;
  display: block;
  margin: 0px 10px;
  text-align: center;
  padding-top: 10px; }

.header-eyebrow-boiler .eyebrow-boiler-nav .ctext ul li ul li a {
  color: #365EBF;
  padding: 0px; }

.header-eyebrow-boiler .eyebrow-boiler-nav .ctext ul li ul li a:hover {
  background-color: #ffffff;
  text-decoration: underline; }

.header-eyebrow-boiler .eyebrow-boiler-nav .ctext ul li ul li:first-child {
  border: none;
  padding: 0px 0px 10px; }

.header-eyebrow-boiler .eyebrow-boiler-nav .ctext ul li ul li:first-child:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: none, url(http://http-download.intuit.com/http.intuit/CMO/qbes/static/images/global-sprite.svg);
  background-repeat: no-repeat;
  background-position: -210px -400px;
  vertical-align: -6px;
  margin: 0px 5px 0px -15px; }

.header-eyebrow-boiler .eyebrow-boiler-nav .ctext ul li:hover ul {
  display: block; }

.header-eyebrow-boiler .eyebrow-boiler-nav .eyebrow-phone-no {
  margin-left: 20px; }

.header-eyebrow-boiler .eyebrow-boiler-nav .eyebrow-phone-no:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: none, url(http://http-download.intuit.com/http.intuit/CMO/qbes/static/images/global-sprite.svg);
  background-repeat: no-repeat;
  background-position: -118px -398px;
  vertical-align: -6px; }

.header-eyebrow-boiler .eyebrow-boiler-nav .eyebrow-phone-no:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: none, url(http://http-download.intuit.com/http.intuit/CMO/qbes/static/images/global-sprite.svg);
  background-repeat: no-repeat;
  background-position: -30px -400px;
  vertical-align: -6px;
  margin-left: 6px; }

.header-eyebrow-boiler .eyebrow-boiler-nav .eyebrow-phone-no:hover:after {
  background-position: -30px -420px; }

.header-eyebrow-boiler .parbase .eyebrow-boiler-search {
  margin: 0px; }

.header-eyebrow-boiler .eyebrow-boiler-search {
  margin-left: -35px;
  margin-top: -8px; }

.header-eyebrow-boiler .eyebrow-boiler-search label.visually-hidden {
  display: none; }

.header-eyebrow-boiler .eyebrow-boiler-search .parbase input[type="submit"] {
  top: 0px;
  left: 0px; }

.header-eyebrow-boiler .eyebrow-boiler-search input[type="submit"] {
  background-color: rgba(0, 0, 0, 0);
  background-position: -56px -396px;
  border: medium none;
  cursor: pointer;
  display: block;
  height: 22px;
  left: 137px;
  margin: 0 0 -2px;
  padding: 0;
  position: relative;
  text-indent: -1000px;
  top: -25px;
  width: 20px;
  background-image: none, url(http://http-download.intuit.com/http.intuit/CMO/qbes/static/images/global-sprite.svg);
  background-repeat: no-repeat; }

.header-eyebrow-boiler .eyebrow-boiler-search input[type="submit"]:hover {
  background-position: -56px -416px;
  box-shadow: none; }

.header-eyebrow-boiler .eyebrow-boiler-search input[type="text"] {
  width: 160px;
  padding: 0 20px 0 9px;
  font-style: italic;
  height: 30px; }

.ctaprimary, .ctasecondary, .ctatertiary {
  text-decoration: none;
  border-radius: 2px;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle; }

.ctaprimary:hover, .ctasecondary:hover, .ctatertiary:hover {
  text-decoration: none; }

.ctaprimary, .ctasecondary, input.ctaprimary, input.ctasecondary {
  font-family: "DIN Next W01 Regular","TrebuchetMS-Bold","Helvetica Neue","Helvetica","Arial",sans-serif;
  font-size: 18px;
  padding-top: 3px;
  height: 29px;
  text-align: left;
  padding-left: 10px;
  padding-right: 25px; }

.ctatertiary, input.tertiary {
  font-size: 16px;
  padding-top: 3px;
  height: 29px;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px; }

.ctaprimary:hover, .ctasecondary:hover {
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2); }

.ctaprimary:active, .ctasecondary:active, .ctatertiary:active {
  box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3); }

a.ctaprimary, a .ctaprimary, input.ctaprimary {
  color: #fff;
  line-height: 1.5em;
  border: 1px solid #f55e00;
  background: #f77b00 url(http://http-download.intuit.com/http.intuit/CMO/qbes/static/images/global-sprite-fallback.png) no-repeat right -390px;
  background: url(http://http-download.intuit.com/http.intuit/CMO/qbes/static/images/global-sprite.svg) no-repeat right -390px, linear-gradient(to bottom, #f77b00 0%, #f55e00 100%);
  background: url(http://http-download.intuit.com/http.intuit/CMO/qbes/static/images/global-sprite.svg) no-repeat right -390px, -webkit-linear-gradient(top, #f77b00 0%, #f55e00 100%);
  background: url(http://http-download.intuit.com/http.intuit/CMO/qbes/static/images/global-sprite.svg) no-repeat right -390px, -moz-linear-gradient(top, #f77b00 0%, #f55e00 100%);
  background: url(http://http-download.intuit.com/http.intuit/CMO/qbes/static/images/global-sprite.svg) no-repeat right -390px, -o-linear-gradient(top, #f77b00 0%, #f55e00 100%);
  background: url(http://http-download.intuit.com/http.intuit/CMO/qbes/static/images/global-sprite.svg) no-repeat right -390px, -ms-linear-gradient(top, #f77b00 0%, #f55e00 100%); }

a.ctaprimary:hover, a .ctaprimary:hover, input.ctaprimary:hover {
  background: #ff8e17 url(http://http-download.intuit.com/http.intuit/CMO/qbes/static/images/global-sprite-fallback.png) no-repeat right -390px;
  background: url(http://http-download.intuit.com/http.intuit/CMO/qbes/static/images/global-sprite.svg) no-repeat right -390px, linear-gradient(to bottom, #ff8e17 0%, #ff6c12 100%);
  background: url(http://http-download.intuit.com/http.intuit/CMO/qbes/static/images/global-sprite.svg) no-repeat right -390px, -webkit-linear-gradient(top, #ff8e17 0%, #ff6c12 100%);
  background: url(http://http-download.intuit.com/http.intuit/CMO/qbes/static/images/global-sprite.svg) no-repeat right -390px, -moz-linear-gradient(top, #ff8e17 0%, #ff6c12 100%);
  background: url(http://http-download.intuit.com/http.intuit/CMO/qbes/static/images/global-sprite.svg) no-repeat right -390px, -o-linear-gradient(top, #ff8e17 0%, #ff6c12 100%);
  background: url(http://http-download.intuit.com/http.intuit/CMO/qbes/static/images/global-sprite.svg) no-repeat right -390px, -ms-linear-gradient(top, #ff8e17 0%, #ff6c12 100%); }

a.ctaprimary:active, a .ctaprimary:active, input.ctaprimary:active {
  background: #f45400 url(http://http-download.intuit.com/http.intuit/CMO/qbes/static/images/global-sprite-fallback.png) no-repeat right -390px;
  background: url(http://http-download.intuit.com/http.intuit/CMO/qbes/static/images/global-sprite.svg) no-repeat right -390px, linear-gradient(to bottom, #f45400 0%, #f98a00 100%);
  background: url(http://http-download.intuit.com/http.intuit/CMO/qbes/static/images/global-sprite.svg) no-repeat right -390px, -webkit-linear-gradient(top, #f45400 0%, #f98a00 100%);
  background: url(http://http-download.intuit.com/http.intuit/CMO/qbes/static/images/global-sprite.svg) no-repeat right -390px, -moz-linear-gradient(top, #f45400 0%, #f98a00 100%);
  background: url(http://http-download.intuit.com/http.intuit/CMO/qbes/static/images/global-sprite.svg) no-repeat right -390px, -o-linear-gradient(top, #f45400 0%, #f98a00 100%);
  background: url(http://http-download.intuit.com/http.intuit/CMO/qbes/static/images/global-sprite.svg) no-repeat right -390px, -ms-linear-gradient(top, #f45400 0%, #f98a00 100%); }

a.ctaprimary.submitted, a .ctaprimary.submitted, input.ctaprimary.submitted {
  line-height: 0;
  font-size: 0;
  border: 1px solid #f6f8fb;
  background: #f6f8fb url(//quickbooks-s3.intuitstatic.com/assets/harmony/images/spinner-fallback-be32b516288a8fa8b4e9692486694fc3.gif) no-repeat center;
  background: #f6f8fb url(//quickbooks-s3.intuitstatic.com/assets/harmony/images/spinner-f2ccfcd36fee5cd232f7ef78e8770b94.svg) no-repeat center; }

a.ctasecondary, input.ctasecondary {
  color: #fff;
  line-height: 1.5em;
  border: 1px solid #304f9d;
  background: #3f6dc9 url(http://http-download.intuit.com/http.intuit/CMO/qbes/static/images/global-sprite-fallback.png) no-repeat right -390px;
  background: url(http://http-download.intuit.com/http.intuit/CMO/qbes/static/images/global-sprite.svg) no-repeat right -390px, linear-gradient(to bottom, #3f6dc9 0%, #3054b8 100%);
  background: url(http://http-download.intuit.com/http.intuit/CMO/qbes/static/images/global-sprite.svg) no-repeat right -390px, -webkit-linear-gradient(top, #3f6dc9 0%, #3054b8 100%);
  background: url(http://http-download.intuit.com/http.intuit/CMO/qbes/static/images/global-sprite.svg) no-repeat right -390px, -moz-linear-gradient(top, #3f6dc9 0%, #3054b8 100%);
  background: url(http://http-download.intuit.com/http.intuit/CMO/qbes/static/images/global-sprite.svg) no-repeat right -390px, -o-linear-gradient(top, #3f6dc9 0%, #3054b8 100%);
  background: url(http://http-download.intuit.com/http.intuit/CMO/qbes/static/images/global-sprite.svg) no-repeat right -390px, -ms-linear-gradient(top, #3f6dc9 0%, #3054b8 100%); }

a.ctasecondary:hover, input.ctasecondary:hover {
  background: #477bdb url(http://http-download.intuit.com/http.intuit/CMO/qbes/static/images/global-sprite-fallback.png) no-repeat right -390px;
  background: url(http://http-download.intuit.com/http.intuit/CMO/qbes/static/images/global-sprite.svg) no-repeat right -390px, linear-gradient(to bottom, #477bdb 0%, #375fcf 100%);
  background: url(http://http-download.intuit.com/http.intuit/CMO/qbes/static/images/global-sprite.svg) no-repeat right -390px, -webkit-linear-gradient(top, #477bdb 0%, #375fcf 100%);
  background: url(http://http-download.intuit.com/http.intuit/CMO/qbes/static/images/global-sprite.svg) no-repeat right -390px, -moz-linear-gradient(top, #477bdb 0%, #375fcf 100%);
  background: url(http://http-download.intuit.com/http.intuit/CMO/qbes/static/images/global-sprite.svg) no-repeat right -390px, -o-linear-gradient(top, #477bdb 0%, #375fcf 100%);
  background: url(http://http-download.intuit.com/http.intuit/CMO/qbes/static/images/global-sprite.svg) no-repeat right -390px, -ms-linear-gradient(top, #477bdb 0%, #375fcf 100%); }

a.ctasecondary:active, input.ctasecondary:active {
  background: #3054b8 url(http://http-download.intuit.com/http.intuit/CMO/qbes/static/images/global-sprite-fallback.png) no-repeat right -390px;
  background: url(http://http-download.intuit.com/http.intuit/CMO/qbes/static/images/global-sprite.svg) no-repeat right -390px, linear-gradient(to bottom, #3054b8 0%, #3f6dc9 100%);
  background: url(http://http-download.intuit.com/http.intuit/CMO/qbes/static/images/global-sprite.svg) no-repeat right -390px, -webkit-linear-gradient(top, #3054b8 0%, #3f6dc9 100%);
  background: url(http://http-download.intuit.com/http.intuit/CMO/qbes/static/images/global-sprite.svg) no-repeat right -390px, -moz-linear-gradient(top, #3054b8 0%, #3f6dc9 100%);
  background: url(http://http-download.intuit.com/http.intuit/CMO/qbes/static/images/global-sprite.svg) no-repeat right -390px, -o-linear-gradient(top, #3054b8 0%, #3f6dc9 100%);
  background: url(http://http-download.intuit.com/http.intuit/CMO/qbes/static/images/global-sprite.svg) no-repeat right -390px, -ms-linear-gradient(top, #3054b8 0%, #3f6dc9 100%); }

a.ctaprimary {
  max-width: 290px; }

a.ctasecondary {
  max-width: 370px; }

a.ctatertiary, input.ctatertiary {
  color: #365ebf;
  font-size: 14px;
  line-height: 1.8em;
  border: 1px solid #dedede;
  background: #f0f0f0;
  background: -webkit-linear-gradient(top, white 0%, #f0f0f0 100%);
  background: -moz-linear-gradient(top, white 0%, #f0f0f0 100%);
  background: -o-linear-gradient(top, white 0%, #f0f0f0 100%);
  background: -ms-linear-gradient(top, white 0%, #f0f0f0 100%);
  background: linear-gradient(to bottom, white 0%, #f0f0f0 100%); }

.ctatertiary:hover {
  background: white; }

a.ctatertiary:active, input.ctatertiary:active {
  background: #e0e0e0;
  background: -webkit-linear-gradient(top, #e0e0e0 0%, #eeeeee 100%);
  background: -moz-linear-gradient(top, #e0e0e0 0%, #eeeeee 100%);
  background: -o-linear-gradient(top, #e0e0e0 0%, #eeeeee 100%);
  background: -ms-linear-gradient(top, #e0e0e0 0%, #eeeeee 100%);
  background: linear-gradient(to bottom, #e0e0e0 0%, #eeeeee 100%); }

a.ctacenter {
  margin: 0 auto; }

a.ctacenter.ctaplain {
  display: block;
  text-align: center; }

div.cta-align-left {
  text-align: left; }

div.cta-align-right {
  text-align: right; }

div.cta-align-center {
  text-align: center; }

footer {
  margin-top: 60px;
  background-color: #f5f5f5;
  box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.3); }

.footer-sprite {
  background-repeat: no-repeat;
  background-image: url(http://http-download.intuit.com/http.intuit/CMO/qbes/static/images/global-sprite-fallback.png);
  background-image: none, url(http://http-download.intuit.com/http.intuit/CMO/qbes/static/images/global-sprite.svg);
  width: 19px;
  height: 19px; }

.site-cooler-footer {
  width: 1000px;
  margin: 0px auto;
  padding: 20px 0 16px 0; }

.site-cooler-footer a, .site-cooler-footer a:visited {
  font-size: 12px;
  text-decoration: none; }

.site-cooler-footer a:hover, .site-cooler-footer span:hover {
  text-decoration: underline;
  color: #365ebf; }

.site-footer, .footer-global-watercooler {
  margin: 0 auto;
  width: 940px; }

.footer-global-watercooler a {
  color: #202020; }

.site-footer h5 {
  color: #505050;
  font-size: 13px;
  font-weight: bold;
  margin: 0; }

.site-footer ul {
  margin: 11px 0 0 0; }

.site-footer li {
  line-height: 20px;
  list-style-type: none;
  margin: 0; }

.footer-global {
  line-height: 18px;
  padding-top: 2px;
  text-align: right; }

.footer-global-hr {
  background-color: #ebebeb;
  border: none;
  color: #ebebeb;
  height: 1px;
  margin: 10px 0; }

.footer-global ul {
  float: right;
  margin: 0;
  padding: 0; }

.footer-global li, .two-grp li, .one-grp li {
  color: #505050;
  float: left;
  font-size: 12px;
  list-style: disc;
  margin-left: 22px; }

.footer-global li:first-child, .footer-legal-content li:first-child, .two-grp li:first-child, .one-grp li:first-child {
  list-style: none;
  margin-left: 0;
  vertical-align: text-top; }

.footer-icon-twitter {
  background-position: -529px -70px; }

.footer-icon-twitter:hover {
  background-position: -529px -100px; }

.footer-icon-facebook {
  background-position: -500px -70px; }

.footer-icon-facebook:hover {
  background-position: -500px -100px; }

.footer-icon-linkedin {
  background-position: -620px -70px; }

.footer-icon-linkedin:hover {
  background-position: -620px -100px; }

.footer-icon-youtube {
  background-position: -590px -70px; }

.footer-icon-youtube:hover {
  background-position: -590px -100px; }

.footer-icon-gplus {
  background-position: -560px -70px; }

.footer-icon-gplus:hover {
  background-position: -560px -100px; }

.footer-icon-global {
  background-position: -680px -70px;
  margin-right: 4px; }

.footer-global-select-country span {
  vertical-align: top; }

.footer-global-select-country:hover img {
  background-position: -680px -100px; }

.footer-watercooler ul {
  list-style: none; }

.footer-watercooler li {
  float: left;
  list-style-type: none;
  margin-left: 5px;
  width: 20px; }

.footer-intuit-logo {
  height: 24px;
  width: 351px;
  background-position: -495px 0px; }

.footer-legal {
  background-color: #365ebf;
  color: #fff;
  width: 100%;
  padding: 30px 0 35px; }

.footer-legal-content {
  margin: 0 auto;
  width: 940px; }

.footer-legal-content ul {
  float: right;
  margin: 0;
  padding: 0; }

.footer-legal-content li {
  color: #fff;
  font-size: 12px;
  float: left;
  list-style: disc;
  border: solid rex 1px;
  margin-left: 22px; }

.footer-legal-content .copyright {
  padding-top: 30px; }

.footer-legal-copy, .footer-legal-copy span, .footer-legal-link {
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
  margin: 0; }

a.footer-legal-link, a.footer-legal-link:active, a.footer-legal-link:visited {
  text-decoration: none;
  color: white; }

a.footer-legal-link:hover {
  text-decoration: underline; }

.footer-legal-truste-logo-container {
  text-align: right; }

.footer-legal-copyright {
  font-size: 13px;
  font-weight: bold; }

.footer-truste-logo {
  background-position: -498px -31px;
  height: 31px;
  width: 102px; }

.two-grp div:first-child {
  margin-bottom: 5px; }

.two-grp ul, .one-grp ul {
  float: left;
  margin: 7px 0 5px 0; }

.watercooler-boiler .span2 {
  padding-top: 17px; }

.watercooler-boiler .ctext a {
  color: #202020; }

.watercooler-boiler .ctext a:hover {
  color: #365EBF;
  text-decoration: underline; }

.watercooler-boiler .ccontainer a:hover {
  text-decoration: none; }

.watercooler-boiler watercooler-boiler-nav {
  margin-left: 20px;
  min-height: 1px; }

.watercooler-boiler .watercooler-boiler-link {
  width: 540px;
  line-height: 18px;
  padding-top: 2px;
  text-align: right;
  margin-left: 20px;
  min-height: 1px;
  font-size: 12px; }

.watercooler-boiler .watercooler-boiler-link ul {
  display: inline-block;
  padding-top: 0px; }

.watercooler-boiler .watercooler-boiler-link li {
  float: left;
  margin-left: 20px;
  list-style: disc outside none;
  display: list-item; }

.watercooler-boiler .watercooler-boiler-link li:hover {
  text-decoration: underline; }

.watercooler-boiler .watercooler-boiler-link li:first-child {
  list-style: none; }

.watercooler-boiler .watercooler-boiler-country .ctext {
  display: inline-block;
  font-size: 12px; }

.watercooler-boiler .watercooler-boiler-country span {
  vertical-align: top; }

.watercooler-boiler .footer-icon-global {
  cursor: pointer; }

.watercooler-boiler .watercooler-boiler-country:hover .footer-icon-global {
  background-position: -680px -100px; }

.watercooler-boiler .watercooler-boiler-country:hover a {
  color: #365EBF;
  text-decoration: underline; }

.watercooler-boiler {
  border-top: 1px solid #ebebeb; }

.watercooler-boiler .span2, .watercooler-boiler .span8 {
  padding: 10px 0 15px; }

.ctext-top-padding {
  padding-top: 54px; }

.ctext {
  margin: 0; }

.ctext-hidecomponent {
  display: none; }

.ctext ul, .ctext-nopadding ul, .ctext ol, .ctext-nopadding ol {
  margin-left: 15px;
  padding-top: 17px; }

.ctext li, .ctext-nopadding li {
  line-height: 24px;
  list-style-type: disc; }

.cimage .img-right {
  float: right; }

.cimage .img-center {
  margin: 0 auto;
  display: block; }

.cimage .img-text-align {
  margin-top: 42px; }

.logo-quickbooks-185x40 {
  width: 185px;
  height: 40px;
  background-position: -229px -20px; }

.logo-i.com-168x49 {
  width: 168px;
  height: 49px;
  background-position: 0px 0px; }

.logo-payroll-64x25 {
  width: 64px;
  height: 25px;
  background-position: 0px -30px; }

.logo-payments-183x18 {
  width: 183px;
  height: 18px;
  background-position: -229px -20px; }

.ctextimage {
  margin: 0; }

.ctextimage .img-left {
  float: left;
  margin-right: 20px; }

.ctextimage .img-right {
  float: right;
  margin-left: 20px; }

.ctextimage.clearfix .ctext {
  margin: 0; }

.ctextimage.nowrap {
  display: table; }

.ctextimage.nowrap img, .ctextimage.nowrap > div {
  display: table-cell;
  vertical-align: top; }

.cdisclosure {
  background-color: #eee;
  font-size: 12px;
  line-height: 18px;
  margin-top: 54px;
  padding: 11px 20px; }

.cdisclosure .hide-disclosure {
  display: none; }

.cdisclosure .toggle-disclosure, .cdisclosure .show-disclosure {
  display: block; }

.cdisclosure a:hover {
  text-decoration: underline; }

.cdisclosure a.toggle-disclosure {
  display: inline-block; }

.cdisclosure p {
  padding-top: 24px; }

.cdisclosure h4 {
  font-weight: bold;
  margin-top: 42px;
  font-size: 12px; }

.cdisclosure .cdisclosure-text ol {
  margin: 20px 0 0 16px; }

.cdisclosure ul li {
  list-style-type: disc; }

.cdisclosure ol li {
  list-style-type: decimal; color:#000000!important; }

.disclosure-nomargin {
  margin-top: 0px; }

.cbanner + .ccontainer .cdisclosure {
  margin-top: 0; }

.cmodal-page {
  overflow: hidden;
  height: 531px;
  overflow-y: auto; }

.modal-container .cdisclosure {
  background-color: inherit;
  margin-top: 0;
  height: 22px; }

.ctabs {
  margin-bottom: 30px; }

.ctabs .ctextimage {
  margin: 0; }

.ctabs .ctextimage.nowrap > div {
  vertical-align: middle; }

.ctabs .tabwidth1 {
  width: 156px;
  height: 52px; }

.ctabs .tabwidth1.active {
  height: 54px; }

.ctabs .tabwidth2 {
  padding: 0 10px;
  height: 32px; }

.ctabs .tabwidth2 div.ctext p {
  line-height: 32px; }

.ctabs .tabwidth2.active {
  height: 34px; }

.ctabs .tabwidth2.active .ctext p.hasimage {
  margin-top: -27px; }

.ctabs .ctext p.hasimage {
  margin: 30px 0 0 10px; }
/*
ul.tabs {
  font-size: 0;
  list-style: none;
  text-align: center; }

ul.tabs li {
  cursor: pointer;
  outline: none;
  display: inline-block;
  border: 1px solid #7aa831;
  background: transparent;
  background: -webkit-linear-gradient(center top, #95cd3c 0%, #87b937 100%);
  background: -moz-linear-gradient(center top, #95cd3c 0%, #87b937 100%);
  background: -o-linear-gradient(center top, #95cd3c 0%, #87b937 100%);
  background: -ms-linear-gradient(center top, #95cd3c 0%, #87b937 100%);
  background: linear-gradient("to bottom", #95cd3c 0%, #87b937 100%); }

ul.tabs li:last-child {
  border-radius: 0 2px 2px 0; }

ul.tabs li:first-child {
  border-radius: 2px 0 0 2px;
  border-right: 0px; }

ul.tabs li.active {
  border: none;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.65);
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.65);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.65);
  background: #75a60d; }

ul.tabs li.active p {
  color: white; }

ul.tabs .centering-div {
  display: table;
  height: 100%;
  width: 100%; }

ul.tabs .centering-div .ctext {
  vertical-align: middle;
  display: table-cell; }

ul.tabs .centering-div .ctext p {
  color: white; }
*/
ul.std-tabs li {
  width: 156px;
  height: 54px;
  border: 1px solid #ddd;
  background: transparent;
  background: -webkit-linear-gradient(top, white 0%, #f2f2f2 100%);
  background: -moz-linear-gradient(top, white 0%, #f2f2f2 100%);
  background: -o-linear-gradient(top, white 0%, #f2f2f2 100%);
  background: -ms-linear-gradient(top, white 0%, #f2f2f2 100%);
  background: linear-gradient("to bottom", white 0%, #f2f2f2 100%); }

ul.std-tabs li .centering-div .ctext p {
  color: #505050; }

ul.std-tabs li:last-child {
  border-right: 1px solid #dddddd; }

ul.std-tabs li.active {
  background: rgba(0, 0, 0, 0.2);
  height: 56px; }

ul.std-tabs li.active .centering-div .ctext p {
  color: white; }

ul.pricing-tabs li {
  width: 185px;
  background-color: rgba(0, 0, 0, 0.2);
  height: 34px; }

ul.pricing-tabs li.active {
  color: #ffffff;
  background-color: #75a60d; }

.centering-div {
  display: table; }

.cfeatures-tabbed ul {
  list-style: none; }

.ctabs-headings {
  z-index: 1000;
  padding: 47px 48px 32px 30px;
  position: absolute;
  background: whitesmoke; }

.ctabs-headings h1 {
  font-size: 46px;
  font-weight: bold; }

.ctabs-headings h1, .ctabs-headings h2 {
  padding: 0; }

.ctabs-headings .headings, .ctabs-headings .tabs {
  height: 55px;
  position: relative;
  top: 5px; }

.ctabs-headings ul.tabs li {
  background: #ffffff;
  background: -webkit-linear-gradient(top, white 0%, #e8e8e8 100%);
  background: -moz-linear-gradient(top, white 0%, #e8e8e8 100%);
  background: -o-linear-gradient(top, white 0%, #e8e8e8 100%);
  background: -ms-linear-gradient(top, white 0%, #e8e8e8 100%);
  background: linear-gradient(to bottom, white 0%, #e8e8e8 100%);
  border-color: #aaaaaa; }

.ctabs-headings ul.tabs li.active {
  background: #969696;
  color: white; }

.ctabs-headings ul.tabs li.active div.ctext p {
  color: white; }

.ctabs-headings ul.tabs li:first-child .tab-icons {
  background-position: -690px -552px; }

.ctabs-headings ul.tabs li:first-child.active .tab-icons {
  background-position: -690px -592px; }

.ctabs-headings ul.tabs li:first-child + li .tab-icons {
  background-position: -648px -552px; }

.ctabs-headings ul.tabs li:first-child + li.active .tab-icons {
  background-position: -648px -592px; }

.ctabs-headings .tab-icons {
  height: 30px;
  width: 30px; }

.ctabs-headings .tab-icons + p {
  margin-left: 10px; }

.ctabs-headings .ctabs div.ctext p {
  float: left;
  color: #505050; }

.cq-headings .ctabs-headings {
  position: relative; }

.ctabs-headings.fixed {
  position: fixed;
  top: 0; }

.cq-wcm-edit .cmodal-resize-auqb-modal-main-container .qbsubmodal-text {
  margin-left: 0px !important; }

.cq-wcm-edit .cmodal-page {
  height: auto; }

#basic-modal-content {
  display: none; }

#simplemodal-overlay {
  background-color: #000;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: opacity .5s;
  -moz-transition: opacity .5s;
  transition: opacity 0.5s; }

#simplemodal-overlay.show {
  opacity: .7;
  filter: alpha(opacity=70);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; }

#simplemodal-container {
  height: auto;
  width: 700px;
  background-color: #fff;
  overflow: auto;
  opacity: 0;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: scale(0.5) rotateX(40deg);
  -moz-transform: scale(0.5) rotateX(40deg);
  -ms-transform: scale(0.5) rotateX(40deg);
  transform: scale(0.5) rotateX(40deg);
  -webkit-transition: -webkit-transform 0.3s,opacity 0.3s;
  -moz-transition: -moz-transform 0.3s,opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s; }

#simplemodal-container a.modalCloseImg {
  background-position: -500px -400px;
  width: 20px;
  height: 20px;
  display: inline;
  z-index: 3200;
  position: absolute;
  top: 24px;
  right: 24px;
  cursor: pointer; }

#simplemodal-container a.modalCloseImg:hover {
  background-position: -500px -440px; }

#simplemodal-container.show {
  opacity: 1;
  -webkit-transform: scale(1) rotateX(0deg);
  -moz-transform: scale(1) rotateX(0deg);
  -ms-transform: scale(1) rotateX(0deg);
  transform: scale(1) rotateX(0deg); }

.cmodal-page {
  background-color: white;
  width: 700px;
  margin: 0 auto; }

.cmodal-page .modal-container {
  width: 620px;
  margin: 0 auto; }

.cmodal-page h1 {
  padding: 24px 0;
  margin-left: -5px; }

.cmodal-page h2 {
  padding: 24px 0;
  margin-left: -5px; }

.cmodal-page p + p {
  padding: 16px 0 0; }

.cmodal-page .p1 {
  font-family: "Frutiger Next W01 Light";
  font-size: 21px;
  margin-top: 15px; }

.cmodal-page .crossed {
  text-decoration: line-through;
  color: #999999; }

.cmodal-page .ccta {
  display: inline-block;
  min-width: 120px; }

.cmodal-page .card-container {
  background-color: #edeef0;
  margin-top: 16px;
  padding: 20px 0 15px; }

.cmodal-page .continue_link {
  float: right;
  font-size: 18px;
  font-weight: normal;
  margin: 20px 0; }

.cmodal-page .cdisclosure {
  font-size: 14px;
  padding: 26px 0; }

.cmodal-page .info-modal {
  padding-bottom: 40px; }

.cmodal-page .info-modal .creview .p1 {
  font-family: "Helvetica Neue","Helvetica",Arial,sans-serif;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 0 0; }

.cmodal-page .info-modal .creview .rating-stars {
  margin-top: -16px; }

.cmodal-page .info-modal .creview .ctext {
  padding: 15px 0 0; }

.modal-open {
  overflow: hidden; }

#geo-ip-redirect-popup h2 {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 30px;
  font-weight: bold;
  color: #f0643b;
  margin-bottom: 18px;
  text-align: center; }

#geo-ip-redirect-popup p {
  font-size: 18px;
  margin-bottom: 18px; }

#geo-ip-redirect-popup .button {
  text-align: left; }

#geo-ip-redirect-popup .no-thanks {
  display: inline-block;
  margin: 6px 0 0 70px;
  font-size: 18px; }

#geo-ip-redirect-popup .goto-site {
  float: right;
  margin-right: 80px; }

.modal-labor-law select#static_dropdown {
  margin-left: 250px;
  margin-top: 10px;
  width: 200px;
  height: 30px;
  border: 1px solid #000000;
  padding-left: 5px; }

.modal-labor-law .modal-heading {
  margin: 24px 40px; }

.modal-labor-law .body-container .ctext {
  margin-left: 250px; }

.modal-labor-law .footer-container .ccta {
  margin: 25px 0px 25px 285px; }

.modal-labor-law .card-container {
  padding: 40px 0px; }

.modal-labor-law .body-container {
  padding: 40px 0px;
  background-color: #eeeeee; }

.modal-labor-law .message_box {
  position: relative;
  background: none repeat scroll 0 0 #DC3C1E;
  width: 189px;
  height: 25px;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: normal;
  margin: 10px 0px 0px 250px;
  padding: 10px 0px 0px 10px;
  z-index: 0; }

.modal-labor-law .message_box:after, .modal-labor-law .message_box:before {
  bottom: 40%;
  left: 15%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  z-index: -999; }

.modal-labor-law .message_box:after {
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #DC3C1E;
  border-width: 30px;
  margin-left: -30px; }

.modal-labor-law .message_box:before {
  margin-left: -36px; }

.cmodal-resize-ifs-form {
  width: 350px;
  height: auto;
  padding: 10px; }

.cmodal-resize-ifs-form .ctext {
  padding: 15px 15px 5px 15px; }

.cmodal-resize-ifs-form .ctext h1.h3 {
  font-size: 30px;
  padding: 0 0 12px 0; }

.cmodal-resize-iop-modal-main-container .h1 {
  display: block;
  margin-left: 39px;
  padding-bottom: 15px; }

.cmodal-resize-iop-modal-main-container .iop-sui-modal-form-section {
  padding: 0; }

.cmodal-resize-iop-modal-main-container .iop-sui-modal-form-section .bg-grey {
  padding: 0 40px; }

.cmodal-resize-iop-modal-main-container .iop-sui-modal-form-section .bg-grey .add-margin-left {
  margin-left: 0; }

.cmodal-resize-iop-modal-main-container .iop-sui-modal-form-section .bg-grey label.label-right {
  font-size: 20px; }

.cmodal-resize-iop-modal-main-container .iop-sui-modal-form-section .bg-grey .dotted-separator {
  border-top: 1px dotted #ccc;
  margin-left: 20px;
  margin-top: 35px;
  padding: 10px 0 0;
  width: 550px; }

.cmodal-resize-iop-modal-main-container .iop-sui-modal-form-section .bg-grey .dotted-b-separator {
  width: 600px; }

.cmodal-resize-iop-modal-main-container .iop-sui-modal-form-section .bg-grey .iop-modal-e-prices, .cmodal-resize-iop-modal-main-container .iop-sui-modal-form-section .bg-grey .iop-modal-b-prices {
  line-height: 24px;
  margin-left: 27px; }

.cmodal-resize-iop-modal-main-container .iop-sui-modal-form-section .bg-grey .iop-modal-prices-text .ctext ul {
  list-style: none;
  padding-top: 0; }

.cmodal-resize-iop-modal-main-container .iop-sui-modal-form-section .bg-grey .iop-modal-prices-text .ctext ul li {
  list-style: none; }

.cmodal-resize-iop-modal-main-container .iop-sui-modal-form-section .bg-grey .iop-modal-prices-text .ctext ul li:before {
  content: "â€¢";
  color: #0098cd;
  font-size: 20px;
  margin-right: 7px;
  margin-left: -16px; }

.cmodal-resize-iop-modal-main-container .iop-sui-modal-form-section .img-right {
  position: absolute;
  top: -55px;
  left: 240px; }

.cmodal-resize-iop-modal-main-container .iop-sui-modal-form-section input[type='radio'] {
  top: -2px; }

.cmodal-resize-iop-modal-main-container .iop-sui-modal-form-section input[type='submit'] {
  margin-left: 530px;
  padding-top: 1px;
  width: 105px; }

.cmodal-resize-auqb-modal-main-container .h1 {
  display: block;
  margin-left: 39px;
  padding-bottom: 15px; }

.cmodal-resize-auqb-modal-main-container .qb-modal-form-section {
  padding: 0;
  display: block; }

.cmodal-resize-auqb-modal-main-container .qb-modal-form-section .bg-grey {
  padding: 0 40px; }

.cmodal-resize-auqb-modal-main-container .qb-modal-form-section .bg-grey .cform-field.span6 {
  float: none; }

.cmodal-resize-auqb-modal-main-container .qb-modal-form-section .bg-grey label.label-right {
  font-size: 20px;
  font-weight: normal; }

.cmodal-resize-auqb-modal-main-container .qb-modal-form-section .bg-grey .qbsubmodal-text {
  margin-left: -130px;
  font-size: 20px;
  font-weight: normal; }

.cmodal-resize-auqb-modal-main-container .qb-modal-form-section input[type='radio'] {
  top: -2px; }

.cmodal-resize-auqb-modal-main-container .qb-modal-form-section input[type='submit'] {
  margin-left: 530px;
  padding-top: 1px;
  width: 105px; }

.cbanner {
  height: 80px;
  padding: 10px 0; }

.cbanner .centered {
  height: 100%;
  display: table;
  margin: 0 auto; }

.cbanner .banner-text {
  color: white;
  font-size: 24px;
  font-family: "Frutiger Next W01 Light",sans-serif;
  display: table-cell;
  vertical-align: middle;
  padding-right: 30px; }

.cbanner .cta_container {
  display: table-cell;
  vertical-align: middle; }

.cbanner .cta_container a.ctatertiary {
  width: 136px; }

.bg-green {
  background-color: #95cd3b; }

.bg-blue {
  background-color: #0098cd; }

#cbadge {
  margin: 30px 0 54px 0; }

#cbadge .ctext {
  vertical-align: middle; }

#cbadge .ctext p {
  color: #0098cd;
  font-weight: bold; }

.ctext-icon {
  display: inline-block;
  margin: 55px 0 0 20px;
  width: 168px;
  vertical-align: top; }

.divider {
  border-top: 1px solid #cccccc;
  margin: 72px 0 0 -40px;
  width: 1018px; }

.divider.small {
  margin: 54px 0 0 0;
  width: 780px; }

.cfaq-section {
  margin: 40px 0 15px 0; }

.cfaq-section a {
  cursor: pointer; }

.cfaq-section .double-hr {
  border-bottom-style: double;
  margin-top: 5px;
  color: #d8d8d8; }

.llp-faq-open-arrow, .llp-faq-close-arrow {
  background-image: url(http://http-download.intuit.com/http.intuit/CMO/qbes/static/images/global-sprite-fallback.png);
  background-image: none, url(http://http-download.intuit.com/http.intuit/CMO/qbes/static/images/global-sprite.svg);
  background-repeat: no-repeat; }

.llp-faq-head {
  padding: 10px 0 13px 0;
  cursor: pointer; }

.llp-faq-head .ctext {
  display: inline-block;
  color: #365ebf; }

.llp-faq-head .ctext p {
  color: #365ebf; }

.llp-faq-open-arrow, .llp-faq-close-arrow {
  display: inline-block;
  height: 10px;
  *margin-top: -15px;
  margin-right: 15px;
  width: 10px; }

.llp-faq-open-arrow {
  background-position: -660px -418px !important; }

.llp-faq-close-arrow {
  background-position: -658px -440px; }

.llp-faq-content {
  display: none;
  margin: -15px 0 0 30px;
  padding-bottom: 14px; }

.llp-faq-content ol {
  margin-left: 35px; }

.llp-faq-content ol li {
  list-style-type: decimal; }

.llp-faq-section {
  border-bottom: 1px dotted #7d7d7d; }

.callout {
  border-radius: 2px;
  padding: 10px; }

.bg-white {
  background-color: white; }

.margin10 {
  margin: 10px; }

.sidebyside {
  display: inline-block; }

.nosidebyside {
  display: block; }

.ctawrapperleft {
  text-align: left; }

.ctawrapperright {
  text-align: right; }

.ctawrappercenter {
  text-align: center; }

.simplemodal-container .flash-preview, .simplemodal-container .cvideo {
  margin: 0 25px; }

.simplemodal-container .flash-box {
  display: table;
  width: 100%; }

.simplemodal-container .flash-box .flash-container {
  display: table-cell;
  text-align: center;
  vertical-align: middle; }

.simplemodal-container .flash-box .cflash.hide {
  display: none; }

.simplemodal-container .flash-box .cflash.show {
  display: block;
  margin: 0 25px; }

.play-icon {
  height: 71px;
  position: absolute;
  width: 71px;
  z-index: 1;
  cursor: pointer;
  top: 40%;
  left: 40%; }

.flash-preview {
  width: 410px;
  height: 231px;
  position: relative; }

.promo-banner {
  position: relative; }

.promo-banner .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  overflow: hidden!important; }

.promo-banner .bg a > img {
  height: auto;
  max-width: 1600px;
  overflow: hidden; }

.promo-banner .bg a > img.center {
  left: 50%;
  margin-left: -50%;
  position: absolute; }

.promo-banner .bg a > img.right {
  float: right; }

.promo-banner > * {
  position: relative; }

.spacer {
  width: 100%;
  padding-bottom: 54px;
  visibility: hidden; }

.interspace_container {
  width: 100%;
  padding-bottom: 54px; }

.interspace_divider {
  border-top: 1px solid #cccccc;
  margin-top: 72px;
  width: 100%; }

.interspace_divider.small {
  margin-top: 54px;
  width: 80%; }

.cvideo.responsive-video iframe {
  display: none; }

.cvideo.responsive-video .poster {
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease; }

.cvideo.responsive-video .poster:hover {
  opacity: 0.8;
  filter: alpha(opacity=80); }

.responsive-video .simplemodal-wrap {
  overflow-y: hidden !important;
  background-color: black; }

.responsive-video#simplemodal-container a.modalCloseImg {
  top: 12px;
  right: 12px; }

.responsive-video#simplemodal-container a.modalCloseImg:hover {
  background-position: -500px -400px; }

.cq-wcm-edit .cvideo {
  padding-bottom: 30px;
  background-color: #eeeeee; }

.cproduct-selector {
  padding: 64px 0; }

.cproduct-selector .options-form {
  padding: 52px 0; }

.cproduct-selector .options-form label {
  display: block;
  text-align: center;
  padding: 0 10px; }

.cproduct-selector .options-form label {
  position: relative; }

.cproduct-selector .options-form label:before {
  content: '';
  position: absolute;
  height: 33px;
  width: 33px;
  background: #e8e8e8;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  border-top-color: #bbb;
  border-left-color: #bbb;
  border-top-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 0;
  border-right-width: 0;
  border-style: solid;
  top: 45px;
  left: 40%; }

.cproduct-selector .options-form label, .cproduct-selector .options-form label:before, .cproduct-selector .options-form label:after {
  box-sizing: border-box;
  -moz-box-sizing: border-box; }

.cproduct-selector .options-form label:after {
  top: 47px;
  left: 41%;
  text-align: center;
  vertical-align: middle;
  position: absolute;
  display: block;
  background: #94cb33;
  color: #fff;
  height: 29px;
  width: 29px;
  padding-top: 7px;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  border-top-color: #bbb;
  border-left-color: #bbb;
  border-top-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 0;
  border-right-width: 0;
  font-family: FontAwesome;
  content: "\f00c"; }

.cproduct-selector .options-form [type="checkbox"]:not(:checked) + label:after {
  opacity: 0; }

.cproduct-selector .select-box {
  flex: 1 1 auto;
  float: left;
  margin: 0;
  width: 14%;
  border-right: 1px solid #efefef;
  height: 130px; }

.cproduct-selector .select-box .fa {
  text-align: left;
  display: block;
  margin: 0 auto;
  width: 32px;
  font-size: 30px;
  margin-bottom: 20px; }

.cproduct-selector .select-box [type="checkbox"] {
  visibility: hidden; }

.cproduct-selector .select-box:last-child {
  border-right: none; }

.cproduct-selector .boxes-2 {
  width: 40%; }

.cproduct-selector .boxes-3 {
  width: 30%; }

.cproduct-selector .boxes-4 {
  width: 23%; }

.cproduct-selector .boxes-5 {
  width: 17%; }

.cproduct-selector .boxes-6 {
  width: 15%; }

.cproduct-selector .boxes-7 {
  width: 14%; }

.cproduct-selector .product-block {
  padding: 32px 10px;
  display: none; }

.cproduct-selector .product-block.default, .cproduct-selector .product-block.active {
  display: block; }

.flex-box {
  display: flex;
  flex-direction: row; }

.fa-money {
  color: #94cb33; }

.fa-users {
  color: #f9b400; }

.fa-credit-card {
  color: #3e60ae; }

.fa-list-alt {
  color: #54accb; }

.fa-star {
  color: #eea63d;
  letter-spacing: 4px; }

.cq-wcm-edit .cproduct-selector .product-block {
  display: block; }

nav > header, .site-header {
  width: 100%;
  background-color: #fff;
  border-bottom: 1px solid #eeeeee; }

nav > header .ctext, .site-header .ctext {
  font-size: 12px; }

nav > header .ctext ul, .site-header .ctext ul, nav > header .ctext ol, .site-header .ctext ol {
  margin-left: 0px;
  padding-top: 10px;
  display: inline-block; }

nav > header .ctext ul li, .site-header .ctext ul li {
  display: inline-block;
  margin: 0;
  vertical-align: top; }

nav > header .ctext ul li .sub-menu a, .site-header .ctext ul li .sub-menu a {
  color: #202020; }

nav > header .ctext ul li .sub-menu a, .site-header .ctext ul li .sub-menu a, nav > header .ctext ul li .sub-menu a:visited, .site-header .ctext ul li .sub-menu a:visited {
  padding-top: 13px;
  text-transform: uppercase;
  text-align: center;
  padding: 33px 3px 23px; }

nav > header .ctext ul li .sub-menu:hover > a, .site-header .ctext ul li .sub-menu:hover > a {
  position: relative;
  z-index: 4;
  padding-bottom: 30px;
  border-bottom: 4px solid #365ebf;
  color: #365ebf;
  text-decoration: none; }

nav > header .ctext ul li ul, .site-header .ctext ul li ul {
  height: 0;
  width: 0;
  display: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  font-size: 13px;
  list-style: none;
  position: absolute;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.25);
  z-index: 1001;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 2px;
  border-top-left-radius: 0;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  -ms-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease; }

nav > header .ctext ul li ul li, .site-header .ctext ul li ul li {
  line-height: normal; }

nav > header .ctext ul li ul li a, .site-header .ctext ul li ul li a {
  padding: 8px 10px;
  display: block; }

nav > header .ctext ul li ul li a:hover, .site-header .ctext ul li ul li a:hover {
  color: #fff;
  background-color: #365ebf;
  border-radius: 2px;
  text-decoration: none; }

nav > header .ctext ul li:hover ul, .site-header .ctext ul li:hover ul {
  display: block;
  height: auto;
  width: 240px;
  padding: 8px 5px 12px 5px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  -ms-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  margin-top: 29px; }

nav > header .ctext .intuit-logo, .site-header .ctext .intuit-logo {
  background-image: none; }

nav > header .ctext .intuit-logo > span, .site-header .ctext .intuit-logo > span {
  display: block; }

footer .ctext ul, .site-footer .ctext ul, footer .ctext ol, .site-footer .ctext ol {
  margin-left: 0px;
  padding-top: 0px; }

footer .ctext ul li, .site-footer .ctext ul li, footer .ctext ol li, .site-footer .ctext ol li {
  display: block;
  line-height: 20px; }

footer .ctext ul li a, .site-footer .ctext ul li a, footer .ctext ol li a, .site-footer .ctext ol li a {
  font-size: 12px; }

nav.site-footer {
  padding: 20px 0 10px; }

.boiler-header .span5 {
  margin: 5px 0px 0px -10px; }

.boiler-header .span3 {
  margin-top: -10px;
  margin-left: 20px; }

.boiler-header .span4 {
  width: 250px;
  margin-top: -15px;
  margin-left: 100px;
  padding: 2px 0px 10px; }

.boiler-header .span4 a.ctasecondary, .boiler-header .span4 a.ctasecondary:hover {
  background-position: right -29px,0 0;
  font-size: 14px;
  line-height: 1.8em;
  padding-right: 10px;
  font-family: "Helvetica Neue", "Helvetica", "Arial", "sans-serif"; }

.boiler-header .span4 .parbase ul, .boiler-header .span4 .parbase ul:hover {
  display: block;
  height: auto;
  width: 180px;
  opacity: 1;
  position: relative; }

.boiler-header .span4 ul {
  height: 0;
  width: 0;
  display: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  font-size: 13px;
  list-style: none;
  position: absolute;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.25);
  z-index: 1001;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 2px;
  border-top-left-radius: 0;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  -ms-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease; }

.boiler-header .span4 ul li {
  line-height: normal; }

.boiler-header .span4 ul li a {
  padding: 8px 10px;
  display: block;
  color: #202020; }

.boiler-header .span4 ul li a:hover {
  color: #fff;
  background-color: #365ebf;
  border-radius: 2px;
  text-decoration: none; }

.boiler-header .span4 .signin-hover {
  display: block;
  height: auto;
  width: 165px;
  padding: 8px 5px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  -ms-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  margin-left: 65px;
  margin-top: -10px; }

.boiler-header .span4 .signin-hover li {
  padding-left: 0px;
  display: block; }

.boiler-header .parbase .span3, .boiler-header .parbase .span4, .boiler-header .parbase .span5 {
  margin-left: 10px;
  margin-top: 10px; }

.boiler-header .ctext li {
  line-height: 8px; }

.boiler-header .ctext ul li {
  padding-left: 20px; }

.boiler-header .ctext ul li .sub-menu:hover a {
  padding-bottom: 22px; }

.boiler-header .ctext ul li ul li {
  padding-left: 0px;
  display: block; }

.boiler-header .ctext ul li ul li a {
  color: #202020; }

.sharable-promo-banner .promo-banner {
  margin-bottom: 1px; }

.sharable-hero .ctext, .sharable-hero .ctext .h2, .sharable-hero .ctext h2 {
  line-height: 50px;
  color: white; }

.sharable-banner .banner-text .h3, .sharable-banner .banner-text h3 {
  color: white; }

.sharable-pricing-section .pricing-card-content ul {
  margin-top: 2px;
  margin-left: 0px; }

.row {
  position: relative; }

.more-from-intuit .column a,
.more-from-intuit .column a:visited,
.more-from-intuit .column a:hover {
  outline: none; }

.property-header.qb-enterprise.nav-bar .intuit-logo {
  width: 205px; }

.property-header.qb-enterprise.nav-bar .intuit-logo-image {
  background-image: url(http://http-download.intuit.com/http.intuit/CMO/qbes/static/images/qbe-logo-fallback.png);
  background-position: 0 0;
  background-size: 100%;
  width: 188px;
  height: 63px; }

.nav-bar-top-links > a,
.nav-bar-top-links > a:visited {
  padding: 40px 3px 24px; }

.nav-bar .chat-link {
  margin-right: 15px;
  vertical-align: top;
  margin-top: 1px; }

.nav-bar .chat-link a,
.nav-bar .chat-link a:visited {
  color: #365ebf; }

.phone-tiny {
  vertical-align: middle;
  padding-bottom: 6px; }

.phone-number {
  margin-top: 1px; }
  .phone-number strong {
    font-size: 16px; }
  .phone-number small {
    font-size: 12px;
    color: #666;
    font-weight: normal; }

.quickContact {
  float: right;
  margin: 47px 0 0 0;
  width: 225px; }
  .quickContact li {
    display: inline-block;
    text-align: right; }

.phone-tiny.link-icon {
  margin-top: 1px; }

.chat-tiny.link-icon {
  margin-top: 1px; }

.quickNav-menu li.header {
  padding: 8px 10px; 
  font-weight:bold;}

.quickNav-menu li.padd a {
  padding-left: 20px; }

.chero-cta-box {
  padding: 30px 20px 20px;
  background: #fff;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 2px;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
  position: relative; }
  .chero-cta-box h1.h1 {
    margin: 0 0 40px 0; }
  .chero-cta-box p.p2 {
    margin: 40px 0;
    font-size: 18px;
    line-height: 24px; }
  .chero-cta-box .phone-number {
    margin-top: 10px; }
  .chero-cta-box div.ctext {
    margin-top: 12px; }
  .chero-cta-box .new-version-flag {
    position: absolute;
    left: -30px;
    top: 60px; }

.chero-rt-just {
  display: table;
  height: 500px;
  position: absolute; }
  .chero-rt-just > div {
    display: table-cell;
    vertical-align: middle;
    text-align: center; }

.centering-box {
  height: 500px;
  position: absolute; }

.chero-rt-just-width-adjustment .chero-rt-just {
  height: 400px; }
.chero-rt-just-width-adjustment .chero-cta-box {
  height: 285px;
  width: 490px; }
.chero-rt-just-width-adjustment .chero-cta-box p.p1 {
  padding: 0 20px; }

.creviews-carousel {
  margin: 0;
  padding: 0;
  background-color: #fff; }
  .creviews-carousel h2 {
    padding: 55px 0 30px;
    text-align: center; }
  .creviews-carousel .carousel-wrap {
    margin: 0;
    padding: 54px 0 30px;
    background-color: #fff; }
  .creviews-carousel.darker .carousel-wrap {
    background-color: #f7f7f7; }
  .creviews-carousel .creview {
    min-height: 140px; }

.qbe-mod {
  min-height: 390px;
  background-color: #f5f6f8;
  text-align: center;
  box-shadow: 1px 2px 2px #d0d0d1; }
  .qbe-mod .pad {
    margin: 25px 35px 0 35px; }
  .qbe-mod h2 {
    margin-bottom: 30px;
    font-size: 30px; }
  .qbe-mod img {
    margin-bottom: 20px; }
    .qbe-mod img.center {
      margin-top: 10px;
      margin-bottom: 5px; }
      .qbe-mod img.center.phone {
        margin-top: -10px;
        margin-bottom: 15px;
        height: 71px; }
  .qbe-mod p {
    font-size: 16px;
    line-height: 22px; }
  .qbe-mod .carousel-viewport {
    min-height: 320px; }
  .qbe-mod .carousel-controls {
    margin-top: 0; }
  .qbe-mod .help-links li {
    margin-bottom: 5px; }
    .qbe-mod .help-links li a {
      min-width: 100px; }
  .qbe-mod .phone-number {
    font-size: 30px;
    font-weight: bold;
    color: #f0640f; }
  .qbe-mod .time {
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 15px; }

.cbenefits.alt {
  background-color: #f2f2f4; }
  .cbenefits.alt .cattachments {
    margin-bottom: 0;
    padding: 30px 0; }
  .cbenefits.alt .qbe-mod {
    background-color: #fff; }

.main .outer-container {
  background-color: #fff;
  margin: 25px auto 45px; }

.main .outer-container .benefits-title {
  padding: 50px 20px; }

.main .outer-container .benefits-title h2 {
  padding: 0;
  text-align: center;
  line-height: 48px; }
  .main .outer-container .benefits-title h2 strong.h3 {
    font-size: 42px; }

.main .cbenefits .benefit {
  padding-bottom: 50px;
  position: relative; }
  .main .cbenefits .benefit h2 {
    margin: 0 0 36px;
    padding: 0;
    font-weight: normal;
    text-align: left; }
  .main .cbenefits .benefit .span5 {
    padding: 102px 0 0; }
  .main .cbenefits .benefit .ccta {
    margin: 48px 0 0; }
  .main .cbenefits .benefit.alt {
    background-color: #f2f2f4; }
  .main .cbenefits .benefit.flexible {
    min-height: 350px; }
    .main .cbenefits .benefit.flexible img {
      margin: 50px 0 0 -145px; }
  .main .cbenefits .benefit.grow .span5 {
    padding: 165px 0 50px; }
  .main .cbenefits .benefit.grow h2 {
    position: absolute;
    top: 75px; }
  .main .cbenefits .benefit.grow img {
    margin: 135px 0 0; }
  .main .cbenefits .benefit.new-2015 {
    min-height: 350px; }
    .main .cbenefits .benefit.new-2015 img {
      width: 440px;
      margin: 50px 0 0 -200px; }
  .main .cbenefits .benefit.access-your-data .span5 {
    padding: 75px 0 80px; }
  .main .cbenefits .benefit.access-your-data img {
    margin: 85px 0 0 45px; }
  .main .cbenefits .benefit.functionality img {
    margin: 95px 0 0 -200px; }
  .main .cbenefits .benefit.functionality .span5 {
    padding: 95px 0 100px; }
  .main .cbenefits .benefit.peace-of-mind .span5 {
    padding: 140px 0 75px; }
  .main .cbenefits .benefit.peace-of-mind h2 {
    position: absolute;
    top: 70px; }
  .main .cbenefits .benefit.peace-of-mind img {
    margin: 140px 0 0 45px; }
  .main .cbenefits .benefit.customer-support .span7 {
    padding: 50px 0 20px; }
  .main .cbenefits .benefit.customer-support p {
    margin-bottom: 20px; }
  .main .cbenefits .benefit.customer-support img {
    margin: 135px 0 0 -110px; }
  .main .cbenefits .benefit.product-upgrades .span7 {
    padding: 110px 0 75px; }
  .main .cbenefits .benefit.product-upgrades img {
    margin: 85px 0 0 80px; }
  .main .cbenefits .benefit.online-backup .span7 {
    padding: 90px 0 20px; }
  .main .cbenefits .benefit.online-backup img {
    margin: 85px 0 0 -110px; }
  .main .cbenefits .benefit.data-recovery .span7 {
    padding: 110px 0 75px; }
  .main .cbenefits .benefit.data-recovery img {
    margin: 85px 0 0 80px; }
  .main .cbenefits .benefit.advanced-reporting .span7 {
    padding: 90px 0 20px; }
  .main .cbenefits .benefit.advanced-reporting img {
    margin: 85px 0 0 -110px; }
  .main .cbenefits .benefit.everything-enterprise .span7 {
    padding: 110px 0 75px; }
  .main .cbenefits .benefit.everything-enterprise img {
    margin: 85px 0 0 80px; }
  .main .cbenefits .benefit.training-tools {
    min-height: 350px; }
    .main .cbenefits .benefit.training-tools .span7 {
      padding: 90px 0 20px; }
    .main .cbenefits .benefit.training-tools img {
      margin: 85px 0 0 -110px; }
  .main .cbenefits .benefit.preferred-rates {
    padding-bottom: 0; }
    .main .cbenefits .benefit.preferred-rates h2 {
      text-align: center;
      margin-top: 40px; }
    .main .cbenefits .benefit.preferred-rates p {
      margin-bottom: 40px; }
    .main .cbenefits .benefit.preferred-rates .ctext {
      text-align: center; }
  .main .cbenefits .benefit.best-source-of-data .span6 {
    padding: 90px 0 70px; }
  .main .cbenefits .benefit.best-source-of-data img {
    margin: 0 0 0 -200px; }
  .main .cbenefits .benefit.most-customizable-reporting-tool .span6 {
    padding: 60px 0 50px; }
  .main .cbenefits .benefit.most-customizable-reporting-tool img {
    margin: 0 0 0 60px; }
  .main .cbenefits .benefit.most-customizable-reporting-tool .ctext {
    margin-left: 20px; }
  .main .cbenefits .benefit.most-customizable-reporting-tool .link-list {
    margin-left: 0; }
    .main .cbenefits .benefit.most-customizable-reporting-tool .link-list li {
      list-style: none; }
  .main .cbenefits .benefit.see-your-business-clearly .span6 {
    padding: 60px 0 50px; }
  .main .cbenefits .benefit.see-your-business-clearly .learn-more {
    margin-top: 20px;
    font-size: 15px; }
  .main .cbenefits .benefit.see-your-business-clearly img {
    margin: 20px 0 0 -30px; }
  .main .cbenefits .benefit.discover-why ul li {
    font-size: 20px;
    margin-bottom: 15px; }
  .main .cbenefits .benefit.discover-why img {
    margin-left: -50px; }
  .main .cbenefits .benefit.see-the-data {
    padding-bottom: 100px; }
    .main .cbenefits .benefit.see-the-data h2 {
      text-align: center;
      margin-top: 40px;
      margin-bottom: 60px; }
    .main .cbenefits .benefit.see-the-data p {
      margin-bottom: 20px; }
    .main .cbenefits .benefit.see-the-data img {
      margin: 20px 0 0 25px; }
    .main .cbenefits .benefit.see-the-data .ccta {
      margin-top: 40px; }
  .main .cbenefits .benefit.room-to-grow {
    padding-top: 50px;
    padding-bottom: 50px; }
    .main .cbenefits .benefit.room-to-grow img {
      margin: 0 0 0 40px; }
  .main .cbenefits .benefit.keep-your-growing-historical-data .span6 {
    padding: 60px 0 50px; }
  .main .cbenefits .benefit.keep-your-growing-historical-data img {
    margin-left: -240px; }
  .main .cbenefits .benefit.flexibility-for-anywhere .span6 {
    padding: 60px 0 90px; }
  .main .cbenefits .benefit.flexibility-for-anywhere img {
    margin-left: 50px; }
  .main .cbenefits .benefit.exclusive-add-on-functionality .span7 {
    padding: 60px 0 50px; }
  .main .cbenefits .benefit.exclusive-add-on-functionality img {
    margin-top: 140px;
    margin-left: -220px; }
  .main .cbenefits .benefit.specialized-for-your-industry {
    padding-bottom: 0; }
    .main .cbenefits .benefit.specialized-for-your-industry .span7 {
      padding: 60px 0 50px; }
    .main .cbenefits .benefit.specialized-for-your-industry .industries {
      width: 400px;
      margin-top: 125px;
      margin-left: -150px; }
      .main .cbenefits .benefit.specialized-for-your-industry .industries li {
        width: 150px;
        height: 100px;
        text-align: center;
        font-size: 20px;
        float: left;
        margin: 0 25px 50px;
        background: transparent url(http://http-download.intuit.com/http.intuit/CMO/qbes/static/images/specialized-for-your-industry.png) no-repeat 0 0; }
        .main .cbenefits .benefit.specialized-for-your-industry .industries li.contractor {
          background-position: 24px 0; }
        .main .cbenefits .benefit.specialized-for-your-industry .industries li.retail {
          background-position: -188px 0; }
        .main .cbenefits .benefit.specialized-for-your-industry .industries li.non-profit {
          background-position: 24px -130px; }
        .main .cbenefits .benefit.specialized-for-your-industry .industries li.manufactoring-wholesale {
          background-position: -188px -130px; }
        .main .cbenefits .benefit.specialized-for-your-industry .industries li a {
          display: block;
          padding-top: 100px; }
          .main .cbenefits .benefit.specialized-for-your-industry .industries li a:hover {
            text-decoration: none; }
  .main .cbenefits .benefit.starts-with-quickbooks-enterprise {
    padding-top: 60px;
    padding-bottom: 60px; }
    .main .cbenefits .benefit.starts-with-quickbooks-enterprise h2 {
      font-size: 46px; }
    .main .cbenefits .benefit.starts-with-quickbooks-enterprise h3 {
      font-size: 32px;
      font-family: "FS Albert Web 100";
      margin-bottom: 10px; }
      .main .cbenefits .benefit.starts-with-quickbooks-enterprise h3 strong {
        font-family: "FS Albert Web 300"; }
    .main .cbenefits .benefit.starts-with-quickbooks-enterprise p {
      margin-bottom: 20px; }
    .main .cbenefits .benefit.starts-with-quickbooks-enterprise img {
      margin-top: 55px; }
    .main .cbenefits .benefit.starts-with-quickbooks-enterprise .ctaprimary {
      margin-top: 20px; }
  .main .cbenefits .benefit.add-ons-for-enterprise {
    padding-top: 60px;
    padding-bottom: 60px; }
    .main .cbenefits .benefit.add-ons-for-enterprise .p1 {
      font-size: 24px;
      margin-bottom: 40px; }
    .main .cbenefits .benefit.add-ons-for-enterprise h2 {
      font-size: 46px; }
    .main .cbenefits .benefit.add-ons-for-enterprise h3 {
      font-size: 32px;
      font-family: "FS Albert Web 100";
      font-size: 32px;
      margin-top: 20px;
      margin-bottom: 5px; }
    .main .cbenefits .benefit.add-ons-for-enterprise p {
      margin-bottom: 20px;
      font-size: 20px; }
    .main .cbenefits .benefit.add-ons-for-enterprise img {
      margin-left: -100px;
      margin-top: 30px; }
    .main .cbenefits .benefit.add-ons-for-enterprise .ctaprimary {
      margin-bottom: 10px; }
  .main .cbenefits .benefit.additonal-apps-and-services {
    padding-top: 60px;
    padding-bottom: 60px; }
    .main .cbenefits .benefit.additonal-apps-and-services .p1 {
      font-size: 24px;
      margin-bottom: 40px; }
    .main .cbenefits .benefit.additonal-apps-and-services h3 {
      font-size: 32px;
      font-family: "FS Albert Web 100";
      font-size: 32px;
      margin-top: 20px;
      margin-bottom: 5px; }
    .main .cbenefits .benefit.additonal-apps-and-services p {
      margin-bottom: 20px;
      font-size: 20px; }
    .main .cbenefits .benefit.additonal-apps-and-services img {
      margin-left: -100px;
      margin-top: 0; }
    .main .cbenefits .benefit.additonal-apps-and-services .learn-more {
      margin-bottom: 52px;
      display: inline-block; }

.main .cattachments {
  margin: 60px 0; }

.main .cattachments .p3 {
  display: inline-block;
  margin-top: 10px;
  color: gray; }

.main .cattachments .ctextimage.nowrap img {
  margin-top: -10px; }

.ccontainer .bg {
  overflow: visible; }

.sub-nav {
  z-index:2000;
  display: table;
  margin: -1px 0 0 -10px;
  width: 1038px;
  border: 1px solid #d7d7d7;
  box-shadow: 0 6px 6px -3px rgba(0, 0, 0, 0.1); }
  .sub-nav ul {
    display: table-row;
    background-color: #f6f6f6; }
    .sub-nav ul li {
      display: table-cell;
      border-right: 1px solid #ccc;
      text-align: center; }
      .sub-nav ul li:last-child {
        border-right: none; }
      .sub-nav ul li.current {
        border-bottom: 5px solid #9eabb3; }
    .sub-nav ul li a {
      padding: 12px 20px 12px;
      display: block; }
      .sub-nav ul li a:hover {
        text-decoration: none; }
    .sub-nav ul li .nav-ico {
      width: 30px;
      height: 24px;
      display: inline-block;
      background: url(http://http-download.intuit.com/http.intuit/CMO/qbes/static/images/nav-sprite.png) no-repeat 0 0; }
      .sub-nav ul li .nav-ico.nav1 {
        background-position: 0 0; }
        .sub-nav ul li .nav-ico.nav1:hover {
          background-position: 0 -24px; }
      .sub-nav ul li .nav-ico.nav2 {
        background-position: -146px 0; }
        .sub-nav ul li .nav-ico.nav2:hover {
          background-position: -146px -24px; }
      .sub-nav ul li .nav-ico.nav3 {
        background-position: -332px 0; }
        .sub-nav ul li .nav-ico.nav3:hover {
          background-position: -332px -24px; }
      .sub-nav ul li .nav-ico.nav4 {
        background-position: -552px 0; }
        .sub-nav ul li .nav-ico.nav4:hover {
          background-position: -552px -24px; }
      .sub-nav ul li .nav-ico.nav5 {
        background-position: -716px 0; }
        .sub-nav ul li .nav-ico.nav5:hover {
          background-position: -716px -24px; }
      .sub-nav ul li .nav-ico.nav6 {
        background-position: -848px 0; }
        .sub-nav ul li .nav-ico.nav6:hover {
          background-position: -848px -24px; }
    .sub-nav ul li a:hover .nav-ico.nav1 {
      background-position: 0 -24px; }
    .sub-nav ul li a:hover .nav-ico.nav2 {
      background-position: -146px -24px; }
    .sub-nav ul li a:hover .nav-ico.nav3 {
      background-position: -332px -24px; }
    .sub-nav ul li a:hover .nav-ico.nav4 {
      background-position: -552px -24px; }
    .sub-nav ul li a:hover .nav-ico.nav5 {
      background-position: -716px -24px; }
    .sub-nav ul li a:hover .nav-ico.nav6 {
      background-position: -848px -24px; }
    .sub-nav ul li span {
      display: block; }

.left-nav {
  background: #e8e8e8 url(http://http-download.intuit.com/http.intuit/CMO/qbes/static/images/tab-bg.jpg) no-repeat 0 bottom;
  width: 260px;
  display: block;
  position: absolute;
  z-index: 10;
  height: 100%; }
  .left-nav ul {
    background-color: #f5f5f5;
    margin-top: 50px; }
    .left-nav ul li {
      border-bottom: 1px solid #e8e8e8; }
    .left-nav ul li a {
      padding: 10px 20px;
      display: block; }
      .left-nav ul li a:hover {
        text-decoration: none;
        background-color: #fff; }
    .left-nav ul li em {
      color: #f0640f;
      font-style: normal; }
    .left-nav ul li.current a {
      color: #333; }

.cbanner {
  height: 100px;
  padding: 15px 0; }
  .cbanner h2 {
    margin-top: 5px;
    color: #fff;
    text-align: center;
    font-size: 36px;
    font-family: 'FS Albert Web 400'; }
  .cbanner .banner-text p {
    color: #fff;
    font-family: 'FS Albert Web 400';
    font-size: 24px; }
    .cbanner .banner-text p strong {
      font-size: 30px;
      vertical-align: middle; }

.cbanner .centered {
  height: 75px; }

.features {
  margin-top: 60px;
  margin-left: 300px; }

.feature {
  padding-top: 35px;
  padding-bottom: 35px;
  padding-right: 100px;
  margin-left: 20px;
  border-top: 1px solid #ccc;
  font-size: 16px; }
  .feature:first-child {
    border: none;
    border-bottom: 1px solid #ccc;
    padding-top: 0;
    margin-bottom: 35px; }
  .feature.with-img {
    position: relative;
    padding-left: 360px;
    padding-right: 0;
    border: none;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 70px; }
  .feature .ico-new-version-flag {
    width: 72px;
    height: 72px;
    background: url(http://http-download.intuit.com/http.intuit/CMO/qbes/static/images/new-version-2015-sm.png) no-repeat center center;
    position: absolute;
    top: -20px;
    left: -20px;
    z-index: 10; }
  .feature .thumb {
    position: absolute;
    top: 0;
    left: 0; }
    .feature .thumb .ico-magnify {
      width: 33px;
      height: 35px;
      background: url(http://http-download.intuit.com/http.intuit/CMO/qbes/static/images/magnify.png) no-repeat center center;
      position: absolute;
      top: 50%;
      left: 50%;
      z-index: 10;
      margin-left: -20px;
      margin-top: -20px; }
    .feature .thumb img {
      width: 330px; }
  .feature .new {
    color: #f0640f;
    display: block;
    margin-bottom: 10px; }
  .feature h2 {
    font-size: 32px;
    margin-bottom: 20px; }
  .feature p {
    margin-bottom: 20px; }
    .feature p.no-margin {
      margin-bottom: 10px; }
  .feature ul {
    margin-bottom: 20px; }
    .feature ul li {
      margin-bottom: 5px;
      margin-left: 20px;
      list-style: disc;
      list-style-position: outside; }
  .feature small {
    font-size: 13px;
    display: block;
    margin-top: 5px; }
  .feature.enhanced-reporting {
    min-height: 250px; }
  .feature.disallow-negative-inventory-quantities {
    min-height: 211px; }
  .feature.report-list, .feature.interactive-reports-and-graphs, .feature.library-of-reporting-objects, .feature.customization-to-meet-specific-needs {
    min-height: 250px; }
  .feature.fifo-costing {
    min-height: 240px; }
  .feature.transfer-inventory {
    min-height: 215px; }
  .feature.view-rule-editor {
    min-height: 292px; }
  .feature.quantity-discounts {
    min-height: 205px; }
  .feature.manufactoring-markdowns, .feature.scheduled-promotions, .feature.price-changed-by-class, .feature.edit-price-rules, .feature.mark-rules-as-exclusive {
    min-height: 290px; }
  .feature.disallow-negative-inventory {
    min-height: 212px; }
  .feature.assemblies {
    min-height: 246px; }
  .feature.advanced-pricing-add-on {
    min-height: 205px; }
  .feature.inventory-center {
    min-height: 210px; }
  .feature.change-assembly-components {
    min-height: 284px; }
  .feature.backorder-tracking {
    min-height: 210px; }
  .feature.batched-time-sheets {
    min-height: 184px; }
  .feature.default-classes {
    min-height: 210px; }
  .feature.advanced-reporting-report-list {
    min-height: 250px; }
  .feature.bank-feeds {
    min-height: 205px; }
  .feature.excel-integration {
    min-height: 335px; }
  .feature.industry-report {
    min-height: 230px; }
  .feature.create-custom-reports {
    min-height: 210px; }
  .feature.stay-on-top-of-your-receivables {
    min-height: 210px; }
  .feature.job-costing {
    min-height: 170px; }
  .feature.automatic-price-adjustments {
    min-height: 218px; }
  .feature.more-price-levels {
    min-height: 270px; }
  .feature.email-enhancements {
    min-height: 390px; }
  .feature.higher-list-limits {
    min-height: 255px; }
  .feature.document-center {
    min-height: 252px; }
  .feature.work-in-two-company-files {
    min-height: 260px; }

.main.advanced-reporting .benefits-title h2 {
  font-size: 38px; }
.main.advanced-reporting .ccta {
  margin: 50px 0 0; }
.main.advanced-reporting .chero-cta-box .new-version-flag {
  left: -60px;
  top: 130px; }

.benefit-screenshot {
  padding: 30px 0 50px;
  text-align: center;
  position: relative; }
  .benefit-screenshot.darkest {
    background-color: #e4e4e6; }
  .benefit-screenshot h2 {
    font-size: 36px;
    margin-bottom: 20px; }
  .benefit-screenshot img {
    width: 100%; }
  .benefit-screenshot p {
    font-size: 18px;
    margin-bottom: 30px; }
  .benefit-screenshot .close {
    position: absolute;
    top: -20px;
    right: 10px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
    background: transparent url(http://http-download.intuit.com/http.intuit/CMO/qbes/static/images/close.png) no-repeat center center;
    text-indent: -9999px; }

.main.ecosystem-overview h2 {
  font-size: 38px;
  padding: 0; }
.main.ecosystem-overview .creviews-carousel {
  padding-top: 30px;
  padding-bottom: 30px; }

table.comparison-chart {
  min-height: 0;
  margin: 60px auto;
  color: #404040;
  border-bottom: 7px solid #c1c1c1; }
  table.comparison-chart .ico-check {
    background: transparent url(http://http-download.intuit.com/http.intuit/CMO/qbes/static/images/comparison-check.png) no-repeat center center;
    width: 18px;
    height: 14px;
    display: block;
    margin: 0 auto; }
  table.comparison-chart .new {
    display: block;
    color: #f0640f;
    font-size: 18px;
    font-weight: normal;
    font-family: "FS Albert Web 100"; }
  table.comparison-chart thead tr {
    border-bottom: 5px solid #fff;
    margin-bottom: 20px; }
  table.comparison-chart th {
    font-family: "FS Albert Web 100";
    text-align: left;
    font-weight: normal;
    font-size: 26px;
    background-color: #fff;
    width: 205px; }
    table.comparison-chart th sup {
      font-size: 12px;
      top: -.8em; }
    table.comparison-chart th .version {
      color: #fff;
      background-color: #0099c8;
      padding: 10px;
      margin: 0 2px 10px 2px;
      border-radius: 3px;
      display: block; }
    table.comparison-chart th.first {
      width: 440px;
      font-size: 28px;
      padding-bottom: 10px; }
  table.comparison-chart td {
    padding: 10px 5px;
    font-size: 14px;
    border-bottom: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
    width: 205px;
    text-align:center; }
    table.comparison-chart td .center {
      display: block;
      text-align: center; }
    table.comparison-chart td.first {
      width: 440px; }
    table.comparison-chart td.last {
      border-right: none; }
  table.comparison-chart.alt tbody {
    border-top: 6px solid #c1c1c1; }

.full-service.plan .span7.offset1.adjust {
  margin-left: 60px; }

.toggle-comparison-charts {
  text-align: center;
  margin-top: 70px;
  margin-bottom: 30px; }
  .toggle-comparison-charts li {
    display: inline-block; }
    .toggle-comparison-charts li .ctatertiary {
      color: #505050;
      font-weight: bold;
      padding-top: 8px; }
    .toggle-comparison-charts li.first .ctatertiary {
      border-radius: 2px 0 0 2px; }
    .toggle-comparison-charts li.last .ctatertiary {
      border-radius: 0 2px 2px 0; }
  .toggle-comparison-charts li.current .ctatertiary {
    color: #fff;
    border-left: none;
    box-shadow: inset 0px 0px 5px 0px #6b6b6b;
    background: #969696;
    background: -webkit-linear-gradient(top, #969696 0%, #969696 100%);
    background: -moz-linear-gradient(top, #969696 0%, #969696 100%);
    background: -o-linear-gradient(top, #969696 0%, #969696 100%);
    background: -ms-linear-gradient(top, #969696 0%, #969696 100%);
    background: linear-gradient(to bottom, #969696 0%, #969696 100%); }

.pricing {
  padding: 55px 0 0 0; }
  .pricing h2 {
    margin-bottom: 30px; }
  .pricing h3 {
    font-weight: bold;
    font-family: "Helvetica Neue";
    color: #505050;
    font-size: 20px; }
  .pricing p {
    font-size: 20px;
    margin-bottom: 20px; }

.matrix {
  margin: 0 auto 60px;
  color: #404040;
  border-bottom: 6px solid #c1c1c1; }
  .matrix thead tr {
    border-bottom: 5px solid #fff; }
  .matrix th {
    font-family: "FS Albert Web 100";
    text-align: left;
    font-weight: normal;
    font-size: 26px;
    color: #fff;
    background-color: #0099c8;
    padding: 10px 35px 10px 35px;
    width: 230px; }
    .matrix th.first {
      border-right: 5px solid #fff; }
    .matrix th.last {
      border-left: 5px solid #fff; }
  .matrix td {
    padding: 10px 35px 10px 35px;
    font-size: 14px;
    border-bottom: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
    border-left: 1px solid #dbdbdb;
    border-right: 1px solid #dbdbdb; }
  .matrix.alt {
    border-top: 6px solid #c1c1c1; }

.technical-requirements {
  padding: 55px 0 0 0; }
  .technical-requirements h2 {
    margin-bottom: 30px; }
  .technical-requirements h3 {
    font-weight: bold;
    font-family: "Helvetica Neue";
    color: #505050;
    font-size: 20px; }
  .technical-requirements ul {
    margin-bottom: 40px;
    margin-left: 20px; }
    .technical-requirements ul li {
      margin-bottom: 5px;
      list-style: disc;
      list-style-position: outside;
      font-size: 20px; }
  .technical-requirements p {
    font-size: 20px;
    margin-bottom: 20px; }

.cdisclosure.no-margin-top {
  margin-top: 0; }

.cdisclosure-text {
  padding-top: 20px; }

.cdisclosure-text p {
  padding-top: 0; }

footer {
  margin-top: 0; }
  footer .site-footer ul {
    margin-top: 0;
    margin-bottom: 25px; }
  footer .site-footer h5 {
    margin: 0 0 8px 0; }
  footer .site-footer h5.cloud-hosting {
    margin-bottom: 25px; }
  footer .site-footer h5 a.contact-sales {
    color: #f06e1e; }
.cdisclosure .cdisclosure-text ol {
margin-bottom: 20px !important; }

#ruby-quotes .content .slide-shell {
  margin: 0;
  padding: 0;
  height: 170px;
}.ruby-screenshots-links .content h3 {
  margin: 0 0 15px 0;
  padding: 0;
  font-size: 26px;
  *font-size: 25px;
  color: #000000;
}
.ruby-screenshots-links .content p {
  margin: 0 0 20px 0;
  padding: 0;
  font-size: 14px;
  line-height: 1.4;
  color: #505050;
}
.ruby-screenshots-links .content ul li {
  margin: 0;
  padding: 2px 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.4;
  color: #505050;
  list-style-type: none;
}
.ruby-screenshots-links .content ul li a { color: #365ebf; }
.ruby-screenshot-linkss .content ul li ul li {
  margin: 0;
  padding: 2px 0 2px 10px;
}
.ruby-screenshots {
  margin: 0 0 40px 0;
  padding: 0;
  height: 800px;
  background: url('/images/products/qbes/industry/screenshot-bg.png') repeat-x top left;
  position: relative;
}
.ruby-screenshots div.nav {
  margin: 16px 0 0 0;
  padding: 0;
  text-align: center;
  display: block;
  zoom: 1;
}
.ruby-screenshots span.prev {
  position: absolute;
  top: 35px;
  left: 0;
  z-index: 3000;
}
.ruby-screenshots span.next {
  position: absolute;
  top: 35px;
  right: 0;
  z-index: 3000;
}
.ruby-screenshots a.button-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3000;
}
.ruby-screenshots .slideshow { width: 916px; height:750px!important; }
.ruby-screenshots .slideshow .slide-shell { width: 916px; }
.ruby-screenshots .slide-content {
  width: 875px;
  margin: 0 auto;
  padding-left:90px;
}
.ruby-screenshots .slide-content .slide-info {
  height: 120px;
  width: 780px;
  margin: 0 auto;
}
.ruby-screenshots .slide-content .slide-info h3 {
  margin: 0;
  padding: 24px 0 2px 0;
  font-size: 19px;
  color: #000000;
}
.ruby-screenshots .slide-content .slide-info p {
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 1.3;
  color: #505050;
}
ul.ruby-screenshots-links {margin-left:0!important;}
.ruby-screenshots-links li {list-style:none!important;}

.sale-bkgd {background-color:#F3630E!important;}
.sale-price {color:#F3630E;}


.promo-banner {
    background-color: #363636;
    height: 91px;
}
.promo-banner .ccontainer .bg {
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}
.promo-banner .bg a > img.center {
    left: 50%;
    margin-left: -50%;
    position: absolute;
}
.promo-banner .bg a > img {
    height: auto;
    max-width: 1600px;
    overflow: hidden;
}
