
:root {
    --text: #000000;
    --primary: #000000;
    --bg: #ffffff;
}
* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}
body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    -ms-text-size-adjust: 100%;
    color: var(--text);
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    background: #ffffff;
    line-height: 1.61;
    text-size-adjust: 100%;
}
.inner {
    margin: 0 auto;
    padding: 0 21.1px;
    max-width: 1200px;
}
.page-top {
    padding: 27.93px 0;
    background: #ffffff;
    margin-bottom: 39.91px;
    border-bottom: 2px solid #000000;
}
.logo-text {
    color: #000000;
    text-transform: uppercase;
    font-size: 23.97px;
    font-weight: 800;
    text-decoration: none;
}
.nav-bar {
    gap: 26.54px;
    display: flex;
}
.nav-bar a {
    font-size: 13.24px;
    text-decoration: none;
    font-weight: 700;
    color: #000000 !important;
    text-transform: uppercase;
}
.nav-bar a:hover {
    opacity: 0.7;
}
.two-col {
    gap: 58.77px;
    display: grid;
    margin-bottom: 78.95px;
    grid-template-columns: 1fr 300px;
}
.primary-content {
    border-radius: 11.92px;
    border: 2px solid #000000;
    background: #ffffff;
    padding: 49.63px;
}
.body-copy {
    font-size: 17.2px;
    line-height: 1.77;
    color: #000000;
}
.body-copy a {
    text-decoration: underline;
    color: #000000 !important;
    font-weight: 700;
}
.secondary {
    top: 40px;
    position: sticky;
}
.widget-box {
    border: 2px solid #000000;
    margin-bottom: 32.54px;
    background: #ffffff;
    border-radius: 13.14px;
    padding: 22.14px;
}
.module-head {
    padding-bottom: 7.32px;
    font-size: 20.09px;
    color: #000000;
    border-bottom: 2px solid #000000;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 22.7px;
}
.updates-list, .date-index {
    padding: 0;
    list-style: none;
}
.updates-list li {
    padding-bottom: 8.43px;
    margin-bottom: 8.91px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
}
.updates-list a {
    text-decoration: none;
    font-weight: 600;
    color: #000000;
}
.updates-list a:hover {
    text-decoration: underline;
}
.date-index a {
    font-weight: 600;
    text-decoration: none;
    color: #000000;
}
.date-index a:hover {
    text-decoration: underline;
}
.tag-area {
    gap: 7.81px;
    display: flex;
    flex-wrap: wrap;
}
.term-badge {
    display: inline-block;
    color: #000000 !important;
    background: #ffffff;
    padding: 5.75px 16.55px;
    text-decoration: none;
    border-radius: 9.4px;
    border: 2px solid #000000;
    font-weight: 600;
    font-size: 12.18px;
}
.term-badge:hover {
    color: #ffffff !important;
    background: #000000;
}
.base-bar {
    color: #000000;
    background: #fff;
    padding: 39.26px 0;
    text-align: center;
    font-size: 14.4px;
    font-weight: 600;
    border-top: 2px solid #000000;
}
@media (max-width: 900px) { .two-col { grid-template-columns: 1fr; gap: 40px; } .secondary {
    position: static;
} }
