:root {
    color-scheme: light;
    --navy: #234f76;
    --navy-dark: #173a59;
    --blue: #2d6e9e;
    --blue-light: #e7eff5;
    --border: #b8c2ca;
    --border-light: #d7dde2;
    --text: #30363b;
    --muted: #68737c;
    --paper: #fff;
}

* {
    box-sizing: border-box;
}

html {
    min-width: 320px;
    background: #dfe3e6;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

body {
    margin: 0;
    color: var(--text);
    background: #e9ecee;
    font: 13px/1.48 Arial, Helvetica, sans-serif;
}

a {
    color: #1c6597;
    text-decoration: underline;
}

a:hover,
a:focus-visible {
    color: #0f466d;
}

a:focus-visible,
button:focus-visible {
    outline: 2px solid #e3a52d;
    outline-offset: 2px;
}

.page-width {
    width: 1120px;
    max-width: calc(100% - 30px);
    margin: 0 auto;
}

.utility-bar {
    min-height: 31px;
    color: #d9e5ee;
    background: var(--navy-dark);
    border-bottom: 1px solid #0e293e;
    font-size: 11px;
}

.utility-bar .page-width {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 31px;
}

.utility-links {
    display: flex;
    align-items: center;
}

.utility-links > * {
    padding: 0 10px;
    border-left: 1px solid rgba(255, 255, 255, .18);
}

.utility-links > *:last-child {
    padding-right: 0;
}

.utility-bar a {
    color: #f5f8fa;
    text-decoration: none;
}

.site-header {
    background: #fff;
    border-bottom: 1px solid #9daeba;
}

.site-header .page-width {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 116px;
    padding: 19px 2px;
}

.brand {
    display: inline-flex;
    align-items: center;
    color: #24465f;
    text-decoration: none;
}

.brand:hover,
.brand:focus-visible {
    color: #24465f;
    text-decoration: none;
}

.brand-mark {
    position: relative;
    display: block;
    width: 65px;
    height: 65px;
    margin-right: 15px;
    overflow: hidden;
    background: linear-gradient(145deg, #3d82b5 0, #1e5c89 72%);
    border: 1px solid #174d73;
    box-shadow: inset 0 1px rgba(255,255,255,.28);
}

.brand-mark::before,
.brand-mark::after,
.brand-mark i {
    position: absolute;
    left: 15px;
    width: 35px;
    height: 5px;
    background: #fff;
    content: "";
    transform: skewX(-28deg);
}

.brand-mark::before {
    top: 17px;
}

.brand-mark i {
    top: 29px;
}

.brand-mark::after {
    top: 41px;
}

.brand-name {
    display: flex;
    flex-direction: column;
}

.brand-name strong {
    color: #24465f;
    font-size: 26px;
    letter-spacing: .4px;
    line-height: 1.05;
}

.brand-name small {
    margin-top: 6px;
    color: #63717b;
    font-size: 12px;
    letter-spacing: .15px;
}

.header-reference {
    min-width: 260px;
    padding: 9px 0 9px 20px;
    color: #727d85;
    border-left: 1px solid #d8dde1;
    text-align: right;
}

.header-reference span,
.header-reference strong {
    display: block;
}

.header-reference span {
    margin-bottom: 3px;
    font-size: 11px;
}

.header-reference strong {
    color: #284f6c;
    font-size: 15px;
    font-weight: normal;
}

.primary-nav {
    background: linear-gradient(#3f7399, #2a5b80);
    border-top: 1px solid #5384a8;
    border-bottom: 1px solid #143a56;
    box-shadow: inset 0 1px rgba(255,255,255,.16);
}

.primary-nav .page-width {
    display: flex;
    min-height: 44px;
}

.primary-nav a {
    display: flex;
    align-items: center;
    padding: 0 23px;
    color: #fff;
    border-right: 1px solid rgba(12, 49, 76, .7);
    border-left: 1px solid rgba(255,255,255,.12);
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    text-shadow: 0 -1px rgba(0,0,0,.28);
}

.primary-nav a:first-child {
    border-left-color: rgba(12, 49, 76, .7);
}

.primary-nav a:hover,
.primary-nav a:focus-visible,
.primary-nav a[aria-current="page"] {
    background: linear-gradient(#2a5c81, #1d4666);
}

.breadcrumb-bar {
    color: #6c747a;
    background: #f5f6f7;
    border-bottom: 1px solid #c8cfd4;
    font-size: 11px;
}

.breadcrumb-bar .page-width {
    display: flex;
    align-items: center;
    min-height: 34px;
    padding: 0 3px;
}

.breadcrumb-bar span {
    padding: 0 8px;
    color: #9aa1a6;
}

.breadcrumb-bar a {
    color: #526d81;
}

.service-notice {
    background: #fff;
}

.service-notice .page-width {
    margin-top: 15px;
    padding: 9px 12px;
    color: #61592f;
    background: #fff8d8;
    border: 1px solid #d9c982;
    font-size: 12px;
}

.main-content {
    min-height: 560px;
    padding: 18px 0 36px;
}

.content-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 245px;
    gap: 20px;
    align-items: start;
}

.content-primary {
    min-width: 0;
}

.page-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 15px;
    padding: 6px 0 10px;
    border-bottom: 2px solid #4f7fa1;
}

.page-heading h1 {
    margin: 0;
    color: #29485f;
    font-size: 25px;
    font-weight: normal;
    line-height: 1.2;
}

.page-heading .section-label {
    margin: 4px 0 0;
    color: var(--muted);
    font-size: 12px;
}

.page-actions {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #707a81;
    font-size: 11px;
}

.utility-button {
    display: inline-block;
    min-height: 28px;
    margin: 0;
    padding: 5px 10px;
    color: #3e515f;
    background: linear-gradient(#fff, #e5e9ec);
    border: 1px solid #aeb8bf;
    border-radius: 2px;
    box-shadow: inset 0 1px #fff;
    font: bold 11px Arial, Helvetica, sans-serif;
    line-height: 16px;
    text-decoration: none;
    cursor: pointer;
}

.utility-button:hover,
.utility-button:focus-visible {
    color: #263d4d;
    background: linear-gradient(#fff, #d9e0e5);
    text-decoration: none;
}

.register-summary {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 15px;
    background: #fff;
    border: 1px solid var(--border);
}

.register-summary > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 58px;
    padding: 10px 15px;
    border-right: 1px solid var(--border-light);
}

.register-summary > div:last-child {
    border-right: 0;
}

.register-summary span {
    max-width: 125px;
    color: #606b72;
    font-size: 11px;
    font-weight: bold;
    line-height: 1.25;
    text-transform: uppercase;
}

.register-summary strong {
    color: #2f6e9b;
    font-size: 25px;
    font-weight: normal;
}

.content-panel {
    margin-bottom: 16px;
    overflow: hidden;
    background: var(--paper);
    border: 1px solid var(--border);
    border-radius: 1px;
    box-shadow: 0 1px 2px rgba(28, 47, 60, .09);
}

.panel-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 39px;
    padding: 8px 12px;
    background: linear-gradient(#f9fafb, #e4e9ed);
    border-bottom: 1px solid #aeb9c1;
}

.panel-heading h2 {
    margin: 0;
    color: #334f62;
    font-size: 14px;
}

.panel-heading span {
    color: #737d84;
    font-size: 10px;
}

.table-scroll {
    overflow-x: auto;
}

.incident-table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    font-size: 12px;
}

.incident-table th {
    padding: 8px 8px;
    color: #354e60;
    background: #e5edf3;
    border-right: 1px solid #c3ced6;
    border-bottom: 1px solid #aebbc5;
    text-align: left;
    font-size: 10px;
    letter-spacing: .2px;
    text-transform: uppercase;
    white-space: nowrap;
}

.incident-table td {
    padding: 10px 8px;
    border-right: 1px solid #dce1e4;
    border-bottom: 1px solid #d4dade;
    vertical-align: top;
}

.incident-table th:last-child,
.incident-table td:last-child {
    border-right: 0;
}

.incident-table tbody tr:last-child td {
    border-bottom: 0;
}

.incident-table tbody tr:nth-child(even) td {
    background: #f7f8f9;
}

.incident-table tbody tr:hover td {
    background: #eef5f9;
}

.incident-link {
    font-weight: bold;
    white-space: nowrap;
}

.date-cell {
    min-width: 146px;
    white-space: nowrap;
}

.status-label {
    display: inline-block;
    max-width: 190px;
    padding: 3px 7px;
    color: #fff;
    border: 1px solid;
    border-radius: 2px;
    font-size: 10px;
    font-weight: bold;
    line-height: 1.3;
    text-align: center;
    text-shadow: 0 -1px rgba(0,0,0,.22);
}

.status-investigation {
    background: linear-gradient(#d79532, #b87515);
    border-color: #a8660c;
}

.status-restoration {
    background: linear-gradient(#4287b6, #286c9c);
    border-color: #205a82;
}

.status-resolved {
    background: linear-gradient(#4e9658, #367a42);
    border-color: #2d6637;
}

.status-large {
    max-width: 260px;
    padding: 4px 8px;
    font-size: 11px;
}

.empty-state {
    padding: 34px 22px;
    color: #6e777d;
    text-align: center;
}

.empty-state h3 {
    margin: 0 0 5px;
    color: #435763;
    font-size: 16px;
}

.empty-state p {
    margin: 0;
}

.information-box,
.error-box {
    padding: 13px 15px;
    color: #4c565c;
    background: #f5f7f8;
    border: 1px solid #bdc7ce;
    border-left: 4px solid #4b7da1;
}

.information-box h2,
.error-box h1 {
    margin: 0 0 5px;
    color: #334f62;
    font-size: 14px;
}

.information-box p,
.error-box p {
    margin: 0;
}

.error-box {
    border-left-color: #a94442;
}

.detail-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px;
}

.detail-table th,
.detail-table td {
    padding: 10px 12px;
    border-bottom: 1px solid #d7dde1;
    text-align: left;
    vertical-align: top;
}

.detail-table tr:last-child th,
.detail-table tr:last-child td {
    border-bottom: 0;
}

.detail-table th {
    width: 215px;
    color: #485b68;
    background: #f0f3f5;
    border-right: 1px solid #d0d8de;
    font-size: 11px;
}

.updates-table th:first-child,
.updates-table td:first-child {
    width: 45px;
    text-align: center;
}

.updates-table th:nth-child(2) {
    width: 160px;
}

.updates-table th:nth-child(3) {
    width: 175px;
}

.site-sidebar {
    min-width: 0;
}

.sidebar-module {
    margin-bottom: 15px;
    background: #fff;
    border: 1px solid #b7c1c8;
}

.sidebar-module h2 {
    margin: 0;
    padding: 8px 10px;
    color: #fff;
    background: linear-gradient(#3f7297, #2d5e82);
    border-bottom: 1px solid #1c4665;
    font-size: 13px;
    text-shadow: 0 -1px rgba(0,0,0,.22);
}

.sidebar-content {
    padding: 11px 12px;
    color: #59646b;
    font-size: 11px;
}

.sidebar-content p {
    margin: 0 0 9px;
}

.sidebar-content p:last-child {
    margin-bottom: 0;
}

.service-state > p {
    padding-bottom: 9px;
    border-bottom: 1px solid #dce1e4;
    color: #3d535f;
}

.state-indicator {
    display: inline-block;
    width: 9px;
    height: 9px;
    margin-right: 6px;
    background: #4a9454;
    border: 1px solid #34713d;
    border-radius: 50%;
}

.service-state dl {
    margin: 0;
}

.service-state dl div {
    display: grid;
    grid-template-columns: 70px 1fr;
    padding: 3px 0;
}

.service-state dt {
    font-weight: bold;
}

.service-state dd {
    margin: 0;
}

.sidebar-links a {
    position: relative;
    display: block;
    padding: 9px 10px 9px 20px;
    color: #285f86;
    border-bottom: 1px solid #d8dee2;
    font-size: 11px;
    text-decoration: none;
}

.sidebar-links a::before {
    position: absolute;
    left: 9px;
    color: #7892a4;
    content: "›";
}

.sidebar-links a:last-child {
    border-bottom: 0;
}

.sidebar-links a:hover,
.sidebar-links a:focus-visible {
    background: #edf3f7;
    text-decoration: underline;
}

.sidebar-advisory h2 {
    color: #51491f;
    background: linear-gradient(#f3df91, #dec366);
    border-bottom-color: #b89d40;
    text-shadow: 0 1px rgba(255,255,255,.5);
}

.site-footer {
    color: #c8d4dc;
    background: #263f51;
    border-top: 4px solid #3e7398;
    font-size: 11px;
}

.site-footer .page-width {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    padding: 20px 2px 24px;
}

.site-footer p {
    margin: 0 0 3px;
}

.site-footer strong {
    color: #fff;
}

.footer-disclaimer {
    text-align: right;
}

@media (max-width: 850px) {
    .content-layout {
        grid-template-columns: 1fr;
    }

    .site-sidebar {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 12px;
    }

    .sidebar-module {
        margin-bottom: 0;
    }
}

@media (max-width: 680px) {
    .utility-bar .page-width,
    .site-header .page-width,
    .page-heading,
    .panel-heading,
    .site-footer .page-width {
        align-items: flex-start;
        flex-direction: column;
    }

    .utility-bar .page-width {
        gap: 4px;
        padding: 6px 0;
    }

    .utility-links > *:first-child {
        padding-left: 0;
        border-left: 0;
    }

    .site-header .page-width {
        gap: 13px;
        min-height: 0;
        padding: 16px 0;
    }

    .brand-mark {
        width: 54px;
        height: 54px;
        margin-right: 11px;
    }

    .brand-mark::before,
    .brand-mark::after,
    .brand-mark i {
        left: 12px;
        width: 30px;
        height: 4px;
    }

    .brand-mark::before { top: 14px; }
    .brand-mark i { top: 25px; }
    .brand-mark::after { top: 36px; }

    .brand-name strong {
        font-size: 20px;
    }

    .header-reference {
        min-width: 0;
        padding: 8px 0 0;
        border-top: 1px solid #d8dde1;
        border-left: 0;
        text-align: left;
    }

    .primary-nav .page-width {
        max-width: 100%;
    }

    .primary-nav a {
        flex: 1;
        justify-content: center;
        padding: 0 8px;
        font-size: 10px;
        text-align: center;
    }

    .page-actions {
        align-items: flex-start;
        flex-wrap: wrap;
    }

    .register-summary {
        grid-template-columns: 1fr;
    }

    .register-summary > div {
        border-right: 0;
        border-bottom: 1px solid var(--border-light);
    }

    .register-summary > div:last-child {
        border-bottom: 0;
    }

    .detail-table th {
        width: 140px;
    }

    .site-sidebar {
        grid-template-columns: 1fr;
    }

    .site-footer .page-width {
        gap: 9px;
    }

    .footer-disclaimer {
        text-align: left;
    }
}

@media print {
    html,
    body {
        background: #fff;
    }

    .utility-bar,
    .primary-nav,
    .breadcrumb-bar,
    .service-notice,
    .page-actions,
    .site-sidebar,
    .site-footer {
        display: none;
    }

    .page-width {
        width: 100%;
        max-width: none;
    }

    .site-header .page-width {
        min-height: 80px;
    }

    .content-layout {
        display: block;
    }

    .content-panel {
        box-shadow: none;
    }
}
