{"id":2305,"date":"2026-08-05T17:06:06","date_gmt":"2026-08-05T08:36:06","guid":{"rendered":"https:\/\/depedilocosnorte.com\/sdoin\/?page_id=2305"},"modified":"2026-08-26T09:33:42","modified_gmt":"2026-08-26T01:03:42","slug":"budgets-and-targets","status":"publish","type":"page","link":"https:\/\/depedilocosnorte.com\/sdoin\/index.php\/budgets-and-targets\/","title":{"rendered":"Budgets and Targets"},"content":{"rendered":"\n<style data-wp-block-html=\"css\">\n\/* =========================================================\n   DEPED ILOCOS NORTE\n   ANNUAL FINANCIAL REPORTS\n   CLEAN PROFESSIONAL WEBSITE STYLE\n   ========================================================= *\/\n\n\n\/* =========================================================\n   MAIN SECTION\n   ========================================================= *\/\n\n.afr-section {\n    width: 100%;\n    max-width: 1180px;\n\n    margin: 35px auto;\n    padding: 0 22px 25px 22px;\n\n    box-sizing: border-box;\n\n    font-family: Arial, Helvetica, sans-serif;\n}\n\n\n\/* =========================================================\n   WORDPRESS SAFE BOX SIZING\n   ========================================================= *\/\n\n.afr-section *,\n.afr-section *::before,\n.afr-section *::after {\n    box-sizing: border-box;\n}\n\n\n\/* =========================================================\n   MAIN WRAPPER\n   ========================================================= *\/\n\n.afr-wrap {\n    width: 100%;\n    max-width: 1180px;\n\n    margin: 0 auto;\n}\n\n\n\/* =========================================================\n   EYEBROW\n   ========================================================= *\/\n\n.afr-eyebrow {\n    display: none;\n}\n\n\n\/* =========================================================\n   MAIN HEADING\n   ========================================================= *\/\n\n.afr-heading {\n    margin: 0 0 18px 0;\n    padding: 0 0 0 13px;\n\n    position: relative;\n\n    color: #102f70;\n\n    font-family: Arial, Helvetica, sans-serif;\n\n    font-size: 23px;\n    font-weight: 700;\n\n    line-height: 1.35;\n}\n\n\n\/* HEADING ACCENT *\/\n\n.afr-heading::before {\n    content: \"\";\n\n    position: absolute;\n\n    left: 0;\n    top: 2px;\n    bottom: 2px;\n\n    width: 4px;\n\n    background: #102f70;\n\n    border-radius: 1px;\n}\n\n\n\/* =========================================================\n   YEAR BLOCK\n   ========================================================= *\/\n\n.afr-year-block {\n    width: 100%;\n\n    margin-bottom: 30px;\n}\n\n.afr-year-block:last-child {\n    margin-bottom: 0;\n}\n\n\n\/* =========================================================\n   YEAR HEADER\n   ========================================================= *\/\n\n.afr-year-header {\n    width: 100%;\n    min-height: 50px;\n\n    display: flex;\n    align-items: center;\n\n    gap: 12px;\n\n    padding: 0 18px;\n\n    margin-top: 18px;\n    margin-bottom: 15px;\n\n    background: #102f70;\n\n    border-radius: 4px;\n\n    color: #ffffff;\n\n    font-family: Arial, Helvetica, sans-serif;\n\n    font-size: 19px;\n    font-weight: 700;\n\n    letter-spacing: 0.2px;\n\n    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);\n}\n\n\n\/* =========================================================\n   WHITE HEADER LINE\n   ========================================================= *\/\n\n.afr-year-header .bar {\n    width: 4px;\n    height: 23px;\n\n    display: inline-block;\n\n    background: #ffffff;\n\n    border-radius: 1px;\n\n    flex-shrink: 0;\n}\n\n\n\/* =========================================================\n   YEAR\n   ========================================================= *\/\n\n.afr-year-header .yr {\n    text-transform: uppercase;\n\n    font-family: Arial, Helvetica, sans-serif;\n\n    font-size: 19px;\n    font-weight: 700;\n\n    line-height: 1.3;\n}\n\n\n\/* =========================================================\n   SUBTITLE\n   ========================================================= *\/\n\n.afr-year-header .subtitle {\n    font-family: Arial, Helvetica, sans-serif;\n\n    font-size: 14px;\n    font-weight: 400;\n\n    text-transform: none;\n\n    opacity: 0.9;\n\n    margin-left: 0;\n\n    line-height: 1.4;\n}\n\n\n\/* =========================================================\n   DOCUMENT GRID\n   ========================================================= *\/\n\n.afr-doc-grid {\n    width: 100%;\n\n    display: grid;\n\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n\n    gap: 10px 16px;\n\n    margin-bottom: 20px;\n}\n\n\n\/* =========================================================\n   DOCUMENT\n   ========================================================= *\/\n\n.afr-doc {\n    position: relative;\n\n    min-height: 72px;\n\n    display: flex;\n    align-items: center;\n\n    gap: 11px;\n\n    padding: 15px 17px 15px 20px;\n\n    background: #ffffff;\n\n    border: 1px solid #e2e7ec;\n\n    border-radius: 4px;\n\n    color: #263f70;\n\n    font-family: Arial, Helvetica, sans-serif;\n\n    font-size: 15px;\n    font-weight: 600;\n\n    line-height: 1.45;\n\n    text-decoration: none;\n\n    transition:\n        border-color 0.2s ease,\n        background 0.2s ease,\n        box-shadow 0.2s ease,\n        transform 0.2s ease;\n}\n\n\n\/* =========================================================\n   NAVY LEFT ACCENT\n   ========================================================= *\/\n\n.afr-doc::before {\n    content: \"\";\n\n    position: absolute;\n\n    left: 0;\n    top: 0;\n    bottom: 0;\n\n    width: 3px;\n\n    background: #102f70;\n\n    border-radius: 4px 0 0 4px;\n}\n\n\n\/* =========================================================\n   DOCUMENT HOVER\n   ========================================================= *\/\n\n.afr-doc:hover {\n    color: #263f70;\n\n    background: #f7f9fc;\n\n    border-color: #102f70;\n\n    transform: translateY(-1px);\n\n    box-shadow: 0 4px 10px rgba(16, 47, 112, 0.08);\n}\n\n\n\/* =========================================================\n   KEEP ACCENT NAVY ON HOVER\n   ========================================================= *\/\n\n.afr-doc:hover::before {\n    background: #102f70;\n}\n\n\n\/* =========================================================\n   DOCUMENT FOCUS\n   ========================================================= *\/\n\n.afr-doc:focus-visible {\n    color: #263f70;\n\n    background: #f7f9fc;\n\n    outline: 2px solid #102f70;\n\n    outline-offset: 2px;\n}\n\n\n\/* =========================================================\n   DOWNLOAD ICON\n   ========================================================= *\/\n\n.afr-doc svg {\n    width: 21px;\n    height: 21px;\n\n    flex-shrink: 0;\n\n    display: block;\n\n    fill: none;\n\n    stroke: currentColor;\n\n    stroke-width: 2;\n\n    stroke-linecap: round;\n    stroke-linejoin: round;\n\n    transition: transform 0.2s ease;\n}\n\n\n\/* =========================================================\n   ICON HOVER\n   ========================================================= *\/\n\n.afr-doc:hover svg {\n    transform: translateY(1px);\n}\n\n\n\/* =========================================================\n   TABLET\n   ========================================================= *\/\n\n@media (max-width: 900px) {\n\n    .afr-section {\n        padding-left: 15px;\n        padding-right: 15px;\n    }\n\n    .afr-doc-grid {\n        grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n\n}\n\n\n\/* =========================================================\n   MOBILE\n   ========================================================= *\/\n\n@media (max-width: 600px) {\n\n    .afr-section {\n        margin: 25px auto;\n\n        padding-left: 12px;\n        padding-right: 12px;\n    }\n\n\n    \/* Heading *\/\n\n    .afr-heading {\n        font-size: 20px;\n\n        margin-bottom: 15px;\n    }\n\n\n    \/* Year Header *\/\n\n    .afr-year-header {\n        min-height: 48px;\n\n        padding: 11px 15px;\n\n        margin-top: 15px;\n        margin-bottom: 12px;\n\n        gap: 10px;\n\n        flex-wrap: wrap;\n\n        font-size: 17px;\n    }\n\n\n    .afr-year-header .bar {\n        width: 3px;\n        height: 21px;\n    }\n\n\n    .afr-year-header .yr {\n        font-size: 17px;\n    }\n\n\n    .afr-year-header .subtitle {\n        width: 100%;\n\n        margin-left: 13px;\n\n        margin-top: -3px;\n\n        font-size: 13px;\n    }\n\n\n    \/* Documents *\/\n\n    .afr-doc-grid {\n        grid-template-columns: 1fr;\n\n        gap: 9px;\n    }\n\n\n    .afr-doc {\n        min-height: 62px;\n\n        padding: 14px 15px 14px 18px;\n\n        font-size: 14px;\n\n        gap: 9px;\n    }\n\n\n    \/* Icon *\/\n\n    .afr-doc svg {\n        width: 20px;\n        height: 20px;\n    }\n\n}\n\n\n\/* =========================================================\n   SMALL MOBILE\n   ========================================================= *\/\n\n@media (max-width: 380px) {\n\n    .afr-section {\n        padding-left: 10px;\n        padding-right: 10px;\n    }\n\n\n    .afr-heading {\n        font-size: 19px;\n    }\n\n\n    .afr-year-header .yr {\n        font-size: 16px;\n    }\n\n\n    .afr-year-header .subtitle {\n        font-size: 12.5px;\n    }\n\n\n    .afr-doc {\n        font-size: 13.5px;\n\n        padding: 13px 13px 13px 17px;\n    }\n\n}\n<\/style>\n\n\n\n<style>\n.app-title {\n    font-family: Arial, Helvetica, sans-serif;\n    font-size: 30px;\n    font-weight: 700;\n    color: #1d3f7a;\n    text-transform: uppercase;\n    margin: 0;\n    padding: 0;\n    line-height: 1.2;\n}\n<\/style>\n<!-- \n\n============================================================\n     ANNUAL FINANCIAL REPORTS\n     APP-STYLE DESIGN\n     \n     WordPress Custom HTML Block\n============================================================ -->\n\n<style>\n\n\/* ============================================================\n   ANNUAL FINANCIAL REPORTS\n============================================================ *\/\n\n.afr-section {\n    width: 100%;\n    max-width: 1100px;\n\n    margin: 0 auto;\n\n    padding: 0 0 20px 0;\n\n    background: #ffffff;\n\n    box-sizing: border-box;\n}\n\n\n\/* ============================================================\n   WORDPRESS SAFE BOX SIZING\n============================================================ *\/\n\n.afr-section *,\n.afr-section *::before,\n.afr-section *::after {\n    box-sizing: border-box;\n}\n\n\n\/* ============================================================\n   MAIN WRAPPER\n============================================================ *\/\n\n.afr-wrap {\n    width: 100%;\n    max-width: 1100px;\n\n    margin: 0 auto;\n}\n\n\n\/* ============================================================\n   SMALL TITLE\n============================================================ *\/\n\n.afr-eyebrow {\n    margin: 0 0 6px 0;\n\n    font-family: Arial, Helvetica, sans-serif;\n\n    text-transform: uppercase;\n\n    letter-spacing: 0.08em;\n\n    font-size: 14px;\n\n    font-weight: 600;\n\n    color: #102f70;\n}\n\n\n\/* ============================================================\n   YEAR BLOCK\n============================================================ *\/\n\n.afr-year-block {\n    width: 100%;\n\n    margin-bottom: 20px;\n}\n\n.afr-year-block:last-child {\n    margin-bottom: 0;\n}\n\n\n\/* ============================================================\n   YEAR HEADER\n============================================================ *\/\n\n.afr-year-header {\n    width: 100%;\n\n    min-height: 50px;\n\n    display: flex;\n\n    align-items: center;\n\n    gap: 12px;\n\n    padding: 0 18px;\n\n    margin-top: 18px;\n\n    margin-bottom: 16px;\n\n    background: #102f70;\n\n    border-radius: 7px;\n\n    color: #ffffff;\n\n    font-family: Arial, Helvetica, sans-serif;\n\n    font-size: 20px;\n\n    font-weight: 700;\n\n    letter-spacing: 0.3px;\n\n    box-shadow: 0 4px 10px rgba(16, 47, 112, 0.18);\n}\n\n\/* ============================================================\n   YEAR HEADER\n============================================================ *\/\n\n.afr-year-header {\n    width: 100%;\n\n    min-height: 50px;\n\n    display: flex;\n\n    align-items: center;\n\n    gap: 12px;\n\n    padding: 0 18px;\n\n    margin-top: 18px;\n\n    margin-bottom: 16px;\n\n    background: #102f70;\n\n    border-radius: 7px;\n\n    color: #ffffff;\n\n    font-family: Arial, Helvetica, sans-serif;\n\n    font-size: 20px;\n\n    font-weight: 700;\n\n    letter-spacing: 0.3px;\n\n    box-shadow: 0 4px 10px rgba(16, 47, 112, 0.18);\n}\n\n\n\/* ============================================================\n   WHITE HEADER LINE\n============================================================ *\/\n\n.afr-year-header .bar {\n    width: 4px;\n\n    height: 25px;\n\n    display: inline-block;\n\n    align-self: center;\n\n    background: #ffffff;\n\n    border-radius: 3px;\n\n    flex-shrink: 0;\n}\n\n\n\/* ============================================================\n   YEAR TEXT\n============================================================ *\/\n\n.afr-year-header .yr {\n    font-family: Arial, Helvetica, sans-serif;\n\n    font-size: 20px;\n\n    font-weight: 700;\n\n    text-transform: uppercase;\n\n    line-height: 1.2;\n}\n\n\n\/* ============================================================\n   SUBTITLE\n============================================================ *\/\n\n.afr-year-header .subtitle {\n    font-family: Arial, Helvetica, sans-serif;\n\n    font-size: 15px;\n\n    font-weight: 400;\n\n    line-height: 1.4;\n\n    text-transform: none;\n\n    opacity: 0.9;\n\n    margin-left: 0;\n}\n\n\n\/* ============================================================\n   DOCUMENT GRID\n============================================================ *\/\n\n.afr-doc-grid {\n    width: 100%;\n\n    display: grid;\n\n    grid-template-columns: repeat(3, 1fr);\n\n    gap: 14px;\n\n    margin-bottom: 20px;\n}\n\n\n\/* ============================================================\n   DOCUMENT CARD\n============================================================ *\/\n\n.afr-doc {\n    min-height: 80px;\n\n    display: flex;\n\n    align-items: center;\n\n    gap: 10px;\n\n    padding: 16px 18px;\n\n    box-sizing: border-box;\n\n    background: #ffffff;\n\n    border: 1px solid #d5dfe9;\n\n    border-left: 4px solid #102f70;\n\n    border-radius: 6px;\n\n    color: #102f70;\n\n    font-family: Arial, Helvetica, sans-serif;\n\n    font-size: 15px;\n\n    font-weight: 600;\n\n    line-height: 1.45;\n\n    text-decoration: none;\n\n    transition: all 0.2s ease;\n}\n\n\n\/* ============================================================\n   DOCUMENT HOVER\n============================================================ *\/\n\n.afr-doc:hover {\n    color: #102f70;\n\n    background: #f5f8fc;\n\n    border-color: #102f70;\n\n    transform: translateY(-2px);\n\n    box-shadow: 0 4px 10px rgba(16, 47, 112, 0.10);\n}\n\n\n\/* ============================================================\n   DOCUMENT FOCUS\n============================================================ *\/\n\n.afr-doc:focus-visible {\n    color: #102f70;\n\n    background: #f5f8fc;\n\n    outline: 2px solid #102f70;\n\n    outline-offset: 2px;\n}\n\n\n\/* ============================================================\n   DOWNLOAD ICON\n============================================================ *\/\n\n.afr-doc svg {\n    width: 22px;\n\n    height: 22px;\n\n    flex-shrink: 0;\n\n    display: block;\n\n    fill: none;\n\n    stroke: currentColor;\n\n    stroke-width: 2.2;\n\n    stroke-linecap: round;\n\n    stroke-linejoin: round;\n\n    transition: transform 0.2s ease;\n}\n\n\n\/* ============================================================\n   ICON HOVER\n============================================================ *\/\n\n.afr-doc:hover svg {\n    transform: translateY(2px);\n}\n\n\n\/* ============================================================\n   TABLET\n============================================================ *\/\n\n@media (max-width: 800px) {\n\n    .afr-section {\n        padding-left: 15px;\n\n        padding-right: 15px;\n    }\n\n    .afr-doc-grid {\n        grid-template-columns: repeat(2, 1fr);\n    }\n\n}\n\n\n\/* ============================================================\n   MOBILE\n============================================================ *\/\n\n@media (max-width: 500px) {\n\n    .afr-section {\n        padding-left: 10px;\n\n        padding-right: 10px;\n    }\n\n    .afr-eyebrow {\n        font-size: 13px;\n    }\n\n    .afr-heading {\n        font-size: 20px;\n\n        margin-bottom: 16px;\n    }\n\n    .afr-doc-grid {\n        grid-template-columns: 1fr;\n\n        gap: 10px;\n    }\n\n    .afr-year-header {\n        min-height: 48px;\n\n        padding: 10px 15px;\n\n        gap: 10px;\n\n        font-size: 18px;\n\n        flex-wrap: wrap;\n    }\n\n    .afr-year-header .bar {\n        width: 4px;\n\n        height: 24px;\n    }\n\n    .afr-year-header .yr {\n        font-size: 18px;\n    }\n\n    .afr-year-header .subtitle {\n        width: 100%;\n\n        margin-left: 14px;\n\n        margin-top: -3px;\n\n        font-size: 13px;\n    }\n\n    .afr-doc {\n        min-height: 65px;\n\n        padding: 13px 15px;\n\n        gap: 9px;\n\n        font-size: 14px;\n    }\n\n    .afr-doc svg {\n        width: 21px;\n\n        height: 21px;\n    }\n\n}\n\n<\/style>\n\n\n<!-- ============================================================\n     CONTENT\n============================================================ -->\n\n<section class=\"afr-section\">\n\n    <div class=\"afr-wrap\">\n  \n\n        <!-- ==================================================\n             FY 2025\n        =================================================== -->\n\n        <div class=\"afr-year-block\">\n\n            <div class=\"afr-year-header\">\n\n                <span class=\"bar\"><\/span>\n\n                <span class=\"yr\">\n                    FY 2025\n                <\/span>\n\n                <span class=\"subtitle\">\n                    Annual Financial Report and Statement of Allotments\n                <\/span>\n\n            <\/div>\n\n\n            <div class=\"afr-doc-grid\">\n\n\n                <!-- Consolidated Annex A -->\n\n                <a class=\"afr-doc\" href=\"http:\/\/depedilocosnorte.com\/sdoin\/wp-content\/uploads\/2026\/08\/CONSOLIDATED-ANNEX-A-FY-2025.pdf\" download=\"\">\n\n                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" aria-hidden=\"true\">\n\n                        <path d=\"M12 15V3\"><\/path>\n\n                        <path d=\"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4\"><\/path>\n\n                        <path d=\"m7 10 5 5 5-5\"><\/path>\n\n                    <\/svg>\n\n                    Consolidated Annex A\n\n                <\/a>\n\n\n                <!-- Consolidated FAR No. 1 -->\n\n                <a class=\"afr-doc\" href=\"http:\/\/depedilocosnorte.com\/sdoin\/wp-content\/uploads\/2026\/08\/CONSOLIDATED-FAR-NO.-1-FY-2025.pdf\" download=\"\">\n\n                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" aria-hidden=\"true\">\n\n                        <path d=\"M12 15V3\"><\/path>\n\n                        <path d=\"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4\"><\/path>\n\n                        <path d=\"m7 10 5 5 5-5\"><\/path>\n\n                    <\/svg>\n\n                    Consolidated FAR No. 1\n\n                <\/a>\n\n\n                <!-- Consolidated FAR No. 1-A -->\n\n                <a class=\"afr-doc\" href=\"http:\/\/depedilocosnorte.com\/sdoin\/wp-content\/uploads\/2026\/08\/CONSOLIDATED-FAR-NO.-1-A-FY-2025.pdf\" download=\"\">\n\n                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" aria-hidden=\"true\">\n\n                        <path d=\"M12 15V3\"><\/path>\n\n                        <path d=\"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4\"><\/path>\n\n                        <path d=\"m7 10 5 5 5-5\"><\/path>\n\n                    <\/svg>\n\n                    Consolidated FAR No. 1-A\n\n                <\/a>\n\n\n                <!-- Consolidated FAR No. 1-B -->\n\n                <a class=\"afr-doc\" href=\"http:\/\/depedilocosnorte.com\/sdoin\/wp-content\/uploads\/2026\/08\/CONSOLIDATED-FAR-NO.-1-B-FY-2025.pdf\" download=\"\">\n\n                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" aria-hidden=\"true\">\n\n                        <path d=\"M12 15V3\"><\/path>\n\n                        <path d=\"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4\"><\/path>\n\n                        <path d=\"m7 10 5 5 5-5\"><\/path>\n\n                    <\/svg>\n\n                    Consolidated FAR No. 1-B\n\n                <\/a>\n\n\n                <!-- Consolidated Financial Performance -->\n\n                <a class=\"afr-doc\" href=\"http:\/\/depedilocosnorte.com\/sdoin\/wp-content\/uploads\/2026\/08\/CONSOLIDATED-FINANCIAL-PERFORMANCE-FY-2025.pdf\" download=\"\">\n\n                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" aria-hidden=\"true\">\n\n                        <path d=\"M12 15V3\"><\/path>\n\n                        <path d=\"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4\"><\/path>\n\n                        <path d=\"m7 10 5 5 5-5\"><\/path>\n\n                    <\/svg>\n\n                    Consolidated Financial Performance\n\n                <\/a>\n\n\n            <\/div>\n\n        <\/div>\n\n\n        <!-- ==================================================\n             FY 2024\n        =================================================== -->\n\n        <div class=\"afr-year-block\">\n\n            <div class=\"afr-year-header\">\n\n                <span class=\"bar\"><\/span>\n\n                <span class=\"yr\">\n                    FY 2024\n                <\/span>\n\n                <span class=\"subtitle\">\n                    Annual Financial Report and Statement of Allotments\n                <\/span>\n\n            <\/div>\n\n\n            <div class=\"afr-doc-grid\">\n\n\n                <a class=\"afr-doc\" href=\"http:\/\/depedilocosnorte.com\/sdoin\/wp-content\/uploads\/2026\/08\/CONSOLIDATED-ANNEX-A-FY-2024.pdf\" download=\"\">\n\n                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" aria-hidden=\"true\">\n\n                        <path d=\"M12 15V3\"><\/path>\n\n                        <path d=\"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4\"><\/path>\n\n                        <path d=\"m7 10 5 5 5-5\"><\/path>\n\n                    <\/svg>\n\n                    Consolidated Annex A\n\n                <\/a>\n\n\n                <a class=\"afr-doc\" href=\"http:\/\/depedilocosnorte.com\/sdoin\/wp-content\/uploads\/2026\/08\/CONSOLIDATED-ANNEX-C-FY-2024.pdf\" download=\"\">\n\n                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" aria-hidden=\"true\">\n\n                        <path d=\"M12 15V3\"><\/path>\n\n                        <path d=\"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4\"><\/path>\n\n                        <path d=\"m7 10 5 5 5-5\"><\/path>\n\n                    <\/svg>\n\n                    Consolidated Annex C\n\n                <\/a>\n\n\n                <a class=\"afr-doc\" href=\"http:\/\/depedilocosnorte.com\/sdoin\/wp-content\/uploads\/2026\/08\/CONSOLIDATED-FAR-NO.-1-FY-2024.pdf\" download=\"\">\n\n                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" aria-hidden=\"true\">\n\n                        <path d=\"M12 15V3\"><\/path>\n\n                        <path d=\"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4\"><\/path>\n\n                        <path d=\"m7 10 5 5 5-5\"><\/path>\n\n                    <\/svg>\n\n                    Consolidated FAR No. 1\n\n                <\/a>\n\n\n                <a class=\"afr-doc\" href=\"http:\/\/depedilocosnorte.com\/sdoin\/wp-content\/uploads\/2026\/08\/CONSOLIDATED-FAR-NO.-1-A-FY-2024.pdf\" download=\"\">\n\n                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" aria-hidden=\"true\">\n\n                        <path d=\"M12 15V3\"><\/path>\n\n                        <path d=\"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4\"><\/path>\n\n                        <path d=\"m7 10 5 5 5-5\"><\/path>\n\n                    <\/svg>\n\n                    Consolidated FAR No. 1-A\n\n                <\/a>\n\n\n                <a class=\"afr-doc\" href=\"http:\/\/depedilocosnorte.com\/sdoin\/wp-content\/uploads\/2026\/08\/CONSOLIDATED-FAR-NO.-1-B-FY-2024.pdf\" download=\"\">\n\n                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" aria-hidden=\"true\">\n\n                        <path d=\"M12 15V3\"><\/path>\n\n                        <path d=\"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4\"><\/path>\n\n                        <path d=\"m7 10 5 5 5-5\"><\/path>\n\n                    <\/svg>\n\n                    Consolidated FAR No. 1-B\n\n                <\/a>\n\n\n                <a class=\"afr-doc\" href=\"http:\/\/depedilocosnorte.com\/sdoin\/wp-content\/uploads\/2026\/08\/CONSOLIDATED-FINANCIAL-PERFORMANCE-FY-2024.pdf\" download=\"\">\n\n                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" aria-hidden=\"true\">\n\n                        <path d=\"M12 15V3\"><\/path>\n\n                        <path d=\"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4\"><\/path>\n\n                        <path d=\"m7 10 5 5 5-5\"><\/path>\n\n                    <\/svg>\n\n                    Consolidated Financial Performance\n\n                <\/a>\n\n\n            <\/div>\n\n        <\/div>\n\n\n        <!-- ==================================================\n             FY 2023\n        =================================================== -->\n\n        <div class=\"afr-year-block\">\n\n            <div class=\"afr-year-header\">\n\n                <span class=\"bar\"><\/span>\n\n                <span class=\"yr\">\n                    FY 2023\n                <\/span>\n\n                <span class=\"subtitle\">\n                    Annual Financial Report and Statement of Allotments\n                <\/span>\n\n            <\/div>\n\n\n            <div class=\"afr-doc-grid\">\n\n\n                <a class=\"afr-doc\" href=\"http:\/\/depedilocosnorte.com\/sdoin\/wp-content\/uploads\/2026\/08\/CONSOLIDATED-ANNEX-A-FY-2023.pdf\" download=\"\">\n\n                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" aria-hidden=\"true\">\n\n                        <path d=\"M12 15V3\"><\/path>\n\n                        <path d=\"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4\"><\/path>\n\n                        <path d=\"m7 10 5 5 5-5\"><\/path>\n\n                    <\/svg>\n\n                    Consolidated Annex A\n\n                <\/a>\n\n\n                <a class=\"afr-doc\" href=\"http:\/\/depedilocosnorte.com\/sdoin\/wp-content\/uploads\/2026\/08\/CONSOLIDATED-ANNEX-C-FY-2023.pdf\" download=\"\">\n\n                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" aria-hidden=\"true\">\n\n                        <path d=\"M12 15V3\"><\/path>\n\n                        <path d=\"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4\"><\/path>\n\n                        <path d=\"m7 10 5 5 5-5\"><\/path>\n\n                    <\/svg>\n\n                    Consolidated Annex C\n\n                <\/a>\n\n\n                <a class=\"afr-doc\" href=\"http:\/\/depedilocosnorte.com\/sdoin\/wp-content\/uploads\/2026\/08\/CONSOLIDATED-FAR-NO.-1-FY-2023.pdf\" download=\"\">\n\n                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" aria-hidden=\"true\">\n\n                        <path d=\"M12 15V3\"><\/path>\n\n                        <path d=\"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4\"><\/path>\n\n                        <path d=\"m7 10 5 5 5-5\"><\/path>\n\n                    <\/svg>\n\n                    Consolidated FAR No. 1\n\n                <\/a>\n\n\n                <a class=\"afr-doc\" href=\"http:\/\/depedilocosnorte.com\/sdoin\/wp-content\/uploads\/2026\/08\/CONSOLIDATED-FAR-NO.-1-B-FY-2023.pdf\" download=\"\">\n\n                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" aria-hidden=\"true\">\n\n                        <path d=\"M12 15V3\"><\/path>\n\n                        <path d=\"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4\"><\/path>\n\n                        <path d=\"m7 10 5 5 5-5\"><\/path>\n\n                    <\/svg>\n\n                    Consolidated FAR No. 1-B\n\n                <\/a>\n\n\n                <a class=\"afr-doc\" href=\"http:\/\/depedilocosnorte.com\/sdoin\/wp-content\/uploads\/2026\/08\/CONSOLIDATED-FINANCIAL-PERFORMANCE-FY-2023.pdf\" download=\"\">\n\n                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" aria-hidden=\"true\">\n\n                        <path d=\"M12 15V3\"><\/path>\n\n                        <path d=\"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4\"><\/path>\n\n                        <path d=\"m7 10 5 5 5-5\"><\/path>\n\n                    <\/svg>\n\n                    Consolidated Financial Performance\n\n                <\/a>\n\n\n            <\/div>\n\n        <\/div>\n\n\n        <!-- ==================================================\n             FY 2022\n        =================================================== -->\n\n        <div class=\"afr-year-block\">\n\n            <div class=\"afr-year-header\">\n\n                <span class=\"bar\"><\/span>\n\n                <span class=\"yr\">\n                    FY 2022\n                <\/span>\n\n                <span class=\"subtitle\">\n                    Annual Financial Report and Statement of Allotments\n                <\/span>\n\n            <\/div>\n\n\n            <div class=\"afr-doc-grid\">\n\n\n                <a class=\"afr-doc\" href=\"#\" download=\"\">\n\n                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" aria-hidden=\"true\">\n\n                        <path d=\"M12 15V3\"><\/path>\n\n                        <path d=\"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4\"><\/path>\n\n                        <path d=\"m7 10 5 5 5-5\"><\/path>\n\n                    <\/svg>\n\n                    Download PDF\n\n                <\/a>\n\n\n            <\/div>\n\n        <\/div>\n\n\n    <\/div>\n\n<\/section>\n","protected":false},"excerpt":{"rendered":"<p>FY 2025 Annual Financial Report and Statement of Allotments Consolidated Annex A Consolidated FAR No. 1 Consolidated FAR No. 1-A &hellip; <\/p>\n","protected":false},"author":6,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-2305","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/depedilocosnorte.com\/sdoin\/index.php\/wp-json\/wp\/v2\/pages\/2305","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/depedilocosnorte.com\/sdoin\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/depedilocosnorte.com\/sdoin\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/depedilocosnorte.com\/sdoin\/index.php\/wp-json\/wp\/v2\/users\/6"}],"replies":[{"embeddable":true,"href":"https:\/\/depedilocosnorte.com\/sdoin\/index.php\/wp-json\/wp\/v2\/comments?post=2305"}],"version-history":[{"count":17,"href":"https:\/\/depedilocosnorte.com\/sdoin\/index.php\/wp-json\/wp\/v2\/pages\/2305\/revisions"}],"predecessor-version":[{"id":3720,"href":"https:\/\/depedilocosnorte.com\/sdoin\/index.php\/wp-json\/wp\/v2\/pages\/2305\/revisions\/3720"}],"wp:attachment":[{"href":"https:\/\/depedilocosnorte.com\/sdoin\/index.php\/wp-json\/wp\/v2\/media?parent=2305"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}