﻿@charset "UTF-8";
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
    line-height: 1.15;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
    margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
    /* 1 */
    display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
    margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
    background-color: transparent;
    /* 1 */
    -webkit-text-decoration-skip: objects;
    /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
    font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
    font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
    background-color: #ff0;
    color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
    display: inline-block;
}

    /**
 * Add the correct display in iOS 4-7.
 */
    audio:not([controls]) {
        display: none;
        height: 0;
    }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
    border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
    overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    /* 1 */
    text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
}

    /**
 * Remove the inner border and padding in Firefox.
 */
    button::-moz-focus-inner,
    [type="button"]::-moz-focus-inner,
    [type="reset"]::-moz-focus-inner,
    [type="submit"]::-moz-focus-inner {
        border-style: none;
        padding: 0;
    }

    /**
 * Restore the focus styles unset by the previous rule.
 */
    button:-moz-focusring,
    [type="button"]:-moz-focusring,
    [type="reset"]:-moz-focusring,
    [type="submit"]:-moz-focusring {
        outline: 1px dotted ButtonText;
    }

/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

    /**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
    [type="search"]::-webkit-search-cancel-button,
    [type="search"]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
    display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
    display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
    display: none;
}

/*! nouislider - 10.1.0 - 2017-07-28 17:11:18 */
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    box-sizing: border-box;
}

.noUi-target {
    position: relative;
    direction: ltr;
    bottom: 10px;
}

.noUi-base {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    /* Fix 401 */
}

.noUi-connect {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
}

.noUi-origin {
    position: absolute;
    height: 0;
    width: 0;
}

.noUi-handle {
    position: relative;
    z-index: 1;
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
    transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
}

.noUi-state-drag * {
    cursor: inherit !important;
}

/* Painting and performance;
 * Browsers can paint handles in their own layer.
 */
.noUi-base,
.noUi-handle {
    transform: translate3d(0, 0, 0);
}

/* Slider size and handle placement;
 */
.noUi-horizontal {
    height: 5px;
}

    .noUi-horizontal .noUi-handle {
        width: 20px;
        height: 20px;
        left: -10px;
        top: -8px;
    }

/* Styling;
 */
.noUi-target {
    background: #efefef;
    border-radius: 10px;
    border: none;
    box-shadow: none;
}

.noUi-connect {
    background: #008aad;
    border-radius: 10px;
    transition: background 450ms;
}

/* Handles and cursors;
 */
.noUi-draggable {
    cursor: ew-resize;
}

.noUi-vertical .noUi-draggable {
    cursor: ns-resize;
}

.noUi-handle {
    border: none;
    border-radius: 20px;
    background: #fff;
    cursor: default;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

    /* Handle stripes;
 */
    .noUi-handle:before,
    .noUi-handle:after {
        content: "";
        display: block;
        position: absolute;
        height: 8px;
        width: 2px;
        background: #cfcfcf;
        left: 7px;
        top: 6px;
    }

    .noUi-handle:after {
        left: 11px;
    }

.noUi-active:before, .noUi-active:after {
    background: #008aad;
}

/* Disabled state;
 */
[disabled] .noUi-connect {
    background: #B8B8B8;
}

[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
    cursor: not-allowed;
}

/* Base;
 *
 */
.noUi-pips,
.noUi-pips * {
    box-sizing: border-box;
}

.noUi-pips {
    position: absolute;
    color: #999;
}

/* Values;
 *
 */
.noUi-value {
    position: absolute;
    white-space: nowrap;
    text-align: center;
}

.noUi-value-sub {
    color: #ccc;
    font-size: 10px;
}

/* Markings;
 *
 */
.noUi-marker {
    position: absolute;
    background: #CCC;
}

.noUi-marker-sub {
    background: #AAA;
}

.noUi-marker-large {
    background: #AAA;
}

/* Horizontal layout;
 *
 */
.noUi-pips-horizontal {
    padding: 10px 0;
    height: 80px;
    top: 100%;
    left: 0;
    width: 100%;
}

.noUi-value-horizontal {
    transform: translate3d(-50%, 50%, 0);
}

.noUi-marker-horizontal.noUi-marker {
    margin-left: -1px;
    width: 2px;
    height: 5px;
}

.noUi-marker-horizontal.noUi-marker-sub {
    height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
    height: 15px;
}

/* Vertical layout;
 *
 */
.noUi-pips-vertical {
    padding: 0 10px;
    height: 100%;
    top: 0;
    left: 100%;
}

.noUi-value-vertical {
    transform: translate3d(0, 50%, 0);
    padding-left: 25px;
}

.noUi-marker-vertical.noUi-marker {
    width: 5px;
    height: 2px;
    margin-top: -1px;
}

.noUi-marker-vertical.noUi-marker-sub {
    width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
    width: 15px;
}

.noUi-tooltip {
    display: block;
    position: absolute;
    border: none;
    border-radius: 3px;
    background: #c3d32e;
    color: #003e51;
    padding: 7px 10px;
    text-align: center;
    white-space: nowrap;
    font-size: 0.875rem;
    font-weight: 600;
    transform: translate(-50%, 0);
    left: 50%;
    bottom: 150%;
}

    .noUi-tooltip:after {
        content: "";
        display: block;
        position: absolute;
        bottom: -5px;
        left: 50%;
        transform: translate(-50%, 0);
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 5px solid #c3d32e;
    }

html {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #efefef;
}

* {
    box-sizing: border-box;
}

.L__container {
    max-width: 1090px;
    margin: 0 auto;
    padding: 0 10px;
}

@media (min-width: 700px) {
    .L__container {
        display: -ms-flexbox;
        display: flex;
    }
}

.L__body {
    padding-top: 36px;
    padding-bottom: 36px;
}

.L__col--totals {
    margin-top: 30px;
}

@media (min-width: 700px) {
    .L__col--inputs {
        -ms-flex: 1 0 50%;
        flex: 1 0 50%;
        padding-right: 10px;
    }

    .L__col--totals {
        margin-top: 0;
        -ms-flex: 0 1 50%;
        flex: 0 1 50%;
    }
}

@media (min-width: 900px) {
    .L__col--inputs {
        -ms-flex: 1 0 60%;
        flex: 1 0 60%;
        padding-right: 26px;
    }

    .L__col--totals {
        -ms-flex: 0 1 40%;
        flex: 0 1 40%;
    }
}

.H {
    background: #fff;
}

.H__help:link, .H__help:visited {
    color: #494949;
    text-decoration: none;
    display: inline-block;
    border-bottom: 1px solid transparent;
    transition: 100ms ease all;
}

    .H__help:link:hover, .H__help:visited:hover {
        border-color: #494949;
    }

.H__top {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px;
}

.Print .H__top {
    padding-left: 0;
    padding-right: 0;
}

.H__divider {
    height: 1px;
    border: none;
    background: #ececec;
}

.H__content {
    display: block;
    padding: 20px;
}

.H__title {
    font-weight: 400;
    font-size: 1.25rem;
    color: #008aad;
    margin: 0;
}

@media (min-width: 700px) {
    .H__title {
        font-size: 1.75rem;
    }
}

@media (min-width: 1000px) {
    .H__title {
        font-size: 2.25rem;
    }
}

.H__description {
    font-size: 0.875rem;
    color: #003e51;
    margin: 0.5rem 0;
}

@media (min-width: 700px) {
    .H__description {
        font-size: 1.125rem;
    }
}

@media (min-width: 1000px) {
    .H__description {
        font-size: 1.3125rem;
    }
}

.panel {
    background: #fff;
}

    .panel + .panel {
        margin-top: 30px;
    }

.panel--totals {
    background: #003e51;
    color: #fff;
}

.panel--bordered {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.panel__section {
    padding: 20px 30px;
}

    .panel__section > p:first-child {
        margin-top: 0;
    }

.panel__header, .panel__footer {
    background: #003e51;
    color: #fff;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 30px;
}

.panel__footer {
    display: -ms-flexbox;
    display: flex;
}

@media (min-width: 900px) {
    .panel__header {
        display: -ms-flexbox;
        display: flex;
    }
}

.panel__header__icon {
    width: 43px;
    height: 40px;
    margin-right: 24px;
}

.panel__header__title {
    font-weight: 400;
    font-size: 1.2rem;
    margin: 0;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

@media (min-width: 1000px) {
    .panel__header__title {
        font-size: 1.65rem;
    }
}

.panel__header__titleIcon {
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
}

.panel__header__total {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 0 0;
}

@media (min-width: 900px) {
    .panel__header__total {
        padding: 0;
        display: block;
        text-align: right;
    }
}

@media (min-width: 900px) {
    .panel__inputs {
        padding: 30px 0 10px;
    }
}

.total__key {
    margin: 0;
    text-transform: uppercase;
    display: block;
    font-size: 0.875rem;
    font-weight: 600;
}

.total__value {
    margin: 0;
    font-weight: 600;
    color: #c3d32e;
    font-size: 1.5rem;
}

.category {
    background: #f9f9f9;
}

.category__title {
    margin: 0;
    color: #008aad;
    font-weight: 600;
}

.category__header, .category__description {
    padding: 20px 30px;
}

.category__header {
    border-bottom: 1px solid #efefef;
}

@media (min-width: 900px) {
    .category__header {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.category__description {
    color: #a1a1a1;
}

@media (min-width: 900px) {
    .category__recommendations {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
    }

        .category__recommendations > .category__recommendation + .category__recommendation:before {
            padding: 0 12px;
            content: "•";
            color: #cdcdcd;
        }
}

.category__recommendation {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 10px;
}

@media (min-width: 900px) {
    .category__recommendation {
        margin: 0;
    }
}

.category__recommendation__key {
    text-transform: uppercase;
    font-size: 0.875rem;
    color: #003e51;
    font-weight: 600;
}

.category__recommendation__value {
    font-size: 0.875rem;
    font-weight: 600;
    color: #c3d32e;
}

@media (min-width: 900px) {
    .category__recommendation__value {
        font-size: 1.3125rem;
    }
}

.category__recommendation__value--bad {
    color: #ff1515;
}

.category__recommendation__value--good {
    color: #47d160;
}

.category__recommendation__key + .category__recommendation__value {
    margin-left: 12px;
}

.input {
    margin: 20px 30px;
}

.input__slider {
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

    .input__slider * {
        outline: none;
    }

@media (max-width: 600px) {
    .input__slider {
        margin-top: 70px;
    }
}

.input__label {
    font-size: 1.3125rem;
    color: #008aad;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
}

.input__help {
    font-size: 0.675rem;
    color: #fff;
    background: #ccc;
    border-radius: 2rem;
    display: inline-block;
    padding: 2px 5px;
    margin-left: 5px;
}

    .input__help:link, .input__help:visited, .input__help:active, .input__help:hover {
        text-decoration: none;
    }

    .input__help:hover {
        background: #bbb;
    }

.input__sliderField {
    margin-top: 20px;
}

@media (min-width: 600px) {
    .input__sliderField {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: end;
        align-items: flex-end;
    }
}

@media (min-width: 700px) {
    .input__sliderField {
        margin-top: 0;
    }
}

.input__field {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch;
    border-radius: 5px;
    border: 2px solid #efefef;
    transition: 100ms ease all;
    margin-top: 10px;
}

@media (min-width: 600px) {
    .input__field {
        margin-top: 30px;
        margin-left: 30px;
    }
}

.input__field--active {
    border-color: #c3d32e;
}

    .input__field--active .input__field__pre {
        border-color: #c3d32e;
    }

.input__field__pre {
    padding: 0 16px;
    border-right: 2px solid #efefef;
    font-size: 2rem;
    font-weight: 400;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    transition: 100ms ease all;
}

    .input__field__pre svg {
        width: 12px;
        height: 26px;
    }

        .input__field__pre svg path {
            fill: #bfbfbf;
        }

.input__field__input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #a1a1a1;
    font-weight: bold;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    border: none;
    font-size: 1.125rem;
    width: 120px;
    padding: 13px 10px;
}

@media (min-width: 700px) {
    .input__field__input {
        font-size: 0.9rem;
        padding: 13px 10px;
    }
}

@media (min-width: 900px) {
    .input__field__input {
        font-size: 1.125rem;
        padding: 13px 10px;
    }
}

.popover {
    display: none;
}

.graph {
    width: 200px;
    height: 200px;
    position: relative;
    margin: 0 auto 20px;
    transition: 100ms auto all;
    overflow: hidden;
}

.graph--empty {
    height: 0;
}

.graph__total {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    font-size: 16px;
}

.graph__total__cta {
    color: #fff;
    font-weight: bold;
}

.graph__total__key, .graph__total__value {
    margin: 0;
}

.graph__total__key {
    font-weight: normal;
}

.graph__total__value {
    font-weight: bold;
    color: #c3d32e;
}

.graph__total__value--warn {
    color: #ff1515;
}

.graph__legend {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.graph__legend__key, .graph__legend__value {
    margin: 0;
    display: inline-block;
}

.graph__legend__key {
    font-weight: normal;
    font-size: 14px;
}

.graph__legend__value {
    margin-top: 0;
    color: #c3d32e;
    font-size: 14px;
}

.graph__legend__value__percentage {
    color: #a1a1a1;
    font-weight: normal;
    display: inline-block;
    margin-left: 3px;
}

.graph__legend__section {
    -ms-flex: 1 0 48%;
    flex: 1 0 48%;
    margin-bottom: 10px;
    margin-right: 5px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

@media (min-width: 700px) and (max-width: 1000px) {
    .graph__legend__section {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
}

.graph__legend__section__content {
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

.graph__legend__section__bullet {
    display: block;
    background: #fff;
    width: 15px;
    height: 15px;
    margin-right: 5px;
    border-radius: 15px;
}

.graph__legend__section__bullet--housing {
    background: #008aad;
}

.graph__legend__section__bullet--transportation {
    background: #a1a1a1;
}

.graph__legend__section__bullet--living {
    background: #c3d32e;
}

.graph__legend__section__bullet--debt {
    background: #bfe1ea;
}

.breakdown__table {
    width: 100%;
    border-collapse: collapse;
}

    .breakdown__table th, .breakdown__table td {
        padding: 8px 0;
    }

    .breakdown__table th {
        color: #c3d32e;
    }

    .breakdown__table tr > *:last-child {
        text-align: right;
    }

    .breakdown__table tbody td {
        font-weight: 600;
    }

    .breakdown__table tbody th {
        font-weight: 400;
    }

    .breakdown__table tfoot td, .breakdown__table tfoot th {
        border-top: 1px solid rgba(255, 255, 255, 0.3);
        font-weight: 700;
    }

.report__cta {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}

.report__cta__icon {
    -ms-flex: 0 0 41px;
    flex: 0 0 41px;
    margin-right: 14px;
}

    .report__cta__icon svg {
        display: block;
        max-width: 100%;
    }

.report__cta__heading {
    font-weight: normal;
    font-size: 1.25rem;
    margin: 6px 0 15px;
}

@media (min-width: 1000px) {
    .report__cta__heading {
        font-size: 1.5rem;
    }
}

.report__cta__askUsHow {
    color: #fff;
    font-weight: bold;
}

.report__cta__button {
    position: relative;
    display: inline-block;
    background: #c3d32e;
    padding: 0 20px;
    font-size: 1.3125rem;
    line-height: 50px;
    transition: 100ms ease all;
}

    .report__cta__button:after {
        position: absolute;
        top: 0;
        bottom: 0;
        right: -25px;
        display: inline-block;
        content: "";
        border-top: 25px solid transparent;
        border-bottom: 25px solid transparent;
        border-left: 25px solid #c3d32e;
    }

    .report__cta__button, .report__cta__button:link, .report__cta__button:visited {
        text-decoration: none;
        color: #003e51;
    }

        .report__cta__button:hover {
            color: #fff;
        }

.Print {
    background: #fff;
}

    .Print .H__logo {
        width: 90px;
    }

        .Print .H__logo img {
            max-width: 100%;
        }

    .Print .H__top {
        padding: 5px 0;
    }

    .Print .H__title {
        font-size: 1.35rem;
    }

.P__container {
    max-width: 100%;
    margin: 0 10px;
}

.P__row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
}

.P__divider {
    height: 0px;
    border-width: 0 0 1px 0;
    border-color: #003e51;
    margin: 4px 0;
}

.P__title {
    color: #003e51;
    font-weight: normal;
    font-size: 1.25rem;
    margin: 0.5rem 0;
}

.P__totals {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: center;
    align-items: center;
}

.P__totals__key {
    display: inline-block;
    font-weight: bold;
    color: #003e51;
}

    .P__totals__key + .P__totals__value {
        margin-left: 0.5rem;
    }

.P__totals__value {
    display: inline-block;
    font-size: 1.1rem;
    font-weight: bold;
    color: #abbd00;
}

.P__details {
    display: -ms-flexbox;
    display: flex;
    padding: 5px 0;
}

.P__details__column {
    -ms-flex: 1 0 30%;
    flex: 1 0 30%;
    padding: 0 10px;
}

    .P__details__column + .P__details__column {
        border-left: 1px solid #003e51;
    }

    .P__details__column:first-child {
        padding-left: 0;
    }

    .P__details__column:last-child {
        padding-right: 0;
    }

.P__detail {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0.25rem 0;
}

.P__detail__title {
    font-size: 1.1rem;
    font-weight: bold;
    color: #008aad;
}

.P__detail:first-child > * {
    margin-top: 0;
}

.P__detail__key {
    color: #003e51;
}

.P__detail__value {
    font-weight: bold;
    color: #abbd00;
}

.P__detail--title .P__detail__value {
    color: #a1a1a1;
}

.P__graph__columns {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.P__graph__column:first-child {
    padding-right: 20px;
    border-right: 1px solid #003e51;
}

.P__graph__column:last-child {
    padding-left: 20px;
}

.P__graph__column--graph {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex: 1 0 49%;
    flex: 1 0 49%;
}

.P__graph__graph {
    width: 160px;
}

.P__graph__legend {
    -ms-flex-pack: center;
    justify-content: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 20px;
}

.P__graph__legend__section {
    display: -ms-flexbox;
    display: flex;
    padding: 5px 0;
    -ms-flex-align: center;
    align-items: center;
}

    .P__graph__legend__section .graph__legend__section__bullet {
        background: none !important;
        margin-right: 10px;
    }

    .P__graph__legend__section .graph__legend__section__bullet--housing {
        color: #008aad;
    }

    .P__graph__legend__section .graph__legend__section__bullet--transportation {
        color: #a1a1a1;
    }

    .P__graph__legend__section .graph__legend__section__bullet--living {
        color: #c3d32e;
    }

    .P__graph__legend__section .graph__legend__section__bullet--savings {
        color: #eaeaea;
    }

    .P__graph__legend__section .graph__legend__section__bullet--debt {
        color: #bfe1ea;
    }

    .P__graph__legend__section .graph__legend__value {
        font-weight: bold;
        color: #abbd00;
        display: block;
    }

.P__graph__total {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.P__graph__total__content {
    color: #003e51;
    font-weight: bold;
}

.P__graph__total--heading {
    margin: 5px 0;
    padding: 5px 0;
    border: 1px solid #003e51;
    border-width: 1px 0;
}

    .P__graph__total--heading .P__graph__total__key {
        font-weight: bold;
        color: #003e51;
    }

    .P__graph__total--heading .P__graph__total__value {
        color: #abbd00;
        font-size: 1.1rem;
        font-weight: bold;
        text-align: right;
    }

    .P__graph__total--heading .P__graph__total__value--warn {
        color: #ff1515 !important;
    }