/* ==========================================================================
   Normalize.scss settings
   ========================================================================== */
/**
 * Includes legacy browser support IE6/7
 *
 * Set to false if you want to drop support for IE6 and IE7
 */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 8/9.
 */
@import url(./vendor/jquery-ui.min.css?v=46714767689288700000);
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

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

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

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

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 * 3.Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
/**
 * Improves readability when focused and also mouse hovered in all browsers.
 */
a:focus {
  outline: thin dotted; }

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

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

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

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

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

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

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

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

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

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

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 8/9.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
  border: 0; }

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

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

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Corrects text not wrapping in Firefox 3.
 * 4. Corrects alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

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

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

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 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 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 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 */ }

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

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

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

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

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

.ui-widget {
  font-size: 1em; }

.ui-button {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background: #95B7CF none;
  border: none; }
  .ui-button .ui-button-text {
    padding: 3px 6px;
    font-weight: normal;
    color: white;
    min-width: 80px; }
  .ui-button.ui-state-active {
    background-color: #6B8FB5; }
    .ui-button.ui-state-active.ui-state-hover {
      background-color: #6B8FB5; }
  .ui-button.ui-state-hover {
    background-color: #7BA5C4; }

.ui-buttonset .ui-button {
  margin-left: 3px; }

.ui-slider {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  float: left;
  margin-top: 5px;
  background: #CECECE none;
  height: 7px;
  border-top: 1px solid #757575;
  border-bottom: 1px solid #BEBEBE;
  border-left: 1px solid #AAA;
  border-right: 1px solid #AAA; }
  .ui-slider .ui-slider-handle {
    border: 0;
    background: transparent url(../images/ui/handle_horizontal_default.png?v=46714767689288700000) no-repeat scroll 50% 50%;
    -webkit-background-size: 27px 37px;
    background-size: 27px 37px;
    background-size: 31px 42px;
    width: 31px;
    height: 42px;
    outline: 0;
    top: -15px;
    margin-left: -14px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 1.5 / 1), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
      .ui-slider .ui-slider-handle {
        background-image: url(../images/ui/handle_horizontal_default@2x.png?v=46714767689288700000); } }
    .ui-slider .ui-slider-handle.ui-state-hover {
      background-position: center right; }

a.slider_button {
  margin: 4px;
  height: 11px;
  width: 11px;
  display: block;
  float: left;
  text-indent: -9999px;
  background-color: transparent;
  background-position: left center;
  background-repeat: no-repeat; }
  a.slider_button:hover {
    background-position: right center; }
  a.slider_button.plus {
    background: transparent url(../images/ui/plus.png?v=46714767689288700000) no-repeat center center;
    -webkit-background-size: 8px 8px;
    background-size: 8px 8px;
    margin-left: 15px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 1.5 / 1), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
      a.slider_button.plus {
        background-image: url(../images/ui/plus@2x.png?v=46714767689288700000); } }
  a.slider_button.minus {
    background: transparent url(../images/ui/minus.png?v=46714767689288700000) no-repeat center center;
    -webkit-background-size: 8px 8px;
    background-size: 8px 8px;
    margin-right: 15px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 1.5 / 1), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
      a.slider_button.minus {
        background-image: url(../images/ui/minus@2x.png?v=46714767689288700000); } }

.ui-tooltip {
  width: 200px;
  background-color: #00B6AA;
  color: #FFF;
  font-size: 13px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  padding: 10px; }

.ui-dialog {
  z-index: 3;
  outline: none; }
  .ui-dialog .ui-dialog-titlebar {
    display: none; }
  .ui-dialog .ui-dialog-content {
    background-color: #FFF;
    padding: 20px;
    border: 1px solid #00B6AA;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px; }

.ui-widget-overlay {
  background-color: #FFF;
  opacity: 0.8; }

.summary-container {
  height: 160px; }

.item-description {
  margin: 40px 60px;
  display: none; }
  @media screen and (max-width: 900px) {
    .item-description {
      margin: 15px 20px;
      text-align: center; }
      .item-description.summary p {
        font-size: 1.2em; } }
  .item-description h3 {
    float: left;
    font-size: 3.5em;
    font-weight: normal;
    width: 220px;
    margin: 0 30px 0 0; }
    @media screen and (max-width: 900px) {
      .item-description h3 {
        float: none;
        width: auto;
        margin-right: 0;
        margin-bottom: 6px;
        font-size: 2.8em; } }
  .item-description p {
    font-size: 1.2em;
    margin: 0;
    float: right;
    width: calc(100% - 260px); }
    @media screen and (max-width: 900px) {
      .item-description p {
        font-size: 0.9em;
        float: none;
        width: auto; } }
  .item-description:first-child {
    display: block; }

.instructions {
  margin: 10px 10px 0 10px;
  visibility: hidden;
  font-size: 0.9em; }
  @media screen and (max-width: 900px) {
    .instructions {
      display: none; } }

.big_savings .instructions {
  visibility: visible; }

.slider-container {
  *zoom: 1;
  clear: both;
  margin: 32px 0;
  position: relative; }
  .slider-container:before, .slider-container:after {
    content: " ";
    display: table; }
  .slider-container:after {
    clear: both; }
  @media screen and (max-width: 900px) {
    .slider-container {
      margin: 0; } }
  .slider-container .slider-label {
    float: left; }
    @media screen and (max-width: 900px) {
      .slider-container .slider-label {
        width: 100%; } }
    .slider-container .slider-label .help-icon {
      position: absolute;
      left: -2px;
      top: -1px; }
      @media screen and (max-width: 900px) {
        .slider-container .slider-label .help-icon {
          top: 8px;
          left: -4px; } }
  .slider-container label {
    float: left;
    font-size: 0.9em;
    width: 145px;
    padding-left: 25px; }
    @media screen and (max-width: 900px) {
      .slider-container label {
        width: 100%;
        font-size: 1.1em;
        margin-top: 7px;
        margin-bottom: 12px; } }
  .slider-container .ui-slider {
    position: absolute;
    right: 138px;
    left: 175px;
    margin-top: 8px; }
    @media screen and (max-width: 900px) {
      .slider-container .ui-slider {
        position: relative;
        width: 88%;
        left: auto;
        right: auto;
        margin: 5px 0 15px 0; } }
  .slider-container .ui-slider-handle {
    outline: none; }
  .slider-container a.slider_button {
    position: absolute;
    margin: 7px 4px; }
    .slider-container a.slider_button.plus {
      right: 108px; }
    .slider-container a.slider_button.minus {
      left: 145px; }
    @media screen and (max-width: 900px) {
      .slider-container a.slider_button {
        position: relative;
        width: 5%;
        margin: 4px 0; }
        .slider-container a.slider_button.minus {
          left: 0;
          background-position: center left; }
        .slider-container a.slider_button.plus {
          right: 0;
          background-position: center right; } }
  .slider-container .textbox {
    float: right;
    width: 108px;
    font-size: 1.1em;
    text-align: center;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none; }
    @media screen and (max-width: 900px) {
      .slider-container .textbox {
        position: absolute;
        top: 5px;
        right: 10px;
        text-align: right;
        color: inherit;
        font-size: 1em;
        width: unset; } }
  .slider-container #investmentLabel {
    height: 48px; }

section.sliders {
  width: 57%; }
  @media screen and (max-width: 900px) {
    section.sliders {
      width: 50%; } }
  @media screen and (max-width: 900px) {
    section.sliders {
      padding: 6px 0;
      overflow: hidden;
      float: right; } }

.sliders-inner {
  padding: 0 10px; }
  @media screen and (max-width: 900px) {
    .sliders-inner {
      margin-left: 25px; } }

section.result {
  width: 43%;
  display: inline-block;
  position: relative; }
  @media screen and (max-width: 900px) {
    section.result {
      width: 50%; } }

.result-content {
  margin: 15px 0 0 5px;
  float: left;
  width: 310px; }
  @media screen and (max-width: 900px) {
    .result-content {
      text-align: center;
      margin: 12px 0 10px 0;
      width: 100%; } }
  .result-content h4 {
    margin: 0;
    font-size: 1.1em;
    font-weight: normal; }
    @media screen and (max-width: 900px) {
      .result-content h4 {
        font-size: 1.4em; } }

.total_savings {
  margin: -8px 0 0 0;
  font-size: 3.5em;
  padding-bottom: 4px;
  background: transparent url(../images/ui/result_divider.png?v=46714767689288700000) repeat-x bottom left; }
  @media screen and (max-width: 900px) {
    .total_savings {
      background-image: none;
      padding-bottom: 0; } }

.monthly_savings {
  margin: 7px 0 0 0;
  font-size: 1.2em; }
  @media screen and (max-width: 900px) {
    .monthly_savings {
      margin-top: 0;
      font-size: 1.6em; } }

.calculator-icon {
  width: 46px;
  height: 67px;
  float: left;
  background: #64A6BD url(../images/ui/calc.png?v=46714767689288700000) no-repeat 6px 7px;
  border-radius: 6px 6px 6px 6px;
  margin: 15px 15px 0 0;
  -webkit-background-size: 34px 54px;
  background-size: 34px 54px;
  -webkit-background-size: 34px 54px;
  background-size: 34px 54px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 1.5 / 1), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
    .calculator-icon {
      background-image: url(../images/ui/calc@2x.png?v=46714767689288700000); } }

.help-icon {
  position: absolute;
  top: 13px;
  right: 10px;
  height: 38px;
  width: 38px;
  border-radius: 75px 75px 75px 75px; }

.help-inner {
  background-color: #64A6BD;
  color: #fff;
  border-radius: 75px 75px 75px 75px;
  font-size: 1em;
  font-weight: normal;
  text-align: center;
  cursor: pointer;
  height: 20px;
  width: 20px;
  margin: 2px;
  line-height: 23px;
  text-indent: 0px; }
  .help-inner:hover {
    background-color: #72aec3; }

@media screen and (max-width: 900px) {
  #wrapper.big_savings #modeller #carousel #items_list.show-descriptions li .description {
    display: block; }
  #wrapper.big_savings #modeller #carousel #items_list.show-descriptions li .item_image {
    background-position: top right; } }

.what_now_content {
  margin: 100px 12%;
  min-height: 217px; }
  .what_now_content h1 {
    font-weight: normal; }

@media screen and (max-width: 900px) {
  .what_now_content {
    margin-top: 50px;
    margin-bottom: 50px; }
    .what_now_content h1 {
      text-align: center; } }

body.fallback .nav-main, #wrapper.no-js .nav-main {
  display: none !important; }

body.fallback #modeller,
body.fallback #what_now_container,
body.fallback .nav-switcher,
body.fallback #terms_dialog, #wrapper.no-js #modeller,
#wrapper.no-js #what_now_container,
#wrapper.no-js .nav-switcher,
#wrapper.no-js #terms_dialog {
  display: none; }

body.fallback #fallback, #wrapper.no-js #fallback {
  display: block;
  height: 480px; }

body.fallback .footer #terms-click, body.fallback .footer .separator, #wrapper.no-js .footer #terms-click, #wrapper.no-js .footer .separator {
  display: none; }

@media screen and (max-width: 900px) {
  body.splashscreen {
    background-color: #FFF; } }

.splash-screen {
  display: none;
  position: absolute;
  background-color: #FFF;
  z-index: 100;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: "900px";
  max-height: 500px;
  margin: auto;
  border-radius: 6px 6px 6px 6px;
  color: #000; }
  @media screen and (max-width: 900px) {
    .splash-screen {
      border-radius: 0 0 0 0;
      max-height: 1000px; } }

.splash-screen-inner {
  margin: 8px 12px;
  background: #FFF; }

.splash-screen-overlay {
  display: none;
  position: fixed;
  z-index: 99;
  background: #000;
  opacity: 0.5;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.only-mobile {
  display: none; }

.hide {
  display: none; }

.left {
  float: left; }

.right {
  float: right; }

@media screen and (max-width: 900px) {
  .only-mobile {
    display: block; }
  .only-desktop {
    display: none; } }

.container {
  max-width: 960px;
  margin: 8px auto;
  font-family: "Objektiv Mk2", sans-serif; }
  @media screen and (max-width: 900px) {
    .container {
      margin: 0; } }

.clear {
  clear: both; }

.header {
  position: relative;
  *zoom: 1; }
  .header:before, .header:after {
    content: " ";
    display: table; }
  .header:after {
    clear: both; }
  .header .assumptions-link {
    display: inline-block;
    vertical-align: baseline;
    zoom: 1;
    *display: inline;
    *vertical-align: auto;
    position: absolute;
    top: 0px;
    right: 0px;
    color: #111111;
    text-decoration: none;
    font-size: 0.75em; }

.logo {
  color: transparent;
  font: 0/0 a;
  text-shadow: none;
  display: inline-block;
  border: 0;
  width: 245px;
  height: 72px;
  display: block;
  background: transparent url(../images/brand/logo.png?v=46714767689288700000) no-repeat 15px top;
  -webkit-background-size: 245px 64px;
  background-size: 245px 64px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 1.5 / 1), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
    .logo {
      background-image: url(../images/brand/logo@2x.png?v=46714767689288700000); } }
  @media screen and (max-width: 900px) {
    .logo {
      display: none; } }

.nav-main {
  position: absolute;
  bottom: -3px;
  right: 3px;
  z-index: 5; }
  @media screen and (max-width: 900px) {
    .nav-main {
      position: relative;
      width: 100%;
      right: auto; } }
  .nav-main ul {
    *zoom: 1;
    list-style: none;
    margin: 0;
    padding-left: 0; }
    .nav-main ul:before, .nav-main ul:after {
      content: " ";
      display: table; }
    .nav-main ul:after {
      clear: both; }
    @media screen and (max-width: 900px) {
      .nav-main ul {
        margin: 0;
        text-align: center; } }
  .nav-main li {
    display: inline-block;
    margin-top: 10px; }
    @media screen and (max-width: 900px) {
      .nav-main li {
        width: 49%;
        margin-top: 0; }
        .nav-main li#summary {
          display: none; } }
    .nav-main li a {
      margin-left: -2px;
      display: block;
      width: 150px;
      padding: 5px 10px;
      border: 1px solid #11274A;
      border-bottom: none;
      border-radius: 8px 8px 0px 0px;
      background-color: #11274A;
      background-color: #11274A;
      background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #11274A), color-stop(20%, #11274A), color-stop(100%, #11274A));
      background-image: -webkit-linear-gradient(#11274A, #11274A 20%, #11274A);
      background-image: linear-gradient(#11274A, #11274A 20%, #11274A);
      filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#102546',EndColorStr='#102546');
      /* IE6, IE7 */
      -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#102546',EndColorStr='#102546')";
      /* IE 8 */
      color: #FFFFFF;
      text-decoration: none;
      text-align: center;
      cursor: pointer;
      outline: 0; }
      @media screen and (max-width: 900px) {
        .nav-main li a {
          width: auto;
          padding: 3px 0;
          font-size: 1em; } }
      .nav-main li a:hover {
        background-color: #00B6AA;
        background-color: #00B6AA;
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00B6AA), color-stop(20%, #00B6AA), color-stop(100%, #00B6AA));
        background-image: -webkit-linear-gradient(#00B6AA, #00B6AA 20%, #00B6AA);
        background-image: linear-gradient(#00B6AA, #00B6AA 20%, #00B6AA);
        filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#00b1a5',EndColorStr='#00b1a5');
        /* IE6, IE7 */
        -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#00b1a5',EndColorStr='#00b1a5')";
        /* IE 8 */
        border-color: #00B6AA;
        margin-top: -8px;
        padding-top: 15px;
        padding-bottom: 7px; }
    .nav-main li.active {
      margin-top: 0; }
      .nav-main li.active a {
        padding-top: 15px;
        padding-bottom: 7px;
        background-image: none;
        color: #FFFFFF;
        border-color: #00B6AA;
        filter: none;
        background-color: #00B6AA;
        background-color: #00B6AA;
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00B6AA), color-stop(20%, #00B6AA), color-stop(100%, #00B6AA));
        background-image: -webkit-linear-gradient(#00B6AA, #00B6AA 20%, #00B6AA);
        background-image: linear-gradient(#00B6AA, #00B6AA 20%, #00B6AA);
        filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#00b1a5',EndColorStr='#00b1a5');
        /* IE6, IE7 */
        -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#00b1a5',EndColorStr='#00b1a5')";
        /* IE 8 */ }
        @media screen and (max-width: 900px) {
          .nav-main li.active a {
            padding-top: 5px; } }

.mobile-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 25px;
  z-index: 1; }

.mobile-button {
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  text-indent: -9999px;
  width: 25px;
  background-color: #CACF8D;
  background-position: center center;
  background-repeat: no-repeat; }
  .mobile-button.active {
    background-color: transparent; }
  .mobile-button.totals {
    background-image: url(../images/ui/mobile-total-icon.png?v=46714767689288700000);
    -webkit-background-size: 14px 18px;
    background-size: 14px 18px;
    margin-bottom: 1px;
    top: 0;
    bottom: 50%; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 1.5 / 1), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
      .mobile-button.totals {
        background-image: url(../images/ui/mobile-total-icon@2x.png?v=46714767689288700000); } }
  .mobile-button.settings {
    background-image: url(../images/ui/mobile-settings-icon.png?v=46714767689288700000);
    -webkit-background-size: 17px 16px;
    background-size: 17px 16px;
    margin-top: 1px;
    top: 50%;
    bottom: 0; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 1.5 / 1), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
      .mobile-button.settings {
        background-image: url(../images/ui/mobile-settings-icon@2x.png?v=46714767689288700000); } }

.nav-switcher {
  padding: 6px 0;
  margin-bottom: 45px;
  text-align: center; }
  @media screen and (max-width: 900px) {
    .nav-switcher {
      display: none; } }
  .nav-switcher a {
    display: inline-block; }
  .summary .nav-switcher #prev_page {
    display: none; }
  .what_now .nav-switcher #next_page {
    display: none; }

.big_button {
  display: block;
  width: 130px;
  margin: 0 5px;
  padding: 7px 0;
  border: 1px solid transparent;
  border-radius: 4px 4px 4px 4px;
  background-color: #11274A;
  background-color: #B8C6DE;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #B8C6DE), color-stop(60%, #11274A), color-stop(100%, #11274A));
  background-image: -webkit-linear-gradient(#B8C6DE, #11274A 60%, #11274A);
  background-image: linear-gradient(#B8C6DE, #11274A 60%, #11274A);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#b5c3dc',EndColorStr='#102546');
  /* IE6, IE7 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#b5c3dc',EndColorStr='#102546')";
  /* IE 8 */
  font-size: 1.15em;
  color: #FFFFFF;
  text-decoration: none;
  text-align: center;
  outline: 0; }
  @media screen and (max-width: 900px) {
    .big_button {
      width: 25%;
      margin: 0;
      padding: 4px 0; } }
  .big_button span {
    background-color: transparent;
    background-repeat: no-repeat; }
  .big_button:hover {
    background-color: #64A6BD;
    background-color: #E7E9EB;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #E7E9EB), color-stop(90%, #64A6BD), color-stop(100%, #64A6BD));
    background-image: -webkit-linear-gradient(#E7E9EB, #64A6BD 90%, #64A6BD);
    background-image: linear-gradient(#E7E9EB, #64A6BD 90%, #64A6BD);
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#e4e6e9',EndColorStr='#60a4bb');
    /* IE6, IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#e4e6e9',EndColorStr='#60a4bb')";
    /* IE 8 */ }

.title {
  margin: 2px;
  padding: 8px 12px;
  color: #FFFFFF;
  font-size: 1.1em;
  font-weight: 400;
  background-color: #00B6AA;
  background-color: #00B6AA;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00B6AA), color-stop(100%, #00B6AA));
  background-image: -webkit-linear-gradient(#00B6AA, #00B6AA);
  background-image: linear-gradient(#00B6AA, #00B6AA);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#00b1a5',EndColorStr='#00b1a5');
  /* IE6, IE7 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#00b1a5',EndColorStr='#00b1a5')";
  /* IE 8 */ }
  @media screen and (max-width: 900px) {
    .title {
      font-size: 1em;
      padding-top: 6px;
      padding-bottom: 6px;
      text-align: center;
      margin-left: 0;
      margin-right: 0; } }
  .title p {
    margin: 0;
    font-weight: normal; }

@media screen and (max-width: 900px) {
  .big_savings .title {
    display: none; } }

.box-content {
  clear: both;
  border: 1px solid #64A6BD;
  border-radius: 0px 0px 4px 4px;
  position: relative; }
  @media screen and (max-width: 900px) {
    .box-content {
      margin-top: -1px;
      border-left: 0;
      border-right: 0; } }
  @media screen and (max-width: 900px) {
    .box-content {
      border-bottom: 0; } }
  .box-content #summary, .box-content #what_now_content {
    display: none; }

.carousel-container {
  position: relative;
  width: 100%;
  margin: 5px 0 0 0; }
  @media screen and (max-width: 900px) {
    .carousel-container {
      margin-top: 0; } }

.carousel-button {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 38px;
  text-indent: -9999px;
  cursor: default;
  background-color: white;
  background-repeat: no-repeat;
  background-position: center left;
  border: none;
  outline: none !important;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  @media screen and (max-width: 900px) {
    .carousel-button {
      width: 20%;
      z-index: 10;
      background-color: transparent; } }
  .carousel-button:hover {
    background-color: #BEE9EB;
    cursor: pointer; }
    @media screen and (max-width: 900px) {
      .carousel-button:hover {
        background-color: transparent; } }
  .carousel-button.btnOff:hover {
    background-color: transparent; }

.carousel-prev {
  left: 8px;
  border-radius: 4px 0px 0px 4px;
  background-image: url(../images/ui/carousel_prev.png?v=46714767689288700000);
  -webkit-background-size: 38px 38px;
  background-size: 38px 38px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 1.5 / 1), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
    .carousel-prev {
      background-image: url(../images/ui/carousel_prev@2x.png?v=46714767689288700000); } }
  @media screen and (max-width: 900px) {
    .carousel-prev {
      left: 0; } }

.carousel-next {
  right: 8px;
  border-radius: 0px 4px 4px 0px;
  background-image: url(../images/ui/carousel_next.png?v=46714767689288700000);
  -webkit-background-size: 38px 38px;
  background-size: 38px 38px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 1.5 / 1), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
    .carousel-next {
      background-image: url(../images/ui/carousel_next@2x.png?v=46714767689288700000); } }
  @media screen and (max-width: 900px) {
    .carousel-next {
      right: 0;
      background-position: center right; } }

.btnOff {
  background-position: 0px 999px !important;
  cursor: default !important; }

.less-than-six-items .carousel-prev, .less-than-six-items .carousel-next {
  visibility: hidden; }
  @media screen and (max-width: 900px) {
    .less-than-six-items .carousel-prev, .less-than-six-items .carousel-next {
      visibility: visible; } }

.mobile-page-indicators {
  width: 100%;
  text-align: center;
  background: #efefef;
  margin: 0;
  padding: 0; }
  .mobile-page-indicators li {
    display: inline-block;
    vertical-align: baseline;
    zoom: 1;
    *display: inline;
    *vertical-align: auto;
    list-style: none;
    border-radius: 8px 8px 8px 8px;
    height: 10px;
    width: 10px;
    background: #dcdcdc;
    margin-bottom: 0; }
    .mobile-page-indicators li:hover, .mobile-page-indicators li.active {
      background: #ababab; }

.carousel {
  overflow: hidden;
  margin: 0 46px; }
  @media screen and (max-width: 900px) {
    .carousel {
      margin: 0; } }
  .carousel ul {
    position: relative;
    float: left;
    clear: both;
    margin: 0;
    padding: 0;
    width: 1200px;
    list-style: none; }
    .carousel ul li {
      overflow: hidden;
      text-align: center;
      height: 210px;
      padding: 0;
      margin: 0;
      float: left; }
      @media screen and (max-width: 900px) {
        .carousel ul li {
          margin-left: 0;
          margin-right: 0;
          height: auto; } }
      .carousel ul li:hover .item-title, .carousel ul li.active .item-title {
        visibility: visible; }
      .carousel ul li:hover .item_image, .carousel ul li.active .item_image {
        background-position: top right;
        cursor: pointer; }
        @media screen and (max-width: 900px) {
          .carousel ul li:hover .item_image, .carousel ul li.active .item_image {
            background-position: top left; } }

.item-title {
  display: -moz-box;
  display: -webkit-box;
  display: box;
  -moz-box-orient: horizontal;
  -webkit-box-orient: horizontal;
  box-orient: horizontal;
  -moz-box-pack: center;
  -moz-box-align: center;
  -webkit-box-pack: center;
  -webkit-box-align: center;
  box-pack: center;
  box-align: center;
  margin: 0px;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
  font-weight: normal;
  visibility: hidden; }

.summary .item-title {
  height: 50px; }
  @media screen and (max-width: 900px) {
    .summary .item-title {
      height: 0; } }

.big_savings .item-title {
  display: none; }
  @media screen and (max-width: 900px) {
    .big_savings .item-title {
      display: block;
      font-size: 1em;
      padding-top: 6px;
      padding-bottom: 6px;
      text-align: center;
      height: auto;
      color: #FFFFFF;
      background: #00B6AA;
      margin-top: 1px;
      visibility: visible; } }

.big_savings .carousel ul li:hover .description, .big_savings .carousel ul li .show-description .description {
  display: block; }

.item_image {
  position: relative;
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  width: 151px;
  height: 171px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: top left;
  -webkit-background-size: 302px 171px;
  background-size: 302px 171px; }
  @media screen and (max-width: 900px) {
    .item_image {
      height: 146px; } }

.description {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
  background: transparent url(../images/ui/opaque.png?v=46714767689288700000);
  padding: 10px;
  font-size: 0.9em;
  text-align: center; }

.big_savings .quantity_selector {
  max-height: 50px; }

.quantity_selector {
  *zoom: 1;
  text-align: center;
  margin-top: -4px;
  background: #efefef url(../images/ui/quantitiy_gradient.png?v=46714767689288700000) repeat-x top left;
  max-height: 0px;
  overflow: hidden; }
  .quantity_selector:before, .quantity_selector:after {
    content: " ";
    display: table; }
  .quantity_selector:after {
    clear: both; }
  .quantity_selector .quantity-control {
    display: inline-block;
    vertical-align: baseline;
    zoom: 1;
    *display: inline;
    *vertical-align: auto;
    padding: 9px 0; }
  .quantity_selector .minus, .quantity_selector .add {
    background-color: #11274A;
    background-color: #B8C6DE;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #B8C6DE), color-stop(40%, #11274A), color-stop(100%, #11274A));
    background-image: -webkit-linear-gradient(#B8C6DE, #11274A 40%, #11274A);
    background-image: linear-gradient(#B8C6DE, #11274A 40%, #11274A);
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#b5c3dc',EndColorStr='#102546');
    /* IE6, IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#b5c3dc',EndColorStr='#102546')";
    /* IE 8 */
    text-decoration: none;
    color: #FFFFFF;
    padding-top: 4px;
    text-shadow: 1px 1px #000;
    font-weight: bold;
    width: 25px;
    height: 21px;
    font-size: 0.9em;
    display: block;
    outline: 0;
    float: left; }
    @media screen and (max-width: 900px) {
      .quantity_selector .minus, .quantity_selector .add {
        width: 32px;
        height: 26px;
        font-size: 1.2em; } }
    .quantity_selector .minus:hover, .quantity_selector .add:hover {
      background-color: #64A6BD;
      background-color: #64A6BD;
      background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #64A6BD), color-stop(100%, #64A6BD));
      background-image: -webkit-linear-gradient(#64A6BD, #64A6BD);
      background-image: linear-gradient(#64A6BD, #64A6BD);
      filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#60a4bb',EndColorStr='#60a4bb');
      /* IE6, IE7 */
      -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#60a4bb',EndColorStr='#60a4bb')";
      /* IE 8 */ }
  .quantity_selector input {
    -moz-appearance: textfield;
    border-radius: 0 0 0 0;
    width: 50px;
    height: 23px;
    text-align: center;
    float: left;
    font-size: 1.2em;
    padding: 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-left: 0;
    border-right: 0; }
    @media screen and (max-width: 900px) {
      .quantity_selector input {
        height: 24px;
        font-size: 1.4em;
        padding: 2px 0; } }
  .quantity_selector input[type=number]::-webkit-inner-spin-button,
  .quantity_selector input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0; }

@media screen and (max-width: 900px) {
  .quantity_selector .quantity-control {
    padding: 6px 0 0 0; } }

.section-window {
  width: 100%;
  border-top: 1px solid #64A6BD;
  border-bottom: 1px solid #64A6BD;
  overflow: hidden;
  position: relative; }

.all-sections {
  width: 200%;
  position: relative;
  *zoom: 1; }
  .all-sections:before, .all-sections:after {
    content: " ";
    display: table; }
  .all-sections:after {
    clear: both; }

section {
  float: left;
  width: 50%;
  overflow: hidden;
  position: relative; }
  section .inner-section {
    *zoom: 1;
    border: 5px solid white;
    position: relative;
    background: #BEE9EB url(../images/ui/gradient_bg.png?v=46714767689288700000) repeat-x bottom left;
    background-color: #FFFFFF;
    background-color: #BEE9EB;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #BEE9EB), color-stop(100%, #FFFFFF));
    background-image: -webkit-linear-gradient(#BEE9EB, #FFFFFF);
    background-image: linear-gradient(#BEE9EB, #FFFFFF);
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#bae8ea',EndColorStr='#fcfcfc');
    /* IE6, IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#bae8ea',EndColorStr='#fcfcfc')";
    /* IE 8 */
    color: #000; }
    section .inner-section:before, section .inner-section:after {
      content: " ";
      display: table; }
    section .inner-section:after {
      clear: both; }
    @media screen and (max-width: 900px) {
      section .inner-section {
        border: none; }
        section .inner-section#big_savings_container {
          width: 200%; } }

.fallback-content, .no-js-content {
  display: none;
  padding: 20px; }
  .fallback-content h2, .no-js-content h2 {
    margin-top: 0; }

.screenshot {
  display: block;
  float: left;
  width: 920px;
  height: 300px;
  margin-top: 17px;
  background: url(../images/monitor.png?v=46714767689288700000) no-repeat center center;
  position: relative; }
  .screenshot .display {
    position: absolute;
    top: 19px;
    width: 341px;
    height: 214px;
    background: transparent no-repeat center center; }
  .screenshot .img1 {
    left: 59px;
    background-image: url(../images/brand/fallback_screenshot.png?v=46714767689288700000); }
  .screenshot .img2 {
    right: 60px;
    background-image: url(../images/brand/fallback_screenshot_2.png?v=46714767689288700000); }

.browsers {
  display: block; }
  .browsers span {
    display: block;
    float: left;
    padding: 20px 25px 20px 65px; }
    .browsers span.chrome {
      background: transparent url(../images/chrome.png?v=46714767689288700000) no-repeat center left; }
    .browsers span.firefox {
      background: transparent url(../images/firefox.png?v=46714767689288700000) no-repeat center left; }
    .browsers span.opera {
      background: transparent url(../images/opera.png?v=46714767689288700000) no-repeat center left; }
    .browsers span.safari {
      background: transparent url(../images/safari.png?v=46714767689288700000) no-repeat center left; }
    .browsers span.ie {
      background: transparent url(../images/ie.png?v=46714767689288700000) no-repeat center left; }

.ui-dialog-content {
  box-shadow: 5px 5px 15px #AAA;
  *zoom: 1;
  display: none;
  padding: 20px;
  border: 1px solid #00B6AA;
  border-radius: 4px 4px 4px 4px;
  background-color: #FFF;
  font-size: 11px; }
  .ui-dialog-content:before, .ui-dialog-content:after {
    content: " ";
    display: table; }
  .ui-dialog-content:after {
    clear: both; }
  @media screen and (max-width: 900px) {
    .ui-dialog-content {
      position: absolute !important;
      top: 10px !important;
      width: auto;
      padding: 15px 10px;
      margin: 0 10px 10px 10px; } }
  .ui-dialog-content h2 {
    margin: 0 0 17px 0;
    font-size: 2.5em; }
  .ui-dialog-content p {
    margin: 0 0 20px 0;
    font-size: 110%; }
  .ui-dialog-content .app-version {
    position: absolute;
    left: 20px;
    bottom: 18px;
    color: #999999;
    font-size: 0.9em; }

.terms-scroller {
  height: 300px;
  margin-bottom: 20px;
  padding-right: 10px;
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch; }
  @media screen and (max-width: 900px) {
    .terms-scroller {
      height: auto;
      overflow-y: hidden;
      padding-right: 0;
      margin-bottom: 0; } }
  .terms-scroller h3 {
    font-size: 1.35em; }
  .terms-scroller h4 {
    margin-bottom: 0;
    font-size: 110%; }

.ahc-banner {
  position: relative;
  text-align: center; }
  .ahc-banner .copyright {
    padding: 0.8em 0 0 0;
    color: #111111;
    font-size: 0.8em; }

.ui-dialog {
  z-index: 1001; }

.terms-accept {
  float: right; }
  @media screen and (max-width: 900px) {
    .terms-accept {
      text-align: center;
      float: none; } }
  .terms-accept .check {
    float: left;
    margin-top: 10px; }
    @media screen and (max-width: 900px) {
      .terms-accept .check {
        margin-top: 0;
        float: none; } }
    .terms-accept .check input[type="checkbox"] {
      margin-right: 7px; }
    .terms-accept .check label {
      font-size: 120%;
      font-weight: bold;
      margin-right: 30px; }
      @media screen and (max-width: 900px) {
        .terms-accept .check label {
          margin-right: 0; } }
  @media screen and (max-width: 900px) {
    .terms-accept .close {
      float: right;
      margin-top: 12px; } }

.button {
  border: 2px solid transparent;
  border-radius: 4px 4px 4px 4px;
  background: #00B6AA;
  padding: 7px 15px;
  color: #FFFFFF;
  font-size: 120%;
  font-weight: bold;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .button.disabled {
    background: #CCC;
    border-color: #AAA; }

.help-dialog {
  z-index: 999;
  display: none;
  position: absolute;
  right: 60px;
  top: 10px;
  width: 200px;
  padding: 10px;
  border: 1px solid #00B6AA;
  border-radius: 6px 6px 6px 6px;
  background-color: #00B6AA;
  font-size: 0.9em;
  color: white;
  box-shadow: 5px, 5px, 15px, #AAA; }
  @media screen and (max-width: 900px) {
    .help-dialog {
      text-align: center; } }
  .help-dialog.age {
    left: 26px;
    top: -24px; }
  .help-dialog.investment {
    left: 26px;
    top: -66px; }
  .help-dialog.active {
    display: block; }

.footer {
  padding: 6px 0;
  position: absolute;
  bottom: 0;
  width: 100%;
  border-radius: 0 0 4px 4px;
  border-top: 1px solid #64A6BD;
  background-color: #CCCCCC;
  background-color: #FFFFFF;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFFFFF), color-stop(100%, #CCCCCC));
  background-image: -webkit-linear-gradient(#FFFFFF, #CCCCCC);
  background-image: linear-gradient(#FFFFFF, #CCCCCC);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#fcfcfc',EndColorStr='#c9c9c9');
  /* IE6, IE7 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#fcfcfc',EndColorStr='#c9c9c9')";
  /* IE 8 */
  color: #555;
  text-align: center;
  font-size: 11px;
  min-height: 32px; }
  @media screen and (max-width: 900px) {
    .footer {
      bottom: auto;
      background: transparent none;
      border: none; } }
  .footer a {
    color: #555;
    text-decoration: none; }

.legal {
  margin: 8px 0; }
  .legal .link {
    display: inline-block; }
  @media screen and (max-width: 900px) {
    .legal {
      margin: 0;
      text-align: center; }
      .legal .link {
        min-width: 135px;
        margin: 3px 0;
        display: block; }
      .legal .separator {
        display: none; } }

.logo-company {
  margin-top: 4px;
  position: absolute;
  left: 12px;
  display: inline-block;
  width: 134px;
  height: 24px;
  background: transparent url(../images/g-logo-xs.png?v=46714767689288700000) no-repeat center left;
  text-indent: -9999px; }
  .logo-company:hover {
    background: transparent url(../images/g-logo-col-xs.png?v=46714767689288700000) no-repeat center left; }
  @media screen and (max-width: 900px) {
    .logo-company {
      display: none; } }

.logo-company {
  -webkit-background-size: 134px 24px;
  background-size: 134px 24px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 1.5 / 1), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
    .logo-company {
      background-image: url(../images/g-logo-col-md.png?v=46714767689288700000); } }
  .logo-company:hover {
    -webkit-background-size: 134px 24px;
    background-size: 134px 24px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 1.5 / 1), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
      .logo-company:hover {
        background-image: url(../images/g-logo-col-md.png?v=46714767689288700000); } }

.edit-assumptions-link {
  float: right;
  margin-top: -50px; }

#edit-assumptions {
  display: none; }
  #edit-assumptions .slider-label label {
    height: 25px;
    line-height: 25px;
    font-size: 1.3em; }
  #edit-assumptions .textbox {
    height: 25px;
    line-height: 25px;
    font-size: 1.4em; }

.column-4 {
  float: left;
  min-height: 1px;
  position: relative;
  width: 33.3333333333%;
  box-sizing: border-box;
  padding: 12px 0 12px 12px;
  padding: inherit;
  min-height: auto; }

.column-4:before, .column-4:after {
  box-sizing: border-box; }

.column-12 {
  min-height: 1px;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  padding: 12px 0 12px 12px;
  padding: inherit;
  min-height: auto; }

.column-12:before, .column-12:after {
  box-sizing: border-box; }

@media all and (max-width: 600px) {
  .s-column-12 {
    min-height: 1px;
    position: relative;
    width: 100%;
    box-sizing: border-box;
    padding: 12px 0 12px 12px;
    padding: inherit;
    min-height: auto; }
  .s-column-12:before, .s-column-12:after {
    box-sizing: border-box; } }

/*
 * Overwrite style definitions here which will take precedence over
 * the ones defined in app.
 */
body {
  font-family: "Objektiv Mk2", sans-serif; }

.header {
  position: relative; }
  .header .client-logo {
    position: absolute;
    height: 72px;
    width: 245px;
    z-index: 1000;
    display: block; }

.logo {
  color: transparent;
  font: 0/0 a;
  text-shadow: none;
  display: inline-block;
  border: 0;
  width: 245px;
  height: 72px;
  margin: 0px 0;
  display: block;
  background: transparent url(#?v=46714767689288700000) no-repeat top left;
  -webkit-background-size: 245px 72px;
  background-size: 245px 72px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 1.5 / 1), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
    .logo {
      background-image: url(#?v=46714767689288700000); } }
  @media screen and (max-width: 900px) {
    .logo {
      display: none; } }

#wrapper.big_savings #prev_page,
.logo-brand {
  display: none; }

.what_now_content {
  margin-top: 10px;
  margin-bottom: 10px; }

.ui-dialog-content p, h2, h3, h4, .terms-accept .check label, button, a {
  font-family: "Objektiv Mk2", sans-serif; }

.slider-container label {
  width: 126px; }

.big_button {
  background: #11274A; }
  .big_button:hover {
    background-color: #11274A;
    background-color: #B8C6DE;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #B8C6DE), color-stop(60%, #11274A), color-stop(100%, #11274A));
    background-image: -webkit-linear-gradient(#B8C6DE, #11274A 60%, #11274A);
    background-image: linear-gradient(#B8C6DE, #11274A 60%, #11274A);
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#b5c3dc',EndColorStr='#102546');
    /* IE6, IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#b5c3dc',EndColorStr='#102546')";
    /* IE 8 */ }

.wide-text {
  width: 100% !important;
  text-align: center; }

.what_now_content {
  text-align: center; }
  .what_now_content a {
    color: #11274A; }
    .what_now_content a:hover {
      color: #24539d; }

.info-icon {
  width: 80px;
  height: 90px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  display: inline-block; }

.icon-contribution {
  background-image: url(../images/brand/accum-metaphor.png?v=46714767689288700000); }

.icon-reward {
  background-image: url(../images/brand/accum-simple.png?v=46714767689288700000); }

.icon-combine {
  background-image: url(../images/brand/money-tree-navy.png?v=46714767689288700000); }

table {
  margin-bottom: 20px; }
  table td {
    padding-right: 18px; }

.description {
  padding: 4px;
  font-size: 0.8em; }
  .description .desc-name {
    display: block;
    font-weight: bold;
    font-size: 0.9em; }

.summary .item-title {
  height: 53px;
  font-size: 18px;
  max-height: 53px; }

.savings_description {
  display: block !important;
  position: relative;
  right: 0;
  top: 0;
  width: 100%;
  padding: 0;
  border: none;
  background-color: transparent;
  font-size: 0.9em;
  color: black;
  box-shadow: none;
  padding-bottom: 10px;
  margin-top: 10px; }
  @media screen and (max-width: 900px) {
    .savings_description {
      width: 80%;
      margin: 0 auto; } }

.item_image {
  bottom: 10px;
  height: 180px; }
  .item_image .description {
    top: 130px; }

.item_no_0, .item_no_1, .item_no_2, .item_no_3, .item_no_4, .item_no_5, .item_no_6, .item_no_7, .item_no_8, .item_no_9 {
  height: 256px !important; }

.help-icon {
  display: none; }

.big_savings .description {
  display: block; }
