body {
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #000;
    background: #fff;
    margin: 0;
    padding: 0;
}
a {
    color: #005ea8;
    text-decoration: none;
}
a:hover {
    color: #003f73;
    text-decoration: underline;
}

.bip-logo-link {
    display: inline-block;
    text-decoration: none !important;
}

.bip-logo-link:hover,
.bip-logo-link:focus {
    text-decoration: none !important;
    outline: none;
}

.bip-logo-link:hover .bip-logo-text strong {
    color: #c00000 !important;
}

.bip-logo-link:hover .bip-logo-text h1 {
    color: #333 !important;
}

.bip-header {
    background: #fff;
    border-bottom: 2px solid #005ea8;
}
.bip-header .container-fluid {
    padding-top: 24px;
    padding-bottom: 24px;
}

.bip-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.bip-logo-img {
    height: 60px;
    width: auto;
    max-width: 110px;
    object-fit: contain;
    flex-shrink: 0;
}
.bip-logo-separator {
    width: 1px;
    height: 50px;
    background: #333;
    flex-shrink: 0;
}
.bip-logo-text strong {
    color: #c00000;
    font-size: 2rem;
    line-height: 1
}
.bip-logo-text h1 {
    font-size: 1rem;
    color: #333;
    font-weight: 600;
    margin-top: 2px;
}

.font-size-controls button {
    width: 40px;
    height: 34px;
    padding: 0;
    font-size: 0.9rem;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 30px
}
.font-size-controls button i {
    font-size: 1rem;
}

.search-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #fff;
    border: 1px solid #005ea8;
    border-radius: 8px;
}
.search-icon i {
    font-size: 1.2rem;
    color: #005ea8;
}

@media (max-width: 991px) {
    .mod-finder {
        display: none !important;
    }
    .bip-header .col-4 {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        gap: 8px;
        height: 100%;
    }
    .navbar-toggler {
        width: 40px;
        height: 40px;
        padding: 8px;
        background: #fff;
        border: 1px solid #005ea8;
        border-radius: 8px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
    }
    .navbar-toggler svg {
        width: 22px;
        height: 22px;
        fill: #005ea8;
    }
}

@media (min-width: 992px) {
    .navbar-toggler, .search-icon {
        display: none !important;
    }
}

@media (max-width: 991px) {
    .bip-header .row > div.col-lg-6:last-child {
        justify-content: space-between !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .bip-logo-text strong {
        color: #c00000;
        font-size: 1.45rem;
        line-height: 1
    }
    .bip-logo-text h1 {
        font-size: 0.8rem;
        color: #333;
    }
    .font-size-controls {
        margin-left: 0 !important;
    }
    .d-flex.align-items-center.gap-2.d-lg-none {
        margin-right: 0 !important;
    }
    .font-size-controls button {
        width: 38px;
        height: 38px;
        font-size: 1rem;
        padding: 0;
    }
}

.font-size-controls button,
.bip-header .btn-primary,
.search-icon,
.navbar-toggler {
    border: 1px solid #005ea8 !important;
    border-radius: 8px !important;
    background: #fff !important;
    transition: all 0.2s ease !important;
}

.font-size-controls button,
.bip-header .btn-primary,
.search-icon i,
.navbar-toggler svg,
.bip-header .btn-primary .icon-search,
.bip-header .btn-primary span {
    color: #005ea8 !important;
    fill: #005ea8 !important;
}

.font-size-controls button:hover,
.font-size-controls button:focus,
.bip-header .btn-primary:hover,
.bip-header .btn-primary:focus,
.bip-header .btn-primary:active,
.search-icon:hover,
.navbar-toggler:hover {
    background: #f8fbff !important;
    border-color: #003f73 !important;
    color: #003f73 !important;
}

@media (min-width: 992px) {
    .font-size-controls button {
        min-width: 60px;
        padding: 0 12px !important;
        height: 38px !important;
    }
}

@media (max-width: 991px) {
    .font-size-controls button {
        width: 40px !important;
        height: 40px !important;
        padding: 0 !important;
    }
    .font-size-controls button i {
        margin: 0 !important;
        font-size: 1.2rem !important;
    }
}

.bip-header .btn-primary .icon-white {
    color: #005ea8 !important;
}

.bip-layout {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}
.bip-sidebar {
    width: 330px;
    background: #f1f3f5;
    border-right: 1px solid #dcdcdc;
    position: sticky;
    top: 0;
    align-self: flex-start;
    height: auto !important;
    overflow-y: visible !important;
    flex-shrink: 0;
    z-index: 1000;
    padding: 60px 0 !important;
}
.bip-content {
    flex: 1;
    padding: 20px 32px 80px 32px;
    background: #fff;
    min-width: 0;
    max-width: 100%;
}
.bip-offcanvas {
    width: 330px !important;
    background: #f1f3f5;
    border-right: 1px solid #dcdcdc;
    z-index: 1050;
}
.offcanvas-backdrop {
    display: none !important;
}
.bip-menu li {
    width: 100%
}
@media (min-width: 992px) {
    .bip-offcanvas {
        position: sticky !important;
        top: 0 !important;
        height: auto !important;
        overflow-y: visible !important;
        visibility: visible !important;
        transform: none !important;
        display: block !important;
    }
    .bip-offcanvas .offcanvas-header {
        display: none !important;
    }
}
@media (max-width: 991px) {
    .bip-layout {
        flex-direction: column;
    }
    .bip-sidebar {
        width: 100% !important;
        position: static !important;
        height: auto !important;
        overflow-y: auto !important;
    }
    .bip-content {
        padding: 24px 0 48px 0;
    }
}

.bip-sidebar .mod-menu {
    padding: 0 8px;
}

.bip-sidebar .mod-menu a {
    display: flex;
    align-items: center;
    padding: 16px 16px !important;
    color: #005ea8;
    font-size: 1.05rem;
    font-weight: 600;
    border-radius: 6px;
    transition: all 0.2s ease;
    text-decoration: none !important;
}

.bip-sidebar .mod-menu a::before {
    content: "\f105";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    margin-right: 10px;
    color: #005ea8;
    font-size: 1rem;
    opacity: 0.7;
    transition: all 0.2s ease;
}

.bip-sidebar .mod-menu a:hover,
.bip-sidebar .mod-menu .active a,
.bip-sidebar .mod-menu .current a {
    color: #003f73 !important;
    font-weight: 700;
    padding-left: 24px !important;
}

.bip-sidebar .mod-menu .active a,
.bip-sidebar .mod-menu a:hover {
    border-left: 4px solid #c00000 !important;
    padding-left: 19px !important;
}

.bip-sidebar .mod-menu a:hover::before,
.bip-sidebar .mod-menu .active a::before,
.bip-sidebar .mod-menu .current a::before {
    opacity: 1;
    color: #c00000;
    margin-right: 12px;
    transform: translateX(4px);
}

.bip-content h1,
.bip-content h2,
.bip-content h3,
.bip-content h4,
.bip-content h5,
.bip-content h6 {
    color: #005ea8;
    font-weight: 600;
    margin-top: 2.5rem;
    margin-bottom: 1.25rem;
    line-height: 1.2;
}
.bip-content h1 { font-size: 2.5rem; }
.bip-content h2 { font-size: 2rem; }
.bip-content h3 { font-size: 1.5rem; }
.bip-content h4 { font-size: 1.35rem; }
.bip-content h5 { font-size: 1.20rem; }
.bip-content h6 { font-size: 1rem; font-style: italic; }

.page-header h2 {
    color: #242424
}
@media (width >= 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1210px;
  }
}
@media (max-width: 991px) {
    .bip-content h1 { font-size: 2.2rem; margin-top: 1rem; }
    .bip-content h2 { font-size: 1.8rem; }
    .bip-content h3 { font-size: 1.6rem; }
    .bip-content h4 { font-size: 1.4rem; }
}
.alert-info {
    margin-top: 32px
}

.bip-content p {
    margin-bottom: 1.25rem;
}

.bip-footer {
    background: #f5f5f5;
    border-top: 2px solid #005ea8;
    padding: 32px 20px;
    font-size: 0.9rem;
    color: #333;
    line-height: 1.6;
}
.bip-footer a {
    color: #005ea8;
}
.bip-footer p strong{
    color: #005ea8;
	font-size: 1rem
}
.footer-content {
    margin: 0 auto;
}
.bip-footer .bip-gov-logo-footer {
    margin-top: 20px;
}
.bip-footer .bip-gov-logo-footer img {
    height: 40px;
}

.article-info {
    margin: 32px 0 40px;
    padding: 18px 24px;
    background: #f8f9fa;
    border-left: 4px solid #005ea8;
    border-radius: 4px;
    font-size: 0.9rem;
    color: #333;
    line-height: 1.25;
}
.article-info-term {
    display: none;
}
.article-info dd {
    margin: 0 0 10px 0;
    position: relative;
    padding-left: 32px;
    display: flex;
    align-items: center;
    min-height: 28px;
}
.article-info dd:last-child {
    margin-bottom: 0;
}
.article-info .icon-fw {
    position: absolute !important;
    left: 0;
    top: 50% !important;
    transform: translateY(-50%);
    color: #005ea8;
    font-size: 1.15em !important;
    line-height: 1;
    width: 1.5em;
    text-align: center;
    font-weight: 400 !important;
}

.article-info .createdby .icon-fw::before,
.article-info dd:nth-child(1) .icon-fw::before {
    content: "\f007" !important;
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 400 !important;
}

.article-info .published .icon-fw::before,
.article-info dd:nth-child(2) .icon-fw::before {
    content: "\f044" !important;
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 400 !important;
}

.article-info .modified .icon-fw::before,
.article-info dd:nth-child(3) .icon-fw::before {
    content: "\f133" !important;
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 400 !important;
}

.article-info dd span,
.article-info dd time {
    flex: 1;
}

.article-info a {
    color: #005ea8;
    text-decoration: underline;
}
.article-info a:hover {
    color: #003f73;
}
.article-info time {
    font-weight: 500;
}
@media (max-width: 991px) {
    .article-info {
        padding: 16px 20px;
        margin: 24px 0 32px;
    }
}

.footer-content {
    row-gap: 1.5rem;
}

.footer-left,
.footer-right {
    padding: 0 15px;
}

.footer-left p,
.footer-right p {
    margin-bottom: 0.75rem;
}

@media (max-width: 991px) {
    .footer-content {
        flex-direction: column;
    }
    .footer-left,
    .footer-right {
        text-align: center !important;
        width: 100%;
        padding: 0;
    }
}

@media (min-width: 992px) {
    .footer-left {
        text-align: left;
    }
    .footer-right {
        text-align: right;
    }
}

@media (max-width: 991px) {
    .footer-right a {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
    }
    .footer-right p {
        margin-bottom: 1rem;
    }
    .footer-right a i {
        margin-left: 6px;
    }
}

.com-content-category__pagination {
    margin-bottom: 16px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
}

.com-content-category__pagination .form-select {
    border: 1px solid #005ea8;
    border-radius: 6px;
    color: #005ea8;
    background-color: #fff;
    padding: 6px 12px;
    font-size: 0.95rem;
}

.com-content-category__table.category.table thead th a.hasTooltip {
    position: relative !important;
    padding-right: 28px !important;
    display: inline-block !important;
}

.category.table {
    width: 100%;
    border-collapse: collapse;
}

.category.table thead th {
    background: #f8f9fa;
    color: #005ea8;
    font-weight: 700;
    padding: 12px 16px;
    text-align: left;
    border-bottom: 2px solid #005ea8;
}

.category.table tbody tr {
    border-bottom: 1px solid #e9ecef;
}

.category.table td,
.category.table th {
    padding: 14px 16px;
    vertical-align: middle;
}

.list-title a {
    color: #005ea8;
    font-weight: 600;
    text-decoration: none;
}

.list-title a:hover {
    text-decoration: underline;
}

.list-date {
    color: #666;
    font-size: 0.95rem;
}

.list-date::before {
    content: "\f133";
    font-family: "Font Awesome 6 Free";
    font-weight: 400;
    margin-right: 8px;
    color: #005ea8;
    font-size: 1.1rem;
}

.control-group {
    margin-top: 20px
}
#advancedSearch {
    margin-top: 30px
}

@media (max-width: 991px) {
    .category.table {
        overflow-x: auto;
    }
    .category.table thead th {
        white-space: nowrap;
    }
    .list-date {
        white-space: nowrap;
    }
}

.com-content-article__body a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #005ea8;
    font-weight: 500;
    text-decoration: none;
    border-bottom: 1px dotted #005ea8;
    transition: all 0.2s ease;
}

.com-content-article__body a:hover {
    color: #003f73;
    border-bottom: 1px solid #003f73;
}

.com-content-article__body a[href^="http"],
.com-content-article__body a[href^="https"] {
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23005ea8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6'/><polyline points='15 3 21 3 21 9'/><line x1='10' y1='14' x2='21' y2='3'/></svg>") no-repeat right 0.2em center;
    background-size: 0.8em;
    padding-right: 1em;
}

.com-content-article__body a[href$=".pdf"],
.com-content-article__body a[href$=".PDF"] {
    color: #005ea8;
}

.com-content-article__body a[href$=".pdf"]::before,
.com-content-article__body a[href$=".PDF"]::before {
    content: "\f1c1";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #c00000;
    font-size: 1.3rem;
}

.com-content-article__body a[href$=".pdf"]::after,
.com-content-article__body a[href$=".PDF"]::after {
    content: " (PDF)";
    font-size: 0.9rem;
    color: #666;
}

.com-content-article__body a[href$=".doc"],
.com-content-article__body a[href$=".docx"],
.com-content-article__body a[href$=".DOC"],
.com-content-article__body a[href$=".DOCX"] {
    color: #005ea8;
}

.com-content-article__body a[href$=".doc"]::before,
.com-content-article__body a[href$=".docx"]::before,
.com-content-article__body a[href$=".DOC"]::before,
.com-content-article__body a[href$=".DOCX"]::before {
    content: "\f1c2";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #003f73;
    font-size: 1.3rem;
}

.com-content-article__body a[href$=".doc"]::after,
.com-content-article__body a[href$=".docx"]::after,
.com-content-article__body a[href$=".DOC"]::after,
.com-content-article__body a[href$=".DOCX"]::after {
    content: " (Word)";
    font-size: 0.9rem;
    color: #666;
}

.com-content-article__body a[href$=".xls"],
.com-content-article__body a[href$=".xlsx"],
.com-content-article__body a[href$=".XLS"],
.com-content-article__body a[href$=".XLSX"] {
    color: #005ea8;
}

.com-content-article__body a[href$=".xls"]::before,
.com-content-article__body a[href$=".xlsx"]::before,
.com-content-article__body a[href$=".XLS"]::before,
.com-content-article__body a[href$=".XLSX"]::before {
    content: "\f1c3";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #006400;
    font-size: 1.3rem;
}

.com-content-article__body a[href$=".xls"]::after,
.com-content-article__body a[href$=".xlsx"]::after,
.com-content-article__body a[href$=".XLS"]::after,
.com-content-article__body a[href$=".XLSX"]::after {
    content: " (Excel)";
    font-size: 0.9rem;
    color: #666;
}

.article-info + .com-content-article__body {
    margin-top: 32px;
}

.com-content-article__body ul li::marker,
.com-content-article__body ol li::marker {
    color: #005ea8;
}
.com-content-category__table.category.table thead th a.hasTooltip {
    padding-right: 60px !important; 
}

.com-content-category__table.category.table thead th a.hasTooltip::after {
    content: "↑↓";
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.4rem;
    pointer-events: none;
	color: #aaa
}
.com-content-category__table.category.table thead th a.hasTooltip:hover::after {
	color: inherit
}