:root {
    --font-size-base: 16px;
    --font-family-base: "aptos", Arial, sans-serif;
    --hc--primaryBlue: #001C48;
    --hc--accent-cyan: #2ECDDC;
    --hc--accent-skyBlue: #D1E2E4;
    --hc--accent-grey: #D4D5D9;
    --hc--accent-orange: #9C26C1;
    --hc--general-white: #FFFFFF;
    --hc--general-black: #000000;
    --system-ui-maxWidth: 1080px;
    --system-ui-backgroundColor: #FAFAFA;
    --system-ui-borderColor: var(--hc--accent-grey);
    --system-ui-borderRadius_pill: 99px;
    --system-ui-borderRadius_sm: 0em;
    --system-ui-borderRadius_md: 24px;
    --system-ui-borderRadius_lg: 1em;
    --system-ui-helperTextSize: 0.75em;
    --system-ui-headerColor: var(--hc--primaryBlue);
    --system-ui-bodyColor: #17375E;
    --system-ui-linkColor: var(--hc--primaryBlue);
    --system-ui-linkColor--hover: var(--hc--accent-cyan);
    --system-ui-labelColor: var(--hc--primaryBlue);
    --system-score-highRGB: 56, 154, 21;
    --system-score-mediumRGB: 237, 125, 49;
    --system-score-lowRGB: 196, 62, 74;
    --system-card-backgroundColor: #fff;
    --system-card-cta-backgroundColor: var(--hc--primaryBlue);
    --system-card-border: none;
    --system-card-borderRadius: var(--system-ui-borderRadius_md);
    --system-progress-backgroundColor: var(--hc--accent-grey);
    --system-control-borderColor: #CED4DA;
    --system-control-depthBorderColor: #9A9FA3;
    --system-control-color: #242424;
    --system-button-primary-backgroundColor: var(--hc--primaryBlue);
    --system-button-primary-color: var(--hc--general-white);
    --system-button-primary-backgroundColor--hover: var(--hc--accent-cyan);
    --system-button-primary-color--hover: var(--hc--general-white);
    --system-button-primary-border: none;
    --system-button-primary-borderRadius: var(--system-ui-borderRadius_pill);
    --system-button-primary-fontSize: 1em;
    --system-button-primary-fontWeight: 400;
    --system-button-cta-backgroundColor: var(--hc--accent-cyan);
    --system-button-cta-color: var(--system-control-color);
    --system-button-cta-backgroundColor--hover: var(--hc--accent-cyan);
    --system-button-cta-color--hover: var(#000);
    --system-button-cta-border: none;
    --system-button-cta-borderRadius: var(--system-ui-borderRadius_pill);
    --system-button-cta-fontSize: 1.125em;
    --system-button-cta-fontWeight: 400;
    --system-button-tertiary-backgroundColor: var(--hc--general-white);
    --system-button-tertiary-color: var(--hc--primaryBlue);
    --system-button-tertiary-backgroundColor--hover: var(--system-ui-backgroundColor);
    --system-button-tertiary-color--hover: var(--hc--primaryBlue);
    --system-button-border: none;
    --system-button-borderRadius: var(--system-ui-borderRadius_sm);
    --system-hero-title-fontSize: 2.3rem;
    --system-hero-title-fontWeight: 400;
    --system-hero-title-textTransform: uppercase;
    --system-hero-title-color: var(--hc--general-white);
    --system-hero-text-fontSize: 18px;
    --system-hero-text-fontWeight: 400;
    --system-hero-text-color: rgba(255, 255, 255, .9);
    --system-hero-text-emphasis-fontWeight: 700;
    --system-hero-text-emphasis-color: var(--hc--general-white);
    --system-tooltip-fontSize: 0.875em;
    --system-tooltip-width: 24px;
    --system-tooltip-height: 24px;
    --system-tooltip-info-color: var(#333F4C);
    --system-tooltip-info-color--hover: var(--hc--general-white);
    --system-tooltip-max-width: 200px;
    --system-toast-backgroundColor: var(--hc--accent-cyan);
    --system-toast-textColor: var(--hc--general-black);
}

.tooltip-inner {
    max-width: 300px !important;
}

*,
*:before,
*:after {
    padding: 0;
    margin: 0;
    font-size: var(--font-size-base);
    font-family: var(--font-family-base);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.dx-widget {
    font-family: 'aptos',-apple-system,BlinkMacSystemFont,avenir next,avenir,helvetica neue,helvetica,Cantarell,Ubuntu,roboto,noto,arial,sans-serif !important;
    font-size: 16px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "aptos", Arial, sans-serif;
}

.modal-content {
    color: #333F4C;
}

h1, h1 > span {
    color: #fff;
    font-size: 28px;
    font-style: normal;
    font-variant: normal;
    font-weight: 500;
    line-height: 1.3;
}

.section-intro {
    color: var(--hc--primaryBlue);
    opacity: 0.75;
    font-size: 0.98rem;
    line-height: 1.45;
    max-width: 720px;
}

p span.highlight {
    font-size: 28px;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
    line-height: 1.3;
}

h2 {
    font-size: 16px;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
    line-height: 1.3;
}

p, ul, div, li, span {
    font-size: 15px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
}

blockquote {
    font-family: "aptos", "Trebuchet MS", Arial, sans-serif;
    font-size: 17px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 23px;
}

pre {
    font-family: "aptos", "Trebuchet MS", Arial, sans-serif;
    font-size: 11px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 23px;
}

html,
body {
    height: 100%;
    color: var(--system-ui-bodyColor);
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
label,
span:not('input-group-addon') {
    margin: 0;
    padding: 0;
}

#SubmitResponsesBtn {
    margin: 0;
}

#priceSection {
    background-color: #b1ecf2;
    margin: 0;
    margin-top: 1em;
    padding: 1em;
    color: #333F4C;
    display: flex;
}

    #priceSection p, #priceSection p span {
        line-height: 2em;
    }

    #priceSection input, #priceSection select {
        display: inline;
        width: auto !important
    }

    #priceSection input {
        width: 100px !important;
        text-align: center;
    }

.resultsHeader {
    text-align: center;
    margin: 0;
    padding: 1em;
}

    .resultsHeader p {
        font-size: 22px;
    }

#results h1 {
    text-align: center;
}

p {
    margin-bottom: 0rem;
}

button p {
    margin-bottom: 0;
}

a {
    color: var(--system-ui-linkColor);
}

    a:hover,
    a:focus,
    a:active {
        color: var(--system-ui-linkColor--hover);
    }

* > span:not('input-group-addon') {
    all: inherit;
}

* > em,
* > strong {
    font-size: inherit;
}

i,
b {
    font-size: inherit;
}

label {
    color: #333F4C;
}

.hero-image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    min-height: 100vh;
    width: 100%;
    background-image: url('../assets/images/hero_bg.svg');
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}

.ui-wrapper {
    min-height: 100%;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

.nav-bar h4 {
    font-weight: 700;
    color: var(--system-ui-headerColor);
}

.nav-bar .hero-title {
    font-size: 1.5rem;
    color: var(--hc--general-white);
    margin-top: 5px;
    margin-bottom: 0;
    font-weight: 300;
    letter-spacing: 0.5px;
}

.nav-logo-container {
    max-width: 160px;
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
}

#nav_Logo {
    width: auto;
    height: 24px;
}

#nav_Logo-FIECON {
    max-width: 200px;
}

.header-color {
    color: var(--system-ui-headerColor);
}

.hero-title {
    font-size: var(--system-hero-title-fontSize);
    font-weight: var(--system-hero-title-fontWeight);
    color: var(--system-hero-title-color);
    /*text-transform: var(--system-hero-title-textTransform);*/
}

.hero-text {
    font-size: var(--system-hero-text-fontSize);
    font-weight: var(--system-hero-text-fontWeight);
    color: var(--system-hero-text-color);
    line-height: 25px;
}

ul.hero-text {
    margin: 0;
}

p + ul {
    margin-top: 0.5rem !important;
}

.emphasis {
    font-weight: var(--system-hero-text-emphasis-fontWeight);
    color: var(--system-hero-text-emphasis-color);
}

.btn-primary {
    background-color: var(--system-button-cta-backgroundColor) !important;
    border: var(--system-button-cta-border);
    border-radius: var(--system-button-cta-borderRadius);
    font-size: var(--system-button-cta-fontSize);
    color: var(--system-button-cta-color);
    transition: all 0.3s ease;
}

    .btn-primary p {
        font-size: var(--system-button-primary-fontSize);
        font-weight: var(--system-button-primary-fontWeight);
    }

    .btn-primary:hover,
    .btn-primary:focus,
    .btn-primary:active {
        background-color: var(--hc--primaryBlue) !important;
        color: #fff !important;
    }

.btn.disabled, .btn:disabled, fieldset:disabled .btn {
    background-color: var(--system-button-cta-backgroundColor) !important;
    color: var(--system-button-cta-color) !important;
    opacity: 0.65;
}

.btn-primary .ph {
    font-size: 1.5em;
    color: var(--system-button-cta-color) !important;
}

.btn-primary:hover .ph,
.btn-primary:focus .ph,
.btn-primary:hover .ph {
    color: #fff !important;
    margin-left: 0.5em;
    transition: all 0.3s ease;
}

.btn-cta {
    background-color: var(--system-button-cta-backgroundColor) !important;
    border: var(--system-button-cta-border);
    border-radius: var(--system-button-cta-borderRadius);
    font-size: var(--system-button-cta-fontSize);
    color: var(--system-button-cta-color);
    transition: all 0.3s ease;
}

    .btn-cta:hover,
    .btn-cta:focus,
    .btn-cta:active {
        background-color: var(--hc--primaryBlue) !important;
        color: #fff !important;
    }

    .btn-cta:hover span,
    .btn-cta:focus span,
    .btn-cta:active span {
        color: #fff !important;
    }

    .btn-cta .ph {
        font-size: 1.5em;
        color: var(--system-button-cta-color) !important;
    }

    .btn-cta:hover .ph,
    .btn-cta:focus .ph,
    .btn-cta:active .ph {
        color: #fff !important;
        margin-left: 0.5em;
        transition: all 0.3s ease;
    }

.card {
    background-color: var(--system-card-backgroundColor);
    border: var(--system-card-border);
    border-radius: var(--system-card-borderRadius);
}

.card-body {
    padding: 0.5em;
    color: #333F4C;
}

.card h5 {
    font-size: 1.1em;
}

.info-icon-container {
    width: var(--system-tooltip-width);
    height: var(--system-tooltip-height);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    border-radius: 999px;
    cursor: pointer;
    transition: background-color 0.2s ease, transform 0.2s ease;
    flex-shrink: 0;
}

    .info-icon-container > .info-icon {
        position: relative;
        left: 0;
        top: 0;
        display: inline-block;
        font-size: 1.25em;
        line-height: 1;
        color: var(--system-tooltip-info-color);
        transition: color 0.2s ease;
    }

    .info-icon-container:hover,
    .info-icon-container:focus-visible {
        background-color: rgba(51, 63, 76, 0.08);
        transform: translateY(-1px);
    }

    .info-icon-container:hover > .info-icon,
    .info-icon-container:focus-visible > .info-icon {
        color: var(--hc--primaryBlue);
    }

#assessmentForm h1, .resultsHeader h1 > span {
    color: var(--hc--primaryBlue) !important;
}

#assessmentForm .section-title {
    color: var(--hc--primaryBlue);
    font-weight: 300;
    font-size: 2rem;
    letter-spacing: -0.5px;
    text-align: center;
}

#assessmentForm .form-label {
    color: var(--hc--primaryBlue);
    font-size: 0.95rem;
    margin-bottom: 0.5rem;
}

#assessmentForm select.w-100 {
    border: 1px solid var(--hc--accent-grey);
    border-radius: 8px;
    background-color: #fcfcfc;
    color: #444;
    transition: all 0.2s ease;
}

#assessmentForm .btn {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    text-transform: none;
    padding: 0 2rem;
}

#assessmentForm .btn-primary {
    background-color: var(--hc--primaryBlue);
    border: none;
    color: white;
}

#assessmentForm .btn-primary:hover:not(:disabled) {
    background-color: var(--hc--accent-cyan);
    color: var(--hc--primaryBlue);
}

#assessmentForm .btn-primary:disabled {
    opacity: 0.5;
    background-color: var(--hc--accent-grey);
    cursor: not-allowed;
}

.validation-error p {
    color: firebrick;
    font-style: italic;
    padding-top: 1rem;
}

#cleanGaugeContainer, #interventionGaugeContainer, #referralGaugeContainer {
    height: 120px;
}


#overallReferrals {
    display: flex;
    align-items: stretch; /* make all columns the same height */
}

#resultsDisplay > div > div {
    display: flex; /* allow inner box to stretch */
    min-height: 120px;
}

#resultsDisplay .summary-box {
    border-style: solid;
    width: 100%;
    border-radius: 24px;
}

#resultsDisplay .dynamic-strong {
    /*color: #5cb85c;*/
    background-color: color-mix(in srgb, #5cb85c, white 70%);
    border-color: color-mix(in srgb, #5cb85c, white 5%);
}

    #resultsDisplay .dynamic-strong .emphasis {
        color: #5cb85c;
    }

#resultsDisplay .dynamic-good {
    /*color: #ffd966;*/
    background-color: color-mix(in srgb, #ffd966, white 70%);
    border-color: color-mix(in srgb, #ffd966, white 5%);
}

    #resultsDisplay .dynamic-good .emphasis {
        color: #ffd966;
    }

#resultsDisplay .dynamic-watch {
    /*color: #f0ad4e;*/
    background-color: color-mix(in srgb, #f0ad4e, white 70%);
    border-color: color-mix(in srgb, #f0ad4e, white 5%);
}

    #resultsDisplay .dynamic-watch .emphasis {
        color: #f0ad4e;
    }

#resultsDisplay .dynamic-attention {
    /*color: #d9534f;*/
    background-color: color-mix(in srgb, #d9534f, white 70%);
    border-color: color-mix(in srgb, #d9534f, white 5%);
}

    #resultsDisplay .dynamic-attention .emphasis {
        color: #d9534f;
    }

.summary-box {
    background-color: var(--hc--accent-grey); /* grey background */
    display: flex;
    flex-direction: column;
    justify-content: center; /* optional: horizontal centering */
    padding: 10px; /* spacing inside the box */
    border-radius: 5px; /* optional: rounded corners */
    margin: 5px;
}


.cta {
    background-color: #b1ecf2;
    color: #fff;
}

.card-header-container {
    align-items: start;
    min-height: 48px;
}

.helper-text,
.progress-helper-text {
    font-size: var(--system-ui-helperTextSize);
}

.score-container {
    background-color: var(--system-ui-backgroundColor);
    border-radius: var(--system-ui-borderRadius_sm);
}

.dashed-divider {
    height: 2px;
    width: 100%;
    background-image: linear-gradient(to right, var(--system-ui-borderColor) 33%, rgba(255, 255, 255, 0) 0%);
    background-position: bottom;
    background-size: 6px 1px;
    background-repeat: repeat-x;
}

.score-container-icon {
    min-width: 32px;
    width: 100%;
    background-color: var(--system-ui-backgroundColor);
    border-radius: var(--system-ui-borderRadius_md);
    aspect-ratio: 1/1;
}

    .score-container-icon .ph {
        font-size: 1.5em;
    }

.progress-line-container {
    position: relative;
    height: 4px;
    width: 100%;
    background-color: var(--system-progress-backgroundColor);
    border-radius: var(--system-ui-borderRadius_sm);
    overflow: hidden;
}

.progress-line {
    position: relative;
    border-radius: var(--system-ui-borderRadius_sm);
}

.progress-label {
    font-size: 0.875em;
}

[data-score="high"] .score-container,
[data-score="high"] .score-container-icon {
    background-color: rgba(var(--system-score-highRGB), 0.08);
    color: rgba(var(--system-score-highRGB), 1);
}

[data-score="high"] .progress-line {
    background-color: rgba(var(--system-score-highRGB), 1);
}

[data-score="high"] .progress-label,
[data-score="high"] #OverallScoreCategory {
    color: rgba(var(--system-score-highRGB), 1);
}

[data-score="medium"] .score-container,
[data-score="medium"] .score-container-icon {
    background-color: rgba(var(--system-score-mediumRGB), 0.08);
    color: rgba(var(--system-score-mediumRGB), 1);
}

[data-score="medium"] .progress-line {
    background-color: rgba(var(--system-score-mediumRGB), 1);
}

[data-score="medium"] .progress-label,
[data-score="medium"] #OverallScoreCategory {
    color: rgba(var(--system-score-mediumRGB), 1);
}

[data-score="low"] .score-container,
[data-score="low"] .score-container-icon {
    background-color: rgba(var(--system-score-lowRGB), 0.08);
    color: rgba(var(--system-score-lowRGB), 1);
}

[data-score="low"] .progress-line {
    background-color: rgba(var(--system-score-lowRGB), 1);
}

[data-score="low"] .progress-label,
[data-score="low"] #OverallScoreCategory {
    color: rgba(var(--system-score-lowRGB), 1);
}

.btn-tertiary {
    background-color: var(--system-button-tertiary-backgroundColor) !important;
    color: var(--system-button-tertiary-color) !important;
    border: var(--system-button-border);
    border-radius: var(--system-button-borderRadius);
    transition: all 0.3s ease;
}

    .btn-tertiary:hover,
    .btn-tertiary:focus,
    .btn-tertiary:active {
        background-color: var(--system-button-tertiary-backgroundColor--hover) !important;
        color: var(--system-button-tertiary-color--hover) !important;
        font-weight: 700;
        transition: all 0.3s ease;
    }

    .btn-tertiary .ph {
        font-size: 1.5em;
    }

.obscure-breakdown {
    opacity: 0.35;
}

.tooltip-inner {
    font-size: var(--system-tooltip-fontSize);
}


.tooltip .tooltip-inner {
    max-width: 600px !important;
}


.footer {
    position: relative;
    margin-top: auto;
    width: 100%;
}

body[data-view="landing"] {
    background: var(--hc--primaryBlue);
    background: linear-gradient(74deg, #8C27BF 0.3%, var(--hc--primaryBlue) 99.14%);
}

    body[data-view="landing"] h1 {
        color: var(--hc--general-white);
        text-shadow: 0 2px rgba(0, 0, 0, .25);
    }

.backgroundImage {
    background-image: url(../assets/images/hero-container.svg);
    position: absolute;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    z-index: -1;
}

body[data-view="landing"] > p {
    color: rgba(255, 255, 255, .9);
    text-shadow: 0 1px rgba(0, 0, 0, .25);
}

body[data-view="landing"] b,
body[data-view="landing"] i {
    color: var(--hc--general-white);
}

body[data-view="login"],
body[data-view="register"],
body[data-view="reset-password"],
body[data-view="password-reset-request"],
body[data-view="assessment"] {
    background: var(--hc--primaryBlue);
    background: linear-gradient(74deg, #8C27BF 0.3%, var(--hc--primaryBlue) 99.14%);
}

p.footer {
    font-size: 0.75em;
}

body[data-view="landing"] .footer {
    color: var(--system-hero-text-color);
}

body[data-view="assessment"] .footer {
    color: var(--system-hero-text-color);
}

.w-fit {
    width: fit-content;
}

.fw-italic {
    font-style: italic;
}

.modal-body p {
    white-space: normal !important;
}

.toast {
    background-color: var(--system-toast-backgroundColor);
    color: var(--system-toast-textColor);
    border: none;
    z-index: 10;
}

    .toast .btn-close {
        color: var(--system-toast-textColor);
        opacity: 0.9;
    }


.dx-texteditor.dx-editor-outlined,
.form-control {
    background-color: #fff;
    border-radius: var(--system-ui-borderRadius_sm);
    border-width: 1px;
    border-style: solid;
    border-color: var(--system-control-borderColor) var(--system-control-borderColor) var(--system-control-depthBorderColor);
    color: #333F4C;
}

.form-check .form-check-input {
    position: relative;
    top: -3px;
}

[data-dx="dxDropDownBox"] {
    color: #333F4C;
}

    [data-dx="dxDropDownBox"]:focus,
    [data-dx="dxDropDownBox"]:focus-visible,
    [data-dx="dxDropDownBox"]:focus-within {
        border-color: #333F4C !important;
    }

    [data-dx="dxDropDownBox"] option {
        color: #333F4C;
        font-size: 16px;
    }

.form-control:focus {
    border-color: #333F4C;
    box-shadow: none;
}

.input-group-addon {
    position: absolute;
    right: 12px;
    top: 12px;
    z-index: 222;
}

    .input-group-addon svg {
        color: var(--system-button-primary-backgroundColor);
        cursor: hand;
    }

.form-control:valid {
    background-image: none !important;
}

.form-control:invalid {
    background-image: none !important;
}

input[type="password"]::-ms-reveal {
    display: none !important;
}

.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3), .input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control, .input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select, .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
    border-top-right-radius: var(--system-ui-borderRadius_sm);
    border-bottom-right-radius: var(--system-ui-borderRadius_sm);
}

#Login_Form .ph,
#Register_Form .ph {
    font-size: 1.2em;
}

.stepper-wrapper {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.75rem;
    padding: 1rem 0;
    position: relative;
}

.stepper-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
}

.stepper-item::before {
    position: absolute;
    content: "";
    border-bottom: 2px solid rgba(255, 255, 255, 0.3);
    width: 100%;
    top: 16px;
    left: -50%;
    z-index: 2;
}

.stepper-item:first-child::before {
    content: none;
}

.step-counter {
    position: relative;
    z-index: 5;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    margin-bottom: 6px;
    color: white;
    font-weight: bold;
    border: 2px solid rgba(255, 255, 255, 0.1);
}

.stepper-item.active .step-counter {
    background-color: var(--hc--accent-cyan);
    color: var(--hc--primaryBlue);
    border-color: var(--hc--accent-cyan);
}

.stepper-item.active .step-name {
    font-weight: bold;
    color: var(--hc--accent-cyan);
}

.step-name {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
}

.text-cyan {
    color: var(--hc--accent-cyan) !important;
}

.step-blob {
    width: 48px;
    height: 48px;
    background-color: var(--hc--accent-cyan);
    color: var(--hc--primaryBlue);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1.2rem;
}

.rounded-4 {
    border-radius: 1.5rem !important;
}

/* Results Screen Enhancements */
.results-card {
    background: var(--system-card-backgroundColor);
    border-radius: var(--system-ui-borderRadius_md);
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    overflow: hidden;
}

.results-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.results-card-header {
    padding: 1.5rem 1.5rem 0.5rem;
    text-align: center;
}

.results-card-title {
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    color: var(--hc--primaryBlue);
    opacity: 0.8;
    margin-bottom: 0.5rem;
}

.results-card-body {
    padding: 0 1.5rem 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.kpi-container {
    text-align: center;
    margin-bottom: 1rem;
}

.kpi-value {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--hc--primaryBlue);
    line-height: 1;
}

.kpi-label {
    font-size: 0.75rem;
    color: #6c757d;
    font-weight: 500;
}

.gauge-wrapper {
    width: 100%;
    height: 200px;
    margin-top: -20px;
}

.summary-box-mini {
    background: #f8f9fa;
    border-radius: 12px;
    padding: 10px;
    width: 100%;
    margin-top: 1rem;
    text-align: center;
}

.summary-box-mini .emphasis {
    color: var(--hc--primaryBlue);
    font-size: 1.2rem;
    display: block;
}

.results-main-title {
    color: #fff;
    text-align: center;
    margin-bottom: 2rem;
    font-weight: 300;
}

.cta-card {
    background: linear-gradient(135deg, var(--hc--primaryBlue) 0%, #003380 100%);
    border-radius: var(--system-ui-borderRadius_md);
    color: #fff;
    border: none;
}

.cta-card p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.1rem;
}

.cta-card .btn-cta {
    background-color: var(--hc--accent-cyan) !important;
    color: var(--hc--primaryBlue) !important;
    font-weight: 700;
    border-radius: 99px;
    border: none;
    transition: transform 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.cta-card .btn-cta:hover,
.cta-card .btn-cta:focus,
.cta-card .btn-cta:active {
    transform: translateY(-2px) scale(1.02);
    background-color: var(--hc--primaryBlue) !important;
    color: #fff !important;
}

.cta-card .btn-cta:hover .ph,
.cta-card .btn-cta:focus .ph,
.cta-card .btn-cta:active .ph {
    color: #fff !important;
}

.definition-note {
    color: rgba(255, 255, 255, 0.82);
    line-height: 1.6;
    background: transparent;
}

.definition-note p {
    font-size: 0.9rem;
}

.info-icon-btn {
    background: none;
    border: none;
    padding: 0;
    color: var(--hc--accent-cyan);
    cursor: pointer;
    transition: color 0.2s;
}

.info-icon-btn:hover {
    color: #fff;
}

.text-highlight {
    color: var(--hc--primaryBlue);
    font-weight: 700;
}

@media screen and (min-width: 1081px) {
    .ui-wrapper {
        max-width: 1200px;
    }

    .toast {
        max-width: 1080px;
    }
}

@media screen and (max-width: 1024px) {

    .ui-wrapper {
        max-width: 100%;
    }

    .toast {
        max-width: 95%;
    }

    .hero-image {
        display: none;
    }

    .hero-title {
        font-size: 2.75em;
    }
}

/*
*  Footer Styles
*/

.site-footer .footer-contact-link {
    border: 1px solid white;
    padding: 11px 24px;
    border-radius: 99px;
    color: white;
    /*background-color: #8C27BF;*/
}

    .site-footer .footer-contact-link:hover {
        background-color: #00257D;
    }


.site-footer span.footer-copyright{
    font-size: 12px !important;
}

.site-footer .footer-inner {
    padding-top: 74px;
    padding-bottom: 56px;
}

.site-footer .column-1 {
    padding-right: 130px;
}

.site-footer .footer-logo {
    padding-bottom: 16px;

    & img {
        height: 60px;
        margin: 0;
    }
}

.site-footer .footer-tagline {
    font-size: 23px;
    font-weight: 300;
    line-height: .95;
    padding-bottom: 16px;
}

.site-footer .footer-contact-info .footer-contact-email a {
    font-size: 14px;
    color: var(--white);

    & i {
        margin-right: 10px;

        &.fa-phone {
            transform: scaleX(-1);
        }
    }

    &:hover {
        color: var(--teal-300);
    }

    &:active {
        color: var(--teal-500);
    }
}

.site-footer .footer-contact-info .footer-contact-email {
    padding-bottom: 12px;
}

.site-footer .column-title {
    font-size: 14px;
    letter-spacing: 4px;
    text-transform: uppercase;
    padding-bottom: 12px;
}

.site-footer .copyright span {
    padding-bottom: 74px;
    font-size: 12px;
}

@media(max-width: 500px) {
    .site-footer .footer-inner {
        padding-top: 32px;
        padding-bottom: 28px;
        justify-content: space-between;
    }

    .site-footer .column-1 {
        /*order: 2;*/
        /*padding-left: 10px;*/
        padding-right: 20px;
        display: flex;
        flex-direction: column;
    }

    .site-footer .footer-logo {
        padding-bottom: 20px;
        /*text-align: center;*/
    }

    .site-footer .footer-tagline {
        padding-bottom: 20px;
        display: inline-block;
        /*margin: 0 auto;*/
    }

    .site-footer .copyright {
        padding-bottom: 32px;
        text-align: center;
    }
}

