/*! normalize.css v1.0.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}
/*
 * Corrects `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/*
 * Addresses styling for `hidden` attribute not present in IE 7/8/9, Firefox 3,
 * and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}
/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
/*
 * Addresses margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE 6/7.
 * Addresses font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  /*font-size: 2em;*/
  margin: 0;
}
h2 {
  /*font-size: 1.5em;*/
  margin: 0;
}
h3 {
  /*font-size: 1.17em;*/
  margin: 0;
}
h4 {
  /*font-size: 1em;*/
  margin: 0;
}
h5 {
  /*font-size: 0.83em;*/
  margin: 0;
}
h6 {
  /*font-size: 0.75em;*/
  margin: 0;
}
/*
 * Addresses styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/*
 * Addresses style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 0;
}
/*
 * Addresses styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/*
 * Addresses styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/*
 * Addresses margins set differently in IE 6/7.
 */
p,
pre {
  margin: 0;
}
/*
 * Corrects font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  /*font-size: 1em;*/
}
/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
/*
 * Addresses CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none;
}
/*
 * Addresses `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none;
}
/*
 * Addresses inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/*
 * Prevents `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;
}
/* ==========================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 0;
}
dd {
  margin: 0;
}
/*
 * Addresses paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0;
}
/*
 * Corrects list images handled incorrectly in IE 7.
 */
nav ul,
nav ol,
ul {
  list-style: none;
  list-style-image: none;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}
/*
 * Corrects overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}
/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/*
 * 1. Corrects color not being inherited in IE 6/7/8/9.
 * 2. Corrects text not wrapping in Firefox 3.
 * 3. Corrects alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}
/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}
/*
 * Addresses Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}
/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
  cursor: default;
}
/*
 * 1. Addresses box sizing set to content-box in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 * 3. Removes excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}
/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `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;
}
/*
 * Removes 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;
}
/*
 * Removes inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/*
 * 1. Removes default vertical scrollbar in IE 6/7/8/9.
 * 2. Improves 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;
}
/*!
 * Bootstrap v3.1.1 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
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;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
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;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  /*border: 0;
  padding: 0;*/
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #428bca;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #2a6496;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .container {
    width: 740px;
  }
}
@media (min-width: 1024px) {
  .container {
    width: 960px;
  }
}
@media (min-width: 1024px) {
  .container {
    width: 960px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.row {
  margin-left: -10px;
  margin-right: -10px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: 0%;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: 0%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: 0%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: 0%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1024px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: 0%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: 0%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1024px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: 0%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: 0%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  /*min-width: 0;*/
}
legend {
  /*  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;*/
}
label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="date"] {
  line-height: 34px;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
}
.radio label,
.checkbox label {
  display: inline;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.has-feedback .form-control-feedback {
  position: absolute;
  top: 25px;
  right: 0;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.form-control-static {
  margin-bottom: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -10px;
  margin-right: -10px;
}
.form-horizontal .form-control-static {
  padding-top: 7px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 10px;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 1024px) and (max-width: 1023px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1024px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  .hidden-lg,
  .hidden-md {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/*!
 * Overrides to help make bootstrap2 and bootstrap3 
 * play well with each other when both are loaded.
 */
[class*="span"][class*="col"]:not([class*=offset]) {
  margin-left: 0;
}
@media (max-width: 767px) {
  .row [class*="span"]:not([class*="col"]) {
    width: 100%;
  }
}
.hero-cta-align {
  display: block;
  padding-top: 10px;
}
/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * --------------------------*/
@font-face {
  font-family: 'FontAwesome';
  src: url('../../fonts/fontawesome/fontawesome-webfont.woff2?v=4.3.0') format('woff2'), url('../../fonts/fontawesome/fontawesome-webfont.woff?v=4.3.0') format('woff'), url('../../fonts/fontawesome/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-genderless:before,
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}

/* BODY */
/* CONTAINER */
/* OUTER CONTAINER */
/* TYPOGRAPHY */
/* FONT FAMILY */
/* FONT WEIGHT */
/* FONT SIZE */
/* LINE HEIGHT */
/* LETTER SPACING */
/* COLOR PALETTES PRIMARY, SECONDARY, TERTIARY */
/* PARAGRAPHS */
/* SECTIONS + header/subheaders */
/* SUB-SECTIONS */
/* CTA */
/* COLORS */
/* BORDER */
/* BOX-SHADOW */
/* CAROUSEL */
/* CONTAINER */
/* FAQ-QA */
/* COMP CHART 2 */
/* COMP-CHART-2-SIMPLE-HEADER */
/* DISCLOSURE */
/* FORM Vars */
/* PRICING-CARD LAYOUT */
/*helper vars for Harmony font*/
/*group headers*/
/*@pricing-card-layout-header-t-background-color: currentColor;*/
/* product title */
/*@pricing-card-layout-productcomponent-title-t-background-color: currentColor;*/
/* price ct */
/* price aw */
/* price per-month */
/* product offer (red) */
/* product offer2 */
/* feature-list */
/* PRODUCT COMPONENT */
/* PRICING CARD */
/* PRICING TABLE */
/* HERO */
/* VIDEO */
/* FOOTER */
/* RESPONSIVE TABS - added here because it's backwards compatible with non-responsive */
/* TESTIMONIAL */
/* Mixin for generating global sprite SVG and its fallback PNG.
   Ideally this has to be a LESS VAR, but due to how CQ interprets LESS VAR PATHS, its hardcoded this way 
*/
.fcolor-prim {
  color: #f77b00;
}
.fcolor-sec {
  color: #3f6dc9;
}
.hero-cta-align {
  display: block;
  padding-top: 10px;
}
body {
  font: 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #505050;
  /* IE7 does not support base64 URIs so just use a solid background there. */
  *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: none;
  cursor: pointer;
}
a:visited {
  text-decoration: none;
  color: #365ebf;
}
a:focus {
  outline: none;
}
.outer-container {
  width: 1018px;
  border: 1px solid #cccccc;
  margin: 0 auto;
  border-radius: 2px;
  background-color: #fff;
}
.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: #ff0000;
}
.low-attention-text {
  color: #aaaaaa;
}
.lvp-link {
  display: inline;
}
.section-header,
.csection h2 {
  text-align: center;
  padding: 72px 0 54px 0;
  display: block;
}
.inline {
  display: inline-block;
}
.block {
  display: block;
}
.section-header-top {
  text-align: center;
  display: block;
  padding-top: 72px;
}
.section-footer,
.section-header-bottom {
  text-align: center;
  display: block;
  padding-bottom: 54px;
}
.spinner {
  background: url('../../images/spinner_grey_80px.gif') no-repeat center center transparent;
  background: url('../../images/spinner_grey_80px.svg') no-repeat center center transparent;
  height: 80px;
  left: 50%;
  position: fixed;
  top: 50%;
  width: 80px;
}
/* for backgrounds */
.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: #fff;
}
.bg-gold {
  background-color: #b9935d;
}
.bg-royal-blue {
  background-color: #365ebf;
}
.bg-charcoal-grey {
  background-color: #737373;
}
.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;
}
/* for box with header */
.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;
}
/* Din Next LT Pro */
@font-face {
  font-family: "DIN Next LT Pro";
  src: url('../../fonts/us/DINNextLTPro-Light.woff2?#iefix') format('woff2');
  src: url('../../fonts/us/DINNextLTPro-Light.woff?#iefix') format('woff');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "DIN Next LT Pro";
  src: url('../../fonts/us/DINNextLTPro-Regular.woff2?#iefix') format('woff2');
  src: url('../../fonts/us/DINNextLTPro-Regular.woff?#iefix') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "DIN Next LT Pro";
  src: url('../../fonts/us/DINNextLTPro-Medium.woff2?#iefix') format('woff2');
  src: url('../../fonts/us/DINNextLTPro-Medium.woff?#iefix') format('woff');
  font-weight: 500;
  font-style: normal;
}
/* FS Albert Web */
@font-face {
  font-family: "FS Albert Web";
  src: url("../../fonts/us/fsaw-thin.woff2?#iefix") format("woff2");
  src: url("../../fonts/us/fsaw-thin.woff?#iefix") format("woff");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "FS Albert Web";
  src: url("../../fonts/us/fsaw-light.woff2?#iefix") format("woff2");
  src: url("../../fonts/us/fsaw-light.woff?#iefix") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "FS Albert Web";
  src: url("../../fonts/us/fsaw-light_italic.woff2?#iefix") format("woff2");
  src: url("../../fonts/us/fsaw-light_italic.woff?#iefix") format("woff");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "FS Albert Web";
  src: url("../../fonts/us/fsaw-regular.woff2?#iefix") format("woff2");
  src: url("../../fonts/us/fsaw-regular.woff?#iefix") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "FS Albert Web";
  src: url("../../fonts/us/fsaw-bold.woff2?#iefix") format("woff2");
  src: url("../../fonts/us/fsaw-bold.woff?#iefix") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "FS Albert Web";
  src: url("../../fonts/us/fsaw-extrabold.woff2?#iefix") format("woff2");
  src: url("../../fonts/us/fsaw-bold.woff?#iefix") format("woff");
  font-weight: 800;
  font-style: normal;
}
/* Avenir Next for PCG */
@font-face {
  font-family: "AvenirNext";
  src: url("../../fonts/us/AvenirNext_Rg.woff2?#iefix") format("woff2");
  src: url("../../fonts/us/AvenirNext_Rg.woff?#iefix") format("woff");
  font-weight: 400;
  font-style: normal;
}
.price-font,
.price {
  font-family: "DIN Next LT Pro 400", "DIN Next LT Pro", "Consolas", "Monaco", "Lucida Console", sans-serif;
  font-weight: 400;
  letter-spacing: -2px;
}
/* fonts */
h1,
h2,
h3,
h4,
.h1,
.h2,
.h3,
.h4 {
  color: #202020;
}
h1,
.h1 {
  font-family: "FS Albert Web 100", "FS Albert Web", "Calibri", "Trebuchet MS", sans-serif;
  font-weight: 100;
  font-size: 56px;
  line-height: 1;
}
h2,
.h2 {
  font-family: "FS Albert Web 100", "FS Albert Web", "Calibri", "Trebuchet MS", sans-serif;
  font-weight: 100;
  font-size: 46px;
  line-height: 1;
}
h3,
.h3 {
  font-family: "FS Albert Web 300", "FS Albert Web", "Calibri", "Trebuchet MS", sans-serif;
  font-weight: 300;
  font-size: 26px;
  line-height: 1;
}
h1,
h2,
h3 {
  letter-spacing: -1px;
}
h4,
.h4,
h5,
.h5 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 1;
}
h6 {
  font-size: 14px;
  line-height: 18px;
}
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;
}
@media (max-width: 767px) {
  h1 {
    font-size: 46px;
  }
  h2 {
    font-size: 36px;
  }
  h3 {
    font-size: 22px;
  }
  h4 {
    font-size: 14px;
  }
  .p1 {
    font-size: 16px;
  }
  .p2 {
    font-size: 14px;
  }
  .p3 {
    font-size: 14px;
  }
  .p4 {
    font-size: 12px;
  }
}
@media (max-width: 567px) {
  h1 {
    font-size: 46px;
  }
  h2 {
    font-size: 22px;
  }
  p {
    font-size: 16px;
    line-height: 18px;
  }
}
.ccontainer {
  border: 0 solid transparent;
  border-radius: 0 0;
  position: relative;
}
.ccontainer .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  overflow: hidden;
  text-align: center;
}
.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;
}
.ccontainer .text-align-right {
  text-align: right;
}
.ccontainer.box-shadow-bottom {
  -webkit-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.2);
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=0.2, Direction=200, Color='#000000')";
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=0.2, Direction=200, Color='#000000');
}
.ccontainer.background-opacity-ninty {
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@percentagevalue)";
  /* IE 5-7 */
  filter: alpha(opacity=90);
  /* Netscape */
  -moz-opacity: 0.9;
  /* Safari 1.x */
  -khtml-opacity: 0.9;
  /* Good browsers */
  opacity: 0.9;
}
.ccontainer .resp_img .bg > img.center {
  left: 0;
  margin-left: 0;
  position: static;
}
.ccontainer .std-harmony-padding {
  padding: 72px 39px 45px 39px;
}
.ccontainer .std-harmony-top-padding {
  padding-top: 72px;
}
.ccontainer .std-harmony-right-padding {
  padding-right: 39px;
}
.ccontainer .std-harmony-bot-padding {
  padding-bottom: 45px;
}
.ccontainer .std-harmony-left-padding {
  padding-left: 39px;
}
/*************************************************************************************************************

This file sets the CSS Rules for the quickNav header, including the More From Intuit area.

*************************************************************************************************************/
/* helper classes */
.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;
}
/* /helper classes */
/* general/global style overrides */
/*.main-header li,*/
/*.phone-info-module li {*/
/*margin-left: 0;*/
/*list-style: none;*/
/*}*/
.main-header ul,
.phone-info-module {
  list-style: none;
}
/* /general/global style overrides */
/* sprite rules */
.global-sprite,
.close-more-from-intuit,
.info-icon,
.intuit-logo,
.intuit-logo-image,
.intuit-payroll-logo-image,
.intuit-logo-for-payroll,
.link-icon,
.phone-icon,
.property-header.websites .nav-bar .intuit-logo,
.property-logo-image,
.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,
.intuit-payments-logo-image,
.logo-icom-168x49,
.logo-payroll-64x25,
.logo-payments-183x18,
.burst-icon-72x72,
.logo-quickbooks-185x40,
.logo-quickbooks-branding-185x40,
.logo-payroll-branding-185x40,
.chevron-r-icon-8x12,
.chevron-d-icon-8x12 {
  background-image: url('../../images/global-sprite-fallback.png');
  background-image: url('../../images/global-sprite.svg');
  background-repeat: no-repeat;
}
/* /sprite rules */
/* quickNav header rules */
.main-header {
  /*width: 100%;*/
  background-color: #fff;
  color: #3f3f3f;
}
/*
.main-header a,
.main-header a:visited,con
.main-header a > span {
    color: #2b73dd;
    text-decoration: none;
}
*/
/* general navigation rules */
.quickNav-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  /* ie7 inline-block hack */
  *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;
  /* ie7 inline-block hack */
  *zoom: 1;
  *display: inline;
}
.quickNav-menu > li > a,
.quickNav-menu > li > span {
  display: block;
  font-size: 12px;
}
/* /general navigation rules */
/* general sub-navigation rules */
.sub-menu > ul {
  height: 0;
  width: 0;
  display: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  /* ie8 */
  filter: alpha(opacity=0);
  /* ie7 */
  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 #ccc;
}
.sub-menu:hover > ul {
  display: block;
  height: auto;
  width: 240px;
  padding: 8px 5px 12px 5px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  /* ie8 */
  filter: alpha(opacity=100);
  /* ie7 */
  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;
}
/* /general sub-navigation rules */
/* More From Intuit rules */
.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: #fff;
}
.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 {
  /*  display: inline;
*/
  /*    padding: 0px;
*/
}
.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);
}
/* /More From Intuit rules */
/* top bar rules */
.top-bar {
  width: 100%;
  border-top: 4px solid #ccc;
  background-color: #f5f5f5;
  background-image: -webkit-linear-gradient(top, #f5f5f5 95%, #e5e5e5 100%);
  background-image: -moz-linear-gradient(top, #f5f5f5 95%, #e5e5e5 100%);
  background-image: -o-linear-gradient(top, #f5f5f5 95%, #e5e5e5 100%);
  background-image: -ms-linear-gradient(top, #f5f5f5 95%, #e5e5e5 100%);
  background-image: linear-gradient(to bottom, #f5f5f5 95%, #e5e5e5 100%);
}
.top-bar-container {
  height: 29px;
  width: 940px;
  margin: 0 auto;
  padding: 7px 0 8px;
}
.top-bar .tiny-link {
  padding-top: 8px;
}
/* logo rules */
.nav-bar .intuit-logo {
  width: 168px;
  height: 40px;
  margin: 20px 30px 0px 16px;
  float: left;
  cursor: pointer;
  background-position: 0 0;
  display: inline-block;
  /* ie7 inline-block hack */
  *zoom: 1;
  *display: inline;
}
.nav-bar .intuit-logo:hover {
  text-decoration: none;
}
.property-header.nav-bar .intuit-logo {
  width: 323px;
  background-image: none;
  /* ie7 hack */
  *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;
  /*IE8 hack*/
  top: 0\9 ;
  display: inline-block;
  left: 20px;
}
.intuit-payroll-logo-image {
  background-position: -230px -120px;
  width: 183px;
  height: 18px;
  display: inline-block;
  position: relative;
}
.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;
}
/* fix for defect DE4337: ensure proper alignment of property logo on Safari */
.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,
.intuit-payments-logo-image {
  background-position: -230px -100px;
  width: 183px;
  height: 18px;
}
.property-header.GoPayment.nav-bar .intuit-logo-image {
  background-image: url('../../../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;
  /* ie7-8 hacks */
  position: relative\9;
  top: 0\9;
}
/*.property-header.Payments.nav-bar .intuit-logo {
    width: 205px;
}*/
/* /logo rules */
/* navigation links rules */
.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;
  /* ie7 hack */
  *top: -4px;
  *left: 3px;
  display: inline-block;
  /* ie7 inline-block hack */
  *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;
  /* ie7 hack */
  position: relative;
  *top: 0px;
  *left: 7px;
  display: inline-block;
  /* ie7 inline-block hack */
  *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;
  /* ie7-8 hack - grey border around drop-down sub-menu */
  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;
  /* ie7 inline-block hack */
  *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;
  /* ie7 hack */
  *top: -2px;
}
.more-from-intuit-left-border {
  display: block;
  border-left: 1px solid #b6b6b6;
}
.more-from-intuit-right-border {
  display: block;
  padding: 11px 20px 11px 16px;
  border-right: 1px solid #b6b6b6;
}
.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;
  /* ie7 hack */
  *top: 0px;
  *left: 7px;
  display: inline-block;
  /* ie7 inline-block hack */
  *zoom: 1;
  *display: inline;
}
a:hover .security-icon {
  background-position: 0px -300px;
}
/* /navigation links rules */
/* /top bar rules */
/* navigation bar rules */
.nav-bar {
  width: 100%;
  background-color: #fff;
  border-bottom: 1px solid #eee;
}
.nav-bar > .nav-bar-container {
  width: 972px;
  margin: 0 auto;
  display: block;
}
.Payroll .nav-bar-container {
  height: 65px;
}
.nav-bar .intuit-logo.intuit-payroll-logo {
  margin-top: 18px;
}
.nav-bar a:hover {
  text-decoration: none;
}
.nav-bar-top-links {
  padding-left: 19px;
  /* ie7 hack */
  *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;
}
/* /navigation bar rules */
/* sign-in button rules */
.sign-in-button .sub-menu {
  float: right;
}
.sign-in-button {
  float: right;
}
/* /sign-in button rules */
/* phone information module rules */
.phone-info > li > div > span {
  display: inline-block;
  /* ie7 inline-block hack */
  *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;
  /* ie7-8 hack */
  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;
  /* ie7 hack */
  *top: -9px;
}
.phone-info > li:hover .phone-icon {
  visibility: visible;
}
.phone-info .phone-number {
  padding: 6px 0 9px 0;
  /* ie7-8 hack */
  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;
}
/* navigation bar phone information module rules */
.nav-bar .phone-info {
  /*display: none;*/
  float: right;
  font-size: 12px;
}
.property-header .nav-bar .phone-info {
  display: inline;
}
/* bmallow: hide nav-bar phone info for websites/gyb context, per hand-off agreement */
.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;
  /* ie7-8 hack */
  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: #ffffff;
}
.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;
  /* ie7 inline-block hack */
  *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 box rules */
.search-intuit {
  line-height: 27px;
}
/* navigation bar phone information module rules */
/* /phone information module rules */
/* breadcrumb bar rules */
.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;
  padding-right: 12px;
  padding-left: 12px;
  text-decoration: none;
  height: 29px;
}
.sub-menu.sign-in-nav > ul {
  margin: 2px 0 0 -103px;
  width: 160px;
}
/* tertiary navigation links rules */
.tertiary-nav-links {
  float: right;
}
.tertiary-nav-links > span,
.tertiary-nav-links > div {
  margin-top: 15px;
}
.tertiary-nav-links > span {
  display: inline-block;
  /* ie7 inline-block hack */
  *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;
}
/* website chat widget rules */
.websites-chat-module {
  overflow: hidden;
  position: relative;
  z-index: 2;
  background-color: #ffffff;
  /* ie7-8 hack - prevent IE from applying full width for no good reason */
  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;
}
/* website chat widget rules */
/* /tertiary navigation links rules */
/* /breadcrumb bar rules */
/* /quickNav header rules */
.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;
}
.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;
  /* ie7-8 hack: add border on focus */
  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 link rules */
.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;
}
/* fms property specific rules starts */
.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: #999;
}
/* fms property specific rules ends */
/*
Top Header AEM related styles
------------------------------------------------ */
.aem-top-header {
  padding: 20px;
}
.aem-top-header a.ctasecondary,
.aem-top-header a.ctatertiary {
  font-size: 14px;
  height: 29px;
  line-height: 1.8em;
  margin: 10px 0 0 20px;
  padding: 3px 12px 0px 12px;
}
.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;
}
/*
 Header Eyebrow Boilerplate related styles
------------------------------------------------ */
.more-from-intuit-button {
  z-index: 999;
}
.more-from-intuit {
  position: static;
}
.header-eyebrow-container {
  background-image: linear-gradient(to bottom, #f5f5f5 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: url('../../images/global-sprite-fallback.png');
  background-image: url('../../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: url('../../images/global-sprite-fallback.png');
  background-image: url('../../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: url('../../images/global-sprite-fallback.png');
  background-image: url('../../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: url('../../images/global-sprite-fallback.png');
  background-image: url('../../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;
  /*min-width: 50px;
  max-width: 250px;*/
  /* Truncation for long buttons */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  /* for when display is inline-block */
  vertical-align: middle;
}
.ctaprimary:hover,
.ctasecondary:hover,
.ctatertiary:hover {
  text-decoration: none;
}
.ctaprimary,
.ctasecondary,
input.ctaprimary,
input.ctasecondary,
button.ctaprimary,
button.ctasecondary {
  font-family: "DIN Next LT Pro 400", "DIN Next LT Pro", "Consolas", "Monaco", "Lucida Console", sans-serif;
  font-weight: 400;
  font-size: 18px;
  padding-top: 3px;
  height: 34px;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  text-align: left;
  padding: 4px 16px 0;
}
.ctatertiary,
input.tertiary {
  font-size: 16px;
  padding-top: 4px;
  height: 29px;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
}
span.ctaprimary,
span.ctasecondary,
span.ctatertiary {
  height: auto;
  box-sizing: border-box;
}
.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,
span.ctaprimary,
button.ctaprimary {
  color: #ffffff;
  line-height: 1.5em;
  border: 1px solid #f55e00;
  border-radius: none none;
  background: #f77b00;
  background: -webkit-linear-gradient(top, #f77b00 100%, #f55e00 100%);
  background: -moz-linear-gradient(top, #f77b00 100%, #f55e00 100%);
  background: -o-linear-gradient(top, #f77b00 100%, #f55e00 100%);
  background: -ms-linear-gradient(top, #f77b00 100%, #f55e00 100%);
  background: linear-gradient(to bottom, #f77b00 100%, #f55e00 100%);
}
a.ctaprimary:hover,
a .ctaprimary:hover,
input.ctaprimary:hover,
span.ctaprimary:hover,
button.ctaprimary:hover {
  background: #ff8e17;
  background: -webkit-linear-gradient(top, #ff8e17 100%, #ff6c12 100%);
  background: -moz-linear-gradient(top, #ff8e17 100%, #ff6c12 100%);
  background: -o-linear-gradient(top, #ff8e17 100%, #ff6c12 100%);
  background: -ms-linear-gradient(top, #ff8e17 100%, #ff6c12 100%);
  background: linear-gradient(to bottom, #ff8e17 100%, #ff6c12 100%);
}
a.ctaprimary:active,
a .ctaprimary:active,
input.ctaprimary:active,
span.ctaprimary:active,
button.ctaprimary:active {
  background: #ff8e17;
  background: -webkit-linear-gradient(top, #f45400 100%, #f98a00 100%);
  background: -moz-linear-gradient(top, #f45400 100%, #f98a00 100%);
  background: -o-linear-gradient(top, #f45400 100%, #f98a00 100%);
  background: -ms-linear-gradient(top, #f45400 100%, #f98a00 100%);
  background: linear-gradient(to bottom, #f45400 100%, #f98a00 100%);
}
a.ctaprimary.full-width,
a .ctaprimary.full-width,
input.ctaprimary.full-width,
span.ctaprimary.full-width,
button.ctaprimary.full-width {
  width: 100%;
  max-width: 100%;
  text-align: center;
  box-sizing: border-box;
}
a.ctaprimary.submitted,
a .ctaprimary.submitted,
input.ctaprimary.submitted,
span.ctaprimary.submitted,
button.ctaprimary.submitted {
  line-height: 0;
  font-size: 0;
  border: 1px solid #f6f8fb;
  background: #f6f8fb url('../../images/spinner-fallback.gif') no-repeat center;
  background: #f6f8fb url('../../images/spinner.svg') no-repeat center;
}
a.ctasecondary,
input.ctasecondary,
span.ctasecondary {
  color: #ffffff;
  line-height: 1.5em;
  border: 1px solid #304f9d;
  border-radius: none none;
  background: #3f6dc9;
  background: -webkit-linear-gradient('top', #3f6dc9 100%, #3054b8 100%);
  background: -moz-linear-gradient('top', #3f6dc9 100%, #3054b8 100%);
  background: -o-linear-gradient('top', #3f6dc9 100%, #3054b8 100%);
  background: -ms-linear-gradient('top', #3f6dc9 100%, #3054b8 100%);
  background: linear-gradient(to bottom, #3f6dc9 100%, #3054b8 100%);
}
a.ctasecondary:hover,
input.ctasecondary:hover,
span.ctasecondary:hover {
  background: #477bdb;
  background: -webkit-linear-gradient(top, #477bdb 100%, #375fcf 100%);
  background: -moz-linear-gradient(top, #477bdb 100%, #375fcf 100%);
  background: -o-linear-gradient(top, #477bdb 100%, #375fcf 100%);
  background: -ms-linear-gradient(top, #477bdb 100%, #375fcf 100%);
  background: linear-gradient(to bottom, #477bdb 100%, #375fcf 100%);
}
a.ctasecondary:active,
input.ctasecondary:active,
span.ctasecondary:active {
  background: #477bdb;
  background: -webkit-linear-gradient(top, #3054b8 100%, #3f6dc9 100%);
  background: -moz-linear-gradient(top, #3054b8 100%, #3f6dc9 100%);
  background: -o-linear-gradient(top, #3054b8 100%, #3f6dc9 100%);
  background: -ms-linear-gradient(top, #3054b8 100%, #3f6dc9 100%);
  background: linear-gradient(to bottom, #3054b8 100%, #3f6dc9 100%);
}
a.ctasecondary.full-width,
input.ctasecondary.full-width,
span.ctasecondary.full-width {
  width: 100%;
  max-width: 100%;
  text-align: center;
  box-sizing: border-box;
}
a.ctatertiary.full-width,
input.ctatertiary.full-width,
span.ctatertiary.full-width {
  width: 100%;
  max-width: 100%;
  text-align: center;
  box-sizing: border-box;
  padding-right: 0;
  padding-left: 0;
}
a.ctaprimary {
  max-width: 290px;
}
a.ctasecondary {
  max-width: 370px;
}
a.ctatertiary,
input.ctatertiary,
span.ctatertiary {
  color: #365ebf;
  font-size: 14px;
  line-height: 1.8em;
  border: 1px solid #dedede;
  background: #f0f0f0;
  background: -webkit-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
  background: -moz-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #f0f0f0 100%);
}
.ctatertiary:hover {
  background: #fff;
}
a.ctatertiary:active,
input.ctatertiary:active,
span.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,
.footer-icon-twitter,
.footer-icon-facebook,
.footer-icon-youtube,
.footer-icon-gplus,
.footer-icon-linkedin,
.footer-icon-global,
.footer-icon-instagram,
.footer-icon-global:hover,
.footer-icon-linkedin:hover,
.footer-icon-gplus:hover,
.footer-icon-twitter:hover,
.footer-icon-facebook:hover,
.footer-icon-youtube:hover,
.footer-icon-instagram:hover {
  background-image: url('../../images/global-sprite-fallback.png');
  background-image: url('../../images/global-sprite.svg');
  background-repeat: no-repeat;
  width: 19px;
  height: 19px;
}
/* @group Site Cooler Footer */
.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 span:hover,
.site-cooler-footer a:visited span:hover {
  text-decoration: none;
}
.site-cooler-footer a:hover,
.site-cooler-footer span:hover {
  text-decoration: underline;
  color: #365ebf;
}
/* @group Site Footer */
.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;
}
/* @end */
/* @group Footer Water Cooler */
.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-instagram {
  background-position: -206px -713px;
}
.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-instagram:hover {
  background-position: -206px -762px;
}
.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;
}
/* @end */
/* @end */
/* @group Legal and Closing */
.footer-intuit-logo {
  height: 24px;
  width: 90px;
  background-position: -495px 0px;
}
.footer-legal {
  background-color: #0077c5;
  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: #fff;
}
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;
}
/* @end */
/* @end */
.two-grp div:first-child {
  margin-bottom: 5px;
}
.two-grp ul,
.one-grp ul {
  float: left;
  margin: 7px 0 5px 0;
}
/* Start of Footer Watercooler Boilerplate */
.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;
}
/* End of Footer Watercooler Boilerplate */
.bridge-site-footer {
  padding-top: 45px;
}
.bridge-site-footer a {
  color: #202020;
}
.bridge-site-footer a:hover {
  color: #365ebf;
}
.bridge-site-footer .ctext h5 {
  font-size: 14px;
}
.bridge-site-footer .ctext ul {
  margin-left: 0;
  margin-top: 15px;
}
.bridge-site-footer .ctext ul li {
  list-style-type: none;
}
.bridge-site-footer .ctext ul li a {
  font-size: 12px;
}
.bridge-footer-media {
  text-align: right;
}
.bridge-footer-media a {
  display: inline-block;
  margin-left: 2px;
}
.bridge-watercooler-boiler {
  padding-top: 6px;
  padding-bottom: 55px;
}
.bridge-watercooler-boiler .content-container {
  border-top: 1px solid #ccc;
  padding-top: 12px;
}
.bridge-watercooler-boiler .content-container a {
  color: #202020;
  font-size: 12px;
}
.bridge-watercooler-boiler .content-container a:hover {
  color: #365ebf;
}
.bridge-watercooler-boiler .content-container .ctext ul {
  margin-top: 4px;
}
.bridge-watercooler-boiler .content-container .ctext ul li {
  float: left;
  margin-left: 20px;
  margin-right: 5px;
}
.bridge-watercooler-boiler .content-container .ctext ul li:hover {
  text-decoration: underline;
}
.bridge-watercooler-boiler .content-container .ctext ul li:first-child {
  list-style: none;
  margin-left: 0;
}
.bridge-watercooler-boiler .content-container .ctext ul li:last-child {
  margin-right: 0;
}
.bridge-watercooler-boiler .content-container .ctext p {
  margin-top: 4px;
}
.bridge-watercooler-boiler .content-container .ctext p a.footer-icon-global {
  width: 114px;
  padding: 3px 0 3px 23px;
  margin-right: 0;
}
.bridge-watercooler-boiler .content-container .ctext p a:hover {
  background-position: -680px -100px;
}
.bridge-watercooler-boiler .content-container input[type="text"] {
  width: 170px;
  box-sizing: border-box;
  line-height: normal;
}
.bridge-watercooler-boiler .content-container input[type="submit"] {
  left: 147px;
}
.bridge-watercooler-boiler .content-container input:focus::-webkit-input-placeholder {
  color: transparent;
}
.bridge-watercooler-boiler .content-container input:focus:-moz-placeholder {
  color: transparent;
}
.bridge-watercooler-boiler .content-container input:focus::-moz-placeholder {
  color: transparent;
}
.bridge-watercooler-boiler .content-container input:focus:-ms-input-placeholder {
  color: transparent;
}
footer .bridge-watercooler-boiler .ctext ul li {
  display: list-item;
}
.ctext-top-padding {
  padding-top: 54px;
}
.ctext {
  margin: 0;
}
.ctext .link {
  color: #365ebf;
}
.ctext button {
  font-family: 'FS Albert Web 300', 'FS Albert Web', Calibri, 'Trebuchet MS', sans-serif;
  font-size: 26px;
  text-align: left;
  color: #365ebf;
  background: none;
  margin: 0px;
  padding: 0px;
  border: none;
  cursor: pointer;
  outline: none 0px;
  text-align: center;
  padding-top: 72px;
  padding-bottom: 54px;
  -moz-user-select: text;
}
.ctext button:hover {
  text-decoration: underline;
}
.ctext ul,
.ctext-nopadding ul,
.ctext ol,
.ctext-nopadding ol {
  margin-left: 15px;
  padding-top: 17px;
}
.ctext li,
.ctext-nopadding li {
  line-height: 24px;
}
.ctext ul > li,
.ctext-nopadding ul > li {
  list-style-type: disc;
}
.ctext .text-white,
.ctext-nopadding .text-white {
  color: #ffffff;
}
.ctext .text-grey,
.ctext-nopadding .text-grey {
  color: #808080;
}
@media (max-width: 767px) {
  .textalign-left-xs .ctext {
    text-align: left;
  }
  .textalign-center-xs .ctext {
    text-align: center;
  }
  .textalign-right-xs .ctext {
    text-align: right;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .textalign-left-sm .ctext {
    text-align: left;
  }
  .textalign-center-sm .ctext {
    text-align: center;
  }
  .textalign-right-sm .ctext {
    text-align: right;
  }
}
@media (min-width: 1023px) {
  .textalign-left-md .ctext {
    text-align: left;
  }
  .textalign-center-md .ctext {
    text-align: center;
  }
  .textalign-right-md .ctext {
    text-align: right;
  }
}
.table-style-2 {
  border: 0;
  border-collapse: collapse;
  font: 16px Helvetica, "Helvetica Neue", Arial, sans-serif;
}
.table-style-2 tr {
  border-bottom: 1px solid #969696;
}
.table-style-2 tr td {
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  vertical-align: top;
}
.table-style-2 tr:last-child {
  border-bottom: 0px solid #969696;
}
.cimage .img-right {
  float: right;
}
.cimage .img-center {
  margin: 0 auto;
  display: block;
}
.cimage .img-text-align {
  margin-top: 42px;
}
.cimage .img-border-width-small {
  border: 2px solid #3f6dc9;
}
.cimage .img-border-width-medium {
  border: 4px solid #3f6dc9;
}
.cimage .img-border-width-large {
  border: 6px solid #3f6dc9;
}
.cimage .img-rounded {
  border-radius: 6px;
}
.cimage .img-circle {
  border-radius: 50%;
}
.cimage .enable-hover:hover {
  opacity: 0.5;
}
.logo-quickbooks-185x40 {
  width: 185px;
  height: 40px;
  background-position: -229px -20px;
}
.logo-quickbooks-branding-185x40 {
  width: 185px;
  height: 40px;
  background-position: -250px -698px;
}
.logo-payroll-branding-185x40 {
  background-position: -252px -800px;
  display: block;
  height: 43px;
  width: 170px;
}
.logo-icom-168x49 {
  width: 88px;
  height: 30px;
  background-position: 0px 0px;
}
.logo-payroll-64x25 {
  width: 64px;
  height: 25px;
  background-position: -4px -136px;
}
.logo-payments-183x18 {
  width: 183px;
  height: 18px;
  background-position: -230px -100px;
}
.burst-icon-72x72 {
  width: 75px;
  height: 75px;
  background-position: 0px -602px;
}
.chevron-r-icon-8x12 {
  width: 8px;
  height: 15px;
  background-position: -82px -447px;
}
.chevron-d-icon-8x12 {
  width: 11px;
  height: 15px;
  background-position: -80px -394px;
}
/* FONTS FOR ON PAGE NAV */
@font-face {
  font-family: 'intuit-harmony-marketing';
  src: url('../../fonts/harmony_marketing/intuit-harmony-marketing.eot?iwsa8e');
  src: url('../../fonts/harmony_marketing/intuit-harmony-marketing.eot?#iefixiwsa8e') format('embedded-opentype'), url('../../fonts/harmony_marketing/intuit-harmony-marketing.woff?iwsa8e') format('woff'), url('../../fonts/harmony_marketing/intuit-harmony-marketing.ttf?iwsa8e') format('truetype'), url('../../fonts/harmony_marketing/intuit-harmony-marketing.svg?iwsa8e#intuit-harmony-marketing') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: 'intuit-harmony-marketing';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 32px;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-Binoculars:before {
  content: "\e609";
}
.icon-Chat:before {
  content: "\e60a";
}
.icon-Question:before {
  content: "\e60b";
}
.icon-Star:before {
  content: "\e60c";
}
.icon-Wrench:before {
  content: "\e60d";
}
.icon-Accountant:before {
  content: "\e600";
}
.icon-Check:before {
  content: "\e601";
}
.icon-Cloud:before {
  content: "\e602";
}
.icon-Display:before {
  content: "\e603";
}
.icon-FoodTruck:before {
  content: "\e604";
}
.icon-Overview:before {
  content: "\e605";
}
.icon-Price:before {
  content: "\e606";
}
.icon-Tech:before {
  content: "\e607";
}
.icon-User:before {
  content: "\e608";
}
.icon-Quickopedia:before {
  content: "\e60e";
}
.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 20px;
}
.cdisclosure ul li {
  list-style-type: disc;
}
.cdisclosure ol li {
  list-style-type: decimal;
}
.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;
}
/* FOR PRICING TABLE */
.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;
}
/**************/
/* TABS WITH TITLE */
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: #ffffff;
}
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: #ffffff;
}
ul.tabs .centering-div .ctext p.tab_subtitle {
  display: none;
}
ul.std-tabs li {
  width: 156px;
  height: 54px;
  border: 1px solid #ddd;
  background: transparent;
  background: -webkit-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
  background: -moz-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
  background: linear-gradient('to bottom', #ffffff 0%, #f2f2f2 100%);
}
ul.std-tabs li .centering-div .ctext p {
  color: #505050;
}
ul.std-tabs li:last-child {
  border-right: 1px solid #ddd;
}
ul.std-tabs li.active {
  background: rgba(0, 0, 0, 0.2);
  height: 56px;
}
ul.std-tabs li.active .centering-div .ctext p {
  color: #ffffff;
}
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;
}
/*  content displayed when each tab is active*/
.content-block .resp-midtab-title {
  display: none;
}
/* BEGIN RESPONSIVE TABS */
.responsive_tabs {
  /* this is the tabs with title & subtitle*/
  /* this content displayed when each tabbed is active*/
}
.responsive_tabs .ctabs {
  margin: 0;
}
.responsive_tabs ul.resp_tabs {
  list-style: none;
  margin: 0;
  text-align: left;
}
.responsive_tabs ul.resp_tabs .ccontainer {
  border: 1px solid #9caab0;
  background-color: #ffffff;
}
.responsive_tabs ul.resp_tabs li {
  background-image: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  height: 80px;
  outline: none;
}
.responsive_tabs ul.resp_tabs li .centering-div {
  border: 1px solid #9caab0;
  border-top: 6px solid #aaaaaa;
  background-color: #e6e6e6;
  display: table;
  height: 100%;
  padding: 0;
  width: 100%;
}
.responsive_tabs ul.resp_tabs li .centering-div .ctext {
  display: table-cell;
  padding: 0 8px;
  vertical-align: middle;
}
.responsive_tabs ul.resp_tabs li .centering-div .ctext p {
  color: #2ca01c;
  font: 500 20px/26px "FS Albert Web 100", "FS Albert Web", "Calibri", "Trebuchet MS", sans-serif;
}
.responsive_tabs ul.resp_tabs li .centering-div .ctext p.tab_subtitle {
  color: #202020;
  font: bold 14px/18px "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: block;
}
.responsive_tabs ul.resp_tabs li.active {
  background-color: inherit;
  background-image: none;
  border-width: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  z-index: 1000;
}
.responsive_tabs ul.resp_tabs li.active .centering-div {
  background-color: #ffffff;
  border-top: 6px solid #2ca01c;
  border-bottom: 1px solid #ffffff;
}
.responsive_tabs .content-block {
  border: 1px solid #9caab0;
  margin-top: -1px;
  padding: 10px;
}
.responsive_tabs .content-block .resp-midtab-title {
  display: none;
}
/*tablet 2*/
@media (max-width: 767px) {
  .responsive_tabs {
    height: auto;
  }
  .responsive_tabs ul.resp_tabs {
    display: none;
  }
  .responsive_tabs .content-block .resp-midtab-title {
    background-color: #2ca01c;
    color: #ffffff;
    display: block;
    margin: 4px 0;
    padding: 20px 0 20px 10px;
  }
  .responsive_tabs .content-block .resp-midtab-title .chevron-r-icon-8x12 {
    background-position: 0 -570px;
    visibility: visible;
    width: 29px;
    height: 17px;
    position: absolute;
    right: 25px;
  }
  .responsive_tabs .content-block .resp-midtab-title p {
    color: #ffffff;
    font: bold 16px/22px "FS Albert Web 100", "FS Albert Web", "Calibri", "Trebuchet MS", sans-serif;
  }
  .responsive_tabs .content-block .resp-midtab-title p.tab_subtitle {
    font-size: 14px;
    font-weight: normal;
    line-height: 16px;
  }
  .responsive_tabs .content-block .resp-midtab-title.active .chevron-r-icon-8x12 {
    background-position: -40px -570px;
  }
}
/* END RESPONSIVE TABS */
.ctabs-headings {
  z-index: 1000;
  padding: 47px 48px 32px 30px;
  position: absolute;
  background: #f5f5f5;
}
.ctabs-headings h1 {
  font-size: 46px;
  font-family: "FS Albert Web 300", "FS Albert Web", "Calibri", "Trebuchet MS", sans-serif;
  font-weight: 300;
}
.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, #ffffff 0%, #e8e8e8 100%);
  background: -moz-linear-gradient(top, #ffffff 0%, #e8e8e8 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #e8e8e8 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #e8e8e8 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #e8e8e8 100%);
  border-color: #aaaaaa;
}
.ctabs-headings ul.tabs li.active {
  background: #969696;
  color: #ffffff;
}
.ctabs-headings ul.tabs li.active div.ctext p {
  color: #ffffff;
}
.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;
}
body {
  /*-webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;*/
}
/* Overlay */
#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 .5s;
}
#simplemodal-overlay.show {
  opacity: .7;
  filter: alpha(opacity=70);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
/* Container */
#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);
}
/* modal page */
.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: "FS Albert Web 300", "FS Albert Web", "Calibri", "Trebuchet MS", sans-serif;
  font-weight: 300;
  font-size: 21px;
  margin-top: 15px;
}
.cmodal-page .crossed {
  text-decoration: line-through;
  color: #999;
}
.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;
}
.cmodal-page .sui-modal h1,
.cmodal-page .sui-modal h2 {
  margin-left: 0;
  padding: 8px 0;
}
.cmodal-page .sui-modal .cform {
  padding: 0 20px;
}
.cmodal-page .sui-modal .ctext {
  padding: 5px 10px 10px 10px;
}
.cmodal-page .sui-modal .grid {
  padding: 15px;
}
.cmodal-page .sui-modal .row > .span6 {
  width: 47.1%;
}
/**
 * this class is added to the body when a modal window is activated 
 * to prevent page body from scrolling; it is removed when the modal
 * window is closed
 */
.modal-open {
  overflow: hidden;
}
/**
 * Imported CSS for GEO IP Targeting
 *
 */
#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;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  #geo-ip-redirect-popup .no-thanks {
    margin-left: 0;
  }
  #geo-ip-redirect-popup .button {
    margin: 0 auto;
    width: 270px;
  }
  #geo-ip-redirect-popup .goto-site {
    margin-right: 0;
  }
  #geo-ip-redirect-popup p {
    margin-left: 16%;
    margin-right: 14%;
  }
}
/**
 * CSS rules for labor law modal
 *
 */
.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: #eee;
}
.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;
}
/*todo: get standard size from XD and make class name standard instead of specific */
/* add list select of default styles available in contaier */
/*todo: RTE h1 sizing should be standardized at font / base level  */
.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;
}
/* CSS for Intuit Online Payroll Modal */
.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;
  /*bullet section */
}
.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: 106px;
}
/* CSS for Are you using QB Modal */
.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;
}
/* CSS for Auto Height For Global properties */
.cmodal-resize-auto-height {
  height: auto;
}
.cmodal-resize-1000-width {
  width: 1000px;
}
.cmodal-resize-550-height {
  height: 550px;
}
.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: "FS Albert Web 300", "FS Albert Web", "Calibri", "Trebuchet MS", sans-serif;
  font-weight: 300;
  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;
}
/**** HAS TO BE MOVED OUT OF BANNER.LESS **/
#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;
}
.callout {
  border-radius: 2px;
  padding: 10px;
}
.bg-white {
  background-color: #ffffff;
}
/* Horizontal CTA */
.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;
}
.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);
}
.cvideo.responsive-video .poster img {
  cursor: pointer;
  width: 100%;
}
.responsive-video .simplemodal-wrap {
  overflow-y: hidden !important;
  background-color: #000;
}
.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: #eee;
}
.video-ratings {
  text-align: center;
}
.thumpsup-icon {
  background-image: url('../../images/thumb-sprite.svg');
  background-image: none, url('../../images/thumb-sprite-fallback.png');
  padding-left: 14px;
  width: 20px;
  height: 19px;
  background-position: 1px 1px;
  display: inline-block;
}
.youtube-views-text {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  color: #202020;
  padding-left: 8px;
  padding-right: 25px;
}
.youtube-views {
  font-family: "DIN Next W01 Medium";
  font-size: 26px;
  color: #202020;
  letter-spacing: -0.06em;
}
.video-like-text {
  font-family: "DIN Next W01 Medium";
  letter-spacing: -0.06em;
  color: #202020;
  font-size: 20px;
  padding-bottom: 10px;
  padding-right: 14px;
  padding-top: 8px;
}
.youtube-like-button {
  padding-bottom: 3px;
  padding-left: 14px;
  padding-right: 14px;
  margin-top: 0px;
  padding-top: 6px;
}
a.youtube-like-button:hover {
  border: 1px solid #365ebf;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  text-decoration: none;
  padding-left: 13px;
  padding-right: 13px;
}
a.youtube-like-button:hover .video-like-text {
  color: #365ebf;
}
a.youtube-like-button:hover .thumpsup-icon {
  background-position: 1px -19px;
}
a.likeed-by-user:hover .video-like-text {
  color: #2ca01c;
}
a.likeed-by-user .video-like-text {
  color: #2ca01c;
}
a.likeed-by-user:hover .thumpsup-icon {
  background-position: 1px -59px;
}
a.likeed-by-user .thumpsup-icon {
  background-position: 1px -59px;
}
a.likeed-by-user:hover {
  border: none;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  text-decoration: none;
  padding-left: 14px;
  padding-right: 14px;
}
.cproduct-selector {
  padding: 64px 0;
  /*
  .row {
    margin-left: 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;
}
.cproduct-selector .product-block-content .eCommerce-product-div .text1 .ctext {
  margin: 0px;
}
.flex-box {
  display: flex;
  flex-direction: row;
}
.fa-star {
  letter-spacing: 4px;
}
.cq-wcm-edit .cproduct-selector .product-block {
  display: block;
}
nav > header,
.site-header {
  width: 100%;
  height: 88px;
  background-color: #fff;
  border-bottom: 1px solid #eee;
}
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,
.site-header .ctext ul {
  /*.sub-menu>ul>li>a:hover {
            color: #fff;
            background-color: #365ebf;
            border-radius: 2px;
        }*/
}
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;
}
.melody-header .quickbooks-logo {
  margin-top: 32px;
  margin-bottom: 22px;
}
.melody-header .quickbooks-branding-logo {
  margin-top: 37px;
  margin-bottom: 22px;
}
.melody-header .melody-nav-links {
  margin-top: 38px;
}
.melody-header .melody-nav-links .ctext ul li .sub-menu a {
  color: #505050;
}
.melody-header .melody-nav-links .ctext ul li .sub-menu a,
.melody-header .melody-nav-links .ctext ul li .sub-menu a:visited {
  padding-top: 0px;
  text-transform: none;
  text-align: center;
  padding: 0px 0px 0px;
}
.melody-header .melody-nav-links .ctext ul li .sub-menu:hover > a {
  border-bottom: 3px solid #2b9d1b;
}
.melody-header .melody-nav-links .ctext ul li ul {
  box-shadow: none;
}
.melody-header .melody-nav-links .ctext ul li ul li {
  font-size: 14px;
}
.melody-header .melody-nav-links .ctext ul li ul li a {
  color: #383838;
  padding: 4px 22px 5px;
}
.melody-header .melody-nav-links .ctext ul li ul li a:hover {
  color: #ffffff;
  background-color: #656565;
  border-radius: 0;
}
.melody-header .melody-nav-links .ctext ul li:hover ul {
  padding: 14px 0px 26px 0px;
  margin-top: 1.46%;
}
.melody-header .melody-nav-links .ctext > ul > li {
  padding-left: 0px;
  padding-right: 30px;
  font-size: 15px;
}
.melody-header .melody-nav-links .ctext li:hover > .sub-menu > a {
  position: relative;
  z-index: 4;
  padding-bottom: 0px;
  border-bottom: 3px solid #2b9d1b;
  text-decoration: none;
}
.melody-header .melody-nav-links.melody-signin-links {
  margin-top: 48px;
  text-align: right;
}
.melody-header .melody-nav-links.melody-signin-links .ctext ul li {
  text-align: left;
}
.melody-header .melody-nav-links.melody-signin-links .ctext ul li ul {
  margin-top: 7px;
}
.melody-header .melody-nav-links.melody-signin-links .ctext ul li .sub-menu a {
  color: #365ebf;
}
.melody-header .melody-nav-links.melody-signin-links .ctext ul li .sub-menu a:hover {
  text-decoration: none;
}
.melody-header .melody-nav-links.melody-signin-links .ctext ul li:last-child {
  padding-right: 0;
}
.melody-header .melody-nav-links.melody-signin-links .ctext ul li:last-child ul {
  right: 0;
}
/* Styles for shared page template */
.sharable-promo-banner .promo-banner {
  margin-bottom: 1px;
}
.sharable-hero .ctext,
.sharable-hero .ctext .h2,
.sharable-hero .ctext h2 {
  line-height: 50px;
  color: #fff;
}
.sharable-banner .banner-text .h3,
.sharable-banner .banner-text h3 {
  color: #fff;
}
.sharable-pricing-section .pricing-card-content ul {
  margin-top: 2px;
  margin-left: 0px;
}
.header-right-col * {
  box-sizing: border-box;
}
.header-right-col .phone-icon,
.chat-icon {
  background-image: url('../../images/global-sprite-fallback.png');
  background-image: url('../../images/global-sprite.svg');
  display: inline-block;
  height: 20px;
  margin: 10px 0 0 10px;
  width: 20px;
}
.header-right-col .chat-icon {
  background-position: -299px -399px;
}
.header-right-col .phone-icon {
  background-position: -269px -400px;
}
.header-right-col {
  position: fixed;
  right: 0;
  top: 201px;
  z-index: 10;
}
.phone-icon-section {
  top: 0;
  position: relative;
  z-index: 1000;
}
.phone-icon-content-section {
  float: left;
}
.for-sales-content-section .icon-bg-section {
  background: none;
}
.for-sales-content-section .for-sales-content {
  float: left;
  font-weight: normal;
  text-indent: 2px;
  white-space: nowrap;
  padding: 22px 8px 0;
}
.icon-bg-section {
  background: #355dbf;
  float: left;
  height: 40px;
  width: 40px;
}
.phone-icon-content {
  background-color: #fff;
  display: inline-block;
  float: right;
  font-weight: bold;
  padding: 8px 8px;
  position: relative;
}
.chat-icon-section {
  position: relative;
  z-index: 1000;
}
.chat-icon-section .blue-button {
  background-color: #fff;
  margin: 0;
  padding: 6px 13px;
  display: inline-block;
}
.chat-icon-section .blue-button a {
  padding: 4px 10px;
}
.chat-icon-container {
  margin-top: 7px;
  height: 39px;
}
.chat-button-container {
  background-color: #fff;
  display: inline-block;
  height: 40px;
  padding: 5px 8px;
}
.chat-button-container img {
  background-image: url('../../images/global-sprite-fallback.png');
  background-image: url('../../images/global-sprite.svg');
  display: block;
  height: 30px;
  margin: 0 auto;
}
.chat-button-container a.ctasecondary,
.chat-button-container a.ctasecondary:hover {
  font-size: 14px;
  color: #fff;
  background-position: right -29px, 0 0;
  text-decoration: none;
  height: 26px;
  line-height: 1.8em;
  padding-top: 1px;
  padding-right: 12px;
  display: inline-block;
}
.phone-sticky-label {
  color: #fff;
  /* margin-top: 5px; */
  position: relative;
  top: -14px;
  font-size: 8px;
  left: 10px;
  float: left;
  clear: both;
}
.chat-sticky-label {
  color: #fff;
  /* margin-top: 5px; */
  position: relative;
  top: -7px;
  font-size: 8px;
  left: 12px;
}
.melody-img-position {
  position: relative;
  top: -6px;
}
.melody_style_sticky {
  top: 501px;
}
.melody-phone-fix {
  margin-bottom: -15px;
}
#chat-supportbox {
  position: fixed;
  top: 145px;
  right: 0;
  height: 140px;
  border: solid 2px #efefef;
  background: #FFFFFF;
  color: #000000;
  text-align: center;
  z-index: 1001;
  padding: 20px;
  /*background-color:rgba(255,255,255,0.99);*/
}
#chat-supportbox p {
  font-size: 12px;
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}
#chat-supportbox a.ctaa.ctasecondary {
  font-size: 14px;
  padding-top: 7px;
}
#chat-supportbox h3 {
  font-size: 20px;
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}
@media only screen and (max-width: 1420px) {
  #chat-supportbox {
    top: 515px;
  }
}
@media only screen and (max-width: 1000px) {
  .chat-topposition {
    top: 635px;
    background: green;
  }
  .chat-bottomposition {
    bottom: 500px;
    background: red;
  }
}
.cq-wiz-edit-show {
  display: none;
}
.wizard .cpricing-card {
  text-align: center;
}
.wizard .cta-align-right {
  float: right;
}
.cq-wcm-edit .wizard .cta-align-right {
  float: none;
}
/*
This is not the write way to handle the image
We should revisit this 
*/
.wizard img {
  width: auto;
}
.wizard ul li .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  text-indent: -9999px;
}
.wizard ul li {
  list-style-type: none;
  position: relative;
  display: block;
  padding-left: 30px;
}
.wizard ul li,
.cbulleted-list .contact ul li {
  margin-bottom: 15px;
  margin-bottom: 1.5rem;
  line-height: 1.45;
}
/* tooltip */
.tool-tip-container {
  position: relative;
  width: auto;
  height: auto;
}
.tool-tip,
.image-tool-tip {
  text-shadow: none;
  background-color: #fff;
  color: #202020;
  visibility: hidden;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
  font-size: 14px;
  line-height: 18px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  opacity: 0;
  z-index: 999;
  padding: 20px;
  position: absolute;
  cursor: default;
  min-width: 180px;
  min-height: 50px;
}
.tool-tip {
  min-width: 250px;
}
/* on hover of element containing tooltip default*/
.tool-tip-container:hover .tool-tip,
.tool-tip-container:hover .image-tool-tip {
  visibility: visible;
  opacity: 1;
}
.tool-tip-container .tool-tip:hover,
.tool-tip-container .image-tool-tip:hover {
  visibility: hidden;
  opacity: 0;
}
a .p1:hover .tool-tip-container .tool-tip {
  visibility: visible;
  opacity: 1;
}
a .p1 .tool-tip-container .tool-tip:hover {
  visibility: hidden;
  opacity: 0;
}
.tool-tip.top {
  top: auto;
  bottom: 165%;
}
.tool-tip.bottom {
  top: 165%;
}
.tool-tip.left {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: auto;
  right: 110%;
}
.tool-tip.right {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: auto;
  left: 110%;
}
.image-tool-tip.bottom {
  top: 103%;
}
.image-tool-tip.bottom:after {
  position: absolute;
  top: -14px;
  left: 50%;
  margin-left: -7px;
  content: ' ';
  height: 0px;
  width: 0px;
  border: 7px solid transparent;
  border-top-color: transparent;
  border-bottom-color: #fff;
}
.image-tool-tip.left {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: auto;
  right: 105%;
}
.image-tool-tip.left:after {
  position: absolute;
  left: auto;
  right: -14px;
  content: ' ';
  top: 50%;
  margin-top: -6px;
  bottom: auto;
  border: 7px solid transparent;
  border-top-color: transparent;
  border-left-color: #fff;
}
.image-tool-tip.top {
  top: auto;
  bottom: 106%;
}
.image-tool-tip.top:after {
  position: absolute;
  bottom: -14px;
  left: 50%;
  margin-left: -7px;
  content: ' ';
  height: 0px;
  width: 0px;
  border: 7px solid transparent;
  border-top-color: #fff;
}
.image-tool-tip.right {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: auto;
  left: 105%;
}
.image-tool-tip.right:after {
  position: absolute;
  right: auto;
  content: ' ';
  left: -14px;
  top: 50%;
  margin-top: -6px;
  bottom: auto;
  border: 7px solid transparent;
  border-top-color: transparent;
  border-right-color: #fff;
}
.fa-star,
.fa-star-half {
  font-size: 24px;
  color: #ffaf41;
}
/** 
 * the .cta-bar is a cta wrapper/container that contains a cta element
 * and for DR is usually displayed responsively only when a page is in mobile
 * mode (the mobile mode creates a lengthier page and the cta bars displays
 * relevant ctas again in place w/o the user having to scroll back to top of page
 */
.cta-bar {
  /**
     * override following styles to remove bg sprite to enable cta to stretch 100% w/o sprite icons bleeding thru 
     * TODO: find a better method to do this w/o duplicating styles here, perhaps with a mixin
     */
}
.cta-bar .ccta a {
  border-radius: 0;
  border: 0;
  width: 100%;
  max-width: 100%;
  padding: 11px 0 8px;
}
.cta-bar .ctacenter {
  text-align: center;
}
.cta-bar .ctaprimary {
  height: auto;
  background: #f77b00;
  background: linear-gradient(to bottom, #f77b00 0%, #f55e00 100%);
  background: -webkit-linear-gradient(top, #f77b00 0%, #f55e00 100%);
  background: -moz-linear-gradient(top, #f77b00 0%, #f55e00 100%);
  background: -o-linear-gradient(top, #f77b00 0%, #f55e00 100%);
  background: -ms-linear-gradient(top, #f77b00 0%, #f55e00 100%);
  background-position: 0% 0% !important;
}
.cta-bar .ctaprimary:hover {
  background: #ff8e17;
  background: linear-gradient(to bottom, #ff8e17 0%, #ff6c12 100%);
  background: -webkit-linear-gradient(top, #ff8e17 0%, #ff6c12 100%);
  background: -moz-linear-gradient(top, #ff8e17 0%, #ff6c12 100%);
  background: -o-linear-gradient(top, #ff8e17 0%, #ff6c12 100%);
  background: -ms-linear-gradient(top, #ff8e17 0%, #ff6c12 100%);
}
.cta-bar .ctaprimary:active {
  background: #f45400;
  background: linear-gradient(to bottom, #f45400 0%, #f98a00 100%);
  background: -webkit-linear-gradient(top, #f45400 0%, #f98a00 100%);
  background: -moz-linear-gradient(top, #f45400 0%, #f98a00 100%);
  background: -o-linear-gradient(top, #f45400 0%, #f98a00 100%);
  background: -ms-linear-gradient(top, #f45400 0%, #f98a00 100%);
}
.cta-bar .ctasecondary {
  background: #3f6dc9;
  background: linear-gradient(to bottom, #3f6dc9 0%, #3054b8 100%);
  background: -webkit-linear-gradient(top, #3f6dc9 0%, #3054b8 100%);
  background: -moz-linear-gradient(top, #3f6dc9 0%, #3054b8 100%);
  background: -o-linear-gradient(top, #3f6dc9 0%, #3054b8 100%);
  background: -ms-linear-gradient(top, #3f6dc9 0%, #3054b8 100%);
  background-position: 0% 0% !important;
}
.cta-bar .ctasecondary:hover {
  background: #477bdb;
  background: linear-gradient(to bottom, #477bdb 0%, #375fcf 100%);
  background: -webkit-linear-gradient(top, #477bdb 0%, #375fcf 100%);
  background: -moz-linear-gradient(top, #477bdb 0%, #375fcf 100%);
  background: -o-linear-gradient(top, #477bdb 0%, #375fcf 100%);
  background: -ms-linear-gradient(top, #477bdb 0%, #375fcf 100%);
}
.cta-bar .ctasecondary:active {
  background: #3054b8;
  background: linear-gradient(to bottom, #3054b8 0%, #3f6dc9 100%);
  background: -webkit-linear-gradient(top, #3054b8 0%, #3f6dc9 100%);
  background: -moz-linear-gradient(top, #3054b8 0%, #3f6dc9 100%);
  background: -o-linear-gradient(top, #3054b8 0%, #3f6dc9 100%);
  background: -ms-linear-gradient(top, #3054b8 0%, #3f6dc9 100%);
}
.ceditorial .heading {
  padding: 72px 40px 30px 40px;
  padding: 7.2rem 4rem 3rem 4rem;
}
.ceditorial .feedback-left,
.ceditorial .feedback-right {
  padding: 72px 40px;
  padding: 7.2rem 4rem;
}
.ceditorial .feedback-left p,
.ceditorial .feedback-right p {
  line-height: 1.75;
}
.ceditorial .feedback-right h2 {
  font-size: 26px;
}
.ceditorial .article {
  -moz-column-count: 2;
  /* Firefox */
  -webkit-column-count: 2;
  /* Safari and Chrome */
  column-count: 2;
  -moz-column-gap: 4rem;
  /* Firefox */
  -webkit-column-gap: 4rem;
  /* Safari and Chrome */
  column-gap: 4rem;
  padding: 0 40px 72px 40px;
  padding: 0 4rem 7.2rem 4rem;
}
.ceditorial .article p {
  line-height: 1.75;
}
.ceditorial .mini-hero {
  background: #f0640f;
}
.ceditorial .mini-hero .container {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.ceditorial .mini-hero .container .col-xs-4,
.ceditorial .mini-hero .container .col-xs-8 {
  padding-left: 0;
  padding-right: 0;
  position: relative;
}
.ceditorial .mini-hero .container .col-xs-4 .arrow-right,
.ceditorial .mini-hero .container .col-xs-8 .arrow-right {
  position: absolute;
  top: 43%;
  left: 1px;
  z-index: 10;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #f0640f;
}
.ceditorial .mini-hero .container .row {
  margin-left: 0;
  margin-right: 0;
}
.ceditorial .mini-hero-text {
  padding: 75px 40px;
  padding: 7.5rem 4rem;
}
.ceditorial .mini-hero-text p span.p1 {
  color: #fff;
  line-height: 1.5;
  letter-spacing: 1px;
}
.ceditorial .mini-hero-image img {
  margin-left: 1px;
  /* makes up for 1px off due to percentage widths */
}
/* PHONE DEVICES */
@media only screen and (max-width: 960px) {
  .ceditorial .mini-hero-text {
    padding: 40 40px;
    padding: 4rem 4rem;
  }
  .ceditorial .mini-hero-text p span.p1 {
    color: #fff;
    line-height: 1.5;
    letter-spacing: 1px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .ceditorial .heading {
    padding: 40x 40px 30px 40px;
    padding: 4rem 4rem 3rem 4rem;
  }
  .ceditorial .article {
    -moz-column-count: 1;
    /* Firefox */
    -webkit-column-count: 1;
    /* Safari and Chrome */
    column-count: 1;
  }
  .ceditorial .mini-hero-image img {
    margin-left: 0;
  }
  .ceditorial .arrow-right {
    display: none;
  }
  .ceditorial .feedback-left {
    padding: 40px 10px 0 0;
    padding: 4rem 1rem 0 0;
  }
  .ceditorial .feedback-right {
    padding: 40px 10px 20px 0;
    padding: 4rem 1rem 2rem 0;
  }
}
@media only screen and (max-width: 690px) {
  .ceditorial {
    /*	fixes Android (Landscape) bug
        	bootstrap3 classes handles 768px and below as one, so custom make phone columns stack 
        */
  }
  .ceditorial .row [class*="col-"] {
    width: auto;
    float: none;
  }
}
@media only screen and (max-width: 480px) {
  .ceditorial {
    /* bootstrap3 classes handles 768px and below as one, so custom make phone columns stack */
    /* likewise, remove column offsets when below 480px */
  }
  .ceditorial .row [class*="col-"] {
    width: auto;
    float: none;
  }
  .ceditorial .row [class*="offset-"] {
    margin-left: 0;
  }
  .ceditorial .heading {
    padding: 20px 10px 0 10px;
    padding: 2rem 1rem 0 1rem;
  }
  .ceditorial .article {
    -moz-column-count: 1;
    /* Firefox */
    -webkit-column-count: 1;
    /* Safari and Chrome */
    column-count: 1;
    padding: 20px 10px 40px 10px;
    padding: 2rem 1rem 4rem 1rem;
  }
  .ceditorial .mini-hero .col-xs-8 {
    padding-left: 0;
    padding-right: 0;
  }
  .ceditorial .mini-hero-text {
    padding: 40px 20px;
    padding: 4rem 2rem;
  }
  .ceditorial .feedback-left {
    padding: 40px 10px 0 0;
    padding: 4rem 1rem 0 0;
  }
  .ceditorial .feedback-right {
    padding: 40px 10px 20px 0;
    padding: 4rem 1rem 2rem 0;
  }
}
.footer-legal-content {
  width: 100%;
  max-width: 960px;
  padding: 0 10px;
  padding: 0 1rem;
}
.footer-legal-content .footer-intuit-logo {
  display: block;
  text-indent: -100em;
}
a.footer-legal-link:hover {
  color: #fff;
}
@media (max-width: 1024px) {
  footer {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .footer-legal-content .footer-legal-links-col {
    clear: left;
    width: 100%;
  }
  .footer-legal-content .footer-legal-links-col .footer-legal-links {
    margin: 20px 4px 0;
    margin: 2rem 0.4rem 0;
    float: none;
  }
  .footer-legal-truste-logo-container {
    text-align: left;
    margin-top: 20px;
    margin-top: 2rem;
  }
}
@media (max-width: 479px) {
  .footer-legal-content .footer-intuit-logo {
    width: 160px;
    height: 50px;
    background-position: -495px -140px;
    background-position: -495px -140px, -495px -140px;
    /* Retina display support */
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 36px;
    margin-bottom: 12px;
  }
  h2,
  .section-header {
    font-size: 32px;
  }
}
@media (max-width: 567px) {
  h2 {
    font-size: 22px;
  }
}
.nav-bar .nav-bar-container {
  width: 100%;
  max-width: 972px;
}
.container.parbase,
.container.parsys {
  width: auto;
  padding: 0;
}
@media (max-width: 700px) {
  #simplemodal-container,
  .cmodal-page {
    width: 100%;
  }
  .cmodal-page {
    height: 400px;
    padding: 50px 10px 40px 10px;
    overflow-y: scroll;
  }
  .cmodal-page .row {
    margin: 0;
  }
}
@media (min-width: 700px) {
  #simplemodal-container,
  .cmodal-page {
    width: 700px;
  }
  #simplemodal-container .cmodal-page,
  .cmodal-page .cmodal-page {
    padding: 50px 10px 40px 10px;
    overflow-y: scroll;
  }
}
[class^="col-"].ungutter,
[class*=" col-"].ungutter {
  padding-left: 0;
  padding-right: 0;
}
.bg-green {
  box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.2);
}
.dropdown-menu {
  top: auto;
}
.navbar {
  margin-bottom: 0;
}
[id^="cq-gen"] img[src*="linkchecker"] {
  width: auto;
}
.image-scale {
  width: 100%;
}
img {
  width: auto;
  height: auto;
}
.show-on-cq-only {
  display: none;
}
[class^="cq-wcm-"] .show-on-cq-only {
  display: block;
}
.cq-image-placeholder {
  min-height: 50px;
}
#lpDebugMainDiv #infoPanelMain img[src='http://sales.liveperson.net/visitor/addons/debugtool/images/close.png'] {
  width: auto;
}
a,
.nav-bar a[href*="tel:"] {
  color: #365ebf;
}
.ccta {
  height: auto;
}
.ccta:hover {
  color: #fff;
}
.property-header.Quickbooks.nav-bar .slim-header {
  margin: 20px 30px 13px 16px;
  margin: 2rem 3rem 1.3rem 1.6rem;
}
.dr-alert-box {
  padding: 40px 10%;
  padding: 4rem 10%;
  background-color: #e33d43;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 300;
  line-height: 14px;
  line-height: 1.4rem;
}
.dr-alert-box * {
  color: #fff;
}
.dr-alert-box h3 {
  margin: 5px 0 10px;
  margin: 0.5rem 0 1rem;
}
.dr-alert-box ul {
  list-style-type: disc;
  margin-left: 20px;
  margin-left: 2rem;
}
.dr-alert-box ul li {
  margin: 3.3px 0 0;
  margin: 0.33rem 0 0;
}
li.sign-up-nav {
  position: relative;
  top: -1px;
}
li.sign-up-nav a,
li.sign-up-nav a:hover {
  color: #202020;
  line-height: 1.5;
}
.comparison-chart {
  margin: 0;
  padding: 3.6rem 0 0 0;
}
.cdisclosure {
  margin-top: 0;
}
.editorial-divider-c .interspace_container {
  padding-bottom: 0;
}
.editorial-divider-c .interspace_divider {
  margin-top: 0;
}
.editorial-divider-c hr {
  margin-bottom: 0;
}
.dr-nagbar-ie8 {
  background: #f0f0f0;
  padding: 10px;
  font: normal 11px Arial;
}
.dr-nagbar-ie8 a {
  display: inline-block;
  background: #e6e6e6;
  margin-left: 15px;
  font-weight: bold;
  padding: 5px 10px;
  border: 1px outset #fff;
  color: #000;
}
.dr-nagbar-ie8 a:hover {
  background: #e0e0e0;
  text-decoration: none;
}
.container-fluid {
  padding: 0 10px;
}
@media (min-width: 1024px) {
  .container-fluid {
    width: 960px;
    margin: 0 auto;
  }
}
@media (max-width: 1024px) {
  .outer-container {
    border: none;
    width: 100%;
  }
}
@media (max-width: 960px) {
  .content-container {
    width: 100%;
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .outer-container {
    margin-top: 0;
  }
  .cdisclosure a {
    text-align: center;
    display: block;
  }
}
.ccontainer ~ .outer-container {
  margin-top: 25px;
}
.ctaprimary:hover,
.ctaprimary:hover {
  color: #fff;
}
.ctatertiary:hover {
  color: #365ebf;
}
.ccta a {
  /*box-sizing: content-box;
    -moz-box-sizing: content-box;*/
}
.cq-wcm-edit section[class*="hidden-"] {
  display: block !important;
}
.cq-wcm-edit .cvideo {
  padding-bottom: 30px;
  background-color: #eee;
}
@media (max-width: 767px) {
  .resp_img .bg {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .interspace_container {
    padding-bottom: 72px;
  }
}
body .header-grey-screen {
  position: fixed;
  z-index: 2;
  background-color: grey;
  opacity: 0.5;
  cursor: pointer;
}
body .header-temporary-fixed {
  position: fixed;
  overflow: hidden;
  width: inherit;
}
#globalNavHeader .global-header-resp.us-header-resp div.navhdr-menu-ctnr {
  margin-top: 17px;
}
#globalNavHeader .global-header-resp.us-header-resp .navhdr-menu ul:first-child > li {
  text-align: inherit;
}
#globalNavHeader .global-header-resp.us-header-resp .navhdr-menu ul:first-child > li > a,
#globalNavHeader .global-header-resp.us-header-resp .navhdr-menu ul:first-child > li > a:visited {
  color: #505050;
  text-transform: none;
  font: 15px "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#globalNavHeader .global-header-resp.us-header-resp .navhdr-menu ul:first-child > li ul {
  margin: 3px 0 0 0;
  padding: 5px 0px 5px 0px;
}
#globalNavHeader .global-header-resp.us-header-resp .navhdr-menu ul:first-child > li ul li > a {
  font: 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#globalNavHeader .global-header-resp.us-header-resp .navhdr-menu ul:first-child > li ul li > a:hover {
  background-color: #656565;
}
#globalNavHeader .global-header-resp.us-header-resp .navhdr-menu ul:first-child > li:hover > a {
  color: #505050;
  border-bottom: 3px solid #2b9d1b;
}
#globalNavHeader .global-header-resp.us-header-resp div.navhdr-cta-ctnr {
  margin-top: 38px;
}
#globalNavHeader .global-header-resp.us-header-resp div.navhdr-cta-ctnr a.ctaplain {
  font-size: 15px;
  text-decoration: none;
  padding: 0px;
  white-space: nowrap;
}
#globalNavHeader .global-header-resp.us-header-resp div.navhdr-cta-ctnr a.ctaplain:hover {
  border-bottom: 3px solid #2b9d1b;
}
#globalNavHeader .global-header-resp.us-header-resp div.navhdr-cta-ctnr ul li a:hover {
  background-color: #656565;
}
#globalNavHeader .global-header-resp.us-header-resp div.navhdr-cta-ctnr .signin-hover {
  width: 240px;
  padding: 5px 0px 5px 0px;
}
#globalNavHeader .global-header-resp.us-header-resp div.navhdr-cta-ctnr .signin-hover li > a {
  font: 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#globalNavHeader .global-header-resp div.navhdr-menu-ctnr {
  margin-top: 8px;
}
#globalNavHeader .global-header-resp div.navhdr-icons-ctnr {
  margin-top: 24px;
}
#globalNavHeader .global-header-resp div.navhdr-cta-ctnr {
  margin-top: 26px;
  padding: 0;
}
#globalNavHeader .global-header-resp div.navhdr-cta-ctnr a.ctasecondary,
#globalNavHeader .global-header-resp div.navhdr-cta-ctnr a.ctatertiary {
  font-size: 14px;
  line-height: 1.8em;
  padding: 4px 16px 0 16px;
  height: 32px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#globalNavHeader .global-header-resp div.navhdr-cta-ctnr .parbase ul,
#globalNavHeader .global-header-resp div.navhdr-cta-ctnr .parbase ul:hover {
  display: block;
  height: auto;
  width: 180px;
  opacity: 1;
  position: relative;
}
#globalNavHeader .global-header-resp div.navhdr-cta-ctnr 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;
  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;
}
#globalNavHeader .global-header-resp div.navhdr-cta-ctnr ul li {
  line-height: normal;
}
#globalNavHeader .global-header-resp div.navhdr-cta-ctnr ul li a {
  padding: 8px 10px;
  display: block;
  color: #202020;
}
#globalNavHeader .global-header-resp div.navhdr-cta-ctnr ul li a:hover {
  color: #fff;
  background-color: #365ebf;
  border-radius: 2px;
  text-decoration: none;
}
#globalNavHeader .global-header-resp div.navhdr-cta-ctnr .signin-hover {
  display: block;
  height: auto;
  width: 170px;
  padding: 5px 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;
}
#globalNavHeader .global-header-resp div.navhdr-cta-ctnr .signin-hover li {
  padding-left: 0px;
  display: block;
}
#globalNavHeader .global-header-resp div.navhdr-cta-ctnr .signin-hover li > a {
  line-height: 1.3;
  padding: 10px 10px;
  font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#globalNavHeader .global-header-resp .ctext li {
  line-height: 8px;
}
#globalNavHeader .global-header-resp .ctext ul li {
  padding-left: 20px;
}
#globalNavHeader .global-header-resp .ctext ul li .sub-menu:hover a {
  padding-bottom: 22px;
}
#globalNavHeader .global-header-resp .ctext ul li ul li {
  padding-left: 0px;
  display: block;
}
#globalNavHeader .global-header-resp .ctext ul li ul li a {
  color: #202020;
}
#globalNavHeader .navhdr-icons-ctnr,
#globalNavHeader .navhdr-cta-ctnr {
  display: table;
}
#globalNavHeader .navhdr-menu-ctnr {
  padding: 0;
  max-width: 510px;
}
#globalNavHeader .navhdr-cta-ctnr {
  float: right;
}
#globalNavHeader .navhdr-cta-ctnr .navhdr-cta > div:first-child {
  width: 100%;
  display: table;
}
#globalNavHeader .navhdr-cta-ctnr .navhdr-cta > div:first-child > div {
  display: table-cell;
  vertical-align: middle;
  padding: 0 0;
}
#globalNavHeader .navhdr-menu ul:first-child {
  width: 100%;
  display: table;
  padding: 0 0;
}
#globalNavHeader .navhdr-menu ul:first-child > li {
  height: 80px;
  display: table-cell;
  vertical-align: middle;
  padding: 0 0;
  text-align: center;
  border-bottom: 4px solid #ffffff;
}
#globalNavHeader .navhdr-menu ul:first-child > li > a,
#globalNavHeader .navhdr-menu ul:first-child > li > a:visited {
  color: #202020;
  margin: 6px 0 0 0;
  text-transform: uppercase;
  border-bottom: none;
  padding: 0;
  text-align: center;
  font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#globalNavHeader .navhdr-menu ul:first-child > li ul {
  margin: 35px 0 0 0;
  padding: 5px 5px;
}
#globalNavHeader .navhdr-menu ul:first-child > li ul li > a {
  color: #202020;
  text-align: left;
  line-height: 1.3;
  padding: 10px 10px;
  font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#globalNavHeader .navhdr-menu ul:first-child > li ul li > a:hover {
  color: #fff;
  text-decoration: none;
}
#globalNavHeader .navhdr-menu ul:first-child > li:hover {
  border-bottom: 4px solid #365ebf;
}
#globalNavHeader .navhdr-menu ul:first-child > li:hover > a {
  z-index: 4;
  color: #365ebf;
  text-decoration: none;
  border-bottom: none;
}
#globalNavHeader .navhdr-menu ul:first-child > li:hover .sub-menu > a {
  color: #365ebf;
  border-bottom: none;
  text-decoration: none;
}
#globalNavHeader .eyebrow-boiler-search form {
  height: 35px ;
  margin-top: 15px;
}
#globalNavHeader .eyebrow-boiler-search form div.cform-field {
  display: inline;
  height: 30px;
}
#globalNavHeader .drawer-btn-ctnr {
  float: left;
  display: table;
  padding: 3px 0 0 9px;
}
#globalNavHeader .drawer-btn-ctnr .drawer-btn {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 20px;
  height: 20px;
  background-image: url('../../images/global-sprite-fallback.png');
  background-image: url('../../images/global-sprite.svg');
  background-position: 0px -539px;
  background-repeat: no-repeat;
}
.sidr.left {
  display: none;
  width: 260px;
  height: 100%;
  left: -260px;
  right: auto;
  background-color: #193048;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  position: fixed;
  top: 0;
  z-index: 999999;
  overflow-x: none;
  overflow-y: auto;
  color: #ffffff;
}
.sidr.left .navhdr-menu > li div:first-child {
  background-color: #1a3d65;
}
.sidr.left .eyebrow-boiler-nav > li div:first-child {
  background-color: #1d3856;
}
.sidr.left > ul {
  margin: 0 0;
  border: none;
}
.sidr.left > ul > li {
  border: none;
  margin: 0 0 1px 0;
  padding: none;
  background-color: none;
}
.sidr.left > ul > li > div {
  padding: 8px 20px;
  height: 34px;
}
.sidr.left > ul > li > div .submenu-text {
  float: left;
  width: 190px;
  text-align: left;
  font: 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.sidr.left > ul > li > div > span {
  cursor: pointer;
}
.sidr.left > ul > li > div .submenu-arrow {
  width: 19px;
  height: 16px;
  padding: 0 0;
  float: right;
  background-image: url('../../images/global-sprite-fallback.png');
  background-image: url('../../images/global-sprite.svg');
  background-position: -96px -396px;
  background-repeat: no-repeat;
}
.sidr.left > ul > li > div .submenu-arrow.down {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.sidr.left > ul > li > div .submenu-arrow.up {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
}
.sidr.left > ul > li > div:hover,
.sidr.left > ul > li > div a,
.sidr.left > ul > li > div a:visited,
.sidr.left > ul > li > div a:hover,
.sidr.left > ul > li > div div {
  color: #ffffff;
  text-decoration: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  line-height: normal;
}
.sidr.left > ul > li > ul {
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  background-color: #193048;
  overflow: hidden;
}
.sidr.left > ul > li > ul.closed {
  -webkit-transition: max-height 0.3s ease-out;
  -moz-transition: max-height 0.3s ease-out;
  -o-transition: max-height 0.3s ease-out;
  transition: max-height 0.3s ease-out;
}
.sidr.left > ul > li > ul.open {
  -webkit-transition: max-height 0.4s ease-out;
  -moz-transition: max-height 0.4s ease-out;
  -o-transition: max-height 0.4s ease-out;
  transition: max-height 0.4s ease-out;
}
.sidr.left > ul > li > ul > li {
  padding: 0 3px 17px 20px;
}
.sidr.left > ul > li > ul > li:first-child {
  padding-top: 20px;
}
.sidr.left > ul > li > ul > li:last-child {
  padding-bottom: 20px;
}
.sidr.left > ul > li > ul > li a,
.sidr.left > ul > li > ul > li a:visited,
.sidr.left > ul > li > ul > li a:hover,
.sidr.left > ul > li > ul > li > * {
  color: #ffffff;
  display: block;
  font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: left;
  text-decoration: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.sidr.left .navhdr-cta {
  padding: 15px 20px 0 20px;
  width: 100%;
}
.sidr.left .navhdr-cta .ccta {
  width: 100%;
  height: 44px;
  padding: 0 0 10px 0;
}
.sidr.left .navhdr-cta .ccta a {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  text-align: center;
}
.sidr.left .navhdr-cta .ccta a.ctasecondary {
  padding: 2px 0;
}
.sidr.left .navhdr-cta .ccta a.ctasecondary span {
  width: 188px;
  float: left;
  padding: 4px 0px 4px 30px;
  line-height: normal;
}
.sidr.left .navhdr-cta .ccta a.ctasecondary .submenu-arrow {
  width: 30px;
  height: 28px;
  float: right;
  border: none;
  padding: 0;
  background-image: url('../../images/global-sprite-fallback.png');
  background-image: url('../../images/global-sprite.svg');
  background-position: -973px -428px;
  background-repeat: no-repeat;
}
.sidr.left .navhdr-cta .ccta a.ctasecondary .submenu-arrow.down {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.sidr.left .navhdr-cta .ccta a.ctasecondary .submenu-arrow.up {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
}
.sidr.left .navhdr-cta ul {
  width: 100%;
  background-color: #fff;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  overflow: hidden;
  position: relative ;
  top: -11px;
}
.sidr.left .navhdr-cta ul.closed {
  border: none;
  -webkit-transition: max-height 0.3s ease-out;
  -moz-transition: max-height 0.3s ease-out;
  -o-transition: max-height 0.3s ease-out;
  transition: max-height 0.3s ease-out;
}
.sidr.left .navhdr-cta ul.open {
  border: 1px solid #ccc;
  -webkit-transition: max-height 0.4s ease-out;
  -moz-transition: max-height 0.4s ease-out;
  -o-transition: max-height 0.4s ease-out;
  transition: max-height 0.4s ease-out;
}
.sidr.left .navhdr-cta ul > li a,
.sidr.left .navhdr-cta ul > li a:visited,
.sidr.left .navhdr-cta ul > li a:hover,
.sidr.left .navhdr-cta ul > li div {
  color: #3f6dc9;
  text-decoration: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  line-height: normal;
}
.sidr.left .navhdr-cta ul > li a > div,
.sidr.left .navhdr-cta ul > li a:visited > div,
.sidr.left .navhdr-cta ul > li a:hover > div,
.sidr.left .navhdr-cta ul > li div > div {
  width: 100%;
  padding: 10px 20px;
  text-align: left;
  display: block;
  font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.sidr.left .navhdr-cta ul > li a:hover,
.sidr.left .navhdr-cta ul > li a:visited:hover,
.sidr.left .navhdr-cta ul > li a:hover:hover,
.sidr.left .navhdr-cta ul > li div:hover,
.sidr.left .navhdr-cta ul > li a:active,
.sidr.left .navhdr-cta ul > li a:visited:active,
.sidr.left .navhdr-cta ul > li a:hover:active,
.sidr.left .navhdr-cta ul > li div:active {
  background-color: #365ebf;
  color: #fff;
}
.sidr.left .navhdr-cta ul > li:first-child div {
  margin-top: 5px;
}
.sidr.left .navhdr-cta ul > li:last-child div {
  margin-bottom: 5px;
}
.sidr.left .eyebrow-boiler-search {
  width: 100%;
}
.sidr.left .eyebrow-boiler-search .search_term {
  width: 260px;
  height: 44px;
  padding: 20p 20px;
}
.sidr.left .eyebrow-boiler-search .search_term input {
  width: 220px;
  height: 24px;
  margin: 10px 20px;
  padding: 0 0 0 10px;
  border: 1px;
  border-radius: 5px;
  color: black;
}
.sidr.left .eyebrow-boiler-search .search_submit {
  height: 24px;
  position: relative;
  float: right;
  top: -34px;
  right: 25px;
}
.sidr.left .eyebrow-boiler-search .search_submit input {
  z-index: 100;
  width: 30px;
  height: 24px;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  background-image: url('../../images/global-sprite-fallback.png');
  background-image: url('../../images/global-sprite.svg');
  background-position: -50px -414px;
  background-repeat: no-repeat;
}
@media (min-width: 1023px) and (max-width: 1024px) {
  #globalNavHeader .hidden-sm {
    display: none !important;
  }
  #globalNavHeader .hidden-md {
    display: block !important;
  }
  #globalNavHeader .global-header-resp div.drawer-btn-ctnr {
    width: 9%;
  }
  #globalNavHeader .global-header-resp div.navhdr-icons-ctnr {
    width: 66%;
  }
}
@media (max-width: 1024px) {
  #globalNavHeader .global-header-resp.us-header-resp div.navhdr-cta-ctnr {
    margin: 13px 0;
  }
  #globalNavHeader .global-header-resp {
    height: 60px;
  }
  #globalNavHeader .global-header-resp div.drawer-btn-ctnr {
    margin: 15px 0 0 0;
  }
  #globalNavHeader .global-header-resp div.navhdr-icons-ctnr {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  #globalNavHeader .global-header-resp div.navhdr-icons-ctnr span {
    margin: 0 auto;
  }
  #globalNavHeader .global-header-resp div.navhdr-cta-ctnr {
    margin: 13px 0;
  }
}
@media (max-width: 767px) {
  #globalNavHeader .qb-en-au-header .navhdr-cta > div > div:first-child {
    float: right;
  }
  #globalNavHeader .global-header-resp div.drawer-btn-ctnr {
    min-width: 40px;
  }
  #globalNavHeader .global-header-resp div.navhdr-icons-ctnr {
    width: 70%;
  }
  #globalNavHeader .global-header-resp div.navhdr-cta-ctnr {
    width: 16.67%;
  }
}
@media (max-width: 590px) {
  #globalNavHeader .global-header-resp div.navhdr-icons-ctnr {
    width: 60%;
  }
  #globalNavHeader .global-header-resp div.navhdr-cta-ctnr {
    width: 20%;
  }
}
@media (max-width: 479px) {
  #globalNavHeader .global-header-resp div.navhdr-icons-ctnr {
    width: 50%;
  }
  #globalNavHeader .global-header-resp div.navhdr-cta-ctnr {
    width: 28%;
  }
}
@media (max-width: 400px) {
  #globalNavHeader .global-header-resp div.navhdr-icons-ctnr {
    width: 45%;
    padding: 0px;
    margin: 18px 0px 0px 10px;
  }
  #globalNavHeader .global-header-resp div.navhdr-icons-ctnr section.navhdr-icons {
    width: 135%;
  }
  #globalNavHeader .global-header-resp div.navhdr-icons-ctnr section.navhdr-icons div.icon-font i,
  #globalNavHeader .global-header-resp div.navhdr-icons-ctnr section.navhdr-icons span.visually-hidden-text {
    width: 100%;
    -webkit-transform: scale(0.7);
    -webkit-transform-origin: 0 0;
    transform: scale(0.7);
    transform-origin: 0 0;
  }
  #globalNavHeader .global-header-resp div.navhdr-cta-ctnr {
    width: 28%;
  }
}
@media (max-width: 321px) {
  #globalNavHeader .global-header-resp div.navhdr-icons-ctnr {
    width: 43%;
    padding: 0px;
    margin: 20px 0px 0px 10px;
  }
  #globalNavHeader .global-header-resp div.navhdr-icons-ctnr section.navhdr-icons {
    width: 150%;
  }
  #globalNavHeader .global-header-resp div.navhdr-icons-ctnr section.navhdr-icons span.visually-hidden-text {
    width: 108%;
    -webkit-transform: scale(0.6);
    -webkit-transform-origin: 0 0;
    transform: scale(0.6);
    transform-origin: 0 0;
  }
  #globalNavHeader .global-header-resp div.navhdr-cta-ctnr {
    width: 28%;
  }
}
.icon-font a:hover {
  text-decoration: none !important;
}
.icon-font .i-left {
  float: left;
}
.icon-font .i-right {
  float: right;
}
.icon-font .i-center {
  text-align: center;
  margin: 0 auto;
  display: block;
}
.icon-font .act-opa:hover {
  opacity: 0.85;
}
.icon-font .fcolor-prim.act-h-color:hover {
  color: blue;
}
.icon-font .fcolor-sec.act-h-color:hover {
  color: yellow;
}

/* BODY */
/* CONTAINER */
/* OUTER CONTAINER */
/* TYPOGRAPHY */
/* FONT FAMILY */
/* FONT WEIGHT */
/* FONT SIZE */
/* LINE HEIGHT */
/* LETTER SPACING */
/* COLOR PALETTES PRIMARY, SECONDARY, TERTIARY */
/* PARAGRAPHS */
/* SECTIONS + header/subheaders */
/* SUB-SECTIONS */
/* CTA */
/* COLORS */
/* BORDER */
/* BOX-SHADOW */
/* CAROUSEL */
/* CONTAINER */
/* FAQ-QA */
/* COMP CHART 2 */
/* COMP-CHART-2-SIMPLE-HEADER */
/* DISCLOSURE */
/* FORM Vars */
/* PRICING-CARD LAYOUT */
/*helper vars for Harmony font*/
/*group headers*/
/*@pricing-card-layout-header-t-background-color: currentColor;*/
/* product title */
/*@pricing-card-layout-productcomponent-title-t-background-color: currentColor;*/
/* price ct */
/* price aw */
/* price per-month */
/* product offer (red) */
/* product offer2 */
/* feature-list */
/* PRODUCT COMPONENT */
/* PRICING CARD */
/* PRICING TABLE */
/* HERO */
/* VIDEO */
/* FOOTER */
/* RESPONSIVE TABS - added here because it's backwards compatible with non-responsive */
/* TESTIMONIAL */
/* Mixin for generating global sprite SVG and its fallback PNG.
   Ideally this has to be a LESS VAR, but due to how CQ interprets LESS VAR PATHS, its hardcoded this way 
*/
.fcolor-prim {
  color: #f77b00;
}
.fcolor-sec {
  color: #3f6dc9;
}
.hero-cta-align {
  display: block;
  padding-top: 10px;
}
.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-color: inherit;
  background-position: -615px -396px;
  height: 20px;
  display: inline-block;
  margin: 0 0 0 11px;
  opacity: 1;
  width: 20px;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.comp-chart-header-container {
  display: table;
  width: 100%;
  /* specificty rules needed due to Section component's rules centering text alignment of its child nodes */
}
.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-family: "FS Albert Web 300", "FS Albert Web", "Calibri", "Trebuchet MS", sans-serif;
  font-weight: 300;
  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 {
  border-bottom: solid 6px #cfcfcf;
  display: block;
}
.comparison-chart th.grey-bg {
  background-color: #505050;
}
.comparison-chart th.green-bg {
  background-color: #2ca01c;
}
.comparison-chart th.blue-bg {
  background-color: #0098cd;
}
.comparison-chart th.magenta-bg {
  background-color: #a22662;
}
.comparison-chart table {
  border: 0px;
  border-bottom: none;
  border-collapse: collapse;
  border-spacing: 0;
  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:last-child {
  border-bottom: 0;
}
.comparison-chart table tr:first-child td {
  border-top: 1px solid #cfcfcf;
}
.comparison-chart table tr th {
  background-color: #979797;
  border: 0 none;
  color: white;
  font: 14px "Helvetica Neue", "Helvetica", Arial, sans-serif;
  padding: 10px 0 10x 0;
  text-align: left;
  width: auto;
}
.comparison-chart table tr th:first-child {
  background-color: #979797;
  border-top: 1px solid #cfcfcf;
}
.comparison-chart table tr td {
  border: none;
  border-bottom: 1px solid #cfcfcf;
  border-right: 2px dotted #cfcfcf;
  font: 14px "Helvetica Neue", "Helvetica", Arial, sans-serif;
  line-height: 20px;
  padding: 6px 10px;
  text-align: start;
  width: -1px;
  vertical-align: top;
}
.comparison-chart table tr td:first-child {
  padding-left: 10px;
  text-align: left;
  width: auto;
  border-left: 1px solid transparent;
}
.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;
  /* Use font-size to control the size of the arrow. */
  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 0.75em !important;
  left: 0 !important;
  /* Styles for arrow-s */
  margin-top: 3px;
  border-top: 1em solid #666666;
}
/* column sizing hook */
.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 2.0 Header: Simple Header */
.comp-chart-simple-header {
  color: #ffffff;
  display: inline-block;
  font-size: 14px;
  margin-right: 1px;
}
.comp-chart-simple-header p {
  color: #ffffff;
}
.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-table-header .green-bg {
  background-color: #2ca01c;
}
.comp-chart-simple-header-content-wrapper {
  display: table-cell;
  height: 34px;
  padding: 2px 12px 2px 10px;
  text-align: left;
  vertical-align: middle;
}
/* column sizing hook */
.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 2.0 Header: Mini Pricing Card */
.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 .green-bg {
  background-color: #2ca01c;
}
.comp-chart-mini-pricing-header .magenta-bg {
  background-color: #a22662;
}
.comp-chart-mini-pricing-header-text {
  /*display: table-cell;*/
  /*height: 34px; */
  padding: 10px 12px;
  text-align: left;
  vertical-align: middle;
}
.comp-chart-mini-pricing-header-text h3,
.comp-chart-mini-pricing-header-text h4 {
  color: #ffffff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: .08px;
}
.comp-chart-mini-pricing-header-text h3 {
  font-size: 24px;
}
/* AirStream Styles */
/* These are same as comparison-chart.airstream-2 & comparison-chart.airstream-3 */
div.airstream-2,
div.airstream-3 {
  border-bottom: 1px solid #cfcfcf;
  /* header - mini pricing card */
  /* table */
}
div.airstream-2 .comp-chart-table-header,
div.airstream-3 .comp-chart-table-header {
  width: 780px;
}
div.airstream-2 .comp-chart-text-header,
div.airstream-3 .comp-chart-text-header {
  width: 160px;
}
div.airstream-2 .comp-chart-mini-pricing-header,
div.airstream-3 .comp-chart-mini-pricing-header {
  margin: 0;
}
div.airstream-2 .comp-chart-mini-pricing-header:first-child,
div.airstream-3 .comp-chart-mini-pricing-header:first-child {
  margin-left: 0;
}
div.airstream-2 .comp-chart-mini-pricing-header-wrapper,
div.airstream-3 .comp-chart-mini-pricing-header-wrapper {
  width: 100%;
}
div.airstream-2 .comp-chart-mini-pricing-header-content,
div.airstream-3 .comp-chart-mini-pricing-header-content {
  border: 0;
}
div.airstream-2 table,
div.airstream-3 table {
  border-top: 3px solid #cfcfcf;
}
div.airstream-2 table tr td,
div.airstream-3 table tr td {
  border: none;
  background-color: #ffffff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: table-cell;
  vertical-align: middle;
}
div.airstream-2 table tr td:nth-child(odd),
div.airstream-3 table tr td:nth-child(odd) {
  background-color: #ffffff;
}
div.airstream-2 table tr td:nth-child(even),
div.airstream-3 table tr td:nth-child(even) {
  background-color: #f5f5f5;
}
div.airstream-2 table tr td:first-child,
div.airstream-3 table tr td:first-child {
  background-color: #ffffff;
  margin-left: 0;
}
/* 2 column layout */
div.airstream-2 {
  /* header - mini pricing card */
  /* table */
}
div.airstream-2 .comp-chart-mini-pricing-header {
  margin-left: 20px;
  width: 380px;
}
div.airstream-2 table tr td:nth-child(even) {
  width: 380px;
}
div.airstream-2 table tr td:nth-child(odd) {
  width: 20px;
}
div.airstream-2 table tr td:first-child {
  width: 160px;
}
/* 3 column layout */
div.airstream-3 {
  /* header - mini pricing card */
  /* table */
}
div.airstream-3 .comp-chart-mini-pricing-header {
  margin-left: 30px;
  width: 240px;
}
div.airstream-3 table tr td:nth-child(even) {
  width: 240px;
}
div.airstream-3 table tr td:nth-child(odd) {
  width: 30px;
}
div.airstream-3 table tr td:first-child {
  width: 160px;
}
/* column sizing hook */
.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;
}
.comp-chart-mini-pricing-header-content .ccontainer .ctext {
  font: 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.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 LT Pro 300", "DIN Next LT Pro", "Consolas", "Monaco", "Lucida Console", sans-serif;
  font-weight: 300;
  letter-spacing: -3px;
}
.comp-chart-mini-pricing-header-content p > .x-price-currency-quantifier {
  color: #202020;
  display: inline-block;
  font-size: 18px;
  line-height: 18px;
  margin-top: 3px;
  vertical-align: top;
}
.comp-chart-mini-pricing-header-content p > .x-price-amount-whole {
  color: #202020;
  font-size: 32px;
  letter-spacing: -3px;
  line-height: 32px;
  padding: 2px;
}
.comp-chart-mini-pricing-header-content p > .x-price-amount-separator {
  font-size: 34px;
  line-height: 34px;
}
.comp-chart-mini-pricing-header-content p > .x-price-amount-cents {
  color: #202020;
  display: inline-block;
  font-size: 18px;
  letter-spacing: -1.5px;
  line-height: 18px;
  margin-top: 3px;
  vertical-align: top;
}
.comp-chart-mini-pricing-header-content p > .x-price-duration-quantifier {
  color: #ACACAC;
  font-size: 12px;
  line-height: 12px;
  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;
}
.text-lightgrey-strikethrough {
  color: #888;
  text-decoration: line-through;
}
.comparison-chart.column-size-is-auto table th {
  border-bottom: 3px solid #c1c1c1;
  border-left: 1px solid #ffffff;
}
.comparison-chart.column-size-is-auto table th:first-child {
  background: transparent;
  border-top: 1px solid #ffffff;
}
.checkmark_heavy:before,
.p_block:before {
  font-family: "FontAwesome";
  font-size: 24px;
  margin: 5px;
}
.checkmark_heavy:before {
  content: "\f00c";
}
.p_block:before {
  content: "\f1c1";
}
.llp-faq-open-arrow,
.llp-faq-close-arrow {
  background-image: url('../../images/global-sprite-fallback.png');
  background-image: url('../../images/global-sprite.svg');
  background-repeat: no-repeat;
  display: inline-block;
  height: 16px;
  *margin-top: -15px;
  margin-right: 10px;
  position: relative;
  top: -1px;
  vertical-align: top;
  width: 15px;
}
.llp-faq-head {
  padding: 10px 0 13px 0;
  cursor: pointer;
}
.llp-faq-head .ctext {
  display: inline-block;
  color: #365ebf;
  width: 85%;
}
.llp-faq-head .ctext p {
  color: #365ebf;
}
.llp-faq-head:hover {
  background-color: transparent;
}
.llp-faq-head.llp-faq-open {
  background-color: transparent;
}
.llp-faq-open-arrow {
  background-position: -75px -396px !important;
  width: 15px;
}
.llp-faq-close-arrow {
  background-position: -75px -446px;
}
.llp-faq-content {
  display: none;
  margin: 0 0 0 30px;
  padding-bottom: 14px;
}
.llp-faq-content ul {
  margin-left: 35px;
}
.llp-faq-content ol {
  margin-left: 35px;
}
.llp-faq-content ol li {
  list-style-type: decimal;
}
.llp-faq-section {
  border-bottom: 1px dotted #7d7d7d;
}
.responsive .llp-faq-head {
  padding: 14px 0 13px 0;
}
.responsive .ctext ul.list-unstyled {
  margin-left: 0;
  padding-top: 0;
}
.responsive .ctext ul.list-unstyled li {
  list-style: none;
}
.responsive .col-md-3,
.responsive .col-sm-3 {
  padding-left: 0;
}
.responsive .llp-faq-content {
  padding-bottom: 20px;
}
.responsive .llp-faq-content p {
  margin-top: 4px;
}
.responsive .llp-faq-content h4 {
  padding-top: 18px;
}
.responsive .llp-faq-content .row:first-child h4 {
  padding-top: 5px;
}
.cfaq-qa-d-bottom {
  border-bottom: none;
}
.cfaq-qa-t-bottom {
  border-bottom: 1px dotted #7d7d7d;
}
@media (max-width: 767px) {
  .cfaq-qa .llp-faq-section {
    border-top: 1px dotted #7d7d7d;
    border-bottom: none;
  }
  .llp-faq-head .ctext p:before {
    content: "";
  }
  .responsive .llp-faq-head {
    padding: 17px 0 13px 0;
  }
  .responsive .llp-faq-content h4,
  .responsive .llp-faq-content .row:first-child h4 {
    padding-top: 20px;
  }
  .responsive .llp-faq-content .row:first-child li:first-child h4 {
    padding-top: 7px;
  }
}
.cfaq-section {
  padding: 40px 0 15px 0;
}
.cfaq-section a {
  cursor: pointer;
}
.cfaq-section .double-hr {
  border-bottom-style: double;
  margin-top: 5px;
  color: #d8d8d8;
}
@media (max-width: 767px) {
  .cfaq-section {
    display: none;
  }
}
.ccarousel {
  background-color: #ededed;
  padding: 42px 0;
  padding: 4.2rem 0;
}
.ccarousel header {
  margin-bottom: 0;
  padding: 30px 84px 0;
}
.ccarousel .carousel-wrap {
  background-color: #ffffff;
  margin: 0;
  padding: 0 0 54px;
  padding: 0 0 5.4rem;
}
.ccarousel .creview {
  padding: 24px 0 0 0;
}
.ccarousel .carousel-slides > .slide .ctext {
  padding: 0 54px 24px;
  padding: 7.2rem 5.4rem 2.4rem;
  margin-top: 0;
}
.ccarousel .carousel-slides > .slide .ctext + .ctext {
  padding-top: 36px;
  padding-top: 3.6rem;
}
.ccarousel .carousel-slides > .slide img {
  width: 100%;
  /* make images responsive */
  height: auto;
  /* counter any img height attribs in markup */
}
.ccarousel .carousel-slides .creview .ctext {
  padding: 36px 80px 24px;
  padding: 3.6rem 8.0rem 2.4rem;
}
.ccarousel .carousel-slides .resp .row {
  margin: 0;
}
.ccarousel .carousel-slides .resp .row .col-md-9,
.ccarousel .carousel-slides .resp .row .col-sm-9,
.ccarousel .carousel-slides .resp .row .col-xs-12 {
  padding-left: 0;
}
.ccarousel .carousel-slides .resp .row .col-md-9 h2,
.ccarousel .carousel-slides .resp .row .col-sm-9 h2,
.ccarousel .carousel-slides .resp .row .col-xs-12 h2 {
  margin-bottom: 5px;
}
.ccarousel .carousel-slides .resp .row p.p3 {
  color: #080808;
  display: inline-block;
}
.ccarousel .carousel-slides .resp .row .review-container {
  margin-right: 10px;
}
.ccarousel .carousel-slides .resp .row .review-container .rating-stars {
  height: 20px;
}
/* FOR HERO CAROUSEL - hero-carousel class inserted by setting option in carousel dialog */
.ccarousel.hero-carousel {
  background-color: transparent !important;
  margin: 0;
  padding: 0;
}
.ccarousel.hero-carousel header {
  display: none;
  padding: 0;
}
.ccarousel.hero-carousel .carousel-wrap {
  background-color: transparent !important;
  padding: 0;
}
.ccarousel.hero-carousel .container {
  width: 100%;
}
.ccarousel.hero-carousel .container .carousel-slides .ctext {
  padding: 36px  24px;
  padding: 3.6rem 2.4rem;
}
.ccarousel.hero-carousel .carousel-controls {
  margin: 0;
  padding: 0 10px;
  position: relative;
  text-align: center;
  top: -23px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .ccarousel .resp header {
    margin: 0px;
  }
  .ccarousel .resp .creview .ctext {
    margin: 0;
  }
}
@media (min-width: 319px) and (max-width: 767px) {
  .ccarousel {
    padding-top: 0;
  }
  .ccarousel header {
    margin-bottom: 40px;
    padding: 40px 10px 0;
  }
  .ccarousel .creview header {
    margin-bottom: 0px;
  }
  .ccarousel .col-xs-10 {
    width: 100%;
  }
  .ccarousel .carousel-slides .resp {
    padding-top: 0;
  }
  .ccarousel .carousel-slides .resp .row .col-md-4:last-child,
  .ccarousel .carousel-slides .resp .row .col-sm-6:last-child,
  .ccarousel .carousel-slides .resp .row .col-xs-12:last-child {
    padding-top: 12px;
  }
  .ccarousel .carousel-slides .resp .row .col-md-9 .p1,
  .ccarousel .carousel-slides .resp .row .col-sm-9 .p1,
  .ccarousel .carousel-slides .resp .row .col-xs-12 .p1 {
    padding-bottom: 10px;
  }
  .ccarousel .carousel-slides .resp .row .col-md-9 p.p3,
  .ccarousel .carousel-slides .resp .row .col-sm-9 p.p3,
  .ccarousel .carousel-slides .resp .row .col-xs-12 p.p3 {
    display: block;
  }
  .ccarousel .carousel-slides .resp .row .col-md-9 .divider,
  .ccarousel .carousel-slides .resp .row .col-sm-9 .divider,
  .ccarousel .carousel-slides .resp .row .col-xs-12 .divider {
    display: none;
  }
  .ccarousel .carousel-slides .resp .row .col-md-9 time.p3:before,
  .ccarousel .carousel-slides .resp .row .col-sm-9 time.p3:before,
  .ccarousel .carousel-slides .resp .row .col-xs-12 time.p3:before {
    content: "";
  }
  .ccarousel .carousel-slides .resp header {
    padding: 20px 10px 0;
  }
  .ccarousel .carousel-slides .resp header .review-container {
    float: none !important;
  }
  .ccarousel .carousel-slides .resp .ctext {
    padding: 15px 10px 0;
  }
  .ccarousel .carousel-wrap {
    margin: 0 20px;
    padding-bottom: 30px;
    padding-bottom: 3rem;
  }
  .carousel-controls {
    margin-top: 30px;
  }
  .carousel-controls .carousel-controls-wrap {
    padding: 5px 10px !important;
  }
  .carousel-controls .carousel-pagination {
    padding: 0 10px !important;
  }
}
.cfeatures-accordion .cq-wcm-edit-show {
  display: none !important;
}
.cfeatures-accordion .cactive {
  display: block !important;
}
.cfeatures-accordion a {
  outline: 0;
}
.cfeatures-accordion hr {
  border-top: 1px dotted;
  color: #999999;
}
.cfeatures-accordion .cfeatures-panel > div.accordion-toggle {
  cursor: pointer;
}
.cfeatures-accordion .cfeatures-panel > div.accordion-toggle > span {
  float: left;
}
.cfeatures-accordion .cfeatures-panel > div.accordion-toggle > div.ctext {
  padding-left: 20px;
}
.cfeatures-accordion .cfeatures-panel > div.accordion-toggle:hover span.chevron-r-icon-8x12 {
  background-position: -993px -477px;
}
.cfeatures-accordion .cfeatures-panel > div.accordion-toggle:hover span.chevron-d-icon-8x12 {
  background-position: -80px -414px;
}
.cfeatures-accordion .cfeatures-panel div.panel-body {
  padding-left: 20px;
  margin-top: 7px;
}
.cfeatures-accordion .mobile .cimage .img-text-align {
  margin-top: 0px;
}
/* Accordion Edit Mode - Show all Containers */
.cq-wcm-edit .cq-wcm-edit-show,
.cq-wcm-edit .collapse {
  display: block;
}
.chero .col-md-7 > div {
  margin: 48px 0 48px 40px;
}
.chero .col-md-6 > div:first-child {
  margin: 42px 0;
}
.chero .col-md-6 > div:first-child .ctext {
  padding: 0 15px;
}
.chero .col-md-6 > div:first-child .ccta {
  margin: 20px 0;
}
.chero .col-md-6 .bg-white {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  border: 0;
  padding: 36px;
  margin: 42px 0;
}
.chero .bg-white.coming-soon {
  padding: 0px;
}
.chero .bg-white.coming-soon h4.p3 {
  background-color: #a22662;
  display: block;
  padding: 15px;
  margin-bottom: 15px;
}
.chero .bg-white.coming-soon h4 .ctext p {
  color: #fff;
}
.chero .center {
  text-align: center;
}
.chero .ctext h1 {
  margin-bottom: 18px;
}
.chero .chero-cta-box {
  display: inline-block;
}
.chero .chero-cta-box h1 {
  font-size: 26px;
}
.chero .cvideo {
  margin: 48px 0;
}
.bg-green .chero .ctext h1,
.bg-dark-blue .chero .ctext h1,
.bg-blue .chero .ctext h1,
.bg-green .chero .ctext h2,
.bg-dark-blue .chero .ctext h2,
.bg-blue .chero .ctext h2,
.bg-green .chero .ctext h3,
.bg-dark-blue .chero .ctext h3,
.bg-blue .chero .ctext h3,
.bg-green .chero .ctext h4,
.bg-dark-blue .chero .ctext h4,
.bg-blue .chero .ctext h4,
.bg-green .chero .ctext p,
.bg-dark-blue .chero .ctext p,
.bg-blue .chero .ctext p {
  color: #fff;
}
.resp_img .chero .col-md-6 > div:first-child {
  margin: 34px 0;
}
@media (max-width: 1023px) {
  .chero h1 {
    font-size: 42px;
  }
  .chero .col-md-5 .cimage {
    margin-top: 30px;
  }
  .chero .col-xs-12 .big-box.bg-white {
    margin: 20px 0 20px 10px;
    padding: 20px;
  }
  .chero .col-xs-12 .big-box.bg-white .p1 {
    font-size: 18px;
  }
  .chero .col-xs-12 .big-box.bg-white .ccta {
    margin: 18px 0;
  }
}
@media (max-width: 767px) {
  .chero .col-md-7 > div {
    margin: 32px 20px;
  }
  .chero .chero-cta-box {
    display: block;
    margin-top: 20px;
    margin-right: 0;
    max-width: 250px;
  }
  .chero .chero-cta-box h1 {
    font-size: 18px;
  }
  .chero .chero-cta-box .p2 {
    font-size: 14px;
  }
  .chero .col-xs-12 .big-box.bg-white {
    background-color: #edeef0;
    border: none;
    border-radius: 0;
    box-shadow: none;
    margin: 24px -10px 0;
  }
}
@media (max-width : 1023px) {
  .ctext a + .p3 {
    display: block;
    padding-top: 10px;
  }
}
@media (max-width : 767px) {
  .ctext a + .p3 {
    display: inline;
  }
}
@media (max-width: 479px) {
  .ctext a + .p3 {
    display: block;
    padding-top: 10px;
  }
}
.chero-cta-box {
  padding: 20px;
  margin-top: 30px;
  margin-right: 40px;
  background: #fff;
}
.chero-cta-box h1 {
  font-family: "FS Albert Web 300", "FS Albert Web", "Calibri", "Trebuchet MS", sans-serif;
  font-weight: 300;
  font-size: 26px;
}
.chero-cta-box p {
  padding-top: 10px;
  color: #505050;
}
.chero-cta-box p .price .ct,
.chero-cta-box p .price .ac {
  font-size: 14px;
  position: relative;
  top: -3px;
}
.chero-cta-box p .price .aw,
.chero-cta-box p .price .as {
  font-size: 20px;
  font-weight: bold;
}
.chero-cta-box .ccta {
  margin-top: 10px;
}
.chero-cta-box .pricing-box > * {
  display: inline-block;
}
.chero-cta-box .pricing-box .crossed {
  margin-left: 10px;
}
.chero-cta-box .price-info .crossed {
  color: #999;
}
.carousel-pricing-card .carousel-slides > .slide .cpricing-card .ctext {
  padding: 0px;
}
.carousel-pricing-card .cpricing-card .pricing-card-header {
  background-color: #fafafa;
}
.carousel-pricing-card .cpricing-card .pricing-card-header h3,
.carousel-pricing-card .cpricing-card .pricing-card-header h4 {
  color: inherit;
}
.carousel-pricing-card .cpricing-card .pricing-card-content li {
  border-top: none;
  color: inherit;
  line-height: 24px !important;
}
.carousel-pricing-card .cpricing-card .pricing-card-content li:last-child {
  border-bottom: none;
}
.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%;
}
.cpricing-card .pricing-card-header {
  display: block;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  padding: 25px 0;
  position: relative;
}
.cpricing-card .pricing-card-header h3,
.cpricing-card .pricing-card-header h4 {
  color: #ffffff;
  font-family: "FS Albert Web 300", "FS Albert Web", "Calibri", "Trebuchet MS", sans-serif;
  font-weight: 300;
}
.cpricing-card .pricing-card-header h3 {
  font-size: 26px;
  font-family: "FS Albert Web 400", "FS Albert Web", "Calibri", "Trebuchet MS", sans-serif;
  font-weight: 400;
}
.cpricing-card .pricing-card-header h4 {
  font-size: 20px;
  font-weight: 300;
}
.cpricing-card .pricing-card-header .pricing-content-burst {
  width: 150px;
  height: 32px;
  margin: 0 auto;
  position: absolute;
  bottom: -22px;
  left: 0;
  right: 0;
  background-position: -835px -551px;
}
.cpricing-card .pricing-card-header .pricing-content-burst p {
  width: 150px;
  height: 32px;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.cpricing-card .pricing-card-header .accordion-toggle:hover {
  text-decoration: none;
}
.cpricing-card .pricing-card-header .mobile-true {
  display: none;
}
.cpricing-card .pricing-card-header .mobile-false {
  display: block;
}
.cpricing-card .bg-blue {
  background-color: #0098cd;
}
.cpricing-card .bg-magenta {
  background-color: #a22662;
}
.cpricing-card .bg-white {
  background-color: #ffffff;
}
.cpricing-card .bg-dark-green {
  background-color: #2ca01c;
}
.cpricing-card .pricing-card-content {
  padding: 30px 18px;
}
.cpricing-card .pricing-card-content .x-price-currency-quantifier,
.cpricing-card .pricing-card-content .x-price-amount-whole,
.cpricing-card .pricing-card-content .x-price-amount-separator,
.cpricing-card .pricing-card-content .x-price-amount-cents,
.cpricing-card .pricing-card-content .x-price-duration-quantifier {
  font-family: "DIN Next LT Pro 300", "DIN Next LT Pro", "Consolas", "Monaco", "Lucida Console", sans-serif;
  font-weight: 300;
  font-size: 65px;
  color: #202020;
  display: inline-block;
  position: relative;
  line-height: 78px;
}
.cpricing-card .pricing-card-content .x-price-reg-price {
  color: #888;
  text-decoration: line-through;
}
.cpricing-card .pricing-card-content .x-price-currency-quantifier,
.cpricing-card .pricing-card-content .x-price-amount-cents {
  font-size: 36px;
  vertical-align: top;
  top: -13px;
  letter-spacing: -2px;
}
.cpricing-card .pricing-card-content .x-price-amount-whole {
  letter-spacing: -6px;
}
.cpricing-card .pricing-card-content .x-price-amount-separator {
  width: 8px;
}
.cpricing-card .pricing-card-content .x-price-duration-quantifier {
  letter-spacing: normal;
  font-size: 16px;
  vertical-align: top;
}
.cpricing-card .pricing-card-content .x-price-discount {
  color: #ff0000;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  padding-bottom: 40px;
}
.cpricing-card .pricing-card-content .text-grey {
  color: #666;
}
.cpricing-card .pricing-card-content .text-lightgrey {
  color: #888;
}
.cpricing-card .pricing-card-content .text-lightgrey-strikethrough {
  color: #888;
  text-decoration: line-through;
  display: inline-block;
  padding-top: 20px;
}
.cpricing-card .pricing-card-content p > a + span.p3 {
  display: inline-block;
  padding: 0 10px;
}
.cpricing-card .pricing-card-content p + h4 {
  margin-top: 40px;
}
.cpricing-card .pricing-card-content h4 + ul {
  margin: 20px 0 25px;
}
.cpricing-card .pricing-card-content ul {
  padding-top: 0;
}
.cpricing-card .pricing-card-content li {
  border-top: 1px dotted #505050;
  color: #0098cd;
  line-height: 36px !important;
  /* override of rules leaking through; don't want to add a mile-long rule for specificity */
  list-style-type: disc;
  list-style-position: inside;
  /* added for bullet list next line alignment - starts */
  padding-left: 16px;
  text-indent: -16px;
  /* added for bullet list next line alignment - ends */
}
.cpricing-card .pricing-card-content li:last-child {
  border-bottom: 1px dotted #505050;
}
.cpricing-card .w100 {
  width: 100%;
}
.cpricing-card .w50 {
  width: 50%;
}
.cpricing-card .w33 {
  width: 33%;
}
.cpricing-card .collapse {
  display: block;
}
@media (max-width : 1023px) {
  .cpricing-card .pricing-card-content h4 {
    font-size: 16px;
  }
  .cpricing-card .pricing-card-content p > a {
    display: block;
  }
  .cpricing-card .pricing-card-content p > a + span.p3 {
    padding: 5px 0;
  }
}
@media (max-width: 767px) {
  .carousel-pricing-card .cpricing-card .pricing-card-header h3,
  .carousel-pricing-card .cpricing-card .pricing-card-header h4 {
    text-align: center;
  }
  .carousel-pricing-card .cpricing-card .pricing-card-header .mobile-true {
    display: none;
  }
  .carousel-pricing-card .cpricing-card .pricing-card-header .mobile-false {
    display: block;
  }
  .carousel-pricing-card .cpricing-card .pricing-card-header .pricing-content-burst {
    position: absolute;
    margin: 0 auto;
  }
  .carousel-pricing-card .cpricing-card .pricing-card-content.collapse {
    display: block;
  }
  .cpricing-card .pricing-card-header {
    padding-left: 15px;
    padding-top: auto;
    padding-bottom: auto;
  }
  .cpricing-card .pricing-card-header h3,
  .cpricing-card .pricing-card-header h4 {
    text-align: left;
  }
  .cpricing-card .pricing-card-header .pricing-content-burst {
    position: static;
    margin: 5px 0 0 0;
  }
  .cpricing-card .pricing-card-header .mobile-true {
    display: block;
  }
  .cpricing-card .pricing-card-header .mobile-true .indicator {
    visibility: visible;
    width: 29px;
    height: 17px;
    position: absolute;
    top: 50%;
    right: 15px;
  }
  .cpricing-card .pricing-card-header .mobile-true .chevron-r-icon-8x12 {
    background-position: 0 -570px;
  }
  .cpricing-card .pricing-card-header .mobile-true .chevron-d-icon-8x12 {
    background-position: -40px -570px;
  }
  .cpricing-card .pricing-card-header .mobile-false {
    display: none;
  }
  .cpricing-card .pricing-card-content {
    padding: 30px 18px;
  }
  .cpricing-card .pricing-card-content.collapse {
    display: none;
  }
  .cpricing-card .bg-white {
    background-color: transparent;
  }
  .cpricing-card .bg-blue-open {
    background-color: #15b2e9;
  }
  .cpricing-card .bg-magenta-open {
    background-color: #b81d66;
  }
  .cpricing-card .bg-dark-green {
    background-color: #2ca01c;
  }
  .cpricing-card .bg-white-open {
    background-color: transparent;
  }
}
.cpromobanner {
  position: relative;
}
.cpromobanner img {
  display: block;
  left: 0;
  margin: 0 auto;
  position: relative;
}
.cpromobanner .col-md-8,
.cpromobanner .col-md-6,
.cpromobanner .col-md-4 {
  margin: 18px 0;
}
@media (max-width: 767px) {
  .cpromobanner .col-md-4:nth-child(2) .col-sm-4:nth-child(2),
  .cpromobanner .col-sm-6:nth-child(2),
  .cpromobanner .col-xs-12 {
    margin-bottom: 18px;
    margin-top: 3px;
  }
}
@media (max-width: 479px) {
  .cpromobanner .col-xs-12:nth-child(2) {
    margin-bottom: 18px 0;
  }
}
.con-page-nav-resp .desktopView.hidden-xs,
.con-page-nav-nonresp .desktopView.hidden-xs {
  height: 80px;
  background-color: #f5f6f8;
  width: 1038px;
  border: 1px solid #d7d7d7;
  top: -5px;
  left: 50%;
  margin-left: -520px;
  position: absolute;
  z-index: 1000;
  box-shadow: 0 6px 6px -3px rgba(0, 0, 0, 0.1);
}
.con-page-nav-resp .desktopView.hidden-xs .content-container.row,
.con-page-nav-nonresp .desktopView.hidden-xs .content-container.row {
  margin: 0 auto;
}
.con-page-nav-resp .desktopView.hidden-xs .title,
.con-page-nav-nonresp .desktopView.hidden-xs .title {
  display: table;
  float: left;
  height: 80px;
  padding: 0 20px 0 0;
  border-right: 1px solid #e8e9e9;
  max-width: 200px;
  font-family: inherit;
}
.con-page-nav-resp .desktopView.hidden-xs .title h2,
.con-page-nav-nonresp .desktopView.hidden-xs .title h2,
.con-page-nav-resp .desktopView.hidden-xs .title p,
.con-page-nav-nonresp .desktopView.hidden-xs .title p {
  display: table-cell;
  vertical-align: middle;
  font-size: 22px;
  color: #414141;
  line-height: 1;
  font-weight: 100;
}
.con-page-nav-resp .desktopView.hidden-xs .title h2,
.con-page-nav-nonresp .desktopView.hidden-xs .title h2 {
  font-size: 22px;
  line-height: 1;
  font-weight: 100;
}
.con-page-nav-resp .desktopView.hidden-xs .title > a,
.con-page-nav-nonresp .desktopView.hidden-xs .title > a {
  display: table-cell;
  vertical-align: middle;
}
.con-page-nav-resp .desktopView.hidden-xs table,
.con-page-nav-nonresp .desktopView.hidden-xs table {
  float: left;
  height: 80px;
}
.con-page-nav-resp .desktopView.hidden-xs table td,
.con-page-nav-nonresp .desktopView.hidden-xs table td {
  border-right: 1px solid #e8e9e9;
  padding: 0;
  text-align: center;
  vertical-align: middle;
}
.con-page-nav-resp .desktopView.hidden-xs table td > div,
.con-page-nav-nonresp .desktopView.hidden-xs table td > div {
  padding: 0 0;
}
.con-page-nav-resp .desktopView.hidden-xs table td > div p,
.con-page-nav-nonresp .desktopView.hidden-xs table td > div p {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 1px 0;
}
.con-page-nav-resp .desktopView.hidden-xs table td span,
.con-page-nav-nonresp .desktopView.hidden-xs table td span {
  text-indent: 0px;
  display: inline;
}
.con-page-nav-resp .desktopView.hidden-xs table td a,
.con-page-nav-nonresp .desktopView.hidden-xs table td a,
.con-page-nav-resp .desktopView.hidden-xs table td a:focus,
.con-page-nav-nonresp .desktopView.hidden-xs table td a:focus,
.con-page-nav-resp .desktopView.hidden-xs table td a:hover,
.con-page-nav-nonresp .desktopView.hidden-xs table td a:hover {
  text-decoration: none;
}
.con-page-nav-resp .desktopView.hidden-xs table td a:focus,
.con-page-nav-nonresp .desktopView.hidden-xs table td a:focus {
  outline: 0;
}
.con-page-nav-resp .desktopView.hidden-xs table td,
.con-page-nav-nonresp .desktopView.hidden-xs table td,
.con-page-nav-resp .desktopView.hidden-xs table td div,
.con-page-nav-nonresp .desktopView.hidden-xs table td div,
.con-page-nav-resp .desktopView.hidden-xs table td .ctext,
.con-page-nav-nonresp .desktopView.hidden-xs table td .ctext,
.con-page-nav-resp .desktopView.hidden-xs table td p,
.con-page-nav-nonresp .desktopView.hidden-xs table td p,
.con-page-nav-resp .desktopView.hidden-xs table td a,
.con-page-nav-nonresp .desktopView.hidden-xs table td a {
  line-height: 1.2;
  color: #505050;
}
.con-page-nav-resp .desktopView.hidden-xs table td .visually-hidden-text,
.con-page-nav-nonresp .desktopView.hidden-xs table td .visually-hidden-text,
.con-page-nav-resp .desktopView.hidden-xs table td div .visually-hidden-text,
.con-page-nav-nonresp .desktopView.hidden-xs table td div .visually-hidden-text,
.con-page-nav-resp .desktopView.hidden-xs table td .ctext .visually-hidden-text,
.con-page-nav-nonresp .desktopView.hidden-xs table td .ctext .visually-hidden-text,
.con-page-nav-resp .desktopView.hidden-xs table td p .visually-hidden-text,
.con-page-nav-nonresp .desktopView.hidden-xs table td p .visually-hidden-text,
.con-page-nav-resp .desktopView.hidden-xs table td a .visually-hidden-text,
.con-page-nav-nonresp .desktopView.hidden-xs table td a .visually-hidden-text {
  color: #959595;
}
.con-page-nav-resp .desktopView.hidden-xs table td:hover,
.con-page-nav-nonresp .desktopView.hidden-xs table td:hover {
  color: #2c53b7;
}
.con-page-nav-resp .desktopView.hidden-xs table td:hover span,
.con-page-nav-nonresp .desktopView.hidden-xs table td:hover span,
.con-page-nav-resp .desktopView.hidden-xs table td:hover p,
.con-page-nav-nonresp .desktopView.hidden-xs table td:hover p,
.con-page-nav-resp .desktopView.hidden-xs table td:hover div,
.con-page-nav-nonresp .desktopView.hidden-xs table td:hover div {
  color: #2c53b7;
}
.con-page-nav-resp .desktopView.hidden-xs table td.active,
.con-page-nav-nonresp .desktopView.hidden-xs table td.active {
  border-bottom: 6px solid #9caab0;
}
.con-page-nav-resp .desktopView.hidden-xs .cta-btn,
.con-page-nav-nonresp .desktopView.hidden-xs .cta-btn,
.con-page-nav-resp .desktopView.hidden-xs .cta,
.con-page-nav-nonresp .desktopView.hidden-xs .cta {
  max-width: 175px;
  float: right;
  display: table;
  height: 80px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  transform: translateY(-20px);
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.con-page-nav-resp .desktopView.hidden-xs .cta-btn > div,
.con-page-nav-nonresp .desktopView.hidden-xs .cta-btn > div,
.con-page-nav-resp .desktopView.hidden-xs .cta > div,
.con-page-nav-nonresp .desktopView.hidden-xs .cta > div {
  display: table-cell;
  vertical-align: middle;
}
.con-page-nav-resp .desktopView.hidden-xs .cta-btn a,
.con-page-nav-nonresp .desktopView.hidden-xs .cta-btn a,
.con-page-nav-resp .desktopView.hidden-xs .cta a,
.con-page-nav-nonresp .desktopView.hidden-xs .cta a {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.con-page-nav-resp .desktopView.hidden-xs .cta-btn .cta-align-left,
.con-page-nav-nonresp .desktopView.hidden-xs .cta-btn .cta-align-left,
.con-page-nav-resp .desktopView.hidden-xs .cta .cta-align-left,
.con-page-nav-nonresp .desktopView.hidden-xs .cta .cta-align-left {
  float: left;
}
.con-page-nav-resp .desktopView.hidden-xs .cta-btn .cta-align-right,
.con-page-nav-nonresp .desktopView.hidden-xs .cta-btn .cta-align-right,
.con-page-nav-resp .desktopView.hidden-xs .cta .cta-align-right,
.con-page-nav-nonresp .desktopView.hidden-xs .cta .cta-align-right {
  float: right;
  margin-right: 0;
}
.con-page-nav-resp .desktopView.hidden-xs .cta-btn.show,
.con-page-nav-nonresp .desktopView.hidden-xs .cta-btn.show,
.con-page-nav-resp .desktopView.hidden-xs .cta.show,
.con-page-nav-nonresp .desktopView.hidden-xs .cta.show {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.con-page-nav-resp .desktopView.hidden-xs .cta.show,
.con-page-nav-nonresp .desktopView.hidden-xs .cta.show {
  display: table !important;
  margin: 0 auto;
}
.con-page-nav-resp .desktopView.hidden-xs a.ctaprimary,
.con-page-nav-nonresp .desktopView.hidden-xs a.ctaprimary,
.con-page-nav-resp .desktopView.hidden-xs a.ctasecondary,
.con-page-nav-nonresp .desktopView.hidden-xs a.ctasecondary {
  padding: 2px 9px 2px 9px;
  display: table-cell;
}
.con-page-nav-resp .desktopView.hidden-xs a.ctaprimary,
.con-page-nav-nonresp .desktopView.hidden-xs a.ctaprimary,
.con-page-nav-resp .desktopView.hidden-xs a.ctasecondary,
.con-page-nav-nonresp .desktopView.hidden-xs a.ctasecondary,
.con-page-nav-resp .desktopView.hidden-xs a.ctatertiary,
.con-page-nav-nonresp .desktopView.hidden-xs a.ctatertiary,
.con-page-nav-resp .desktopView.hidden-xs a.ctaplain,
.con-page-nav-nonresp .desktopView.hidden-xs a.ctaplain {
  max-width: 140px;
}
.con-page-nav-resp .desktopView.hidden-xs .title.has-image,
.con-page-nav-nonresp .desktopView.hidden-xs .title.has-image {
  max-width: none;
  padding: 0 5px 0 0;
}
.con-page-nav-resp .desktopView.hidden-xs .title.has-image .cimage,
.con-page-nav-nonresp .desktopView.hidden-xs .title.has-image .cimage {
  width: 50%;
  display: table-cell;
  vertical-align: middle;
}
.con-page-nav-resp .desktopView.hidden-xs .title.has-image h2,
.con-page-nav-nonresp .desktopView.hidden-xs .title.has-image h2 {
  width: 50%;
  padding: 0 0 0 10px;
}
.con-page-nav-resp .desktopView.hidden-xs .title.has-image ~ .cta,
.con-page-nav-nonresp .desktopView.hidden-xs .title.has-image ~ .cta {
  max-width: none;
}
.con-page-nav-resp.section-2 table td,
.con-page-nav-nonresp.section-2 table td {
  max-width: 290px;
  min-width: 180px;
  /* removing IE8-9 hack as it conflicts with IE10/11
    p{
        width : 100%\9;
        max-width : 250px\9;
        min-width : 140px\9;
    }*/
}
.con-page-nav-resp.section-3 table td,
.con-page-nav-nonresp.section-3 table td {
  max-width: 194px;
  min-width: 120px;
  /*p{
        width : 100%\9;
        max-width : 154px\9;
        min-width : 80px\9;
    }*/
}
.con-page-nav-resp.section-4 table td,
.con-page-nav-nonresp.section-4 table td {
  max-width: 145px;
  min-width: 120px;
  /*p{
        width : 100%\9;
        max-width : 105px\9;
        min-width : 80px\9;
    }*/
}
.con-page-nav-resp.section-5 table td,
.con-page-nav-nonresp.section-5 table td {
  max-width: 116px;
  min-width: 100px;
  /*p{
        width : 100%\9;
        max-width : 76px\9;
        min-width : 60px\9;
    }*/
}
.con-page-nav-resp.section-6 table td,
.con-page-nav-nonresp.section-6 table td {
  max-width: 96px;
  min-width: 60px;
  /*p{
        width : 100%\9;
        max-width : 56px\9;
        min-width : 20px\9;
    }*/
}
.con-page-nav-resp.fixed .desktopView.hidden-xs,
.con-page-nav-nonresp.fixed .desktopView.hidden-xs,
.con-page-nav-resp.fixed .mobileView.visible-xs,
.con-page-nav-nonresp.fixed .mobileView.visible-xs {
  position: fixed;
  top: 0;
}
/* push down next sibling down */
.con-page-nav-resp + *,
.con-page-nav-resp + section,
.con-page-nav-nonresp + *,
.con-page-nav-nonresp + section {
  padding-top: 85px;
}
@media (max-width: 1024px) {
  .con-page-nav-resp .desktopView.hidden-xs {
    width: 100%;
    margin-left: -50%;
  }
}
@media (max-width: 960px) {
  .con-page-nav-resp .desktopView.hidden-xs {
    padding: 0 5px;
  }
  .con-page-nav-resp .desktopView.hidden-xs .cta {
    max-width: 150px;
  }
  .con-page-nav-resp .desktopView.hidden-xs table {
    width: 66%;
  }
  .con-page-nav-resp .desktopView.hidden-xs table td > div {
    padding: 0 15px;
  }
  .con-page-nav-resp .desktopView.hidden-xs .title {
    width: 16%;
    padding: 0 10px 0 0;
  }
  .con-page-nav-resp .desktopView.hidden-xs .title.has-image {
    width: 23%;
    padding: 0 0 0 0;
  }
  .con-page-nav-resp .desktopView.hidden-xs .title.has-image h2 {
    padding: 0 0 0 0;
  }
  .con-page-nav-resp .desktopView.hidden-xs .title.has-image ~ table {
    width: 60%;
  }
  .con-page-nav-resp .desktopView.hidden-xs .title.has-image ~ .cta {
    width: 16%;
    max-width: none;
  }
  .con-page-nav-resp .desktopView.hidden-xs .content-container.row {
    padding: 0 5px;
  }
  .con-page-nav-resp .desktopView.hidden-xs .content-container.row .cta.show {
    padding: 0 5px;
  }
  .con-page-nav-resp .desktopView.hidden-xs a.ctaprimary,
  .con-page-nav-resp .desktopView.hidden-xs a.ctasecondary {
    padding: 4px 9px 0 9px;
  }
  .con-page-nav-resp .desktopView.hidden-xs a.ctaprimary,
  .con-page-nav-resp .desktopView.hidden-xs a.ctasecondary,
  .con-page-nav-resp .desktopView.hidden-xs a.ctatertiary,
  .con-page-nav-resp .desktopView.hidden-xs a.ctaplain {
    max-width: 115px;
  }
  .con-page-nav-resp.section-2 table td {
    max-width: 273px;
    min-width: 160px;
    /*p{
          width : 100%\9;
          max-width : 243px\9;
          min-width : 130px\9;
      }*/
  }
  .con-page-nav-resp.section-3 table td {
    max-width: 182px;
    min-width: 130px;
    /*p{
          width : 100%\9;
          max-width : 152px\9;
          min-width : 100px\9;
      }*/
  }
  .con-page-nav-resp.section-4 table td {
    max-width: 138px;
    min-width: 110px;
    /*p{
          width : 100%\9;
          max-width : 108px\9;
          min-width : 80px\9;
      }*/
  }
  .con-page-nav-resp.section-5 table td {
    max-width: 110px;
    min-width: 90px;
    /*p{
          width : 100%\9;
          max-width : 80px\9;
          min-width : 60px\9;
      }*/
  }
  .con-page-nav-resp.section-6 table td {
    max-width: 88px;
    min-width: 60px;
    /*p{
          width : 100%\9;
          max-width : 58px\9;
          min-width : 30px\9;
      }*/
  }
}
@media (min-width: 768px) and (max-width: 850px) {
  .con-page-nav-resp .desktopView.hidden-xs {
    padding: 0 5px;
  }
  .con-page-nav-resp .desktopView.hidden-xs .cta {
    max-width: 135px;
  }
  .con-page-nav-resp .desktopView.hidden-xs .title {
    width: 16%;
    padding: 0 5px 0 0;
  }
  .con-page-nav-resp .desktopView.hidden-xs .title.has-image {
    width: 22%;
    padding: 0 0 0 0;
  }
  .con-page-nav-resp .desktopView.hidden-xs .title.has-image h2 {
    padding: 0 0 0 0;
  }
  .con-page-nav-resp .desktopView.hidden-xs .title.has-image ~ table {
    width: 60%;
  }
  .con-page-nav-resp .desktopView.hidden-xs .title.has-image ~ .cta {
    width: 16%;
    max-width: none;
  }
  .con-page-nav-resp .desktopView.hidden-xs .content-container.row {
    padding: 0 5px;
  }
  .con-page-nav-resp .desktopView.hidden-xs .content-container.row .cta.show {
    padding: 0 5px;
  }
  .con-page-nav-resp .desktopView.hidden-xs a.ctaprimary,
  .con-page-nav-resp .desktopView.hidden-xs a.ctasecondary {
    padding: 4px 9px 0 9px;
  }
  .con-page-nav-resp .desktopView.hidden-xs a.ctaprimary,
  .con-page-nav-resp .desktopView.hidden-xs a.ctasecondary,
  .con-page-nav-resp .desktopView.hidden-xs a.ctatertiary,
  .con-page-nav-resp .desktopView.hidden-xs a.ctaplain {
    max-width: 100px;
  }
  .con-page-nav-resp.section-2 table td {
    max-width: 245px;
    min-width: 140px;
    /*p{
          width : 100%\9;
          max-width : 215px\9;
          min-width : 110px\9;
      }*/
  }
  .con-page-nav-resp.section-3 table td {
    max-width: 162px;
    min-width: 110px;
    /*p{
          width : 100%\9;
          max-width : 132px\9;
          min-width : 80px\9;
      }*/
  }
  .con-page-nav-resp.section-4 table td {
    max-width: 122px;
    min-width: 100px;
    /*p{
          width : 100%\9;
          max-width : 92px\9;
          min-width : 70px\9;
      }*/
  }
  .con-page-nav-resp.section-5 table td {
    max-width: 98px;
    min-width: 80px;
    /*p{
          width : 100%\9;
          max-width : 68px\9;
          min-width : 50px\9;
      }*/
  }
  .con-page-nav-resp.section-6 table td {
    max-width: 81px;
    min-width: 60px;
    /*p{
          width : 100%\9;
          max-width : 51px\9;
          min-width : 30px\9;
      }*/
  }
}
@media (max-width: 767px) {
  .con-page-nav-resp + *,
  .con-page-nav-resp + section {
    padding-top: 0;
  }
}
/* Removing IE10+ CSS hacks as they are not needed anymore 
@media screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .con-page-nav-resp, .con-page-nav-nonresp{
        &.section-2 table td { 
            p{
                width : 100%;
                max-width : 250px;
                min-width : 140px;
            }
        }
        &.section-3 table td { 
            p{
                width : 100%;
                max-width : 154px;
                min-width : 80px;
            }
        }
        &.section-4 table td { 
            p{
                width : 100%;
                max-width : 105px;
                min-width : 80px;
            }
        }
        &.section-5 table td { 
            p{
                width : 100%;
                max-width : 76px;
                min-width : 60px;
            }
        }
        &.section-6 table td {  
            p{
                width : 100%;
                max-width : 56px;
                min-width : 20px;
            }
        }
    }
} 
@media (max-width: 960px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .con-page-nav-resp {

        &.section-2 table td {  
            p{
                width : 100%;
                max-width : 243px;
                min-width : 130px;
            }
        }
        &.section-3 table td { 
            p{
                width : 100%;
                max-width : 152px;
                min-width : 100px;
            }
        }
        &.section-4 table td { 
            p{
                width : 100%;
                max-width : 108px;
                min-width : 80px;
            }
        }
        &.section-5 table td {  
            p{
                width : 100%;
                max-width : 80px;
                min-width : 60px;
            }
        }
        &.section-6 table td { 
            p{
                width : 100%;
                max-width : 58px;
                min-width : 30px;
            }
        }
    }
}
@media (min-width:768px) and (max-width: 850px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .con-page-nav-resp {

        &.section-2 table td { 
            p{
                width : 100%;
                max-width : 215px;
                min-width : 110px;
            }
        }
        &.section-3 table td {  
            p{
                width : 100%;
                max-width : 132px;
                min-width : 80px;
            }
        }
        &.section-4 table td { 
            p{
                width : 100%;
                max-width : 92px;
                min-width : 70px;
            }
        }
        &.section-5 table td { 
            p{
                width : 100%;
                max-width : 68px;
                min-width : 50px;
            }
        }
        &.section-6 table td { 
            p{
                width : 100%;
                max-width : 51px;
                min-width : 30px;
            }
        }
    }
}
*/
.con-page-nav-resp .mobileView.visible-xs {
  background-color: #f5f6f8;
  width: 100%;
  height: 50px;
  position: absolute;
  z-index: 1000;
  padding: 0;
  margin: 0;
  box-shadow: 0 6px 6px -3px rgba(0, 0, 0, 0.1);
}
.con-page-nav-resp .mobileView.visible-xs .menuBar {
  display: table;
  width: 100%;
  height: 100%;
}
.con-page-nav-resp .mobileView.visible-xs .menuBar div {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.con-page-nav-resp .mobileView.visible-xs .menuBar div select {
  width: 260px;
  font: normal 14px/1.2 "Helvetica Neue";
  line-height: 1.2;
}
.con-page-nav-resp .mobileView.visible-xs select.custom-select {
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  position: absolute;
  top: 30%;
}
.con-page-nav-resp .mobileView.visible-xs .custom-select-wrapper > div.custom-select {
  display: none;
}
footer .include_container {
  background-color: #F5F5F5;
  margin: 0 auto;
  width: 100%;
}
.r-site-footer {
  font: normal 14px/16px Helvetica, "Helvetica Neue", Arial, sans-serif;
  list-style: none;
  margin: 0 auto;
  padding: 32px 0 ;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* ### PROPERTY LINKS web ### */
  /* ### WATERCOOLER LINKS web ##*/
  /* ### COMPANY LINKS web ##*/
  /* ###  GLOBAL SITE LINKS web ##*/
}
.r-site-footer a,
.r-site-footer ul li,
.r-site-footer ul li a {
  font: normal 14px/16px Helvetica, "Helvetica Neue", Arial, sans-serif;
}
.r-site-footer hr.interspace_divider {
  margin: 30px 0;
}
.r-site-footer .r-footer-propertylinks {
  margin: 0;
  padding: 0;
}
.r-site-footer .r-footer-propertylinks h5 {
  background-image: none;
  color: #202020;
  padding: 0 0 16px 0;
  font: bold 14px/16px Helvetica, "Helvetica Neue", Arial, sans-serif;
}
.r-site-footer .r-footer-propertylinks ul {
  margin: 0;
}
.r-site-footer .r-footer-propertylinks ul li {
  padding: 0 0 10px 0;
}
.r-site-footer .r-footer-propertylinks ul li:last-child {
  padding: 0;
}
.r-site-footer .r-footer-propertylinks ul.collapse {
  display: block;
}
.r-site-footer .r-footer-social {
  padding: 0;
}
.r-site-footer .r-footer-social ul {
  padding: 0;
}
.r-site-footer .r-footer-social ul li {
  display: block;
  float: left;
  list-style-type: none;
  margin-left: 5px;
  width: 30px;
  height: 30px;
}
.r-site-footer .r-footer-social ul li a span {
  width: 30px;
  height: 30px;
}
.r-site-footer .r-footer-social ul li .footer-icon-facebook {
  background-position: -10px -712px;
}
.r-site-footer .r-footer-social ul li .footer-icon-facebook:hover {
  background-position: -10px -761px;
}
.r-site-footer .r-footer-social ul li .footer-icon-twitter {
  background-position: -48px -712px;
}
.r-site-footer .r-footer-social ul li .footer-icon-twitter:hover {
  background-position: -48px -761px;
}
.r-site-footer .r-footer-social ul li .footer-icon-linkedin {
  background-position: -165px -712px;
}
.r-site-footer .r-footer-social ul li .footer-icon-linkedin:hover {
  background-position: -165px -761px;
}
.r-site-footer .r-footer-social ul li .footer-icon-youtube {
  background-position: -126px -712px;
}
.r-site-footer .r-footer-social ul li .footer-icon-youtube:hover {
  background-position: -126px -761px;
}
.r-site-footer .r-footer-social ul li .footer-icon-gplus {
  background-position: -85px -712px;
}
.r-site-footer .r-footer-social ul li .footer-icon-gplus:hover {
  background-position: -85px -761px;
}
.r-site-footer .r-footer-company {
  padding: 0;
}
.r-site-footer .r-footer-company ul {
  padding: 0;
  text-align: center;
}
.r-site-footer .r-footer-company ul li {
  color: #505050;
  display: inline;
  padding: 0 8px;
}
.r-site-footer .r-footer-company ul li a {
  color: #505050;
}
.r-site-footer .r-footer-global {
  padding: 0;
}
.r-site-footer .r-footer-global a {
  color: #505050;
  padding: 3px 0 0 22px;
}
.r-site-footer .r-footer-global hr {
  display: none;
}
.r-site-footer .r-footer-global .footer-icon-global {
  background-position: -680px -70px;
  margin-right: 4px;
}
.r-site-footer .r-footer-global .footer-icon-global:hover {
  background-position: -680px -100px;
}
/*r-site-footer*/
@-moz-document url-prefix() {
  .r-site-footer .r-footer-global a {
    padding-top: 4px;
  }
}
/* ### legal SITEBRAND ##*/
.legal-footer .footer-branding .footer-intuit-logo {
  background-position: -495px 0;
  display: block;
  height: 24px;
  width: 90px;
}
/*### Phone landscape & smaller width  ### */
@media only screen and (max-width: 767px) {
  .r-site-footer {
    width: auto;
    /* ### PROPERTY LINKS tablet ### */
    /* ###  WATERCOOLER tablet ##*/
    /* ###  GLOBAL phone tablet ### */
    /* BEGIN LEGAL FOOTER */
    /* END LEGAL FOOTER */
  }
  .r-site-footer .center-sm section.ccontainer div.ctext {
    display: table;
    margin: 0 auto;
  }
  .r-site-footer .r-footer-propertylinks h5 {
    background-image: url('../../images/global-sprite-fallback.png');
    background-image: url('../../images/global-sprite.svg');
    background-repeat: no-repeat;
    color: #365EBF;
    font: bold 14px/16px Helvetica, "Helvetica Neue", Arial, sans-serif;
    padding: 0 0 17px 18px;
    text-decoration: none;
  }
  .r-site-footer .r-footer-propertylinks h5.hidden_mpanel {
    background-position: -992px -477px;
    margin: 0 0 13px 0;
  }
  .r-site-footer .r-footer-propertylinks h5.shown_mpanel {
    background-position: -989px -253px;
    margin: 0;
  }
  .r-site-footer .r-footer-propertylinks ul.collapse {
    display: none;
  }
  .r-site-footer .r-footer-propertylinks ul {
    margin-left: 20px;
  }
  .r-site-footer .r-footer-propertylinks ul li:last-child {
    padding-bottom: 22px;
  }
  .r-site-footer .r-footer-social {
    margin: 0 0 30px 0;
  }
  .r-site-footer .r-footer-social ul {
    padding: 0;
    min-height: 30px;
    margin: 0 auto;
  }
  .r-site-footer .r-footer-global {
    padding: 0;
    /* ###  COMPANY LINKS tablet ##*/
  }
  .r-site-footer .r-footer-global hr {
    display: block;
    margin: 20px 0;
  }
  .r-site-footer .r-footer-global a.footer-global-select-country {
    margin: 20px auto 0 auto;
  }
  .r-site-footer .r-footer-global .r-footer-company ul {
    text-align: left;
  }
  .r-site-footer .footer-legal-content ul.footer-legal-links {
    display: table;
    margin: 15 auto;
  }
  .r-site-footer .footer-legal-content .copyright {
    padding: 0;
  }
  .r-site-footer .footer-legal-content .footer-legal-copy {
    display: table;
    margin: 0 auto 20px auto;
  }
  .r-site-footer .footer-legal-content .footer-branding .footer-intuit-logo {
    margin: 0 auto 15px auto;
  }
  .r-site-footer .footer-legal-content .center-sm .row .footer-legal-truste-logo-container {
    display: table;
    margin: 0 auto;
  }
  .r-site-footer .footer-legal-content .center-sm .row .footer-legal-truste-logo-container .footer-truste-logo {
    background-position: -498px -31px;
  }
}
@media only screen and (max-width: 479px) {
  .r-site-footer .footer-branding .footer-intuit-logo {
    background-position: -495px -140px;
    height: 50px;
    margin: 0 auto 15px auto;
  }
}
/* use'rfooter-bk' or 'footer-sprite' to use background sprite */
.rfooter-bk,
.footer-sprite {
  background-image: url('../../images/global-sprite-fallback.png');
  background-image: url('../../images/global-sprite.svg');
  background-repeat: no-repeat;
  background-size: initial;
}
/* use'footer-blacktext'  to change font color to black */
.r-site-footer .footer-blacktext a,
.resp-site-footer .footer-blacktext a,
.r-site-footer .footer-blacktext a:visited,
.resp-site-footer .footer-blacktext a:visited {
  color: #000;
}
.r-site-footer .footer-blacktext a:hover,
.resp-site-footer .footer-blacktext a:hover {
  color: #365ebf;
}
/***** BEGIN new responsive footer *****/
/*'dotspace' adds a dot between each link in the compony links  */
.dotspace ul li::before {
  content: "\2022";
  margin-right: 8px;
}
.dotspace ul li:first-child:before {
  content: "";
}
/*browser 2*/
.resp-site-footer {
  /*legal*/
}
.resp-site-footer .rfooter-legal {
  color: #fff;
  font: bold 12px/16px Helvetica, "Helvetica Neue", Arial, sans-serif;
  width: auto;
}
.resp-site-footer .rfooter-legal p,
.resp-site-footer .rfooter-legal a {
  color: #fff;
  font: bold 12px/16px Helvetica, "Helvetica Neue", Arial, sans-serif;
}
.resp-site-footer .rfooter-legal .row {
  margin: 0 0 25px 0;
}
.resp-site-footer .rfooter-legal .rfooter-brand {
  background-position: -495px 0;
  height: 25px;
  text-indent: -100em;
  width: 90px;
}
.resp-site-footer .rfooter-legal .rfooter-brand a.r-footer-intuit-logo {
  display: block;
  height: 30px;
}
.resp-site-footer .rfooter-legal .rfooter-legal-links {
  vertical-align: text-top;
}
.resp-site-footer .rfooter-legal .rfooter-legal-links ul {
  padding: 0;
  float: right;
}
.resp-site-footer .rfooter-legal .rfooter-legal-links ul li {
  float: left;
  list-style: none;
  margin: 0 8px;
}
.resp-site-footer .rfooter-legal .rfooter-legal-links ul li a {
  font-weight: bold;
  text-decoration: none;
}
.resp-site-footer .rfooter-legal .rfooter-truste {
  display: table;
  float: right;
  height: 31px;
  margin: 0 auto;
}
.resp-site-footer .rfooter-legal .rfooter-truste img.footer-truste-logo {
  background-position: -498px -31px;
  height: 31px;
  width: 102px;
}
/*tablet 2*/
@media only screen and (max-width: 767px) {
  .resp-site-footer .rfooter-legal .rfooter-truste {
    display: table;
    margin: 15px auto 20px auto;
  }
  .resp-site-footer .rfooter-legal .rfooter-brand {
    height: 28px;
    margin: 0 auto;
    width: 350px;
  }
  .resp-site-footer .rfooter-legal .rfooter-legal-links {
    margin: 15px 0 0 0;
  }
  .resp-site-footer .rfooter-legal .rfooter-legal-links ul {
    float: none;
    display: table;
    margin-left: auto;
    margin-right: auto;
  }
  .resp-site-footer .rfooter-legal .rfooter-truste {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
}
/*phone 2*/
@media only screen and (max-width: 479px) {
  .resp-site-footer .rfooter-legal .rfooter-brand {
    background-position: -495px -140px;
    height: 50px;
    width: 160px;
  }
  .resp-site-footer .rfooter-legal .rfooter-brand a.r-footer-intuit-logo {
    height: 50px;
  }
  .resp-site-footer .rfooter-legal .rfooter-legal-links {
    margin: 15px 0 0 0;
  }
  .resp-site-footer .rfooter-legal .rfooter-legal-links ul {
    float: none;
    display: table;
    margin-left: auto;
    margin-right: auto;
  }
}
/***** END new responsive footer *****/
.resp_grid.grid-container-680 {
  width: 680px;
}
.resp_grid.grid-container-100 {
  width: 100%;
}
.blog_img img {
  width: 100%;
}
.blog_txt {
  width: 100%;
  background-color: #ffffff;
  padding: 7%;
  line-height: 22px;
  font-size: 16px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.blog_txt .blog_title {
  color: #193048;
  font-weight: bold;
  text-align: left;
}
.blog_txt .blog_title .blog_para {
  color: #505050;
}
.blog_feed {
  padding: 3% 1% 3% 1%;
}
.creviews-list-rss h2 {
  font-family: "FS Albert Web 300", "FS Albert Web", "Calibri", "Trebuchet MS", sans-serif;
  font-weight: 300;
  font-size: 30px;
  line-height: 36px;
}
.creviews-list-rss .creview {
  margin-top: 42px;
}
.creviews-list-rss .title,
.creviews-list-rss .description {
  padding-bottom: 21px;
}
.creviews-list-rss .fa-rating-stars {
  margin-left: -7px;
}
.eCommerce-product-div {
  margin: 0px auto;
  width: auto;
  border: solid 0px red;
}
.eCommerce-product-div .cpricing-card .pricing-card-content {
  padding: 12px 18px 30px;
}
.eCommerce-product-div p.or-text {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 16px;
  color: #393A3D;
  letter-spacing: 0;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-bottom: -15px;
  margin-top: -4px;
  text-align: center;
}
.eCommerce-product-div p.or-buy-text {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 16px;
  color: #393A3D;
  letter-spacing: 0;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-bottom: -15px;
  margin-top: 14px;
  text-align: center;
}
.eCommerce-product-div .image-price-container .extra_margin {
  margin-top: 22px;
}
.eCommerce-product-div .image-price-container .price-container-title {
  color: #202020;
  font-family: "FS Albert Web 300", "FS Albert Web", "Calibri", "Trebuchet MS", sans-serif;
  font-size: 18px;
  line-height: 18px;
  margin: 0px 0 15px;
  text-align: center;
  display: block;
}
.eCommerce-product-div .image-price-container .eCommerce_product_placeholder {
  color: #202020;
  font-family: "FS Albert Web 300", "FS Albert Web", "Calibri", "Trebuchet MS", sans-serif;
  font-size: 18px;
  line-height: 18px;
  margin: 22px 0 15px;
  text-align: center;
  display: block;
  padding: 20px;
}
.eCommerce-product-div .image-price-container .price-container {
  border: solid 0px red;
}
.eCommerce-product-div .image-price-container .price-container .pricing-section {
  margin: 4px auto 0;
  display: table;
}
.eCommerce-product-div .image-price-container .price-container .pricing-section .price {
  color: #202020;
  font-weight: 400;
  letter-spacing: -2px;
  font-family: initial;
  text-align: center;
  float: left;
  margin-left: -2px;
}
.eCommerce-product-div .image-price-container .price-container .pricing-section .price .line-through {
  border-top: 1px solid #202020;
  margin: 0 auto;
  position: relative;
  top: 12px;
  width: 100%;
  display: block;
}
.eCommerce-product-div .image-price-container .price-container .pricing-section span .red-price-text {
  color: #d52b1e;
}
.eCommerce-product-div .image-price-container .price-container .pricing-section .red-price-text {
  float: left;
  letter-spacing: -2px;
  margin-left: 8px;
  white-space: nowrap;
}
.eCommerce-product-div .image-price-container .price-container .pricing-section .red-price-text span {
  color: #d52b1e;
}
.eCommerce-product-div .image-price-container .price-container .pricing-section .ct,
.eCommerce-product-div .image-price-container .price-container .pricing-section .ac {
  font-family: "DIN Next LT Pro 300", "DIN Next LT Pro", "Consolas", "Monaco", "Lucida Console", sans-serif;
  font-weight: 300;
  position: relative;
  top: -13px;
  color: #202020;
  font-size: 20px;
  letter-spacing: normal;
}
.eCommerce-product-div .image-price-container .price-container .pricing-section .aw,
.eCommerce-product-div .image-price-container .price-container .pricing-section .as {
  font-family: "DIN Next LT Pro 300", "DIN Next LT Pro", "Consolas", "Monaco", "Lucida Console", sans-serif;
  font-weight: 300;
  font-size: 40px;
  letter-spacing: -0.05em;
  line-height: 1;
}
.eCommerce-product-div .image-price-container .price-container .per {
  margin-left: 2px;
  font-family: "DIN Next LT Pro 300", "DIN Next LT Pro", "Consolas", "Monaco", "Lucida Console", sans-serif;
  font-weight: 300;
  font-size: 18px;
  color: #d52b1e;
  top: 14px;
  position: relative;
  letter-spacing: normal;
}
.eCommerce-product-div .image-price-container .price-container .bper {
  margin-left: 2px;
  font-family: "DIN Next LT Pro 300", "DIN Next LT Pro", "Consolas", "Monaco", "Lucida Console", sans-serif;
  font-weight: 300;
  font-size: 18px;
  display: table-cell;
  color: #202020;
}
.eCommerce-product-div .image-price-container .offer-text {
  font-size: 15px;
  margin-top: 2px;
  text-align: center;
  line-height: 1;
}
.eCommerce-product-div .image-price-container .offer-text .high-attention-text {
  color: #d52b1e;
  display: block;
}
.eCommerce-product-div .image-price-container .offer-text p4 {
  display: block;
  margin-bottom: 20px;
}
.eCommerce-product-div .image-price-container p.payroll_text {
  margin: 15px auto 0;
  display: table;
}
.eCommerce-product-div .image-price-container p.try-it-free-offer-text {
  font-size: 12px;
  color: #202020;
  text-align: center;
  margin-top: 5px;
}
.eCommerce-product-div .blue-button {
  text-align: center;
  line-height: 18px;
  margin-top: 20px;
  margin-bottom: 6px;
}
.eCommerce-product-div .blue-button a:visited {
  text-decoration: none;
  color: #365ebf;
  text-align: center;
}
.eCommerce-product-div .blue-button a {
  background: linear-gradient(to bottom, #3f6dc9 50%, #3054b8 100%);
  border: 1px solid #304f9d;
  border-radius: 2px;
  display: inline-block;
  padding: 3px 15px;
  text-decoration: none;
}
.eCommerce-product-div .blue-button a span {
  color: #ffffff;
  font-size: 16px;
  font-family: "DIN Next LT Pro 400", "DIN Next LT Pro", "Consolas", "Monaco", "Lucida Console", sans-serif;
  line-height: normal;
  font-weight: 400;
  text-align: center;
}
.eCommerce-product-div .blue-button-for-try-it-free {
  margin: 22px auto 6px;
  text-align: center;
}
.eCommerce-product-div .blue-button-for-try-it-free a:visited {
  text-decoration: none;
  color: #365ebf;
  text-align: center;
}
.eCommerce-product-div .blue-button-for-try-it-free a {
  background: linear-gradient(to bottom, #3f6dc9 50%, #3054b8 100%);
  border: 1px solid #304f9d;
  border-radius: 2px;
  display: inline-block;
  padding: 3px 15px;
  text-decoration: none;
}
.eCommerce-product-div .blue-button-for-try-it-free a span {
  color: #ffffff;
  font-size: 16px;
  font-family: "DIN Next LT Pro 400", "DIN Next LT Pro", "Consolas", "Monaco", "Lucida Console", sans-serif;
  line-height: normal;
  font-weight: 400;
  text-align: center;
}
.eCommerce-product-div .buynow-addl-txt {
  margin-top: 4px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  text-align: center;
}
.eCommerce-product-div .tryit-free-link-url {
  margin-top: 15px;
  text-align: center;
}
.eCommerce-product-div .tryit-free-link-url .free-trial-text {
  font-size: 15px;
  text-align: center;
}
.eCommerce-product-div .tryit-free-link-url .exclude-discount {
  display: block;
  font-size: 13px;
  text-align: center;
}
.eCommerce-product-div .text1 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 11px;
  margin-top: -1px;
  line-height: 18px;
  margin-left: 2px;
}
.eCommerce-product-div .text1 .ctext {
  margin: 0 auto;
  display: table;
}
.eCommerce-product-div .text1 .ctext ul {
  padding-top: 15px;
  padding-left: 12px;
  padding-bottom: 1px;
}
.eCommerce-product-div .text1 .ctext ul li {
  border-top: medium none;
  border-bottom: 0px dotted #505050 !important;
  color: #505050;
  font-size: 12px;
  line-height: 1;
  padding-bottom: 8px;
  text-align: left;
  list-style-type: disc;
  text-indent: 0px;
  list-style-position: outside;
  padding-left: 5px;
  line-height: normal !important;
}
.eCommerce-product-div .text1 .ctext ul li span.p3 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  color: #202020;
  text-indent: 0px;
  display: block;
}
.eCommerce-product-div .text1 .ctext ul li:last-child {
  border-bottom: 0px;
}
.eCommerce-product-div .text1 .ctext ul > li {
  list-style-type: disc;
}
.eCommerce-product-div .text1 .ctext-nopadding ul > li {
  list-style-type: disc;
}
.eCommerce-product-div .bper.black-price-month {
  left: -4px;
  position: relative;
  top: -4px;
}
.eCommerce-product-div .bper.black-price-month,
.eCommerce-product-div #notie8#hack {
  /* ie7, ie9, ie10, ie11+ only */
  top: 14px;
  left: 0;
  display: inline-block !important;
}
.eCommerce-product-div .error-message {
  color: red;
  font-weight: bold;
}
.column-size-is-large .comp-chart-header-container .eCommerce-product-div p.or-text,
.column-size-is-x-large .comp-chart-header-container .eCommerce-product-div p.or-text {
  margin-bottom: -21px;
  margin-top: -5px;
}
.column-size-is-auto .comp-chart-header-container .eCommerce-product-div p.or-text,
.airstream-2 .comp-chart-header-container .eCommerce-product-div p.or-text,
.airstream-3 .comp-chart-header-container .eCommerce-product-div p.or-text {
  margin-top: -14px;
}
.column-size-is-large .comp-chart-header-container .eCommerce-product-div .image-price-container .price-container .pricing-section .price {
  clear: both;
  float: none;
  margin-bottom: 4px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  display: block;
}
.column-size-is-large .comp-chart-header-container .eCommerce-product-div .image-price-container .price-container .pricing-section .price .line-through {
  top: 8px;
  width: 60%;
  left: 1px;
}
.column-size-is-large .comp-chart-header-container .eCommerce-product-div .image-price-container .price-container .pricing-section .price .aw,
.column-size-is-large .comp-chart-header-container .eCommerce-product-div .image-price-container .price-container .pricing-section .price .as {
  letter-spacing: -1px;
}
.column-size-is-large .comp-chart-header-container .eCommerce-product-div .image-price-container .price-container .pricing-section .red-price-text {
  display: inline;
  float: none;
  letter-spacing: 0;
}
.column-size-is-large .comp-chart-header-container .eCommerce-product-div .image-price-container .price-container .pricing-section .ct,
.column-size-is-large .comp-chart-header-container .eCommerce-product-div .image-price-container .price-container .pricing-section .ac {
  top: -7px;
  font-size: 14px;
}
.column-size-is-large .comp-chart-header-container .eCommerce-product-div .image-price-container .price-container .pricing-section .aw,
.column-size-is-large .comp-chart-header-container .eCommerce-product-div .image-price-container .price-container .pricing-section .as {
  font-size: 25px;
  line-height: 22px;
}
.column-size-is-large .comp-chart-header-container .eCommerce-product-div .image-price-container .price-container .per {
  font-family: "DIN Next LT Pro 300", "DIN Next LT Pro", "Consolas", "Monaco", "Lucida Console", sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: #d52b1e;
  top: 0px;
  font-weight: normal;
  display: inline-block;
}
.column-size-is-large .comp-chart-header-container .eCommerce-product-div .image-price-container .price-container .bper {
  margin-left: -7px;
  font-family: "DIN Next LT Pro 300", "DIN Next LT Pro", "Consolas", "Monaco", "Lucida Console", sans-serif;
  font-weight: 300;
  font-size: 14px;
  display: table-cell !important;
  color: #202020;
}
.column-size-is-large .comp-chart-header-container .eCommerce-product-div .image-price-container .price-container .bper.black-price-month,
.column-size-is-large .comp-chart-header-container .eCommerce-product-div .image-price-container .price-container #notie8#hack {
  top: 0;
  left: 2px;
}
.column-size-is-large .comp-chart-header-container .eCommerce-product-div .image-price-container .offer-text {
  font-size: 12px;
  line-height: 16px;
  margin-top: 2px;
}
.column-size-is-large .comp-chart-header-container .eCommerce-product-div .image-price-container .offer-text .high-attention-text {
  color: #d52b1e;
}
.column-size-is-large .comp-chart-header-container .eCommerce-product-div .image-price-container p.try-it-free-offer-text {
  margin-top: 2px;
}
.column-size-is-large .comp-chart-header-container .eCommerce-product-div .image-price-container p.payroll_text {
  margin: 5px auto 0;
  display: table;
  font-size: 10px;
}
.column-size-is-large .comp-chart-header-container .eCommerce-product-div .blue-button {
  margin-top: 10px;
}
.column-size-is-large .comp-chart-header-container .eCommerce-product-div .blue-button-for-try-it-free {
  margin: 10px auto 6px;
}
.column-size-is-large .comp-chart-header-container .eCommerce-product-div .buynow-addl-txt {
  margin-top: -6px;
  font-size: 12px;
  text-align: center;
}
.column-size-is-large .comp-chart-header-container .eCommerce-product-div .tryit-free-link-url .free-trial-text,
.column-size-is-large .comp-chart-header-container .eCommerce-product-div .tryit-free-link-url .exclude-discount {
  font-size: 12px;
}
.column-size-is-large .comp-chart-header-container .eCommerce-product-div .text1 .ctext {
  width: 170px;
}
.column-size-is-large .comp-chart-header-container .eCommerce-product-div .text1 .ctext ul {
  margin-left: 5px;
}
.column-size-is-large .comp-chart-header-container .eCommerce-product-div .text1 .ctext ul li {
  font-size: 11px;
  line-height: 13px;
  line-height: 12px;
  padding-left: 0px;
}
.column-size-is-large .comp-chart-header-container .eCommerce-product-div .text1 .ctext ul li span.p3 {
  font-size: 11px;
}
.column-size-is-x-large .comp-chart-header-container .eCommerce-product-div .image-price-container .price-container .pricing-section .price {
  margin-bottom: 4px;
}
.column-size-is-x-large .comp-chart-header-container .eCommerce-product-div .image-price-container .price-container .pricing-section .price .line-through {
  top: 8px;
}
.column-size-is-x-large .comp-chart-header-container .eCommerce-product-div .image-price-container .price-container .pricing-section .price .aw,
.column-size-is-x-large .comp-chart-header-container .eCommerce-product-div .image-price-container .price-container .pricing-section .price .as {
  letter-spacing: -1px;
}
.column-size-is-x-large .comp-chart-header-container .eCommerce-product-div .image-price-container .price-container .pricing-section .red-price-text {
  letter-spacing: 0px;
}
.column-size-is-x-large .comp-chart-header-container .eCommerce-product-div .image-price-container .price-container .pricing-section .ct,
.column-size-is-x-large .comp-chart-header-container .eCommerce-product-div .image-price-container .price-container .pricing-section .ac {
  top: -7px;
  font-size: 14px;
}
.column-size-is-x-large .comp-chart-header-container .eCommerce-product-div .image-price-container .price-container .pricing-section .aw,
.column-size-is-x-large .comp-chart-header-container .eCommerce-product-div .image-price-container .price-container .pricing-section .as {
  font-size: 25px;
  line-height: 22px;
}
.column-size-is-x-large .comp-chart-header-container .eCommerce-product-div .image-price-container .price-container .per {
  font-family: "DIN Next LT Pro 300", "DIN Next LT Pro", "Consolas", "Monaco", "Lucida Console", sans-serif;
  font-size: 14px;
  color: #d52b1e;
  font-weight: 300;
  top: 6px;
}
.column-size-is-x-large .comp-chart-header-container .eCommerce-product-div .image-price-container .price-container .bper {
  margin-left: auto;
  font-family: "DIN Next LT Pro 300", "DIN Next LT Pro", "Consolas", "Monaco", "Lucida Console", sans-serif;
  font-size: 14px;
  font-weight: 300;
  top: 5px;
}
.column-size-is-x-large .comp-chart-header-container .eCommerce-product-div .image-price-container .offer-text {
  font-size: 12px;
  line-height: 18px;
  margin-top: -3px;
}
.column-size-is-x-large .comp-chart-header-container .eCommerce-product-div .image-price-container .offer-text .high-attention-text {
  color: #d52b1e;
}
.column-size-is-x-large .comp-chart-header-container .eCommerce-product-div .image-price-container p.payroll_text {
  margin: 5px auto 0;
  display: table;
  font-size: 10px;
}
.column-size-is-x-large .comp-chart-header-container .eCommerce-product-div .buynow-addl-txt {
  margin-top: -6px;
  font-size: 12px;
  text-align: center;
}
.column-size-is-x-large .comp-chart-header-container .eCommerce-product-div .tryit-free-link-url .free-trial-text,
.column-size-is-x-large .comp-chart-header-container .eCommerce-product-div .tryit-free-link-url .exclude-discount {
  font-size: 12px;
}
.column-size-is-x-large .comp-chart-header-container .eCommerce-product-div .text1 .ctext {
  width: 170px;
}
.column-size-is-x-large .comp-chart-header-container .eCommerce-product-div .text1 .ctext ul {
  margin-left: 5px;
}
.column-size-is-x-large .comp-chart-header-container .eCommerce-product-div .text1 .ctext ul li {
  font-size: 11px;
  line-height: 13px;
  line-height: 12px;
  padding-left: 0px;
}
.column-size-is-x-large .comp-chart-header-container .eCommerce-product-div .text1 .ctext ul li span.p3 {
  font-size: 11px;
}
.column-size-is-auto .comp-chart-header-container .eCommerce-product-div .image-price-container .price-container .pricing-section .price .line-through {
  top: 8px;
}
.column-size-is-auto .comp-chart-header-container .eCommerce-product-div .image-price-container .price-container .pricing-section .price .aw,
.column-size-is-auto .comp-chart-header-container .eCommerce-product-div .image-price-container .price-container .pricing-section .price .as {
  letter-spacing: -1px;
}
.column-size-is-auto .comp-chart-header-container .eCommerce-product-div .image-price-container .price-container .pricing-section .ct,
.column-size-is-auto .comp-chart-header-container .eCommerce-product-div .image-price-container .price-container .pricing-section .ac {
  top: -6px;
  font-size: 14px;
}
.column-size-is-auto .comp-chart-header-container .eCommerce-product-div .image-price-container .price-container .pricing-section .aw,
.column-size-is-auto .comp-chart-header-container .eCommerce-product-div .image-price-container .price-container .pricing-section .as {
  font-size: 25px;
  line-height: 22px;
}
.column-size-is-auto .comp-chart-header-container .eCommerce-product-div .image-price-container .price-container .per {
  font-family: "DIN Next LT Pro 400", "DIN Next LT Pro", "Consolas", "Monaco", "Lucida Console", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #d52b1e;
  font-weight: normal;
}
.column-size-is-auto .comp-chart-header-container .eCommerce-product-div .image-price-container .price-container .bper {
  margin-left: -4px;
  font-family: "DIN Next LT Pro 400", "DIN Next LT Pro", "Consolas", "Monaco", "Lucida Console", sans-serif;
  font-weight: 400;
  font-size: 14px;
}
.column-size-is-auto .comp-chart-header-container .eCommerce-product-div .image-price-container .offer-text {
  font-size: 12px;
  line-height: 18px;
  margin-top: -3px;
}
.column-size-is-auto .comp-chart-header-container .eCommerce-product-div .image-price-container .offer-text .high-attention-text {
  color: #d52b1e;
}
.column-size-is-auto .comp-chart-header-container .eCommerce-product-div .image-price-container p.payroll_text {
  margin: 5px auto 0;
  display: table;
  font-size: 10px;
}
.column-size-is-auto .comp-chart-header-container .eCommerce-product-div .buynow-addl-txt {
  margin-top: -6px;
  font-size: 12px;
  text-align: center;
}
.column-size-is-auto .comp-chart-header-container .eCommerce-product-div .tryit-free-link-url .free-trial-text,
.column-size-is-auto .comp-chart-header-container .eCommerce-product-div .tryit-free-link-url .exclude-discount {
  font-size: 12px;
}
.column-size-is-auto .comp-chart-header-container .eCommerce-product-div .text1 .ctext {
  width: 170px;
}
.column-size-is-auto .comp-chart-header-container .eCommerce-product-div .text1 .ctext ul {
  margin-left: 5px;
}
.column-size-is-auto .comp-chart-header-container .eCommerce-product-div .text1 .ctext ul li {
  font-size: 11px;
  line-height: 13px;
  line-height: 12px;
  padding-left: 0px;
}
.column-size-is-auto .comp-chart-header-container .eCommerce-product-div .text1 .ctext ul li span.p3 {
  font-size: 11px;
}
.airstream-2 .comp-chart-header-container .eCommerce-product-div .image-price-container .price-container .pricing-section .price {
  width: auto;
  margin-top: 20px;
  white-space: nowrap;
  float: left;
}
.airstream-2 .comp-chart-header-container .eCommerce-product-div .image-price-container .price-container .pricing-section .price .line-through {
  left: 0px;
  top: 2px;
  width: 100%;
}
.airstream-2 .comp-chart-header-container .eCommerce-product-div .image-price-container .price-container .pricing-section .price .aw,
.airstream-2 .comp-chart-header-container .eCommerce-product-div .image-price-container .price-container .pricing-section .price .as {
  font-size: 40px;
  letter-spacing: -1px;
  line-height: 22px;
}
.airstream-2 .comp-chart-header-container .eCommerce-product-div .image-price-container .price-container .pricing-section .red-price-text {
  margin-top: 15px;
  margin-left: 8px;
  float: left;
}
.airstream-2 .comp-chart-header-container .eCommerce-product-div .image-price-container .price-container .pricing-section .ct,
.airstream-2 .comp-chart-header-container .eCommerce-product-div .image-price-container .price-container .pricing-section .ac {
  font-size: 20px;
  top: -13px;
}
.airstream-2 .comp-chart-header-container .eCommerce-product-div .image-price-container .price-container .pricing-section .aw,
.airstream-2 .comp-chart-header-container .eCommerce-product-div .image-price-container .price-container .pricing-section .as {
  font-size: 40px;
  line-height: 35px;
}
.airstream-2 .comp-chart-header-container .eCommerce-product-div .image-price-container .price-container .per {
  font-family: "DIN Next LT Pro 400", "DIN Next LT Pro", "Consolas", "Monaco", "Lucida Console", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #d52b1e;
  top: 25px;
  font-weight: 300;
}
.airstream-2 .comp-chart-header-container .eCommerce-product-div .image-price-container .price-container .bper {
  margin-left: 1px;
  font-family: "DIN Next LT Pro 400", "DIN Next LT Pro", "Consolas", "Monaco", "Lucida Console", sans-serif;
  font-weight: 400;
  font-size: 18px;
  font-weight: 300;
  margin-top: 16px;
}
.airstream-2 .comp-chart-header-container .eCommerce-product-div .image-price-container .offer-text {
  line-height: 18px;
  font-size: 13px;
}
.airstream-2 .comp-chart-header-container .eCommerce-product-div .image-price-container .offer-text .high-attention-text {
  color: #d52b1e;
}
.airstream-2 .comp-chart-header-container .eCommerce-product-div .image-price-container p.payroll_text {
  margin: 5px auto 0;
  display: table;
  font-size: 12px;
}
.airstream-2 .comp-chart-header-container .eCommerce-product-div .blue-button {
  margin-top: 20px;
}
.airstream-2 .comp-chart-header-container .eCommerce-product-div .blue-button-for-try-it-free {
  margin: 20px auto 6px;
}
.airstream-2 .comp-chart-header-container .eCommerce-product-div .buynow-addl-txt {
  margin-top: -6px;
  font-size: 14px;
  text-align: center;
}
.airstream-2 .comp-chart-header-container .eCommerce-product-div .tryit-free-link-url .free-trial-text {
  font-size: 14px;
}
.airstream-2 .comp-chart-header-container .eCommerce-product-div .tryit-free-link-url .exclude-discount {
  font-size: 13px;
  margin-left: 4px;
}
.airstream-2 .comp-chart-header-container .eCommerce-product-div .text1 .ctext {
  width: 170px;
}
.airstream-2 .comp-chart-header-container .eCommerce-product-div .text1 .ctext ul {
  margin-left: 5px;
}
.airstream-2 .comp-chart-header-container .eCommerce-product-div .text1 .ctext ul li {
  font-size: 11px;
  line-height: 13px;
  line-height: 12px;
  padding-left: 0px;
}
.airstream-2 .comp-chart-header-container .eCommerce-product-div .text1 .ctext ul li span.p3 {
  font-size: 11px;
}
.airstream-3 .comp-chart-header-container .eCommerce-product-div .image-price-container .price-container .pricing-section .price {
  display: table-row-group;
  width: auto;
  margin-top: 5px;
  white-space: nowrap;
  margin-left: 0;
  float: left;
}
.airstream-3 .comp-chart-header-container .eCommerce-product-div .image-price-container .price-container .pricing-section .price .line-through {
  left: 0px;
  top: 2px;
  width: 100%;
}
.airstream-3 .comp-chart-header-container .eCommerce-product-div .image-price-container .price-container .pricing-section .price .ct,
.airstream-3 .comp-chart-header-container .eCommerce-product-div .image-price-container .price-container .pricing-section .price .ac {
  top: -10px;
}
.airstream-3 .comp-chart-header-container .eCommerce-product-div .image-price-container .price-container .pricing-section .price .aw,
.airstream-3 .comp-chart-header-container .eCommerce-product-div .image-price-container .price-container .pricing-section .price .as {
  letter-spacing: -1px;
  line-height: 22px;
}
.airstream-3 .comp-chart-header-container .eCommerce-product-div .image-price-container .price-container .pricing-section .red-price-text {
  margin-top: 0px;
}
.airstream-3 .comp-chart-header-container .eCommerce-product-div .image-price-container .price-container .pricing-section .ct,
.airstream-3 .comp-chart-header-container .eCommerce-product-div .image-price-container .price-container .pricing-section .ac {
  top: -11px;
  font-size: 18px;
}
.airstream-3 .comp-chart-header-container .eCommerce-product-div .image-price-container .price-container .pricing-section .aw,
.airstream-3 .comp-chart-header-container .eCommerce-product-div .image-price-container .price-container .pricing-section .as {
  font-size: 35px;
  line-height: 35px;
}
.airstream-3 .comp-chart-header-container .eCommerce-product-div .image-price-container .price-container .per {
  font-family: "DIN Next LT Pro 400", "DIN Next LT Pro", "Consolas", "Monaco", "Lucida Console", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #d52b1e;
  font-weight: 300;
  top: 9px;
}
.airstream-3 .comp-chart-header-container .eCommerce-product-div .image-price-container .price-container .bper {
  margin-left: 1px;
  font-family: "DIN Next LT Pro 400", "DIN Next LT Pro", "Consolas", "Monaco", "Lucida Console", sans-serif;
  font-weight: 400;
  font-size: 18px;
  font-weight: 300;
  margin-top: 2px;
}
.airstream-3 .comp-chart-header-container .eCommerce-product-div .image-price-container .price-container .bper.black-price-month,
.airstream-3 .comp-chart-header-container .eCommerce-product-div .image-price-container .price-container #notie8#hack {
  top: 5px;
  left: 2px;
}
.airstream-3 .comp-chart-header-container .eCommerce-product-div .image-price-container .offer-text {
  line-height: 18px;
  margin-top: -3px;
}
.airstream-3 .comp-chart-header-container .eCommerce-product-div .image-price-container p.payroll_text {
  margin: 5px auto 0;
  display: table;
  font-size: 10px;
}
.airstream-3 .comp-chart-header-container .eCommerce-product-div .buynow-addl-txt {
  margin-top: -6px;
  font-size: 12px;
  text-align: center;
}
.airstream-3 .comp-chart-header-container .eCommerce-product-div .tryit-free-link-url .free-trial-text {
  font-size: 12px;
}
.airstream-3 .comp-chart-header-container .eCommerce-product-div .tryit-free-link-url .exclude-discount {
  font-size: 11px;
  margin-left: 4px;
}
.airstream-3 .comp-chart-header-container .eCommerce-product-div .text1 .ctext {
  width: 170px;
}
.airstream-3 .comp-chart-header-container .eCommerce-product-div .text1 .ctext ul {
  margin-left: 5px;
}
.airstream-3 .comp-chart-header-container .eCommerce-product-div .text1 .ctext ul li {
  font-size: 11px;
  line-height: 12px;
  padding-left: 0px;
}
.airstream-3 .comp-chart-header-container .eCommerce-product-div .text1 .ctext ul li span.p3 {
  font-size: 11px;
}
/*Browser firefox*/
@-moz-document url-prefix() {
  .airstream-3 .comp-chart-header-container .eCommerce-product-div .image-price-container .price-container .pricing-section .red-price-text,
  .airstream-2 .comp-chart-header-container .eCommerce-product-div .image-price-container .price-container .pricing-section .red-price-text {
    margin-left: 12px;
  }
}
.cmodal-page .eCommerce-product-div .image-price-container .price-container .pricing-section .price {
  display: table-row-group;
  width: auto;
  margin-top: 5px;
  white-space: nowrap;
  margin-left: 0;
}
.cmodal-page .eCommerce-product-div .image-price-container .price-container .pricing-section .price .line-through {
  left: 0px;
  top: 4px;
  width: 100%;
}
.cmodal-page .eCommerce-product-div .image-price-container .price-container .pricing-section .price .ct,
.cmodal-page .eCommerce-product-div .image-price-container .price-container .pricing-section .price .ac {
  top: -10px;
}
.cmodal-page .eCommerce-product-div .image-price-container .price-container .pricing-section .price .aw,
.cmodal-page .eCommerce-product-div .image-price-container .price-container .pricing-section .price .as {
  letter-spacing: -1px;
  line-height: 22px;
}
.cmodal-page .eCommerce-product-div .image-price-container .price-container .pricing-section .red-price-text {
  margin-top: 0px;
  margin-left: 8px;
}
.cmodal-page .eCommerce-product-div .image-price-container .price-container .pricing-section .ct,
.cmodal-page .eCommerce-product-div .image-price-container .price-container .pricing-section .ac {
  top: -11px;
  font-size: 18px;
}
.cmodal-page .eCommerce-product-div .image-price-container .price-container .pricing-section .aw,
.cmodal-page .eCommerce-product-div .image-price-container .price-container .pricing-section .as {
  font-size: 34px;
  line-height: 35px;
}
.cmodal-page .eCommerce-product-div .image-price-container .price-container .per {
  margin-left: 2px;
  font-family: "DIN Next LT Pro 500", "DIN Next LT Pro", "Consolas", "Monaco", "Lucida Console", sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #d52b1e;
  top: 10px;
  font-weight: 300;
}
.cmodal-page .eCommerce-product-div .image-price-container .price-container .bper {
  margin-left: 1px;
  font-family: "DIN Next LT Pro 500", "DIN Next LT Pro", "Consolas", "Monaco", "Lucida Console", sans-serif;
  font-weight: 500;
  font-size: 18px;
  font-weight: 300;
  margin-top: 2px;
}
.cmodal-page .eCommerce-product-div .image-price-container .offer-text {
  line-height: 18px;
  margin-top: 0px;
}
.cmodal-page .eCommerce-product-div .image-price-container p.payroll_text {
  margin: 5px auto 0;
  display: table;
  font-size: 12px;
}
.cmodal-page .eCommerce-product-div .blue-button a {
  padding: 3px 15px;
}
.cmodal-page .eCommerce-product-div .buynow-addl-txt {
  margin-top: -6px;
  font-size: 11px;
  text-align: center;
}
.cmodal-page .eCommerce-product-div .tryit-free-link-url .free-trial-text {
  font-size: 12px;
}
.cmodal-page .eCommerce-product-div .tryit-free-link-url .exclude-discount {
  font-size: 11px;
  margin-left: 4px;
}
.cmodal-page .eCommerce-product-div .text1 .ctext {
  width: 170px;
}
.cmodal-page .eCommerce-product-div .text1 .ctext ul {
  margin-left: 5px;
}
.cmodal-page .eCommerce-product-div .text1 .ctext ul li {
  font-size: 11px;
  line-height: 12px;
  padding-left: 0px;
}
.cmodal-page .eCommerce-product-div .text1 .ctext ul li span.p3 {
  font-size: 11px;
}
.carousel-slides .slide .eCommerce-product-div .image-price-container .price-container .pricing-section .price {
  display: table-row-group;
  width: auto;
  margin-top: 5px;
  white-space: nowrap;
  margin-left: 0;
  letter-spacing: -2px;
}
.carousel-slides .slide .eCommerce-product-div .image-price-container .price-container .pricing-section .price .line-through {
  left: 0px;
  top: 7px;
  width: 100%;
}
.carousel-slides .slide .eCommerce-product-div .image-price-container .price-container .pricing-section .price .ct {
  top: -7px;
  font-size: 19px;
  letter-spacing: -4px;
}
.carousel-slides .slide .eCommerce-product-div .image-price-container .price-container .pricing-section .price .ac {
  top: -9px;
  font-size: 17px;
  letter-spacing: -2px;
}
.carousel-slides .slide .eCommerce-product-div .image-price-container .price-container .pricing-section .price .aw {
  font-size: 30px;
  letter-spacing: -4px;
  line-height: 22px;
}
.carousel-slides .slide .eCommerce-product-div .image-price-container .price-container .pricing-section .price .as {
  font-size: 40px;
  letter-spacing: -4px;
  line-height: 22px;
}
.carousel-slides .slide .eCommerce-product-div .image-price-container .price-container .pricing-section .red-price-text {
  margin-top: 0px;
  letter-spacing: -2px;
}
.carousel-slides .slide .eCommerce-product-div .image-price-container .price-container .pricing-section .ct {
  top: -7px;
  font-size: 19px;
  letter-spacing: -4px;
}
.carousel-slides .slide .eCommerce-product-div .image-price-container .price-container .pricing-section .ac {
  top: -8px;
  font-size: 17px;
  letter-spacing: -2px;
}
.carousel-slides .slide .eCommerce-product-div .image-price-container .price-container .pricing-section .aw {
  font-size: 30px;
  line-height: 35px;
  letter-spacing: -4px;
}
.carousel-slides .slide .eCommerce-product-div .image-price-container .price-container .pricing-section .as {
  font-size: 40px;
  line-height: 35px;
  letter-spacing: -4px;
}
.carousel-slides .slide .eCommerce-product-div .image-price-container .price-container .per {
  font-family: "DIN Next LT Pro 500", "DIN Next LT Pro", "Consolas", "Monaco", "Lucida Console", sans-serif;
  font-weight: 500;
  font-size: 10px;
  color: #d52b1e;
  top: 10px;
  font-weight: 300;
}
.carousel-slides .slide .eCommerce-product-div .image-price-container .price-container .bper {
  margin-left: 1px;
  font-family: "DIN Next LT Pro 500", "DIN Next LT Pro", "Consolas", "Monaco", "Lucida Console", sans-serif;
  font-weight: 500;
  font-size: 10px;
  font-weight: 300;
  margin-top: 2px;
}
.carousel-slides .slide .eCommerce-product-div .image-price-container .offer-text {
  line-height: 18px;
  margin-top: -9px;
  font-size: 11px;
}
.carousel-slides .slide .eCommerce-product-div .image-price-container p.payroll_text {
  margin: 5px auto 0;
  display: table;
  font-size: 11px;
}
.carousel-slides .slide .eCommerce-product-div .buynow-addl-txt {
  margin-top: 10px;
  font-size: 12px;
  text-align: center;
}
.carousel-slides .slide .eCommerce-product-div .tryit-free-link-url .free-trial-text {
  font-size: 12px;
}
.carousel-slides .slide .eCommerce-product-div .tryit-free-link-url .exclude-discount {
  font-size: 11px;
  margin-left: 4px;
}
.ccomp-table-yoy-header .cqpricing2 .eCommerce-product-div .image-price-container .price-container .pricing-section .price,
.ccomp-table-yoy-header .cqpricing .eCommerce-product-div .image-price-container .price-container .pricing-section .price {
  clear: both;
  display: block;
  float: none;
  margin: 0 auto 4px;
  position: relative;
  text-align: center;
  width: 70%;
}
.ccomp-table-yoy-header .cqpricing2 .eCommerce-product-div .image-price-container .price-container .pricing-section .price .line-through,
.ccomp-table-yoy-header .cqpricing .eCommerce-product-div .image-price-container .price-container .pricing-section .price .line-through {
  top: 8px;
}
.ccomp-table-yoy-header .cqpricing2 .eCommerce-product-div .image-price-container .price-container .pricing-section .price .ct,
.ccomp-table-yoy-header .cqpricing .eCommerce-product-div .image-price-container .price-container .pricing-section .price .ct,
.ccomp-table-yoy-header .cqpricing2 .eCommerce-product-div .image-price-container .price-container .pricing-section .price .ac,
.ccomp-table-yoy-header .cqpricing .eCommerce-product-div .image-price-container .price-container .pricing-section .price .ac {
  top: -6px;
  font-size: 14px;
}
.ccomp-table-yoy-header .cqpricing2 .eCommerce-product-div .image-price-container .price-container .pricing-section .price .aw,
.ccomp-table-yoy-header .cqpricing .eCommerce-product-div .image-price-container .price-container .pricing-section .price .aw,
.ccomp-table-yoy-header .cqpricing2 .eCommerce-product-div .image-price-container .price-container .pricing-section .price .as,
.ccomp-table-yoy-header .cqpricing .eCommerce-product-div .image-price-container .price-container .pricing-section .price .as {
  font-size: 25px;
  letter-spacing: -1px;
  line-height: 22px;
}
.ccomp-table-yoy-header .cqpricing2 .eCommerce-product-div .image-price-container .price-container .pricing-section .red-price-text,
.ccomp-table-yoy-header .cqpricing .eCommerce-product-div .image-price-container .price-container .pricing-section .red-price-text {
  clear: both;
  display: block;
  float: left;
  letter-spacing: 0;
}
.ccomp-table-yoy-header .cqpricing2 .eCommerce-product-div .image-price-container .price-container .pricing-section .red-price-text .ac,
.ccomp-table-yoy-header .cqpricing .eCommerce-product-div .image-price-container .price-container .pricing-section .red-price-text .ac {
  top: -7px;
  font-size: 14px;
}
.ccomp-table-yoy-header .cqpricing2 .eCommerce-product-div .image-price-container .price-container .pricing-section .red-price-text .aw,
.ccomp-table-yoy-header .cqpricing .eCommerce-product-div .image-price-container .price-container .pricing-section .red-price-text .aw,
.ccomp-table-yoy-header .cqpricing2 .eCommerce-product-div .image-price-container .price-container .pricing-section .red-price-text .as,
.ccomp-table-yoy-header .cqpricing .eCommerce-product-div .image-price-container .price-container .pricing-section .red-price-text .as {
  font-size: 25px;
  letter-spacing: -2px;
  line-height: 22px;
}
.ccomp-table-yoy-header .cqpricing2 .eCommerce-product-div .image-price-container .price-container .pricing-section .red-price-text .ct,
.ccomp-table-yoy-header .cqpricing .eCommerce-product-div .image-price-container .price-container .pricing-section .red-price-text .ct {
  top: -7px;
  font-size: 14px;
}
.ccomp-table-yoy-header .cqpricing2 .eCommerce-product-div .image-price-container .price-container .per,
.ccomp-table-yoy-header .cqpricing .eCommerce-product-div .image-price-container .price-container .per {
  font-family: "DIN Next LT Pro 500", "DIN Next LT Pro", "Consolas", "Monaco", "Lucida Console", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #d52b1e;
  top: 4px;
  font-weight: normal;
  left: 3px;
  position: relative;
  margin-left: 0px;
}
.ccomp-table-yoy-header .cqpricing2 .eCommerce-product-div .image-price-container .price-container .bper,
.ccomp-table-yoy-header .cqpricing .eCommerce-product-div .image-price-container .price-container .bper {
  margin-left: -7px;
  font-family: "DIN Next LT Pro 500", "DIN Next LT Pro", "Consolas", "Monaco", "Lucida Console", sans-serif;
  font-weight: 500;
  font-size: 14px;
  display: table-cell;
  color: #202020;
}
.ccomp-table-yoy-header .cqpricing2 .eCommerce-product-div .image-price-container .offer-text,
.ccomp-table-yoy-header .cqpricing .eCommerce-product-div .image-price-container .offer-text {
  font-size: 12px;
  line-height: 16px;
  margin-top: 6px;
}
.ccomp-table-yoy-header .cqpricing2 .eCommerce-product-div .image-price-container .offer-text .high-attention-text,
.ccomp-table-yoy-header .cqpricing .eCommerce-product-div .image-price-container .offer-text .high-attention-text {
  color: #d52b1e;
  white-space: nowrap;
}
.ccomp-table-yoy-header .cqpricing2 .eCommerce-product-div .image-price-container p.payroll_text,
.ccomp-table-yoy-header .cqpricing .eCommerce-product-div .image-price-container p.payroll_text {
  margin: 5px auto 0;
  display: table;
  font-size: 10px;
}
.ccomp-table-yoy-header .cqpricing2 .eCommerce-product-div .buynow-addl-txt,
.ccomp-table-yoy-header .cqpricing .eCommerce-product-div .buynow-addl-txt {
  margin-top: 10px;
  font-size: 12px;
  text-align: center;
}
.ccomp-table-yoy-header .cqpricing2 .eCommerce-product-div .tryit-free-link-url .free-trial-text,
.ccomp-table-yoy-header .cqpricing .eCommerce-product-div .tryit-free-link-url .free-trial-text,
.ccomp-table-yoy-header .cqpricing2 .eCommerce-product-div .tryit-free-link-url .exclude-discount,
.ccomp-table-yoy-header .cqpricing .eCommerce-product-div .tryit-free-link-url .exclude-discount {
  font-size: 12px;
}
.ccomp-table-yoy-header .cqpricing2 .eCommerce-product-div .text1 .ctext,
.ccomp-table-yoy-header .cqpricing .eCommerce-product-div .text1 .ctext {
  width: 170px;
}
.ccomp-table-yoy-header .cqpricing2 .eCommerce-product-div .text1 .ctext ul,
.ccomp-table-yoy-header .cqpricing .eCommerce-product-div .text1 .ctext ul {
  margin-left: 5px;
}
.ccomp-table-yoy-header .cqpricing2 .eCommerce-product-div .text1 .ctext ul li,
.ccomp-table-yoy-header .cqpricing .eCommerce-product-div .text1 .ctext ul li {
  font-size: 11px;
  line-height: 13px;
  line-height: 12px;
  padding-left: 0px;
}
.ccomp-table-yoy-header .cqpricing2 .eCommerce-product-div .text1 .ctext ul li span.p3,
.ccomp-table-yoy-header .cqpricing .eCommerce-product-div .text1 .ctext ul li span.p3 {
  font-size: 11px;
}
.ccomp-table-yoy-header .cqpricing2 .eCommerce-product-div .bper.black-price-month,
.ccomp-table-yoy-header .cqpricing .eCommerce-product-div .bper.black-price-month,
.ccomp-table-yoy-header .cqpricing2 .eCommerce-product-div #notie8#hack,
.ccomp-table-yoy-header .cqpricing .eCommerce-product-div #notie8#hack {
  /* ie7, ie9, ie10, ie11+ only */
  top: 10px;
  left: 0;
  display: inline-block !important;
}
.ccomp-table-yoy-header .cqpricing2 .content-wrapper > section,
.ccomp-table-yoy-header .cqpricing .content-wrapper > section {
  padding-top: 20px !important;
}
.pc_bg_gray p.or-text {
  color: #000000;
}
.tooltip {
  position: relative;
  border-bottom: 1px dotted #365ebf;
  color: #365ebf !important;
  cursor: pointer;
}
.pricing-sba .link {
  cursor: pointer;
}
.tooltip .tooltiptext {
  display: none;
  width: 265px;
  background-color: #edeef0;
  color: #393a3d;
  border-radius: 1px;
  padding: 15px 10px !important;
  position: absolute;
  z-index: 1;
  bottom: 140%;
  left: 50%;
  margin-left: -90px;
  line-height: 1.3;
  border: 1px solid #babec5;
  text-indent: 0px;
  font-weight: normal;
}
.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 10px;
  border-style: solid;
  border-color: #edeef0 transparent transparent transparent;
}
.tooltip:hover .tooltiptext {
  display: block;
}
.tooltip:hover {
  border-bottom: none;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 667px) and (-webkit-device-pixel-ratio: 2) {
  .tooltip:hover .tooltiptext {
    width: 192px;
    margin-left: -101px;
  }
}
.pricing-card-layout {
  padding: 0 0;
  /* group headers*/
  /* pricesplit ie. "OR"*/
  /* column content */
  /*NOT FOR 1-1, 1-2, 2-0, 2-1, 3-0, 4-1 ???? */
  /*for use with bottom text section*/
  /*for column widths */
  /* DESKTOP CUSTOM SIZES  */
}
.pricing-card-layout .bg-grey {
  background-color: #f7f7f7 !important;
}
.pricing-card-layout .cpricing-card-layout,
.pricing-card-layout .cpricing-card-layout-noheader-bg {
  background-color: #ffffff;
  display: table;
}
.pricing-card-layout .cpricing-card-layout {
  border: 1px solid #cccccc;
  border-radius: 2px;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 2px;
}
.pricing-card-layout .pricing-card-layout-header {
  display: block;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  height: 48px;
}
.pricing-card-layout .pricing-card-layout-header .ctext {
  display: table;
  height: 100%;
  margin: 0 auto;
}
.pricing-card-layout .pricing-card-layout-header .ctext h1,
.pricing-card-layout .pricing-card-layout-header .ctext h2,
.pricing-card-layout .pricing-card-layout-header .ctext h3,
.pricing-card-layout .pricing-card-layout-header .ctext h4,
.pricing-card-layout .pricing-card-layout-header .ctext h5,
.pricing-card-layout .pricing-card-layout-header .ctext p,
.pricing-card-layout .pricing-card-layout-header .ctext span {
  display: table-cell;
  vertical-align: middle;
  color: #ffffff;
}
.pricing-card-layout .pricing-card-layout-header .ctext p {
  font: normal 18px "FS Albert Web 300", "FS Albert Web", Calibri, "Trebuchet MS", sans-serif;
  line-height: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.pricing-card-layout .pricing-card-layout-header.pricing-card-header-magenta {
  background-color: #a22662;
}
.pricing-card-layout .pricing-card-layout-header.pricing-card-header-blue {
  background-color: #0098cd;
}
.pricing-card-layout .pricing-card-layout-header.pricing-card-header-green {
  background-color: #2ca01c;
}
.pricing-card-layout .pricing-card-layout-header.pricing-card-header-grey {
  background-color: #cccccc;
}
.pricing-card-layout .pricing-card-layout-header.pricing-card-header-grey-black {
  background-color: #393a3d;
}
.pricing-card-layout .left-pricing {
  float: left;
}
.pricing-card-layout .right-pricing {
  float: right;
}
.pricing-card-layout .pricesplit {
  display: inline-block;
  font: normal 18px "FS Albert Web 300", "FS Albert Web", Calibri, "Trebuchet MS", sans-serif;
  line-height: normal;
  padding: 10px 0 0 0;
  text-align: center;
  width: 3.6% !important;
}
.pricing-card-layout .pricing-card-layout-content {
  box-sizing: border-box;
  float: left;
  padding: 25px 0;
  position: relative;
}
.pricing-card-layout .pricing-card-layout-content h3,
.pricing-card-layout .pricing-card-layout-content h4,
.pricing-card-layout .pricing-card-layout-content h5 {
  font-weight: normal;
}
.pricing-card-layout .pricing-card-layout-content .pricing-content-burst-rect {
  background-image: url('../../images/global-sprite-fallback.png');
  background-image: url('../../images/global-sprite.svg');
  background-position: -835px -551px;
  background-repeat: no-repeat;
  font-size: 10px;
  height: 32px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  text-align: center;
  text-transform: uppercase;
  top: -6px;
  width: 150px;
}
.pricing-card-layout .pricing-card-layout-content .pricing-content-burst-rect p {
  color: #202020;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 11px;
  padding-top: 10px;
}
.pricing-card-layout .pricing-card-layout-content .pricing-content-burst-wrapper {
  bottom: 20px;
  position: absolute;
  top: -36px;
}
.pricing-card-layout .pricing-card-layout-content .pricing-card-layout-content-wrapper {
  margin: 0;
  padding-right: 0;
}
.pricing-card-layout .eCommerce-product-div h6 {
  padding: 0;
}
.pricing-card-layout .eCommerce-product-div .price-container-title {
  font: normal 18px "FS Albert Web 300", "FS Albert Web", Calibri, "Trebuchet MS", sans-serif;
  line-height: normal;
}
.pricing-card-layout .eCommerce-product-div .pricing-section .red-price-text .ct,
.pricing-card-layout .eCommerce-product-div .pricing-section .price .ct,
.pricing-card-layout .eCommerce-product-div .pricing-section .red-price-text .ac,
.pricing-card-layout .eCommerce-product-div .pricing-section .price .ac {
  font: normal 300 14px "DIN Next LT Pro 300", "DIN Next LT Pro", "Consolas", Monaco, "Lucida Console", sans-serif;
  line-height: normal;
  top: -7px;
}
.pricing-card-layout .eCommerce-product-div .pricing-section .red-price-text .aw,
.pricing-card-layout .eCommerce-product-div .pricing-section .price .aw,
.pricing-card-layout .eCommerce-product-div .pricing-section .red-price-text .as,
.pricing-card-layout .eCommerce-product-div .pricing-section .price .as {
  font: normal 300 25px "DIN Next LT Pro 300", "DIN Next LT Pro", "Consolas", Monaco, "Lucida Console", sans-serif;
  line-height: 25px;
}
.pricing-card-layout .eCommerce-product-div .pricing-section .price .line-through {
  top: 9px;
  width: 100%;
}
.pricing-card-layout .eCommerce-product-div .pricing-section .per,
.pricing-card-layout .eCommerce-product-div .pricing-section .bper {
  font: normal 300 14px "DIN Next LT Pro 300", "DIN Next LT Pro", "Consolas", Monaco, "Lucida Console", sans-serif;
  line-height: normal;
  top: 6px;
}
.pricing-card-layout .eCommerce-product-div .text1 .ctext ul {
  padding-left: 10px;
  padding-right: 10px;
}
.pricing-card-layout .eCommerce-product-div .text1 .ctext ul li span.p3,
.pricing-card-layout .eCommerce-product-div .offer-text .high-attention-text,
.pricing-card-layout .eCommerce-product-div .tryit-free-link-url .free-trial-text,
.pricing-card-layout .eCommerce-product-div .payroll_text {
  font: normal 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: normal;
}
.pricing-card-layout .pcard-layout-additional-info {
  background-color: #f7f7f7;
  padding: 20px 0;
}
.pricing-card-layout .pcard-layout-additional-info .row {
  padding: 20px 20px;
}
.pricing-card-layout .pcard-layout-additional-info.bg-grey {
  background-color: #eceef1;
}
.pricing-card-layout .col-width100 {
  width: 100%;
}
.pricing-card-layout .col-width50 {
  width: 50%;
}
.pricing-card-layout .col-width33 {
  width: 33.3%;
}
.pricing-card-layout .col-width25 {
  width: 25%;
}
.pricing-card-layout .col-width20 {
  width: 20%;
}
.pricing-card-layout .pcard-cols-1-3 .pricing-card-layout-header .ctext p,
.pricing-card-layout .pcard-cols-1-4 .pricing-card-layout-header .ctext p {
  font-size: 16px;
}
.pricing-card-layout .pcard-cols-1-1 .pricing-card-layout-header,
.pricing-card-layout .pcard-cols-1-2 .pricing-card-layout-header,
.pricing-card-layout .pcard-cols-2-0 .pricing-card-layout-header,
.pricing-card-layout .pcard-cols-2-1 .pricing-card-layout-header,
.pricing-card-layout .pcard-cols-2-2 .pricing-card-layout-header,
.pricing-card-layout .pcard-cols-3-0 .pricing-card-layout-header {
  height: 64px;
}
.pricing-card-layout .pcard-cols-1-1 .pricing-card-layout-header .ctext p,
.pricing-card-layout .pcard-cols-1-2 .pricing-card-layout-header .ctext p,
.pricing-card-layout .pcard-cols-2-0 .pricing-card-layout-header .ctext p,
.pricing-card-layout .pcard-cols-2-1 .pricing-card-layout-header .ctext p,
.pricing-card-layout .pcard-cols-2-2 .pricing-card-layout-header .ctext p,
.pricing-card-layout .pcard-cols-3-0 .pricing-card-layout-header .ctext p {
  font-size: 22px;
  line-height: 24px;
}
.pricing-card-layout .pcard-cols-1-1 .eCommerce-product-div .price-container-title,
.pricing-card-layout .pcard-cols-1-2 .eCommerce-product-div .price-container-title,
.pricing-card-layout .pcard-cols-2-0 .eCommerce-product-div .price-container-title,
.pricing-card-layout .pcard-cols-2-1 .eCommerce-product-div .price-container-title,
.pricing-card-layout .pcard-cols-2-2 .eCommerce-product-div .price-container-title,
.pricing-card-layout .pcard-cols-3-0 .eCommerce-product-div .price-container-title {
  font-size: 22px;
  line-height: 24px;
}
.pricing-card-layout .pcard-cols-2-2 .pricing-card-layout-header {
  height: 40px;
}
.pricing-card-layout .pcard-cols-1-4 .pricing-card-layout-header {
  height: 40px;
}
.pricing-card-layout .pcard-cols-1-4 .left-pricing.group_w_1_4 .eCommerce-product-div + .ccta {
  position: relative;
  top: -20px;
}
@media (max-width: 991px) {
  .pricing-card-layout .pcard-cols-1-4 .left-pricing.group_w_1_4 .eCommerce-product-div + .ccta {
    top: -14px;
  }
}
/* split text (ie. "OR") width */
.group_w_1_1,
.group_w_2_2,
.group_w_1_2,
.group_w_2_1,
.group_w_1_3,
.group_w_3_1,
.group_w_1_4,
.group_w_4_1,
.group_w_2_3,
.group_w_3_2 {
  width: 100%;
}
/* Calculate width for each column within a group - Max if 4 columns in a group */
@media (min-width: 992px) {
  .pricing-card-layout {
    /*4th card in a group always get a special treatment*/
  }
  .pricing-card-layout [class*=xs-offset],
  .pricing-card-layout [class*=sm-offset],
  .pricing-card-layout [class*=md-offset] {
    margin-left: 0;
  }
  .pricing-card-layout .pricesplit {
    display: inline-block;
  }
  .pricing-card-layout .group_w_1_1 {
    width: 47.9%;
  }
  .pricing-card-layout .group_w_2_2 {
    width: 47.9%;
  }
  .pricing-card-layout .group_w_1_2 {
    width: 47.9%;
  }
  .pricing-card-layout .group_w_2_1 {
    width: 47.9%;
  }
  .pricing-card-layout .group_w_1_3 {
    width: 23.95%;
  }
  .pricing-card-layout .group_w_3_1 {
    width: 71.85%;
  }
  .pricing-card-layout .group_w_1_4 {
    width: 22.66%;
  }
  .pricing-card-layout .group_w_4_1 {
    width: 73.14%;
  }
  .pricing-card-layout .group_w_2_3 {
    width: 19.16%;
  }
  .pricing-card-layout .group_w_3_2 {
    width: 76.64%;
  }
  .pricing-card-layout .pcolumns_w1 {
    width: 100%;
  }
  .pricing-card-layout .pcolumns_w2 {
    width: 50%;
  }
  .pricing-card-layout .pcolumns_w3 {
    width: 33.33333333%;
  }
  .pricing-card-layout .pcolumns_w4 {
    width: 25%;
  }
  .pricing-card-layout .pricing-card-layout-content:not(:last-of-type) .pricing-card-layout-content-wrapper {
    border-right: 1px solid #ccc;
  }
  .pricing-card-layout .pricing-card-layout-content.pccol_4 .pccolwrap_4 .ctext {
    min-height: 102px;
    margin-top: 14px;
    margin-bottom: 5px;
  }
  .pcarousel-wrap .pcarousel-viewport {
    overflow: visible;
  }
  .pcarousel-wrap .pcarousel-viewport:before,
  .pcarousel-wrap .pcarousel-viewport:after {
    display: none;
  }
  .pcarousel-wrap .pcarousel-viewport .pcarousel-slides:before,
  .pcarousel-wrap .pcarousel-viewport .pcarousel-slides:after {
    display: none;
  }
  .pcarousel-wrap .chevron_right {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .pricing-card-layout .pricesplit {
    display: none;
  }
  .pricing-card-layout .cpricing-card-layout {
    /*this 3rd column, when there are 4 columns in a group, needs to have margin 0*/
    /*this is the "4th column" in a group - it gets special treatment*/
  }
  .pricing-card-layout .cpricing-card-layout .col-sm-4 {
    width: 31.47%;
  }
  .pricing-card-layout .cpricing-card-layout .pricing-card-layout-header {
    margin: 0;
  }
  .pricing-card-layout .cpricing-card-layout .pricing-card-layout-content:not(.pccol_4) {
    margin-top: 20px;
    margin-right: 20px;
    margin-bottom: 40px;
  }
  .pricing-card-layout .cpricing-card-layout .pricing-card-layout-content:not(.pccol_4):last-child {
    margin-right: 0;
  }
  .pricing-card-layout .cpricing-card-layout .pricing-card-layout-content:not(.pccol_4) .eCommerce-product-div .price-container-title {
    font: normal 18px "FS Albert Web 300", "FS Albert Web", Calibri, "Trebuchet MS", sans-serif;
    line-height: normal;
  }
  .pricing-card-layout .cpricing-card-layout.group_w_4_1 .pricing-card-layout-content.pccol_3,
  .pricing-card-layout .cpricing-card-layout.group_w_1_4 .pricing-card-layout-content.pccol_3 {
    margin-right: 0;
  }
  .pricing-card-layout .cpricing-card-layout .pccol_4 {
    margin-right: 0;
  }
  .pricing-card-layout .cpricing-card-layout [class*=xs-offset],
  .pricing-card-layout .cpricing-card-layout [class*=md-offset] {
    margin-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .pricing-card-layout .pcard-cols-2-2 .pricing-card-layout-content-wrapper {
    height: auto !important;
  }
}
@media (max-width: 991px) {
  .pricing-card-layout .pricing-card-layout-header {
    height: 48px;
    padding: 0 50px 0 10px;
    position: relative;
  }
  .pricing-card-layout .pricing-card-layout-header:after {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    border-top: 3px solid white;
    border-right: 3px solid white;
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    right: 18px;
    bottom: 50%;
    margin-bottom: -3px;
    -moz-transition: all 200ms ease;
    -webkit-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
  }
  .pricing-card-layout .pricing-card-layout-header.expanded:after {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    border-top: 3px solid white;
    border-right: 3px solid white;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    right: 18px;
    margin-bottom: -11px;
    -moz-transition: all 400ms ease;
    -webkit-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
  }
  .pricing-card-layout .pricing-card-layout-header .ctext {
    margin: 0;
    height: 100%;
  }
  .pricing-card-layout .pricing-card-layout-header .ctext p {
    color: #ffffff;
    font-size: 16px !important;
    line-height: 20px !important;
  }
  .pricing-card-layout .pricing-card-layout-header .ctext h4,
  .pricing-card-layout .pricing-card-layout-header .ctext p span,
  .pricing-card-layout .pricing-card-layout-header .ctext h4 span {
    text-align: left !important;
    color: black;
  }
  .pricing-card-layout .pricing-card-layout-header .ctext p span,
  .pricing-card-layout .pricing-card-layout-header .ctext h4 span {
    font-weight: normal !important;
  }
  .pricing-card-layout .pricing-card-layout-header:not(.expanded) {
    margin-bottom: 16px;
  }
  .pricing-card-layout .pricing-card-layout-content {
    padding: 0;
    /*4th card in a group always get a special treatment*/
  }
  .pricing-card-layout .pricing-card-layout-content.pccol_4 .pccolwrap_4 {
    padding: 40px 0;
  }
  .pricing-card-layout .pricing-card-layout-content .pricing-content-burst-rect {
    top: 64px;
  }
  .pricing-card-layout .pricing-card-layout-content .pricing-card-layout-content-wrapper {
    margin: 0;
    border-right: none;
  }
  .pricing-card-layout .pricing-card-layout-content .pricing-card-layout-content-wrapper .mac-desktop-card > section > .ctext {
    padding: 0;
  }
  .pricing-card-layout .pricing-card-layout-content .eCommerce-product-div .price-container-title {
    color: #202020;
    height: 64px;
    padding: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .pricing-card-layout .pricing-card-layout-content .eCommerce-product-div .price-container {
    padding-top: 26px;
  }
  .pricing-card-layout .pricing-card-layout-content .eCommerce-product-div ul {
    padding: 20px 20px;
  }
  .pricing-card-layout .pricing-card-layout-content .eCommerce-product-div ul li {
    border-bottom: 1px dotted #505050 !important;
    list-style: none;
    padding: 8px 0;
  }
  .pricing-card-layout .pricing-card-layout-content .eCommerce-product-div ul li:first-child {
    border-top: 1px dotted #505050 !important;
  }
  .pricing-card-layout .group_w_1_3 .pricing-card-layout-header p span,
  .pricing-card-layout .group_w_3_1 .pricing-card-layout-header p span,
  .pricing-card-layout .group_w_1_3 .pricing-card-layout-header h4 span,
  .pricing-card-layout .group_w_3_1 .pricing-card-layout-header h4 span {
    font-weight: bold !important;
  }
}
@media (max-width: 767px) {
  .pricing-card-layout .pricesplit {
    display: none;
  }
  .pricing-card-layout .cpricing-card-layout [class*=sm-offset],
  .pricing-card-layout .cpricing-card-layout [class*=md-offset] {
    margin-left: 0;
  }
  .pricing-card-layout .cpricing-card-layout .pricing-card-layout-header {
    height: auto;
    min-height: 48px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .pricing-card-layout .cpricing-card-layout .pricing-card-layout-header.header_bkcolor {
    background-color: #d4d7dc;
  }
  .pricing-card-layout .cpricing-card-layout .pricing-card-layout-header .ctext {
    margin: 0;
  }
  .pricing-card-layout .cpricing-card-layout .pricing-card-layout-header .ctext p {
    color: #202020;
  }
  .pricing-card-layout .cpricing-card-layout .pricing-card-layout-content {
    /*4th card in a group always get a special treatment*/
  }
  .pricing-card-layout .cpricing-card-layout .pricing-card-layout-content .eCommerce-product-div .price-container-title {
    background-color: #2ca01c;
    color: white;
    font: normal 18px "FS Albert Web 300", "FS Albert Web", Calibri, "Trebuchet MS", sans-serif;
    line-height: normal;
  }
  .pricing-card-layout .pcarousel-wrap {
    clear: both;
  }
  .pricing-card-layout .pcarousel-wrap .pcarousel-viewport {
    overflow: hidden;
    clear: both;
  }
  .pricing-card-layout .pcarousel-wrap .pcarousel-viewport:before,
  .pricing-card-layout .pcarousel-wrap .pcarousel-viewport:after {
    content: " ";
    display: block;
    height: 0;
    width: 0;
    line-height: 0;
    clear: both;
    visibility: hidden;
  }
  .pricing-card-layout .pcarousel-wrap .pcarousel-viewport .pcarousel-slides {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .pricing-card-layout .pcarousel-wrap .pcarousel-viewport .pcarousel-slides:before,
  .pricing-card-layout .pcarousel-wrap .pcarousel-viewport .pcarousel-slides:after {
    content: ".";
    display: block;
    height: 0;
    width: 0;
    line-height: 0;
    clear: both;
    visibility: hidden;
  }
  .pricing-card-layout .pcarousel-wrap .pcarousel-viewport .pcarousel-slides .pricing-card-layout-content {
    box-sizing: border-box;
    display: list-item;
    float: left;
  }
  .pricing-card-layout .pcarousel-controls {
    padding: 0;
    margin: 20px 0;
    text-align: center;
  }
  .pricing-card-layout .pcarousel-controls .pcarousel-controls-wrap {
    display: inline-block;
    padding: 10px 15px;
    border-radius: 20px;
  }
  .pricing-card-layout .pcarousel-controls .pcarousel-controls-wrap ul.pcarousel-pagination {
    display: inline-block;
    margin: 0;
    padding: 0 20px;
    list-style: none;
  }
  .pricing-card-layout .pcarousel-controls .pcarousel-controls-wrap ul.pcarousel-pagination li {
    display: inline-block;
    width: 5px;
    height: 5px;
    margin: 0 8px;
    padding: 0;
    cursor: pointer;
    background-color: #aeb7bd;
    border-radius: 10px;
  }
  .pricing-card-layout .pcarousel-controls .pcarousel-controls-wrap ul.pcarousel-pagination li:hover,
  .pricing-card-layout .pcarousel-controls .pcarousel-controls-wrap ul.pcarousel-pagination .pcarousel-pagination-active {
    background-color: #3660c3;
  }
  .pricing-card-layout .pcarousel-controls .pcarousel-controls-wrap span.chevron {
    background-image: url('../../images/global-sprite-fallback.png');
    background-image: none, url('../../images/global-sprite.svg');
    /* Retina display support */
    cursor: pointer;
    display: inline-block;
    height: 20px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    text-indent: -100em;
    top: 50%;
    vertical-align: middle;
    width: 15px;
  }
  .pricing-card-layout .pcarousel-controls .pcarousel-controls-wrap span.chevron.prev {
    left: 0;
    background-position: -685px -399px;
  }
  .pricing-card-layout .pcarousel-controls .pcarousel-controls-wrap span.chevron.next {
    right: 0;
    background-position: -712px -399px;
  }
  .pricing-card-layout .pcarousel-controls .pcarousel-controls-wrap span.chevron.prev:hover {
    background-position: -685px -399px;
  }
  .pricing-card-layout .pcarousel-controls .pcarousel-controls-wrap span.chevron.next:hover {
    background-position: -712px -399px;
  }
}

/* BODY */
/* CONTAINER */
/* OUTER CONTAINER */
/* TYPOGRAPHY */
/* FONT FAMILY */
/* FONT WEIGHT */
/* FONT SIZE */
/* LINE HEIGHT */
/* LETTER SPACING */
/* COLOR PALETTES PRIMARY, SECONDARY, TERTIARY */
/* PARAGRAPHS */
/* SECTIONS + header/subheaders */
/* SUB-SECTIONS */
/* CTA */
/* COLORS */
/* BORDER */
/* BOX-SHADOW */
/* CAROUSEL */
/* CONTAINER */
/* FAQ-QA */
/* COMP CHART 2 */
/* COMP-CHART-2-SIMPLE-HEADER */
/* DISCLOSURE */
/* FORM Vars */
/* PRICING-CARD LAYOUT */
/*helper vars for Harmony font*/
/*group headers*/
/*@pricing-card-layout-header-t-background-color: currentColor;*/
/* product title */
/*@pricing-card-layout-productcomponent-title-t-background-color: currentColor;*/
/* price ct */
/* price aw */
/* price per-month */
/* product offer (red) */
/* product offer2 */
/* feature-list */
/* PRODUCT COMPONENT */
/* PRICING CARD */
/* PRICING TABLE */
/* HERO */
/* VIDEO */
/* FOOTER */
/* RESPONSIVE TABS - added here because it's backwards compatible with non-responsive */
/* TESTIMONIAL */
/* Mixin for generating global sprite SVG and its fallback PNG.
   Ideally this has to be a LESS VAR, but due to how CQ interprets LESS VAR PATHS, its hardcoded this way 
*/
.fcolor-prim {
  color: #f77b00;
}
.fcolor-sec {
  color: #3f6dc9;
}
.hero-cta-align {
  display: block;
  padding-top: 10px;
}
.con-page-nav {
  background-color: #f5f6f8;
  width: 1038px;
  border: 1px solid #d7d7d7;
  left: 50%;
  margin-left: -520px;
  position: absolute;
  z-index: 1000;
  box-shadow: 0 6px 6px -3px rgba(0, 0, 0, 0.1);
}
.con-page-nav .content-container.row {
  margin: 0 auto;
}
.con-page-nav .title,
.con-page-nav ul {
  display: table;
  float: left;
  height: 80px;
}
.con-page-nav .title {
  padding: 0 20px 0 0;
  border-right: 1px solid #e8e9e9;
}
.con-page-nav .title h2 {
  display: table-cell;
  vertical-align: middle;
  font-size: 22px;
  font-family: "FS Albert Web 300", "FS Albert Web", "Calibri", "Trebuchet MS", sans-serif;
  font-weight: 300;
  letter-spacing: -1px;
  color: #414141;
}
.con-page-nav ul {
  width: 579px;
}
.con-page-nav ul li {
  display: block;
  width: 24%;
  float: left;
  border-right: 1px solid #e8e9e9;
  text-align: center;
}
.con-page-nav ul li a {
  color: #505050;
  display: block;
}
.con-page-nav ul li a:hover {
  text-decoration: none;
}
.con-page-nav ul li a:focus {
  outline: 0;
}
.con-page-nav ul li > div {
  height: 57px;
}
.con-page-nav ul li > div > div {
  margin: 13px auto 4px;
  height: 20px;
  width: 22px;
}
.con-page-nav ul li .overview-icon {
  background-position: -500px -557px;
}
.con-page-nav ul li .features-icon {
  background-position: -580px -560px;
}
.con-page-nav ul li .pricing-icon {
  background-position: -538px -560px;
}
.con-page-nav ul li .techSpecs-icon {
  background-position: -619px -560px;
}
.con-page-nav ul li:hover {
  cursor: pointer;
}
.con-page-nav ul li:hover a {
  color: #2c53b7;
}
.con-page-nav ul li:hover .overview-icon {
  background-position: -500px -597px;
}
.con-page-nav ul li:hover .features-icon {
  background-position: -580px -600px;
}
.con-page-nav ul li:hover .pricing-icon {
  background-position: -538px -600px;
}
.con-page-nav ul li:hover .techSpecs-icon {
  background-position: -619px -600px;
}
.con-page-nav ul li.active > div {
  border-bottom: 6px solid #9caab0;
  height: 51px;
}
.con-page-nav .cta-btn,
.con-page-nav .cta {
  max-width: 175px;
  float: right;
  display: table;
  height: 80px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  transform: translateY(-20px);
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.con-page-nav .cta-btn > div,
.con-page-nav .cta > div {
  display: table-cell;
  vertical-align: middle;
}
.con-page-nav .cta-btn .cta-align-left,
.con-page-nav .cta .cta-align-left {
  float: left;
}
.con-page-nav .cta-btn .cta-align-right,
.con-page-nav .cta .cta-align-right {
  float: right;
}
.con-page-nav .cta-btn.show,
.con-page-nav .cta.show {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.con-page-nav a.ctaprimary,
.con-page-nav a.ctasecondary {
  padding: 2px 9px 2px 9px;
  display: table-cell;
}
.con-page-nav a.ctaprimary,
.con-page-nav a.ctasecondary,
.con-page-nav a.ctatertiary,
.con-page-nav a.ctaplain {
  max-width: 140px;
}
.con-page-nav .title.has-image {
  max-width: none;
  padding: 0 5px 0 0;
}
.con-page-nav .title.has-image .cimage {
  width: 50%;
  display: table-cell;
  vertical-align: middle;
}
.con-page-nav .title.has-image h2 {
  width: 50%;
  padding: 0 0 0 10px;
}
.con-page-nav .title.has-image ~ .cta {
  max-width: none;
}
.con-page-nav.fixed {
  position: fixed;
  top: 0;
}
.cbulleted-list .title,
.cbulleted-list .contact {
  padding: 50px 0 35px;
  padding: 5rem 0 3.5rem;
}
.cbulleted-list .title ul,
.cbulleted-list .contact ul {
  margin-top: 20px;
  margin-top: 2rem;
  padding-top: 0;
}
.cbulleted-list .title ul li,
.cbulleted-list .contact ul li {
  margin-bottom: 15px;
  margin-bottom: 1.5rem;
  line-height: 1.45;
}
.cbulleted-list .title ul {
  margin-left: 0;
}
.cbulleted-list .title ul li {
  list-style-type: none;
  position: relative;
  display: block;
  padding-left: 30px;
}
.cbulleted-list .title ul li .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  text-indent: -9999px;
}
.cbulleted-list .contact ul {
  margin-left: 20px;
  margin-left: 2rem;
  list-style: disc;
}
/* PHONE DEVICES */
@media only screen and (max-width: 767px) {
  .cbulleted-list .title {
    padding: 50px 0 0;
    padding: 5rem 0 0;
  }
  .cbulleted-list .contact {
    padding: 25px 0 0;
    padding: 2.5rem 0 0;
  }
}
@media only screen and (max-width: 480px) {
  .cbulleted-list {
    padding-top: 0 0 32px;
    padding-top: 3.2rem;
    /* bootstrap3 classes handles 768px and below as one, so custom make phone columns stack */
    /* likewise, remove column offsets when below 480px */
  }
  .cbulleted-list .row [class*="col-"] {
    width: auto;
    float: none;
  }
  .cbulleted-list .row [class*="offset-"] {
    margin-left: 0;
  }
  .cbulleted-list .title,
  .cbulleted-list .contact {
    padding: 0 0 17px;
    padding: 0 0 1.7rem;
  }
}
.chero-lead-gen .col-md-7 > div {
  margin: 48px 0 48px 40px;
}
.chero-lead-gen h1 {
  margin-bottom: 18px;
}
@media (max-width: 767px) {
  .chero-lead-gen .col-md-7 > div {
    margin: 24px 20px;
  }
  .chero-lead-gen .col-md-5 {
    padding: 0;
  }
}
.clead-gen-form {
  display: table;
  margin: 48px auto;
  margin: 4.8rem auto;
  padding: 40px;
  padding: 4rem;
  background-color: #d3d3d3;
}
.clead-gen-form > div {
  display: inline-block;
  text-align: center;
}
.clead-gen-form .cta1 {
  margin-top: 30px;
  text-align: center;
}
.clead-gen-form .cta1 button[type="submit"] {
  line-height: 1.5em;
  border: 1px solid #f55e00;
  height: auto;
  padding: 3px 10px 0;
  color: #fff;
  background: #f77b00;
  background: linear-gradient(to bottom, #f77b00 0%, #f55e00 100%);
  background: -webkit-linear-gradient(top, #f77b00 0%, #f55e00 100%);
  background: -moz-linear-gradient(top, #f77b00 0%, #f55e00 100%);
  background: -o-linear-gradient(top, #f77b00 0%, #f55e00 100%);
  background: -ms-linear-gradient(top, #f77b00 0%, #f55e00 100%);
}
.clead-gen-form .cta1 button[type="submit"]:hover {
  background: #ff8e17;
  background: linear-gradient(to bottom, #ff8e17 0%, #ff6c12 100%);
  background: -webkit-linear-gradient(top, #ff8e17 0%, #ff6c12 100%);
  background: -moz-linear-gradient(top, #ff8e17 0%, #ff6c12 100%);
  background: -o-linear-gradient(top, #ff8e17 0%, #ff6c12 100%);
  background: -ms-linear-gradient(top, #ff8e17 0%, #ff6c12 100%);
}
.clead-gen-form .cta1 button[type="submit"]:active {
  background: #f45400;
  background: linear-gradient(to bottom, #f45400 0%, #f98a00 100%);
  background: -webkit-linear-gradient(top, #f45400 0%, #f98a00 100%);
  background: -moz-linear-gradient(top, #f45400 0%, #f98a00 100%);
  background: -o-linear-gradient(top, #f45400 0%, #f98a00 100%);
  background: -ms-linear-gradient(top, #f45400 0%, #f98a00 100%);
}
.clead-gen-form .form-control {
  margin: 24px auto;
  margin: 2.4rem auto;
}
.clead-gen-form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  background: #ffffff url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI2cHgiIGhlaWdodD0iM3B4IiB2aWV3Qm94PSIwIDAgNiAzIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA2IDMiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwb2x5Z29uIHBvaW50cz0iNS45OTIsMCAyLjk5MiwzIC0wLjAwOCwwICIvPjwvc3ZnPg==") no-repeat 97% center;
  border: 0;
}
@media (max-width: 767px) {
  .clead-gen-form {
    width: 100%;
    margin: 0;
  }
  .clead-gen-form .form-control {
    height: 40px;
  }
}
/* push down next sibling down */
.con-page-nav + *,
.con-page-nav + section {
  padding-top: 72px;
}
.clearfix td {
  display: block;
  padding: 15px 10px;
  border-right: 1px solid #ccc;
  float: left;
}
.clearfix td .cimage {
  text-align: center;
}
.con-page-nav .title {
  padding-right: 20px;
  max-width: 200px;
}
.con-page-nav ul {
  width: auto;
}
.con-page-nav ul li {
  width: 137px;
  height: 70px;
}
.con-page-nav ul li > div {
  height: 100%;
  display: table;
  margin: 0 auto;
  padding: 0 20px;
}
.con-page-nav ul li > div > .ctext {
  width: auto;
  display: table-cell;
  vertical-align: middle;
  line-height: 1.2;
}
.con-page-nav ul li > div > div {
  width: auto;
}
.con-page-nav ul li a,
.con-page-nav ul li a:focus,
.con-page-nav ul li a:hover {
  text-decoration: none;
}
.con-page-nav ul li.active > div {
  height: 100%;
  width: 100%;
  border-bottom: 6px solid #9caab0;
  padding-top: 6px;
}
.con-page-nav .cta.show {
  display: table !important;
}
.con-page-nav.with-radio-selections .cta {
  margin-right: -15px;
}
@media (max-width: 1040px) {
  .con-page-nav {
    width: 100%;
    margin-left: -50%;
  }
}
@media (max-width: 960px) {
  .con-page-nav ul li {
    width: 110px;
  }
  .con-page-nav.with-radio-selections {
    display: none !important;
  }
  .con-page-nav.with-radio-selections + *,
  .con-page-nav.with-radio-selections + section {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .con-page-nav + *,
  .con-page-nav + section {
    padding-top: 0;
  }
}
/* Display:table is causing style-issues in safari 6 & below. So using this media query to change the style just for safari. */
@media only screen and (-webkit-min-device-pixel-ratio: 1) {
  ::i-block-chrome .title,
  .con-page-nav .title {
    display: block;
    max-width: 190px;
    padding-top: 25px;
    padding-right: 20px;
  }
  ::i-block-chrome .title h2,
  .con-page-nav .title h2 {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
.cradio-selection .col-md-5 {
  padding: 0;
}
.cradio-selection .small-box {
  background: #fff;
  margin-top: 30px;
  padding: 20px;
}
.cradio-selection .small-box label {
  font-weight: normal;
}
.cradio-selection .small-box .ctext h1,
.cradio-selection .small-box .ctext h2,
.cradio-selection .small-box .ctext h3,
.cradio-selection .small-box .ctext h4,
.cradio-selection .small-box .ctext p {
  color: #333;
}
.cradio-selection .small-box input {
  display: inline-block;
}
.cradio-selection .small-box form {
  margin-top: 12px;
}
.cradio-selection .small-box form > div {
  display: inline-block;
}
.cradio-selection .small-box form .cta1 {
  position: relative;
  bottom: 10px;
  left: 20px;
}
.cradio-selection.simple .radio-opts,
.cradio-selection.simple .cta1 {
  display: table-cell;
  vertical-align: middle;
}
.cradio-selection.simple .radio-opts label {
  font-weight: normal;
}
.cradio-selection.simple .radio-opts input[type="radio"] {
  margin: 5px 0 0 20px;
}
.cradio-selection.simple .cta1 {
  padding-left: 20px;
}
@media (max-width: 960px) {
  .cradio-selection .small-box {
    max-width: 300px;
  }
  .cradio-selection .small-box form .cta1 {
    display: block;
    position: static;
    margin-top: 6px;
  }
}
/**
 * Responsive Features Component
 *
 * this is meant to eventually replace the legacy .cfeatures-small component in Harmony
 */
.cfeatures-small {
  margin: 0;
}
.cfeatures-small .section-header {
  padding-left: 30px;
  padding-left: 3rem;
  padding-right: 30px;
  padding-right: 3rem;
}
.cfeatures-small .section-header.footer-cta {
  padding-top: 36px;
  padding-bottom: 0;
  line-height: 1;
}
.cfeatures-small .section-header.footer-cta .centered .ccta a {
  display: table-cell;
  vertical-align: middle;
}
.cfeatures-small h2 {
  margin: 0 auto 36px;
  margin: 0 auto 3.6rem;
  padding: 0;
}
.cfeatures-small h4 {
  margin: 18px 0;
  margin: 1.8rem 0;
  padding: 0;
}
.cfeatures-small .row-2 {
  margin-top: 72px;
  margin-top: 7.2rem;
}
.cfeatures-small .ctext {
  margin: 0;
  padding: 0;
}
.cfeatures-small .ctext h2 {
  margin-bottom: 24px;
  margin-bottom: 2.4rem;
  font-family: "DIN Next LT Pro 300", "DIN Next LT Pro", "Consolas", "Monaco", "Lucida Console", sans-serif;
  font-weight: 300;
  font-size: 64px;
  font-size: 6.4rem;
}
.cfeatures-small .ctext ul {
  padding-top: 0;
}
.cfeatures-small .cimage img {
  width: auto;
  max-width: 100%;
  height: auto;
}
.cfeatures-small .ctaprimary,
.cfeatures-small .ctasecondary,
.cfeatures-small .ctatertiary {
  display: inline-block;
  margin-left: 10px;
  margin-left: 1rem;
}
.cfeatures-small .cfeatures-small_cta {
  padding: 72px 0 54px;
  padding: 7.2rem 0 5.4rem;
  width: 100%;
  text-align: center;
}
.cfeatures-small .cfeatures-small_cta span {
  color: #666;
}
@media (max-width: 767px) {
  .cfeatures-small {
    padding-top: 48px;
    padding-top: 4.8rem;
    /* bootstrap3 classes handles 768px and below as one, so custom make phone columns stack */
    /* likewise, remove column offsets when below 480px */
    /* for phones, reduce spacing below each item to tighten up */
    /* when stacked, remove bottom padding of very last item to avoid adding too much spacing when including spacing from next component */
    /* for phones, image is left of text; for all else, image is above text (default) */
  }
  .cfeatures-small .row [class*="col-"] {
    width: auto;
    float: none;
  }
  .cfeatures-small .row [class*="offset-"] {
    margin-left: 0;
  }
  .cfeatures-small .row-2 {
    margin-top: 18px;
    margin-top: 1.8rem;
  }
  .cfeatures-small .ctext {
    margin-bottom: 18px;
    margin-bottom: 1.8rem;
  }
  .cfeatures-small .ctext h2,
  .cfeatures-small .ctext h3,
  .cfeatures-small .ctext h4,
  .cfeatures-small .ctext h5,
  .cfeatures-small .ctext h6 {
    margin-top: 0;
  }
  .cfeatures-small .row [class^='span']:last-of-type .ctext,
  .cfeatures-small .row [class*=' myclass']:last-of-type .ctext {
    margin-bottom: 0;
  }
  .cfeatures-small .item {
    position: relative;
  }
  .cfeatures-small .item .item-image {
    float: left;
    width: 25%;
  }
  .cfeatures-small .item .item-text {
    float: left;
    margin-left: 5%;
    width: 70%;
  }
  .cfeatures-small .row + .row > .span4 .item,
  .cfeatures-small .span4 + .span4 .item {
    margin-top: 24px;
    margin-top: 2.4rem;
  }
  /**
     * features1 has a mode, where the images are 1, 2, 3 above the text (such as on the promo learn more complex template)
     * which responds differently on mobile. this media query section here will address that.
     *
     * you must make sure that the container containing this use case of the features1 component has
     * a class of .overview (you can set this in the container dialog box)
     */
  .overview .cfeatures-small .ctext h2,
  .overview .cfeatures-small .ctext h3,
  .overview .cfeatures-small .ctext h4,
  .overview .cfeatures-small .ctext h5,
  .overview .cfeatures-small .ctext h6 {
    text-align: center;
  }
  .overview .cfeatures-small .item .item-image,
  .overview .cfeatures-small .item .item-text {
    float: none;
    width: auto;
  }
  .overview .cfeatures-small .item .item-image {
    margin-bottom: 18px;
    margin-bottom: 1.8rem;
  }
}
.cfeatures-large-alternating {
  margin: 72px 0 0;
  margin: 7.2rem 0 0;
}
.cfeatures-large-alternating .heading {
  padding: 0 20px;
  padding: 0 2rem;
}
.cfeatures-large-alternating .heading h1,
.cfeatures-large-alternating .heading h2,
.cfeatures-large-alternating .heading h3,
.cfeatures-large-alternating .heading h4,
.cfeatures-large-alternating .heading h5 {
  text-align: center;
  margin-bottom: 36px;
  margin-bottom: 3.6rem;
}
.cfeatures-large-alternating .media img,
.cfeatures-large-alternating .info img {
  width: auto;
  max-width: 100%;
}
.cfeatures-large-alternating .media {
  margin: 0 0 72px;
}
.cfeatures-large-alternating .info {
  margin: 0 40px 72px 0;
}
.cfeatures-large-alternating .info p {
  margin-top: 18px;
  margin-top: 1.8rem;
}
.cfeatures-large-alternating [class*="pull-"] .info {
  margin-left: 40px;
  margin-left: 4rem;
  margin-right: 0;
}
.cfeatures-large-alternating .parbase.container,
.cfeatures-large-alternating .parsys.container {
  width: auto !important;
}
@media (max-width: 1023px) {
  .cfeatures-large-alternating .media,
  .cfeatures-large-alternating .info {
    margin-bottom: 42px;
  }
}
@media (max-width: 767px) {
  .cfeatures-large-alternating {
    margin-top: 48px;
    margin-top: 4.8rem;
    /* undo left indent on phones */
  }
  .cfeatures-large-alternating [class*="pull-"] .info {
    margin-left: 0;
  }
}
@media (max-width: 479px) {
  .cfeatures-large-alternating {
    /* bootstrap3 classes handles 768px and below as one, so custom make phone columns stack */
    /* likewise, remove column offsets when below 480px */
    /* undo left indent on phones */
  }
  .cfeatures-large-alternating .row [class*="col-"] {
    width: auto;
    float: none;
  }
  .cfeatures-large-alternating .row [class*="offset-"] {
    margin-left: 0;
  }
  .cfeatures-large-alternating [class*="pull-"] .info {
    margin-left: 0;
  }
  .cfeatures-large-alternating .media,
  .cfeatures-large-alternating .info {
    margin-bottom: 24px;
  }
  .cfeatures-large-alternating .media img,
  .cfeatures-large-alternating .info img {
    width: 100%;
  }
  .cfeatures-large-alternating .media {
    text-align: center;
  }
  .cfeatures-large-alternating .media .cvideo {
    padding-bottom: 0;
    width: 100%;
  }
  .cfeatures-large-alternating .media .cvideo iframe {
    width: 100%;
  }
}
.cfeatures-medium {
  margin: 72px 0 0;
  margin: 7.2rem 0 0;
}
.cfeatures-medium .heading {
  padding: 0 20px;
  padding: 0 2rem;
}
.cfeatures-medium .heading h1,
.cfeatures-medium .heading h2,
.cfeatures-medium .heading h3,
.cfeatures-medium .heading h4,
.cfeatures-medium .heading h5 {
  text-align: center;
}
.cfeatures-medium .media,
.cfeatures-medium .info {
  padding-top: 72px;
  padding-top: 7.2rem;
}
.cfeatures-medium .media img {
  max-width: 100%;
}
.cfeatures-medium .info p,
.cfeatures-medium .info ul {
  margin-top: 18px;
  margin-top: 1.8rem;
}
.cfeatures-medium .parbase.container,
.cfeatures-medium .parsys.container {
  width: auto !important;
}
@media (min-width: 768px) {
  .cfeatures-medium .row {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .cfeatures-medium {
    margin-top: 48px;
    margin-top: 4.8rem;
    /* likewise, remove column offsets when below 480px */
    /* undo left indent on phones */
    /* add necessary float clearing for each "pseudo-row" of tn+text */
    /* for phones, reduce spacing below each item to tighten up */
    /* when stacked, remove bottom padding of very last item to avoid adding too much spacing when including spacing from next component */
    /* for phones, image is left of text; for all else, image is above text (default) */
  }
  .cfeatures-medium .row [class*="offset-"] {
    margin-left: 0;
  }
  .cfeatures-medium [class*="pull-"] .info {
    margin-left: 0;
  }
  .cfeatures-medium .row .col-xs-4 {
    clear: left;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 24px;
    margin-bottom: 2.4rem;
  }
  .cfeatures-medium .ctext {
    padding-bottom: 24px;
    padding-bottom: 2.4rem;
  }
  .cfeatures-medium .row [class^='span']:last-of-type .ctext,
  .cfeatures-medium .row [class*=' span']:last-of-type .ctext {
    padding-bottom: 0;
  }
  .cfeatures-medium .media,
  .cfeatures-medium .info {
    padding-top: 0;
  }
  .cfeatures-medium .item {
    position: relative;
  }
  .cfeatures-medium .item .hide-phone {
    display: none;
  }
  .cfeatures-medium .item .item-image {
    float: left;
    width: 20%;
  }
  .cfeatures-medium .item .item-text {
    float: left;
    margin-left: 5%;
    width: 75%;
  }
}
@media (max-width: 479px) {
  .cfeatures-medium .row .col-xs-4,
  .cfeatures-medium .row .col-xs-8 {
    width: 100%;
  }
  .cfeatures-medium .row .ungutter {
    padding-left: 0;
    padding-right: 0;
  }
  .cfeatures-medium .info {
    padding-bottom: 18px;
    padding-bottom: 1.8rem;
  }
  .cfeatures-medium .interspace_container {
    display: none;
  }
}
.cfeatures-sidebar {
  margin: 0;
  padding: 72px 0 0;
  padding: 7.2rem 0 0;
  min-height: 100px;
  position: relative;
}
.cfeatures-sidebar .bg {
  position: absolute;
  width: 26%;
  height: 100%;
  top: 0;
  left: auto;
  right: 0;
  background-color: #f2f2f4;
}
.cfeatures-sidebar .cimage {
  text-align: center;
}
.cfeatures-sidebar .cimage img {
  width: auto;
  max-width: 100%;
  height: auto;
}
.cfeatures-sidebar .ctext {
  padding-top: 0;
  padding-bottom: 0;
}
.cfeatures-sidebar .heading {
  padding: 0 20px;
  padding: 0 2rem;
  margin-bottom: 54px;
  margin-bottom: 5.4rem;
}
.cfeatures-sidebar .info {
  margin-top: 30px;
  margin-top: 3rem;
}
.cfeatures-sidebar .info p,
.cfeatures-sidebar .info ul {
  margin-top: 20px;
  margin-top: 2rem;
}
.cfeatures-sidebar .heading {
  text-align: center;
}
.cfeatures-sidebar .mainbar {
  padding: 0 10px;
  padding: 0 1rem;
}
.cfeatures-sidebar .sidebar {
  padding-left: 0;
  padding-right: 0;
}
.cfeatures-sidebar .sidebar .heading,
.cfeatures-sidebar .sidebar .cimage,
.cfeatures-sidebar .sidebar .ctext,
.cfeatures-sidebar .sidebar .info {
  padding-left: 0;
  padding-right: 0;
}
.cfeatures-sidebar .sidebar .heading {
  margin-top: 18px;
  margin-top: 1.8rem;
}
.cfeatures-sidebar .sidebar .info .ctext {
  padding: 0 30px 72px;
  padding: 0 3rem 7.2rem;
}
@media (min-width: 1024px) {
  .cfeatures-sidebar .sidebar {
    position: relative;
    left: 14px;
  }
}
@media (max-width: 767px) {
  .cfeatures-sidebar {
    padding-top: 42px;
  }
  .cfeatures-sidebar .heading {
    margin-bottom: 30px;
  }
  .cfeatures-sidebar .bg {
    display: none;
  }
  .cfeatures-sidebar .cimage {
    float: left;
    width: 20%;
    margin: 0 0 30px 0;
    margin-bottom: 3rem;
  }
  .cfeatures-sidebar .info {
    float: left;
    width: 80%;
    margin: 0 0 30px 0;
    margin-bottom: 3rem;
    padding-left: 20px;
    padding-left: 2rem;
  }
  .cfeatures-sidebar .sidebar {
    background-color: #f2f2f4;
    padding: 30px 80px 54px;
    padding: 3rem 8rem 5.4rem;
  }
  .cfeatures-sidebar .sidebar .heading,
  .cfeatures-sidebar .sidebar .cimage,
  .cfeatures-sidebar .sidebar .info {
    float: none;
    width: auto;
    padding-left: 0;
  }
  .cfeatures-sidebar .sidebar .heading {
    text-align: center;
    margin-bottom: 30px;
    margin-bottom: 3rem;
  }
  .cfeatures-sidebar .sidebar .cimage {
    text-align: center;
  }
  .cfeatures-sidebar .sidebar .info {
    margin-bottom: 0;
  }
  .cfeatures-sidebar .sidebar .info .ctext {
    padding: 0;
  }
}
@media (max-width: 479px) {
  .cfeatures-sidebar .sidebar {
    padding-left: 20px;
    padding-left: 2rem;
    padding-right: 20px;
    padding-right: 2rem;
  }
}
.cfeatures-bar-graph li {
  width: 100%;
  background-color: #899cae;
  position: relative;
  margin-bottom: 10px;
  margin-bottom: 1rem;
  color: #ffffff;
}
.cfeatures-bar-graph li .bg-shaded {
  background-color: #264a6d;
  display: block;
  height: 40px;
}
.cfeatures-bar-graph li .figure-container {
  position: absolute;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cfeatures-bar-graph li .figure-container .figure {
  font-size: 18px;
}
.cfeatures-bar-graph li .figure-container .caption {
  position: relative;
}
.cfeatures-bar-graph li .figure-container .figure,
.cfeatures-bar-graph li .figure-container .caption {
  display: inline-block;
}
.cfeatures-bar-graph li:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cfeatures-bar-graph {
    padding-bottom: 72px;
  }
  .cfeatures-bar-graph li {
    margin-bottom: 45px;
    margin-bottom: 4.5rem;
  }
  .cfeatures-bar-graph li .bg-shaded {
    height: 35px;
  }
  .cfeatures-bar-graph li .figure-container {
    top: 50px;
    left: 0;
    color: #202020;
  }
  .cfeatures-bar-graph li .figure-container .figure {
    font-size: 16px;
    position: relative;
  }
  .cfeatures-bar-graph li .figure-container .caption {
    font-size: 16px;
  }
}
.cfeatures-percentage {
  margin-bottom: 8px;
}
.cfeatures-percentage .burst,
.cfeatures-percentage .description {
  display: inline-block;
}
.cfeatures-percentage .burst {
  width: 72px;
  height: 72px;
  position: relative;
}
.cfeatures-percentage .burst .percentage {
  color: #0096ce;
  position: absolute;
  top: 23px;
  right: 14px;
}
.cfeatures-percentage .burst .percentage sup {
  top: -6px;
  font-size: 18px;
}
.cfeatures-percentage .description .ctext {
  display: table;
  height: 72px;
}
.cfeatures-percentage .description .ctext p {
  display: table-cell;
  vertical-align: middle;
  color: #0096ce;
}
.cfeatures-percentage .description .ctext p span {
  color: #0096ce;
}
@media (max-width : 1023px) {
  .cfeatures-percentage {
    display: inline-block;
    margin: 30px 46px 0;
  }
  .cfeatures-percentage .burst,
  .cfeatures-percentage .description {
    display: block;
  }
  .cfeatures-percentage .burst {
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .cfeatures-percentage {
    display: inline-block;
    margin: 0 16px;
  }
  .cfeatures-percentage .burst,
  .cfeatures-percentage .description {
    display: block;
  }
  .cfeatures-percentage .burst {
    margin: 0 auto;
  }
}
@media (max-width: 479px) {
  .cfeatures-percentage {
    display: block;
    margin-bottom: 12px;
  }
  .cfeatures-percentage .burst,
  .cfeatures-percentage .description {
    display: inline-block;
  }
}
.cfeatures-bar-graph-percentage .row h3 {
  margin-bottom: 15px;
  text-align: center;
}
.cfeatures-bar-graph-percentage .row .col-md-8 h3,
.cfeatures-bar-graph-percentage .row col-sm-8 h3 {
  text-align: left;
}
.cfeatures-bar-graph-percentage .row .cfeatures-percentage {
  text-align: center;
}
@media (max-width : 1023px) {
  .cfeatures-bar-graph-percentage .row .col-md-8,
  .cfeatures-bar-graph-percentage .row col-sm-8,
  .cfeatures-bar-graph-percentage .row .col-md-4,
  .cfeatures-bar-graph-percentage .row col-sm-4 {
    width: 100%;
  }
  .cfeatures-bar-graph-percentage .row .cfeatures-bar-graph {
    padding-bottom: 54px;
  }
  .cfeatures-bar-graph-percentage .row h3 {
    font-size: 22px;
    text-align: left;
    margin-bottom: 15px;
  }
  .cfeatures-bar-graph-percentage .row .cfeatures-percentage {
    margin: 0 46px 0;
  }
}
@media (max-width: 767px) {
  .cfeatures-bar-graph-percentage .row h3 {
    text-align: center;
  }
  .cfeatures-bar-graph-percentage .row .col-md-8 h3,
  .cfeatures-bar-graph-percentage .row col-sm-8 h3 {
    text-align: center;
  }
  .cfeatures-bar-graph-percentage .row .col-md-4,
  .cfeatures-bar-graph-percentage .row col-sm-4 {
    text-align: center;
  }
  .cfeatures-bar-graph-percentage .row .cfeatures-percentage {
    margin: 0 3px 5px;
    text-align: left;
  }
}

/* BODY */
/* CONTAINER */
/* OUTER CONTAINER */
/* TYPOGRAPHY */
/* FONT FAMILY */
/* FONT WEIGHT */
/* FONT SIZE */
/* LINE HEIGHT */
/* LETTER SPACING */
/* COLOR PALETTES PRIMARY, SECONDARY, TERTIARY */
/* PARAGRAPHS */
/* SECTIONS + header/subheaders */
/* SUB-SECTIONS */
/* CTA */
/* COLORS */
/* BORDER */
/* BOX-SHADOW */
/* CAROUSEL */
/* CONTAINER */
/* FAQ-QA */
/* COMP CHART 2 */
/* COMP-CHART-2-SIMPLE-HEADER */
/* DISCLOSURE */
/* FORM Vars */
/* PRICING-CARD LAYOUT */
/*helper vars for Harmony font*/
/*group headers*/
/*@pricing-card-layout-header-t-background-color: currentColor;*/
/* product title */
/*@pricing-card-layout-productcomponent-title-t-background-color: currentColor;*/
/* price ct */
/* price aw */
/* price per-month */
/* product offer (red) */
/* product offer2 */
/* feature-list */
/* PRODUCT COMPONENT */
/* PRICING CARD */
/* PRICING TABLE */
/* HERO */
/* VIDEO */
/* FOOTER */
/* RESPONSIVE TABS - added here because it's backwards compatible with non-responsive */
/* TESTIMONIAL */
/* Mixin for generating global sprite SVG and its fallback PNG.
   Ideally this has to be a LESS VAR, but due to how CQ interprets LESS VAR PATHS, its hardcoded this way 
*/
.fcolor-prim {
  color: #f77b00;
}
.fcolor-sec {
  color: #3f6dc9;
}
.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;
}
.mobile-friendly-controls .ccarousel {
  background-color: transparent;
}
.mobile-friendly-controls .slide {
  padding: 0px 5px;
  margin-top: 30px;
}
.mobile-friendly-controls .carousel-controls .carousel-controls-wrap {
  background-color: transparent;
  border-radius: 0px;
}
.mobile-friendly-controls .carousel-controls .prev,
.mobile-friendly-controls .carousel-controls .next {
  position: absolute;
  top: 50%;
}
.mobile-friendly-controls .carousel-controls .next {
  right: 0%;
  width: 0px;
  height: 0px;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 15px solid #2ca01c;
}
.mobile-friendly-controls .carousel-controls .prev {
  left: 0%;
  width: 0px;
  height: 0px;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-right: 15px solid #2ca01c;
  background-position: -529px -399px;
}
.mobile-friendly-controls .carousel-controls .prev:hover {
  background-position: -529px -399px;
}
.mobile-friendly-controls .carousel-controls .carousel-pagination li {
  width: 7px;
  height: 7px;
}
.mobile-friendly-controls .carousel-controls .carousel-pagination li:hover,
.mobile-friendly-controls .carousel-controls .carousel-pagination .carousel-pagination-active {
  background-color: #2ca01c;
}
.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: #808080;
}
.creview .rating-stars {
  display: inline-block;
  width: 100px;
  height: 20px;
  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: #808080;
}
.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;
}

/* BODY */
/* CONTAINER */
/* OUTER CONTAINER */
/* TYPOGRAPHY */
/* FONT FAMILY */
/* FONT WEIGHT */
/* FONT SIZE */
/* LINE HEIGHT */
/* LETTER SPACING */
/* COLOR PALETTES PRIMARY, SECONDARY, TERTIARY */
/* PARAGRAPHS */
/* SECTIONS + header/subheaders */
/* SUB-SECTIONS */
/* CTA */
/* COLORS */
/* BORDER */
/* BOX-SHADOW */
/* CAROUSEL */
/* CONTAINER */
/* FAQ-QA */
/* COMP CHART 2 */
/* COMP-CHART-2-SIMPLE-HEADER */
/* DISCLOSURE */
/* FORM Vars */
/* PRICING-CARD LAYOUT */
/*helper vars for Harmony font*/
/*group headers*/
/*@pricing-card-layout-header-t-background-color: currentColor;*/
/* product title */
/*@pricing-card-layout-productcomponent-title-t-background-color: currentColor;*/
/* price ct */
/* price aw */
/* price per-month */
/* product offer (red) */
/* product offer2 */
/* feature-list */
/* PRODUCT COMPONENT */
/* PRICING CARD */
/* PRICING TABLE */
/* HERO */
/* VIDEO */
/* FOOTER */
/* RESPONSIVE TABS - added here because it's backwards compatible with non-responsive */
/* TESTIMONIAL */
/* Mixin for generating global sprite SVG and its fallback PNG.
   Ideally this has to be a LESS VAR, but due to how CQ interprets LESS VAR PATHS, its hardcoded this way 
*/
.fcolor-prim {
  color: #f77b00;
}
.fcolor-sec {
  color: #3f6dc9;
}
/*
*   Author: Don DeSando
*   Styles for form, input, select and submit
*
*/
/*
*   Variables
*
*   border-color        - grey
*   border-color-error  - grey
*   border-radius       - standard 2px
*   color               - black-grey
*   color-error         - red
*   fonts               - helvetica and fallbacks
*
*/
/*
* look and move to vars.less as well as removing div. from cform-field
*/
.cform {
  /*
    *   Foundation elements of a CMS form field
    *
    *   div.cform-field     - container used to "bind" the label and input together
    *   input               - generic input text-like field types: i.e. text, password, num
    *   label               - label which is always assosicated with the input except for certain cases such as hidden
    *   p                   - text container for description or error
    *
    *
    */
  padding: 15px;
  -moz-transition: all 0.4s ease-out;
  /* FF4+ */
  -o-transition: all 0.4s ease-out;
  /* Opera 10.5+ */
  -webkit-transition: all 0.4s ease-out;
  /* Saf3.2+, Chrome */
  -ms-transition: all 0.4s ease-out;
  /* IE10 */
  transition: all 0.4s ease-out;
  /* this assumes a description field directly below a label, requiring additional spacing. e.g. Terms and Conditions checkboxes with terms below */
  /* this is so that the CTA dragged into the form will sit next to the submit button */
  /* Assisting form classes and style rules */
  /* removed .field-validation-error and replaced with user-error class which polyfiller.js inserts on error */
}
.cform.hide {
  display: none;
}
.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('../../images/forms-sui.png') no-repeat -560px 0;
  width: 16px;
  height: 16px;
  display: inline-block;
  margin: 0 5px -3px 0;
}
.cform .cform-field.hidden-field-handle {
  height: 0px;
}
.cform .errors.be {
  border: 1px solid #dc3c1e;
  padding: 15px;
  margin-top: 12px;
  border-radius: 2px;
  display: none;
  width: 273px;
}
.cform .errors.be.visible {
  display: block;
}
.cform .errors.be h6 {
  color: #dc3c1e;
}
.cform .errors.be h6 p {
  color: #404040;
  font-weight: normal;
  padding-top: 6px;
}
.cform .errors.be h3 {
  padding: 0 0 10px 0;
  color: #dc3c1e;
}
.cform .errors.be h3 i {
  background: image-url('../../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 {
  padding-left: 20px;
  /* changing to padding instead of margin, so that fit-container works for width 100% */
}
.cform div.field-reveal {
  /* it's ok norberth, div added for a specificity kicker */
  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;
  /* Thx Firefox */
  /*color: @color;
        font-family: @fonts;
        font-size: .9em;
        padding: 6px;*/
}
.cform label {
  border: solid 1px transparent;
  font-weight: bold;
  padding: 12px 0px 2px 0px;
  /* match input padding 8px + 2px for border height of input */
  white-space: nowrap;
  position: relative;
  /* when we want to hide the label but still have it take up visual 
         * space for field alignment side by side with a field that has a visible label
	 	 *
         * we need a better solution here
        */
}
.cform label.visually-hidden {
  height: 28px;
}
.cform label.visually-hidden.label-right {
  height: 0px;
}
.cform label.visually-hidden.label-top {
  height: 31px;
  display: block;
}
.cform label.label-right {
  padding-left: 10px;
}
.cform label.label-top {
  display: block;
}
.cform label .field-error-box {
  bottom: 23px;
}
.cform input[type='text'],
.cform input[type='password'],
.cform input[type='button'],
.cform input[type='tel'],
.cform input[type='email'],
.cform input[type='number'],
.cform input[type='name'],
.cform input[type='none'],
.cform select {
  border: 1px solid #cccccc;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-radius: 2px;
  outline: none;
}
.cform input[type='text']:active,
.cform input[type='password']:active,
.cform input[type='button']:active,
.cform input[type='tel']:active,
.cform input[type='email']:active,
.cform input[type='number']:active,
.cform input[type='name']:active,
.cform input[type='none']:active,
.cform select:active,
.cform input[type='text']:focus,
.cform input[type='password']:focus,
.cform input[type='button']:focus,
.cform input[type='tel']:focus,
.cform input[type='email']:focus,
.cform input[type='number']:focus,
.cform input[type='name']:focus,
.cform input[type='none']:focus,
.cform select:focus,
.cform input[type='text']:hover,
.cform input[type='password']:hover,
.cform input[type='button']:hover,
.cform input[type='tel']:hover,
.cform input[type='email']:hover,
.cform input[type='number']:hover,
.cform input[type='name']:hover,
.cform input[type='none']: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;
  text-align: center;
  padding-top: 0px;
}
.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;
  position: absolute;
  text-indent: -9999px;
  width: 108px;
  height: 18px;
  transition: width 0.15s linear;
  bottom: 4px;
  opacity: 1;
  background-image: url('../../images/global-sprite-fallback.png');
  background-image: url('../../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 {
  /* places component and subsequent components on a new line */
  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;
}
.cform .busy-spinner {
  background: #eef7f2 url('../../images/spinner-fallback.gif') no-repeat;
  background: url('../../images/spinner.svg') no-repeat center, linear-gradient(to bottom, #eef7f2 0%, #eef7f2 100%);
  height: 29px;
  border: 1px solid #eef7f2;
  width: 100px;
  text-indent: -1000px;
}
.cform.cform-small .cform-sm-fld input,
.cform.cform-small .cform-sm-fld select {
  width: 60px;
}
.cform.cform-small .cform-sm-fld .hidden-card-image {
  left: 0px;
}
.cform.cform-small .cform-md-fld input,
.cform.cform-small .cform-md-fld select {
  width: 140px;
}
.cform.cform-small .cform-md-fld .hidden-card-image {
  left: 27px;
}
.cform.cform-small .cform-lg-fld input,
.cform.cform-small .cform-lg-fld select {
  width: 220px;
}
.cform.cform-small .cform-lg-fld .hidden-card-image {
  left: 107px;
}
.cform.cform-small .cform-fit-fld {
  width: 100%;
}
.cform.cform-small .cform-fit-fld input,
.cform.cform-small .cform-fit-fld select {
  width: 100%;
  clear: both;
}
.cform.cform-small .cform-fit-fld .hidden-card-image {
  right: 5px;
}
.cform.cform-large .cform-sm-fld input,
.cform.cform-large .cform-sm-fld select {
  width: 140px;
}
.cform.cform-large .cform-sm-fld .hidden-card-image {
  left: 27px;
}
.cform.cform-large .cform-md-fld input,
.cform.cform-large .cform-md-fld select {
  width: 300px;
}
.cform.cform-large .cform-md-fld .hidden-card-image {
  left: 187px;
}
.cform.cform-large .cform-lg-fld input,
.cform.cform-large .cform-lg-fld select {
  width: 460px;
}
.cform.cform-large .cform-lg-fld .hidden-card-image {
  left: 347px;
}
.cform.cform-large .cform-fit-fld {
  width: 100%;
}
.cform.cform-large .cform-fit-fld input,
.cform.cform-large .cform-fit-fld select {
  width: 100%;
  clear: both;
}
.cform.cform-large .cform-fit-fld .hidden-card-image {
  right: 5px;
}
.field-error-wrapper label i {
  background: url('../../images/forms-sui.png') no-repeat -530px 0;
  width: 16px;
  height: 16px;
  display: inline-block;
  margin: 0 5px -3px 0;
}
.hidden-field-handle {
  text-indent: -9000px;
  visibility: hidden;
  height: 0;
}
[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 .cform-field.hidden-field-handle {
  height: auto;
}
.cq-wcm-edit .hidden-field-handle {
  text-indent: 0px;
  color: red;
  size: 14px;
  font-weight: bold;
  padding: 8px;
  border: solid 2px blue;
  clear: both;
  visibility: visible;
  height: auto;
}
.cq-wcm-edit [class*='toggle-element'] {
  display: block;
}
.search-resultset-container {
  font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", "Helvetica Neue", Arial, sans-serif;
  width: auto;
  margin: 40px auto;
}
.search-resultset-container a {
  color: #2b73dd;
}
.search-resultset-container h2 {
  font-size: 17px;
}
.search-resultset-container .search-results-list,
.search-resultset-container .sponsored-results-list {
  margin-bottom: 35px;
}
.search-resultset-container .search-results-item,
.search-resultset-container .sponsored-results-item {
  margin: 30px 0 0 0;
}
.search-resultset-container .search-results-title,
.search-resultset-container .sponsored-results-title {
  font-size: 18px;
  line-height: 18px;
}
.search-resultset-container .search-results-description {
  font-size: 14px;
  line-height: 18px;
  margin: 8px 0 0 0;
}
.search-resultset-container .search-form-query-input {
  background-color: #fff;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15), inset 0 0 0 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15), inset 0 0 0 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15), inset 0 0 0 1px rgba(0, 0, 0, 0.05);
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDM4MCAzMCIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+PGxpbmVhckdyYWRpZW50IGlkPSJoYXQwIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjUwJSIgeTE9IjEwMCUiIHgyPSI1MCUiIHkyPSItMS40MjEwODU0NzE1MjAyZS0xNCUiPgo8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjMDAwIiBzdG9wLW9wYWNpdHk9IjAiLz4KPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDAwIiBzdG9wLW9wYWNpdHk9IjAuMDUiLz4KICAgPC9saW5lYXJHcmFkaWVudD4KCjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIzODAiIGhlaWdodD0iMzAiIGZpbGw9InVybCgjaGF0MCkiIC8+Cjwvc3ZnPg==);
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.05) 100%);
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.05) 100%);
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.05) 100%);
  background-image: linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.05) 100%);
  border: none;
  border: solid 1px #aaaaaa\9;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #333;
  float: left;
  font-size: 18px;
  height: 30px;
  margin-right: 20px;
  padding-left: 8px;
  width: 360px;
  background-position: 95px -610px;
}
.search-resultset-container .search-form-query-input:focus,
.search-resultset-container .search-form-feedback:focus {
  -webkit-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 #fec82a, 0 0 0 1px #fec82a;
  -moz-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 #fec82a, 0 0 0 1px #fec82a;
  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 #fec82a, 0 0 0 1px #fec82a;
  border-color: #fec82a\9;
}
.search-resultset-container .search-form-button {
  height: 28px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAADWklEQVR42q1VW0jTcRRWN6fLWZpdJBG7mOawIm0aLaILaWZDqMgerGlElkYPRRGlZVKgIrMHXxTLrIcwLy0FU1eSl6alhabl3dJNVzrdpphaRp0T5w9//mxTsYdP4eyc853zfee32dj4JFmDLYAH4NN/O4rZzBvcADURAJYCVgO8ABsA6wBrAK4ARyRcMAEViQCegEDAwf3yh3HnbpbcOn4x/8pySeoRiEkB3kRkP+dG7OY0ta9bUKost6ipQDOkH52cnPzDYMwwPl1V3/3uQHReHOQFAFbhttZI2LKIsHnQ0Wx5e4+un2lqGp+YHRjUG4f1xikmNmowTd9QqNIhXwJwI4+sEghQFpftKbKOXp0Gm3wfMUylZtcUrdyRFgufRQKiYq4V32v+rB3Az42miZ9nE54nQlwMcLK4Bf4haQJBlkJq/iMkJi8ZYvsAm1hGBzttvRutfv+lG/M6e79p+X7JoRB3t2g6MtO1hA3qRo1YmJJVXYjNqdABJSQZlgG2+YVlXgKZZjA3Pqn0NsR8MM8sATGvhYkv0OqzJIuvmSIenephMLsN85+UNpeS4U5mCWgyb5wEC/q1IwbS3Asn5xaQqXsfKz9UYX55dUcdSgdwtrbBerxzLMBrQUNJcz73ZdNphpS8/NSA+cUVrSq6JpFZAprSY0Vw2jG8DCw6dbUoA2JBpDmP1dwR9bYXJ5/sGxgeI7+yIOYPEFoz2RUgBV0bsailXat19L8jR0NJczecnMyUpd+vfUHbTnvuVsRSXGDxTGmyjaGnH8XjI8LiN019XeJDmZfRUNQcZcHJFQ/qyuHx/cacV+quQYifB2whk+0sEfBoi8CEDJUCpPpFL3YGtmpFQ0Hzt181I/9kYeNpWUsj1EXQl+ESLgmbTUAySM5cVybiI8IGXOjHTDOvG3qGWDE0uh7qws2RcC9EQHqL8YXi6eKdV9R21kGTSjSUNI8rKPvYNC8SM2fIJz3dybwAunMJXYsPaR4BTRvYJM8q29ToFcCDMX2uXzIHInOmOxdSoYgmDYem9WyS8poOfBebqY4IFg47lIEhUara1AwB/IbopCdypDSULRUsmiQUJ8fme6JymW8BIWuDRZN4oCw7I3N2UXMX8pIIFk8iYHklZJozBP8TttzYX3KN/D2nV3ZzAAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-position: 53px 1px;
  width: 138px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.search-resultset-container .search-feedback {
  color: #333;
  font-size: 14px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #fff;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2), inset 0 0 0 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2), inset 0 0 0 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2), inset 0 0 0 1px rgba(0, 0, 0, 0.1);
}
.search-resultset-container .ctasecondary-search {
  color: #fff;
  text-shadow: 0 0 3px #002680;
  border: 1px solid #0044e3;
  border: 1px solid rgba(0, 68, 227, 0.5);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4), inset 0 0 4px rgba(163, 191, 255, 0.5);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4), inset 0 0 4px rgba(163, 191, 255, 0.5);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4), inset 0 0 4px rgba(163, 191, 255, 0.5);
  background-color: #4172eb;
}
.search-resultset-container .ctasecondary-search:hover {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4), inset 0 0 6px rgba(163, 191, 255, 0.6);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4), inset 0 0 6px rgba(163, 191, 255, 0.6);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4), inset 0 0 6px rgba(163, 191, 255, 0.6);
  background-color: #527bd9;
  text-decoration: none;
  cursor: pointer;
}
.search-resultset-container .search-results-pagination-container {
  height: 15px;
  margin: 50px 0 0 0;
}
.search-resultset-container .search-num-results-found {
  color: #333;
  display: inline-block;
  float: left;
  font-size: 18px;
  font-weight: bold;
}
.search-resultset-container .search-results-pagination {
  display: inline-block;
  float: right;
  font-size: 14px;
  font-weight: bold;
  list-style: disc;
  margin-right: 15px;
}
.search-resultset-container .search-results-pagination li {
  color: #999;
  float: left;
  font-size: 14px;
  margin-left: 27px;
  width: 9px;
}
.search-resultset-container .search-results-pagination li:first-child {
  list-style: none;
}
.search-resultset-container .search-results-pagination .chevron {
  font-size: 24px;
  line-height: 6px;
}
.search-resultset-container .search-results-hr {
  background-color: #e5e5e5;
  border: none;
  color: #e5e5e5;
  height: 1px;
  margin: 30px 15px 0 0;
}
.search-resultset-container .search-feedback-form {
  color: #505050;
}
.search-resultset-container .search-feedback-form h2 {
  margin-bottom: 8px;
}
.search-resultset-container .search-feedback-form p {
  font-size: 14px;
  line-height: 18px;
}
.search-resultset-container .search-feedback-form button:hover {
  cursor: pointer;
}
.search-resultset-container .search-feedback-input {
  height: 110px;
  margin-bottom: 12px;
  width: 220px;
}
.search-resultset-container .no-results-found-header {
  margin-top: 40px;
  font-weight: bold;
}
.search-resultset-container .no-results-found-content {
  margin-top: 20px;
  padding-left: 3px;
}

