﻿@font-face
{
    font-family: 'Antonio-Regular';
    src: url('/fonts/Antonio-Regular.ttf') format("truetype");
}
@font-face
{
    font-family: 'Antonio-Bold';
    src: url('/fonts/Antonio-Bold.ttf') format("truetype");
}
@font-face
{
    font-family: 'Arial';
    src: url('/fonts/Arial.ttf') format("truetype");
}
@font-face
{
    font-family: 'Arial Italic';
    src: url('/fonts/Arial Italic.ttf') format("truetype");
}
@font-face
{
    font-family: 'Arial Bold';
    src: url('/fonts/Arial Bold.ttf') format("truetype");
}
@font-face
{
    font-family: 'Arial Bold Italic';
    src: url('/fonts/Arial Bold Italic.ttf') format("truetype");
}
@font-face
{
    font-family: 'Arial Black';
    src: url('/fonts/Arial Black.ttf') format("truetype");
}
@font-face
{
    font-family: 'Palanquin-Regular';
    src: url('/fonts/Palanquin-Regular.ttf') format("truetype");
}

body
{
    font-family: 'Arial', sans-serif !important;
}
p
{
    font-family: 'Arial', sans-serif !important;
}
b
{
    font-family: 'Arial Bold', sans-serif !important;
}
i
{
    font-family: 'Arial Italic', sans-serif !important;
}
h1
{
    font-family: 'Antonio-Bold', sans-serif !important;
}
h2
{
    font-family: 'Arial Bold', sans-serif !important;
}
h3
{
    font-family: 'Arial Bold', sans-serif !important;
}
.white
{
  color: #ffffff !important;
}
.text-link
{
    font-family: 'Arial', sans-serif;
    font-size: 1.25rem !important;
    color: #0044b5 !important;
    text-decoration: underline;
    line-height: 1.4em;
}
.text-link-citation
{
    font-family: 'Arial', sans-serif !important;
    font-size: 1.25rem !important;
    color: #0044b5 !important;
    text-decoration: underline;
    line-height: 1.4em;
}
.text-link-alice-online
{
    font-family: 'Antonio-Bold', sans-serif !important;
    font-size: 3.0rem !important;
    color: #0044b5 !important;
    text-decoration: none;
}
.text-link b
{
    color: #0044b5 !important;
}
.text-link:hover
{
    color: #0044b5 !important;
}
a.text-link-white
{
    font-family: 'Arial', sans-serif;
    font-size: 1.0rem !important;
    color: #FFFFFF !important;
    text-decoration: underline;
    line-height: 1.4em;
}
a.text-link-white:hover
{
    color: #FFFFFF !important;
}
.text-link-italics
{
    font-family: 'Arial Italic', sans-serif;
    font-size: .7rem !important;
    color: #0044b5 !important;
    text-decoration: underline;
    line-height: 1.4em;
}
.text-link-italics:hover
{
    color: #0044b5 !important;
}

.source
{
    font-family: 'Arial Italic', sans-serif !important;
    font-size: 0.75rem !important;
    line-height: 1.25em !important;
    color: #444444 !important;
}
.the-state-of-alice h1
{
    font-family: 'Antonio-Bold', sans-serif !important;
    font-size: 3.0rem !important;
    color: #0044b5 !important;
}
.the-state-of-alice h2
{
    font-family: 'Arial Bold', sans-serif !important;
    font-size: 1.85rem !important;
    color: #0044b5 !important;
}
.the-state-of-alice sup
{
    font-size: 1.5rem !important;
    vertical-align: text-top !important;
    line-height: 4.0rem !important;
}
.page-footer
{
    width: 100%;
    margin-top: 1.75rem;
    break-inside: avoid;
    page-break-inside: avoid;
}
.page-footer-rule-wrap
{
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
}
.page-footer-rule-image
{
    width: 1160px !important;
    margin: 0;
    padding: 0;
    margin-left: -40px !important;
}
.page-footer-content
{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.page-footer-brand,
.page-footer-logo
{
    display: flex;
    align-items: center;
    flex: 0 0 auto;
}
.page-footer-brand-image
{
    display: block;
    width: 12.5rem;
    max-width: 100%;
}
.page-footer-logo-image
{
    display: block;
    width: 10.0rem;
    max-width: 100%;
}
.page-footer-page-number
{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: 'Antonio-Bold', sans-serif !important;
    font-size: 2.1rem !important;
    line-height: 1 !important;
    color: #0044b5 !important;
}

.key-findings-layout
{
    position: relative;
}

.key-findings-layout::after
{
    content: '';
    display: block;
    clear: both;
}

.key-findings-narrative
{
    margin-right: 0;
}

.key-findings-callout
{
    float: right;
    width: 21.5rem;
    margin: 0 0 1.5rem 2.0rem;
    background-color: #ffead0;
    padding: 1.0rem 1.25rem;
}
.key-findings-callout h3
{
    font-family: 'Arial Bold', sans-serif !important;
    font-size: 1.5rem !important;
    line-height: 1.2em !important;
    color: #0044b5 !important;
    margin: 0 0 0.75rem;
}
.key-findings-callout p
{
    font-family: 'Arial', sans-serif !important;
    font-size: 1.0rem !important;
    line-height: 1.3em !important;
    color: #333333 !important;
    margin: 0 0 1.25rem;
}
.key-findings-callout p:last-child
{
    margin-bottom: 0;
}
.key-findings-callout b
{
    font-family: 'Arial Bold', sans-serif !important;
    font-size: 1.0rem !important;
    line-height: 1.3em !important;
    color: #333333 !important;
}

.key-findings-notes
{
    clear: both;
    background-color: #ffead0;
    padding: 1.0rem 1.25rem;
}
.key-findings-notes .text-link
{
    font-family: 'Arial Italic', sans-serif !important;
    font-size: .9rem !important;
}
.key-findings-notes p
{
    font-family: 'Arial Italic', sans-serif !important;
    font-size: .9rem !important;
    line-height: 1.35em !important;
    color: #444444 !important;
    margin: 0 0 1.0rem;
}
.key-findings-notes b
{
    font-family: 'Arial Bold Italic', sans-serif !important;
    font-size: .9rem !important;
    line-height: 1.35em !important;
    color: #444444 !important;
    margin: 0 0 1.0rem;
}
.key-findings-notes p:last-child
{
    margin-bottom: 0;
}

.budget-tool-callout
{
    background-color: #aaceed;
    padding: 1.25rem 1.5rem;
    margin: 1.5rem 0;
}
.budget-tool-callout h3
{
    font-family: 'Arial Bold', sans-serif !important;
    font-size: 1.5rem !important;
    line-height: 1.2em !important;
    color: #333333 !important;
    margin: 0 0 0.75rem;
}

.budget-tool-callout p
{
    font-family: 'Arial', sans-serif !important;
    font-size: 1.25rem !important;
    line-height: 1.35em !important;
    color: #000000 !important;
    margin: 0;
}

.figure-table-placeholder
{
    margin-top: 1.5rem;
}

.figure-table-caption
{
    font-family: 'Arial Bold', sans-serif !important;
    font-size: 1.25rem !important;
}
.figure-table-caption p
{
    font-family: 'Arial Bold', sans-serif !important;
    font-size: 1.25rem !important;
}

.figure-table-box
{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 420px;
    background-color: #e0e0e0;
    color: #888888;
    text-align: center;
}

.budget-survival-table
{
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}

.budget-survival-table .budget-col-item
{
    width: 12%;
}

.budget-survival-table .budget-col-description
{
    width: 46%;
}

.budget-survival-table .budget-col-value
{
    width: 14%;
}

.budget-survival-table th,
.budget-survival-table td
{
    border: 1px solid #c7d3de;
    padding: 0.9rem 0.65rem;
    vertical-align: top;
}

.budget-survival-table thead th
{
    font-family: 'Arial Bold', sans-serif !important;
    font-size: 1.0rem !important;
    line-height: 1.25em !important;
    color: #FFFFFF !important;
    background-color: #0044b5;
    text-align: center;
    vertical-align: middle;
}

.budget-survival-table thead th:first-child
{
    width: 12%;
    background-color: #0044b5;
}

.budget-survival-table thead th:nth-child(2)
{
    width: 46%;
    text-align: center;
}

.budget-survival-table thead th:nth-child(3),
.budget-survival-table thead th:nth-child(4),
.budget-survival-table thead th:nth-child(5)
{
    width: 14%;
}

.budget-survival-table thead th span
{
    font-family: 'Arial', sans-serif !important;
    font-size: 0.95rem !important;
    color: #FFFFFF !important;
}

.budget-survival-table tbody th
{
    font-family: 'Arial Bold', sans-serif !important;
    font-size: 0.9rem !important;
    line-height: 1.2em !important;
    color: #000000 !important;
    background-color: transparent;
    text-align: center;
    vertical-align: middle;
    padding-left: 0.45rem;
    padding-right: 0.45rem;
}

.budget-survival-table tbody td
{
    font-family: 'Arial', sans-serif !important;
    font-size: 1.0rem !important;
    line-height: 1.35em !important;
    color: #000000 !important;
}

.budget-survival-table tbody tr:nth-child(odd)
{
    background-color: #FFFFFF;
}

.budget-survival-table tbody tr:nth-child(even)
{
    background-color: #e6e7e8;
}

.budget-survival-table .budget-amount
{
    font-family: 'Arial', sans-serif !important;
    font-size: 1.0rem !important;
    line-height: 1.35em !important;
    text-align: right;
    vertical-align: middle;
}

.budget-survival-table .budget-source
{
    font-family: 'Arial Italic', sans-serif !important;
    font-size: .8rem !important;
    line-height: 1.15em !important;
    display: block;
    margin-top: 0.75rem;
}
.budget-survival-table .budget-source b
{
    font-family: 'Arial Bold Italic', sans-serif !important;
    font-size: .8rem !important;
}

.budget-total-row td
{
    font-family: 'Arial', sans-serif !important;
    font-size: 1.0rem !important;
    line-height: 1.2em !important;
    color: #000000 !important;
    background-color: #a9c4e6 !important;
    text-align: center;
    vertical-align: middle;
    padding: 0.35rem 0.6rem;
}

.budget-total-row td:not(.budget-total-label)
{
    text-align: right;
}

.budget-total-row .budget-total-label
{
    font-family: 'Arial Bold', sans-serif !important;
    text-align: right;
}

.budget-total-row-annual td
{
    background-color: #FFFFFF !important;
}

.budget-total-row-hourly td
{
    font-size: 0.85rem !important;
}

.budget-total-row-hourly .budget-total-label
{
    font-size: 0.9rem !important;
    white-space: nowrap;
}

.budget-table-note
{
    font-family: 'Arial Italic', sans-serif !important;
    font-size: 0.8rem !important;
    line-height: 1.3em !important;
    color: #444444 !important;
    margin: 0.35rem 0 0;
}

.eitc-callout
{
    background-color: #ffead0;
    padding: 1.25rem 1.5rem;
    margin-top: 1.5rem;
}
.eitc-callout-35
{
    background-color: #ffead0;
    padding: 1.25rem 1.5rem;
    margin-top: -.5rem !important;
}
.eitc-callout b, eitc-callout-35 b
{
    font-size: 1.0rem !important;
}
.eitc-callout .text-link, .eitc-callout-35 .text-link
{
    font-size: 1.0rem !important;
}
.eitc-callout h3, .eitc-callout-35 h3
{
    font-family: 'Arial Bold', sans-serif !important;
    font-size: 1.5rem !important;
    line-height: 1.2em !important;
    color: #333333 !important;
    margin: 0 0 0.75rem;
}
.eitc-callout p, .eitc-callout-35 p
{
    font-family: 'Arial', sans-serif !important;
    font-size: 1.0rem !important;
    line-height: 1.35em !important;
    color: #333333 !important;
    margin: 0 0 1rem;
}

.eitc-callout p:last-child, .eitc-callout-35 p:last-child
{
    margin-bottom: 0;
}

.figure-chart-subcaption
{
    font-family: 'Arial Bold', sans-serif !important;
    font-size: 1.1rem !important;
    line-height: 1.2em !important;
    color: #0044b5 !important;
    margin: -0.35rem 0 0.75rem;
}

.figure-chart-placeholder-box
{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 400px;
    background-color: #e0e0e0;
    color: #888888;
    text-align: center;
    border: 1px solid #000000;
}

.demographic-trends-notes
{
    margin-top: 1.25rem;
}

.demographic-trends-notes p
{
    font-family: 'Arial Italic', sans-serif !important;
    font-size: 0.8rem !important;
    line-height: 1.3em !important;
    color: #444444 !important;
    margin: 0 0 0.5rem;
}

.demographic-trends-notes p:last-child
{
    margin-bottom: 0;
}

.demographic-trends-notes b
{
    font-family: 'Arial Bold', sans-serif !important;
    font-size: 0.8rem !important;
}

.demographic-bullets
{
    padding-left: 1.0rem;
    margin: 0.75rem 0;
}

.demographic-bullets .text-link
{
    font-size: 1.0rem !important;
}

.demographic-bullets li
{
    font-family: 'Arial', sans-serif !important;
    font-size: 1.25rem !important;
    line-height: 1.35em !important;
    color: #000000 !important;
    margin-bottom: 0.75rem;
}
.demographic-bullets .text-link
{
    font-family: 'Arial', sans-serif !important;
    font-size: 1.25rem !important;
}


.demographic-bullets li:last-child
{
    margin-bottom: 0;
}

.demographic-bullets b
{
    font-family: 'Arial Bold', sans-serif !important;
    font-size: 1.0rem !important;
}

.interactive-demographic-callout
{
    background-color: #aaceed;
    padding: 1.25rem 1.5rem;
    margin: 1.5rem 0;
}

.interactive-demographic-callout h3
{
    font-family: 'Arial Bold', sans-serif !important;
    font-size: 1.5rem !important;
    line-height: 1.2em !important;
    color: #333333 !important;
    margin: 0 0 0.75rem;
}

.interactive-demographic-callout p
{
    font-family: 'Arial', sans-serif !important;
    font-size: 1.0rem !important;
    line-height: 1.35em !important;
    color: #333333 !important;
    margin: 0;
}

.interactive-demographic-callout .text-link
{
    font-size: 1.0rem !important;
}

.demographic-hardship-table
{
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    border: 1px solid #707070;
}

.demographic-hardship-table .demographic-hardship-col-group
{
    width: 18%;
}

.demographic-hardship-table .demographic-hardship-col-total
{
    width: 11%;
}

.demographic-hardship-table .demographic-hardship-col-threshold
{
    width: 14%;
}

.demographic-hardship-table .demographic-hardship-col-bars
{
    width: 57%;
}

/* 3-column variant (no threshold column) – redistribute the 14% to group and total */
.demographic-hardship-3col .demographic-hardship-col-group
{
    width: 29%;
}

.demographic-hardship-3col .demographic-hardship-col-total
{
    width: 14%;
}

.demographic-hardship-table th,
.demographic-hardship-table td
{
    border: 1px solid #707070;
    padding: 0.45rem 0.5rem;
    vertical-align: middle;
}

.demographic-hardship-table thead th
{
    font-family: 'Arial Bold', sans-serif !important;
    font-size: 1.05rem !important;
    line-height: 1.15em !important;
    color: #333333 !important;
    background-color: #d9e3f2;
    text-align: center;
}

.demographic-hardship-table-top-rule th
{
    padding: 0;
    height: 14px;
    background-color: #0044b5 !important;
    border-bottom: 1px solid #707070;
}

.demographic-hardship-table tbody th
{
    font-family: 'Arial Bold', sans-serif !important;
    font-size: 0.95rem !important;
    line-height: 1.15em !important;
    color: #333333 !important;
    text-align: left;
    background-color: #ffffff;
}

.demographic-hardship-table tbody td
{
    font-family: 'Arial', sans-serif !important;
    font-size: 0.95rem !important;
    line-height: 1.15em !important;
    color: #333333 !important;
    text-align: right;
    background-color: #ffffff;
}

.demographic-hardship-section-row th
{
    font-family: 'Arial Bold', sans-serif !important;
    font-size: 0.95rem !important;
    line-height: 1.1em !important;
    color: #333333 !important;
    background-color: #AACEED !important;
    text-align: left;
    padding: 0.35rem 0.5rem;
}

.demographic-hardship-legend
{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    flex-wrap: wrap;
}

.demographic-hardship-legend-item
{
    display: inline-flex;
    align-items: center;
    font-family: 'Arial Bold', sans-serif !important;
    font-size: 0.95rem !important;
    line-height: 1.1em !important;
    color: #333333 !important;
}

.demographic-hardship-legend-swatch
{
    display: inline-block;
    width: 0.9rem;
    height: 0.9rem;
    margin-right: 0.3rem;
}

.demographic-hardship-poverty
{
    background-color: #0044B5;
    color: #ffffff !important;
}

.demographic-hardship-alice
{
    background-color: #52A0EF;
    color: #ffffff !important;
}

.demographic-hardship-above
{
    background-color: #FFBB00;
    color: #000000 !important;
}

.demographic-hardship-bar-cell
{
    padding: 0.35rem 0.55rem !important;
    border: 1px solid #707070 !important;
}

.demographic-hardship-bar
{
    display: flex;
    width: 100%;
    height: 24px;
    background-color: #ffffff;
    box-sizing: border-box;
}

.demographic-hardship-bar-segment
{
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Arial Bold', sans-serif !important;
    font-size: 0.85rem !important;
    line-height: 1 !important;
    white-space: nowrap;
    border: none;
    box-sizing: border-box;
}

.demographic-hardship-note,
.demographic-hardship-source,
.demographic-rounding-notes,
.labor-force-note,
.labor-force-source
{
    font-family: 'Arial Italic', sans-serif !important;
    font-size: 0.75rem !important;
    line-height: 1.25em !important;
    color: #444444 !important;
}

.demographic-hardship-note,
.demographic-rounding-notes,
.labor-force-note
{
    margin: 0.5rem 0 0.40rem;
}

.demographic-hardship-source,
.labor-force-source
{
    margin: 0;
}

.occupation-characteristics-table
{
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    border: 1px solid #a6a6a6;
}

.occupation-characteristics-table .occupation-characteristics-col-title
{
    width: 41%;
}

.occupation-characteristics-table .occupation-characteristics-col-workers
{
    width: 22%;
}

.occupation-characteristics-table .occupation-characteristics-col-percent
{
    width: 20%;
}

.occupation-characteristics-table .occupation-characteristics-col-wage
{
    width: 17%;
}

.occupation-characteristics-table th,
.occupation-characteristics-table td
{
    border: 1px solid #b0b0b0;
    padding: 0.45rem 0.7rem;
    vertical-align: middle;
}

.occupation-characteristics-table thead th
{
    font-family: 'Arial Bold', sans-serif !important;
    font-size: 1.0rem !important;
    line-height: 1.15em !important;
    color: #FFFFFF !important;
    background-color: #3f5da8;
    text-align: center;
}

.occupation-characteristics-table tbody th
{
    font-family: 'Arial Bold', sans-serif !important;
    font-size: 1.0rem !important;
    line-height: 1.15em !important;
    color: #333333 !important;
    text-align: left;
    background-color: transparent;
}

.occupation-characteristics-table tbody td
{
    font-family: 'Arial', sans-serif !important;
    font-size: 1.0rem !important;
    line-height: 1.15em !important;
    color: #333333 !important;
    text-align: center;
    background-color: transparent;
}

.occupation-characteristics-table tbody tr:nth-child(odd)
{
    background-color: #FFFFFF;
}

.occupation-characteristics-table tbody tr:nth-child(even)
{
    background-color: #e6e7e8;
}

.occupation-characteristics-note,
.occupation-characteristics-source
{
    font-family: 'Arial Italic', sans-serif !important;
    font-size: 0.75rem !important;
    line-height: 1.25em !important;
    color: #444444 !important;
}

.occupation-characteristics-note
{
    margin: 0.5rem 0 0.35rem;
}

.occupation-characteristics-note .text-link
{
    font-size: 0.75rem !important;
}

.occupation-characteristics-source
{
    margin: 0;
}

.labor-force-data-callout
{
    background-color: #aaceed;
    padding: 1.0rem 1.25rem;
    margin-bottom: 1.5rem;
}

.labor-force-data-callout h3
{
    font-family: 'Arial Bold', sans-serif !important;
    font-size: 1.5rem !important;
    line-height: 1.2em !important;
    color: #333333 !important;
    margin: 0 0 0.75rem;
}

.labor-force-data-callout p
{
    font-family: 'Arial', sans-serif !important;
    font-size: 1.0rem !important;
    line-height: 1.35em !important;
    color: #333333 !important;
    margin: 0;
}

.labor-force-data-callout .text-link
{
    font-size: 1.0rem !important;
}

.work-arrangements-layout::after
{
    content: '';
    display: block;
    clear: both;
}

.labor-force-sidebar-placeholder
{
    float: right;
    width: 46%;
    height: 345px;
    margin: 0 0 1.5rem 2.0rem;
    background-color: #efefef;
}

.education-debt-callout
{
    background-color: #fbe8c9;
    padding: 1.25rem 1.5rem;
    margin-top: 1.5rem;
}

.education-debt-callout h3
{
    font-family: 'Arial Bold', sans-serif !important;
    font-size: 1.5rem !important;
    line-height: 1.2em !important;
    color: #333333 !important;
    margin: 0 0 1rem;
}

.education-debt-callout p
{
    font-family: 'Arial', sans-serif !important;
    font-size: 1.0rem !important;
    line-height: 1.35em !important;
    color: #333333 !important;
    margin: 0 0 1rem;
}

.education-debt-callout p:last-child
{
    margin-bottom: 0;
}

.education-debt-callout .text-link
{
    font-size: 1.0rem !important;
}

.data-to-action-layout::after
{
    content: '';
    display: block;
    clear: both;
}

.data-to-action-placeholder
{
    float: right;
    width: 49%;
    height: 355px;
    margin: 0 0 1.5rem 2.0rem;
    background-color: #efefef;
}
.applications-callout
{
    background-color: #fbe8c9;
    padding: 1.25rem 1.5rem;
    margin-top: 1.5rem;
}
.applications-callout h3
{
    font-family: 'Arial Bold', sans-serif !important;
    font-size: 1.5rem !important;
    line-height: 1.2em !important;
    color: #333333 !important;
    margin: 0 0 1rem;
}
.applications-callout p,
.applications-callout li
{
    font-family: 'Arial', sans-serif !important;
    font-size: 1.0rem !important;
    line-height: 1.35em !important;
    color: #333333 !important;
}

.applications-callout p
{
    margin: 0 0 1rem;
}

.applications-callout ul
{
    margin: 0 0 1rem 1.5rem;
    padding-left: 1.0rem;
}

.applications-callout li
{
    margin-bottom: 0.6rem;
}

.applications-callout li:last-child,
.applications-callout p:last-child
{
    margin-bottom: 0;
}

.applications-callout .text-link
{
    font-size: 1.0rem !important;
}

.action-image-placeholder
{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 220px;
    margin-top: 2.0rem;
    background-color: #e0e0e0;
    color: #888888;
    text-align: center;
}

.benefits-cascade-table
{
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    border: 1px solid #4f4f4f;
}

.benefits-cascade-table .benefits-cascade-col-need
{
    width: 30%;
}

.benefits-cascade-table .benefits-cascade-col-households
{
    width: 36%;
}

.benefits-cascade-table .benefits-cascade-col-community
{
    width: 34%;
}

.benefits-cascade-table th,
.benefits-cascade-table td
{
    border: 1px solid #4f4f4f;
    padding: 1.0rem 0.9rem;
    vertical-align: middle;
}

.benefits-cascade-table thead th
{
    font-family: 'Arial Bold', sans-serif !important;
    font-size: 1.15rem !important;
    line-height: 1.2em !important;
    color: #FFFFFF !important;
    background-color: #0044b5;
    text-align: center;
}

.benefits-cascade-table tbody th
{
    background-color: transparent;
    text-align: center;
}

.benefits-cascade-table tbody td
{
    font-family: 'Arial', sans-serif !important;
    font-size: 0.95rem !important;
    line-height: 1.25em !important;
    color: #333333 !important;
    background-color: transparent;
}

.benefits-cascade-table tbody tr:nth-child(odd)
{
    background-color: #FFFFFF;
}

.benefits-cascade-table tbody tr:nth-child(even)
{
    background-color: #e6e7e8;
}

.benefits-cascade-table .text-link
{
    font-size: 0.95rem !important;
}

.benefits-cascade-need
{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    min-height: 88px;
    position: relative;
    left: 10px;
}

.benefits-cascade-icon
{
    width: 56px;
    height: 56px;
    flex: 0 0 auto;
}

.benefits-cascade-need span
{
    font-family: 'Arial Bold', sans-serif !important;
    font-size: 1.1rem !important;
    line-height: 1.15em !important;
    color: #333333 !important;
    text-align: left;
}

.benefits-cascade-table tbody th .benefits-cascade-icon
{
    width: 56px;
    padding: 0 8px;
    box-sizing: content-box;
    display: block;
}

.benefits-cascade-table tbody th .benefits-cascade-need span
{
    width: 150px;
}

.alice-online-table
{
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    border: 1px solid #4f4f4f;
    margin-top: 1.5rem;
}

.alice-online-table td
{
    width: 33.333%;
    border: 1px solid #4f4f4f;
    padding: 1.15rem 1.0rem;
    vertical-align: middle;
    background-color: transparent;
}

.alice-online-table tbody tr:nth-child(odd)
{
    background-color: #FFFFFF;
}

.alice-online-table tbody tr:nth-child(even)
{
    background-color: #e6e7e8;
}

.alice-online-card
{
    display: flex;
    align-items: center;
    gap: 1rem;
    min-height: 96px;
}

.alice-online-card-icon
{
    width: 60px;
    height: 60px;
    flex: 0 0 auto;
}

.alice-online-card-content
{
    flex: 1 1 auto;
}

.alice-online-card-title
{
    font-family: 'Arial Bold', sans-serif !important;
    font-size: 1.15rem !important;
    line-height: 1.15em !important;
    color: #333333 !important;
    margin-bottom: 0.35rem;
}

.alice-online-card-description
{
    font-family: 'Arial', sans-serif !important;
    font-size: 0.95rem !important;
    line-height: 1.25em !important;
    color: #333333 !important;
}

.about-alice-last-page
{
    min-height: 1100px;
    display: flex;
    flex-direction: column;
}

.about-alice-last-page p
{
    font-family: 'Arial', sans-serif !important;
    font-size: 1.25rem !important;
    line-height: 1.35em !important;
    color: #333333 !important;
    margin: 0 0 1rem;
}

.about-alice-last-page .text-link
{
    font-size: 1.25rem !important;
}

.about-alice-people
{
    margin: 0.5rem 0 0.75rem 2.5rem;
}

.about-alice-people p
{
    margin: 0 0 0.75rem;
}

.about-alice-people p:last-child
{
    margin-bottom: 0;
}

.about-alice-people b
{
    font-family: 'Arial Bold', sans-serif !important;
}

.about-alice-sponsor-copy
{
    margin-bottom: 0.75rem !important;
}
.about-alice-sponsor-copy p
{
    font-family: 'Arial', sans-serif !important;
    font-size: 1.25rem !important;
}
.about-alice-sponsor-copy i
{
    font-family: 'Arial Italic', sans-serif !important;
    font-size: 1.25rem !important;
}
.about-alice-sponsor-logos
{
    display: flex;
    align-items: center;
    gap: 4rem;
    margin: 0.5rem 0 0.5rem;
}
.about-alice-sponsor-logo
{
    display: block;
    max-width: 100%;
    height: auto;
}
.about-alice-sponsor-logo-uw
{
    width: 220px;
}
.about-alice-sponsor-logo-ccuf
{
    width: 160px;
}

.about-alice-rac-heading h2
{
    font-family: 'Arial Bold', sans-serif !important;
    font-size: 1.85rem !important;
    color: #0044b5 !important;
}
.about-alice-rac-columns
{
    display: flex;
    gap: 5rem;
}

.about-alice-rac-columns ul
{
    flex: 1 1 0;
    margin: 0;
    padding-left: 2.0rem;
}

.about-alice-rac-columns li
{
    font-family: 'Arial', sans-serif !important;
    font-size: 1.0rem !important;
    line-height: 1.35em !important;
    color: #333333 !important;
    margin-bottom: 0.15rem;
}

.about-alice-last-page-bottom
{
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 8.25rem !important;
    margin-top: 0 !important;
}

.about-alice-citation-label
{
    font-family: 'Arial', sans-serif !important;
    font-size: 1.0rem !important;
    line-height: 1.3em !important;
    color: #333333 !important;
    margin: 0 0 0.75rem !important;
}
.about-alice-citation-text
{
    font-family: 'Arial', sans-serif !important;
    font-size: 1.0rem !important;
    line-height: 1.3em !important;
    color: #333333 !important;
    margin: 0 0 1.25rem !important;
}

.about-alice-copyright
{
    font-family: 'Arial Bold Italic', sans-serif !important;
    font-size: 1.0rem !important;
    line-height: 1.3em !important;
    color: #333333 !important;
    margin: 0 !important;
}

.policy-callout
{
    background-color: #ffead0;
    padding: 1.25rem 1.5rem;
    margin-top: 1.5rem;
}

.policy-callout h3
{
    font-family: 'Arial Bold', sans-serif !important;
    font-size: 1.5rem !important;
    line-height: 1.2em !important;
    color: #333333 !important;
    margin: 0 0 0.75rem;
}

.policy-callout p
{
    font-family: 'Arial', sans-serif !important;
    font-size: 1.0rem !important;
    line-height: 1.35em !important;
    color: #333333 !important;
    margin: 0;
}

.national-comparison-table
{
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    font-family: Arial, sans-serif;
}

.national-comparison-table th,
.national-comparison-table td 
{
    border: 1px solid #4f4f4f;
    padding: 6px 8px;
    vertical-align: middle;
}

.national-comparison-table thead tr:first-child th 
{
    background-color: #0044B5;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

.national-comparison-table thead tr:nth-child(2) th 
{
    background-color: #d9e3f2;
    color: #000;
    font-weight: bold;
    text-align: center;
}

.national-comparison-table thead tr:first-child th:nth-child(3)
{
    background-color: #6b6b6b;
}

.national-comparison-table thead tr:nth-child(2) th:nth-child(3)
{
    background-color: #d9d9d9;
}

.national-comparison-table thead tr:nth-child(2) th:nth-child(4),
.national-comparison-table thead tr:nth-child(2) th:nth-child(5),
.national-comparison-table thead tr:nth-child(2) th:nth-child(6)
{
    background-color: #c9daf1;
}

.national-comparison-table th:nth-child(1),
.national-comparison-table td:nth-child(1) 
{
    width: 180px;
    white-space: nowrap;
    text-align: left;
}

.national-comparison-table th:nth-child(2),
.national-comparison-table td:nth-child(2) 
{
    width: 120px;
    text-align: center;
}

.national-comparison-table th:nth-child(3),
.national-comparison-table td:nth-child(3)
{
    text-align: center;
}

.national-comparison-table th:nth-child(4),
.national-comparison-table td:nth-child(4),
.national-comparison-table th:nth-child(5),
.national-comparison-table td:nth-child(5)
{
    width: 160px;
    text-align: center;
}

.national-comparison-table th:nth-child(6),
.national-comparison-table td:nth-child(6)
{
    text-align: center;
}

.national-comparison-table tbody td:nth-child(3)
{
    background-color: #d9d9d9;
    text-align: right;
    padding-right: 12px;
}

.national-comparison-table tbody td:nth-child(4),
.national-comparison-table tbody td:nth-child(5),
.national-comparison-table tbody td:nth-child(6)
{
    background-color: #dce8f8;
    text-align: right;
    padding-right: 12px;
}

.national-comparison-table tbody td:nth-child(2)
{
    text-align: center;
}

.national-comparison-table tbody tr:first-child td:nth-child(1),
.national-comparison-table tbody tr:first-child td:nth-child(2)
{
    background-color: #d9d9d9;
}

.national-comparison-table tbody tr:first-child td:nth-child(3)
{
    background-color: #c7c7c7;
}

.national-comparison-table tbody tr:first-child td:nth-child(4),
.national-comparison-table tbody tr:first-child td:nth-child(5),
.national-comparison-table tbody tr:first-child td:nth-child(6)
{
    background-color: #c7daf5;
}

.k-chart text,
.k-sparkline text,
.k-stockchart text
{
    font-family: Arial, sans-serif !important;
}

.k-tooltip.k-chart-tooltip,
.k-tooltip.k-chart-tooltip *,
.k-tooltip-content,
.k-tooltip-content *
{
    font-family: Arial, sans-serif !important;
}