{"id":15,"date":"2026-07-29T18:46:19","date_gmt":"2026-07-29T18:46:19","guid":{"rendered":"https:\/\/borregobasic99.wpenginepowered.com\/?page_id=15"},"modified":"2026-09-09T00:36:36","modified_gmt":"2026-09-09T00:36:36","slug":"scholarships","status":"publish","type":"page","link":"https:\/\/borregobasic.org\/es\/scholarships\/","title":{"rendered":"Becas"},"content":{"rendered":"\n<style id=\"bb-proposed\">\n\/* ==========================================================================\n   Proposed: the card rows on the scholarships page.\n\n   Two problems solved together.\n\n   ALIGNMENT. WordPress lays its columns out with flex and pins align-items, so\n   each card sizes to its own content and the row goes ragged. Above 782px the\n   rows become a grid, and each card a SUBGRID of it \u2014 so eyebrow, heading,\n   description and action each share one row across the whole set without a\n   single hand-tuned min-height. Below 782px WordPress already stacks the\n   columns and none of this applies.\n\n   DENSITY. The theme's panel icon is a block-level ::before, which spends a\n   whole row on a 1.9rem glyph. Here the glyph moves inline into the eyebrow \u2014\n   one row instead of two, and the label gains a mark that says what the card\n   is for.\n   ========================================================================== *\/\n\n:root{ interpolate-size: allow-keywords; }   \/* lets height:auto animate *\/\n\n\/* --------------------------------------------------------- the two rows --- *\/\n@media (min-width:782px){\n  .wp-block-columns:has(> .bb-panel--even),\n  .wp-block-columns:has(> .bb-onward-card){\n    display:grid; align-items:stretch;\n  }\n  .wp-block-columns:has(> .bb-panel--even){ grid-template-columns:repeat(2,minmax(0,1fr)); }\n  .wp-block-columns:has(> .bb-onward-card){ grid-template-columns:repeat(3,minmax(0,1fr)); }\n}\n.bb-panel--even, .bb-onward-card{ height:100%; }\n\n\/* Fallback where subgrid is unavailable: reserve two lines so the rows still\n   line up. Overridden immediately below wherever subgrid exists. *\/\n.bb-panel--even > h2, .bb-onward-card > h3{ min-height:2.3em; text-wrap:balance; }\n.bb-onward-card > .bb-eyebrow{ min-height:2.4em; }\n@supports (height:1lh){\n  .bb-panel--even > h2, .bb-onward-card > h3{ min-height:2lh; }\n  .bb-onward-card > .bb-eyebrow{ min-height:2lh; }\n}\n\n@supports (grid-template-rows: subgrid){\n  @media (min-width:782px){\n    .wp-block-columns:has(> .bb-panel--even),\n    .wp-block-columns:has(> .bb-onward-card){ grid-template-rows:repeat(4,auto); }\n    .bb-panel--even, .bb-onward-card{\n      display:grid; grid-template-rows:subgrid; grid-row:span 4; row-gap:0;\n    }\n    \/* no padding out short headings \u2014 the shared row does the work *\/\n    .bb-panel--even > h2, .bb-onward-card > h3,\n    .bb-onward-card > .bb-eyebrow{ min-height:0; }\n  }\n}\n\n\/* ------------------------------------------------- the glyph, made inline --- *\/\n.bb-panel--even::before, .bb-onward-card::before{ display:none; }\n.bb-panel--even > .bb-eyebrow, .bb-onward-card > .bb-eyebrow{\n  display:flex; align-items:center; gap:.5em;\n  margin-block:0 .55rem;\n}\n.bb-panel--even > .bb-eyebrow::before, .bb-onward-card > .bb-eyebrow::before{\n  content:\"\"; flex:none; width:1.05em; height:1.05em;\n  background-color:var(--wp--preset--color--terracotta-text);\n  -webkit-mask-image:var(--bb-icon); mask-image:var(--bb-icon);\n  -webkit-mask-size:contain;   mask-size:contain;\n  -webkit-mask-repeat:no-repeat; mask-repeat:no-repeat;\n  -webkit-mask-position:center;  mask-position:center;\n}\n\n.bb-panel--even > h2{ margin-block:0 .75rem; text-wrap:balance; }\n.bb-onward-card > h3{ margin-block:0 .5rem; text-wrap:balance; }\n.bb-onward-card > p{ margin-block:0; }\n\n\/* ------------------------------------------------------- the disclosure --- *\/\n\/* A native <details>: the description IS the summary. Collapsed it runs to two\n   lines and fades away under a chevron; open it runs full. Nothing is\n   duplicated, nothing needs JavaScript, and the control costs no extra row. *\/\n.bb-reveal{ margin:0 0 .35rem; }\n.bb-reveal-text{\n  display:block; position:relative; cursor:pointer;\n  padding-inline-end:1.6em;\n  height:2lh; overflow:hidden;\n  list-style:none;\n  border-radius:4px;\n}\n.bb-reveal-text::-webkit-details-marker{ display:none; }\n@supports not (height:1lh){ .bb-reveal-text{ height:2.9em; } }\n\n\/* the fade that says \"there is more here\" *\/\n.bb-reveal-text::before{\n  content:\"\"; position:absolute; inset-inline:0; bottom:0; height:1.35em;\n  background:linear-gradient(to right,\n    rgba(227,217,198,0) 55%, var(--wp--preset--color--base-alt) 88%);\n  pointer-events:none;\n}\n.bb-reveal[open] > .bb-reveal-text{ height:auto; }\n.bb-reveal[open] > .bb-reveal-text::before{ opacity:0; }\n\n\/* the chevron, parked on the last visible line *\/\n.bb-reveal-cue{\n  position:absolute; inset-inline-end:.1em; bottom:.42em;\n  width:.5em; height:.5em;\n  border-right:1.8px solid var(--wp--preset--color--terracotta-text);\n  border-bottom:1.8px solid var(--wp--preset--color--terracotta-text);\n  transform:rotate(45deg) translate(-.05em,-.05em);\n}\n.bb-reveal[open] > .bb-reveal-text > .bb-reveal-cue{\n  bottom:.18em; transform:rotate(-135deg) translate(-.05em,-.05em);\n}\n.bb-reveal-text:hover .bb-reveal-cue{ border-color:var(--wp--preset--color--terracotta); }\n.bb-reveal-text:focus-visible{\n  outline:2px solid var(--wp--preset--color--terracotta-text); outline-offset:4px;\n}\n\n@media (prefers-reduced-motion:no-preference){\n  .bb-reveal-text{ transition:height .32s cubic-bezier(.22,.61,.36,1); }\n  .bb-reveal-text::before{ transition:opacity .18s ease; }\n  .bb-reveal-cue{ transition:transform .32s cubic-bezier(.22,.61,.36,1), bottom .32s cubic-bezier(.22,.61,.36,1), border-color .15s ease; }\n}\n\n\/* ------------------------------------------------------- the action foot --- *\/\n.bb-panel--even > .wp-block-buttons{\n  align-self:end; width:100%;\n  margin-block-start:auto; padding-block-start:1.35rem;\n  border-block-start:1px solid rgba(143,69,41,.16);\n}\n.bb-panel--even > .wp-block-buttons > .wp-block-button{ width:100%; }\n.bb-panel--even > .wp-block-buttons .wp-block-button__link{\n  display:block; width:100%; text-align:center;\n}\n.bb-onward-card > .bb-onward-action{\n  align-self:end; margin-block:auto 0;\n  padding-block-start:1.05rem;\n  border-block-start:1px solid rgba(143,69,41,.16);\n}\n\n\/* ------------------------------------------------------- section rhythm ---\n   The theme gives every .bb-section clamp(3rem,6vw,5rem) of padding top AND\n   bottom. That is right when the ground CHANGES across the join \u2014 a tinted\n   band needs the room on both sides of it. Where two sections share the same\n   ground the page pays twice for one gap, and a run of them reads as a series\n   of holes rather than as rhythm. A section that follows a section of its own\n   colour drops its top padding; the one above has already done the separating.\n   Sections either side of the tinted \"What You Can Receive\" keep theirs. *\/\n.bb-flow-tight{ padding-block-start:0 !important; }\n<\/style>\n\n\n\n<div class=\"wp-block-group alignfull bb-section has-global-padding is-layout-constrained wp-container-core-group-is-layout-3ebc64c3 wp-block-group-is-layout-constrained\">\n<div class=\"wp-block-columns bb-hero-split is-layout-flex wp-container-core-columns-is-layout-79fb870f wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:50%\">\n<p class=\"bb-eyebrow has-terracotta-text-color has-text-color has-x-small-font-size wp-block-paragraph\">BASIC Scholarships<\/p>\n\n\n\n<h1 class=\"wp-block-heading has-xx-large-font-size\">Begin and keep going.<\/h1>\n\n\n\n<p class=\"has-large-font-size wp-block-paragraph\">BASIC scholarships help Borregans start and continue vocational training, community college and four-year degrees \u2014 and keep going until they finish.<\/p>\n\n\n\n<p class=\"has-small-font-size wp-block-paragraph\"><a class=\"bb-onward-link\" href=\"#who-is-eligible\">Who qualifies, and how to apply<\/a><\/p>\n<\/div>\n\n\n\n<div class=\"wp-block-column bb-hero-media is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:50%\">\n<figure class=\"wp-block-image size-large bb-shape-blob-soft bb-photo-landscape bb-photo-lead\"><img decoding=\"sync\" loading=\"eager\" fetchpriority=\"high\" src=\"https:\/\/borregobasic.org\/wp-content\/uploads\/2026\/08\/scholarships-hero.jpg\" alt=\"Borrego Springs High School graduates in caps, gowns and stoles seated on risers in the school gymnasium as a speaker addresses the commencement ceremony\"\/><\/figure>\n<\/div>\n<\/div>\n<\/div>\n\n\n\n<!-- Warms the other two mastheads for the section toolbar. -->\n<link rel=\"prefetch\" as=\"image\" href=\"https:\/\/borregobasic.org\/wp-content\/uploads\/2026\/08\/scholar-flight-training.jpg\" fetchpriority=\"low\" \/>\n<link rel=\"prefetch\" as=\"image\" href=\"https:\/\/borregobasic.org\/wp-content\/uploads\/2026\/08\/scholar-graduates-hero.jpg\" fetchpriority=\"low\" \/>\n\n\n\n<div class=\"wp-block-group alignfull bb-subnav-bar has-base-alt-background-color has-background is-content-justification-center is-layout-flex wp-container-core-group-is-layout-2ec01287 wp-block-group-is-layout-flex\">\n<p class=\"bb-eyebrow bb-subnav-label has-x-small-font-size wp-block-paragraph\">The scholarship program<\/p>\n\n\n\n<ul class=\"wp-block-list bb-subnav\">\n<li><a href=\"\/scholarships\/\" aria-current=\"page\">Scholarships<\/a><\/li>\n\n\n\n<li><a href=\"\/scholarships\/our-record\/\">Our Record \u2014 Every Year Since 1998<\/a><\/li>\n\n\n\n<li><a href=\"\/scholarships\/graduates\/\">BASIC Salutes Its Graduates<\/a><\/li>\n<\/ul>\n<\/div>\n\n\n\n<div class=\"wp-block-group alignfull bb-section has-global-padding is-layout-constrained wp-container-core-group-is-layout-f9ee79c1 wp-block-group-is-layout-constrained\" id=\"who-is-eligible\">\n<h2 class=\"wp-block-heading bb-title-brush\">Who Is Eligible<\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li>You graduated from Borrego Springs High School <strong>or<\/strong> you have lived or worked in the Borrego Springs school district area for the year before you apply.<\/li>\n\n\n\n<li>You plan to enroll in an accredited vocational program, community college, or four-year college or university.<\/li>\n\n\n\n<li>You have a copy of your latest school transcript to submit.<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">To be funded for later years of school, BASIC scholars must be in good academic standing and must apply for a scholarship each year.<\/p>\n<\/div>\n\n\n\n<div class=\"wp-block-group alignfull bb-section bb-flow-tight has-global-padding is-layout-constrained wp-container-core-group-is-layout-043fbcc3 wp-block-group-is-layout-constrained\">\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-79fb870f wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column bb-panel bb-panel--action bb-panel--even bb-icon-cap is-layout-flow wp-block-column-is-layout-flow\">\n<p class=\"bb-eyebrow has-x-small-font-size wp-block-paragraph\">Students<\/p>\n\n\n\n<h2 class=\"wp-block-heading has-x-large-font-size\">Apply for a Scholarship<\/h2>\n\n\n\n<details class=\"bb-reveal\"><summary class=\"bb-reveal-text\"><span class=\"bb-reveal-copy\">Application period opens for two weeks in early March. The exact dates are posted here soon after the New Year. Your latest school transcript is the one document the application asks you to upload \u2014 no account or sign-in needed, the form opens straight away.<\/span><span class=\"bb-reveal-cue\" aria-hidden=\"true\"><\/span><\/summary><\/details>\n\n\n\n<div class=\"wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https:\/\/hub.borregobasic.org\/apply-for-scholarship\">Apply for a Scholarship<\/a><\/div>\n<\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-column bb-panel bb-panel--action bb-panel--even bb-icon-doc is-layout-flow wp-block-column-is-layout-flow\">\n<p class=\"bb-eyebrow has-x-small-font-size wp-block-paragraph\">Awarded scholars<\/p>\n\n\n\n<h2 class=\"wp-block-heading has-x-large-font-size\">Submit Proof of Enrollment<\/h2>\n\n\n\n<details class=\"bb-reveal\"><summary class=\"bb-reveal-text\"><span class=\"bb-reveal-copy\"><strong>Already been awarded?<\/strong> Send proof that you have enrolled during July or August. Anything from your school showing you are enrolled for the coming term will do \u2014 a class schedule or registration confirmation, a transcript, a tuition bill or account statement listing your courses, or an enrollment verification letter from the registrar. Your check follows about two weeks later, paid directly to you rather than to your school.<\/span><span class=\"bb-reveal-cue\" aria-hidden=\"true\"><\/span><\/summary><\/details>\n\n\n\n<div class=\"wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https:\/\/hub.borregobasic.org\/proof-of-enrollment\">Submit Proof of Enrollment<\/a><\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-group alignfull bb-section bb-flow-tight has-global-padding is-layout-constrained wp-container-core-group-is-layout-f9ee79c1 wp-block-group-is-layout-constrained\">\n<h2 class=\"wp-block-heading bb-title-brush\">The Year at a Glance<\/h2>\n\n\n\n<ol class=\"wp-block-list bb-steps\">\n<li><strong>Early March<\/strong> <a href=\"https:\/\/hub.borregobasic.org\/apply-for-scholarship\">Apply<\/a> during a two-week window. The exact dates are announced on this page soon after the New Year.<\/li>\n\n\n\n<li><strong>End of April<\/strong> Awards are announced by email to each applicant.<\/li>\n\n\n\n<li><strong>July and August<\/strong> Awarded scholars submit their <a href=\"https:\/\/hub.borregobasic.org\/proof-of-enrollment\">proof of enrollment<\/a>.<\/li>\n\n\n\n<li><strong>About two weeks later<\/strong> The check arrives, paid directly to the scholar rather than to the school.<\/li>\n<\/ol>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>If you are awarded.<\/strong> BASIC celebrates each year&#8217;s scholars on this site. The application asks whether your profile \u2014 your photo, your school and your answers \u2014 may be shown publicly. If you opt in and you are awarded, that profile appears on our <a href=\"\/scholarship-awardees\/\">current scholars page<\/a>. If you would rather not, say so on the form: your award is unaffected and nothing about you is published.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Questions about applying? Email <a href=\"mailto:contactus@borregobasic.org\">contactus@borregobasic.org<\/a>.<\/p>\n<\/div>\n\n\n\n<div class=\"wp-block-group alignfull bb-section bb-flow-tight has-global-padding is-layout-constrained wp-container-core-group-is-layout-2b802be7 wp-block-group-is-layout-constrained\">\n<h2 class=\"wp-block-heading bb-title-brush\">BASIC Gives Two Types of Scholarship<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">The program is built around a simple idea: getting to school is one problem, and staying there until you finish is another. BASIC helps with both.<\/p>\n\n\n\n<div class=\"wp-block-columns bb-milestones is-layout-flex wp-container-core-columns-is-layout-79fb870f wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<p class=\"bb-milestone-year wp-block-paragraph\">Start<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Start-School Scholarships<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">To high school graduates planning to attend vocational, two-year or four-year colleges.<\/p>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<p class=\"bb-milestone-year wp-block-paragraph\">Stay<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Stay-in-School Scholarships<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">To those who continue their education and work towards a certificate or a degree.<\/p>\n<\/div>\n<\/div>\n\n\n\n<p class=\"has-small-font-size wp-block-paragraph\">A scholar who is awarded in their first year and stays in good academic standing can be supported every year after it. The award amounts rise after the first year.<\/p>\n<\/div>\n\n\n\n<div class=\"wp-block-group alignfull bb-section has-base-alt-background-color has-background has-global-padding is-layout-constrained wp-container-core-group-is-layout-f9ee79c1 wp-block-group-is-layout-constrained\">\n<h2 class=\"wp-block-heading bb-title-brush\">What You Can Receive<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Whether it is a start-school or a stay-in-school award, every BASIC scholarship is one of two kinds. Every awarded scholar receives a <strong>General Scholarship<\/strong>. Some also receive a <strong>Named Scholarship<\/strong> on top of it.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">General Scholarship Awards<\/h3>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th>Type of School<\/th><th>First Year<\/th><th>Each Year After<\/th><\/tr><\/thead><tbody><tr><td>Vocational program or community college<\/td><td>$500<\/td><td>$1,000<\/td><\/tr><tr><td>Four-year college or university<\/td><td>$1,000<\/td><td>$2,000<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p class=\"has-small-font-size wp-block-paragraph\">Award values may vary according to BASIC&#8217;s fundraising success. Awards usually end once a scholar has earned a baccalaureate degree, though some scholars continue with support from named funds.<\/p>\n<\/div>\n\n\n\n<div class=\"wp-block-group alignfull bb-section has-global-padding is-layout-constrained wp-container-core-group-is-layout-043fbcc3 wp-block-group-is-layout-constrained\">\n<h2 class=\"wp-block-heading bb-title-brush\">Named Scholarships<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Many BASIC donors have funded a named scholarship award, a number of them in memory of someone they loved. The donor decides what the award recognizes and how much it adds to a scholar&#8217;s general award. There are two kinds: those that support study in a particular field, and those that reward academic achievement.<\/p>\n\n\n<div class=\"bb-scholarships wp-block-borrego-named-scholarships\">\n\n\t\n\t\n\t\t\t\t<ul class=\"bb-scholarships__grid\" role=\"list\">\n\t\t\t\t\t\t\t\t\t<li class=\"bb-panel bb-scholarships__card\">\n\t\t\t\t<h3 class=\"bb-scholarships__name\">\u201cCoach\u201d Tim WHITE Scholarship<\/h3>\n\t\t\t\t<p class=\"bb-scholarships__purpose\">Exemplary community service<\/p>\n\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\t<li class=\"bb-panel bb-scholarships__card\">\n\t\t\t\t<h3 class=\"bb-scholarships__name\">Barbara COATES Scholarship<\/h3>\n\t\t\t\t<p class=\"bb-scholarships__purpose\">Students studying to become teachers<\/p>\n\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\t<li class=\"bb-panel bb-scholarships__card\">\n\t\t\t\t<h3 class=\"bb-scholarships__name\">BASIC&#039;s Special Scholarship Fund<\/h3>\n\t\t\t\t<p class=\"bb-scholarships__purpose\">unusual circumstances<\/p>\n\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\t<li class=\"bb-panel bb-scholarships__card\">\n\t\t\t\t<h3 class=\"bb-scholarships__name\">Bill WRIGHT Memorial Scholarship<\/h3>\n\t\t\t\t<p class=\"bb-scholarships__purpose\">Students studying business<\/p>\n\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\t<li class=\"bb-panel bb-scholarships__card\">\n\t\t\t\t<h3 class=\"bb-scholarships__name\">Curt YAWS Scholarship<\/h3>\n\t\t\t\t<p class=\"bb-scholarships__purpose\">Students studying to become teachers<\/p>\n\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\t<li class=\"bb-panel bb-scholarships__card\">\n\t\t\t\t<h3 class=\"bb-scholarships__name\">Dr. Edith A. SCHMITT Memorial Scholarship<\/h3>\n\t\t\t\t<p class=\"bb-scholarships__purpose\">Students studying to become nurses<\/p>\n\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\t<li class=\"bb-panel bb-scholarships__card\">\n\t\t\t\t<h3 class=\"bb-scholarships__name\">Gary BEZER and Lise FLEURY Scholarships<\/h3>\n\t\t\t\t<p class=\"bb-scholarships__purpose\">Exceptional students<\/p>\n\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\t<li class=\"bb-panel bb-scholarships__card\">\n\t\t\t\t<h3 class=\"bb-scholarships__name\">Jerry R. GOLDSMITH Memorial Scholarships<\/h3>\n\t\t\t\t<p class=\"bb-scholarships__purpose\">Students studying healthcare or science disciplines<\/p>\n\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\t<li class=\"bb-panel bb-scholarships__card\">\n\t\t\t\t<h3 class=\"bb-scholarships__name\">Joann and David STANG Scholarships (in memory of David)<\/h3>\n\t\t\t\t<p class=\"bb-scholarships__purpose\">Academic excellence (GPA 3.33\u20133.65)<\/p>\n\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\t<li class=\"bb-panel bb-scholarships__card\">\n\t\t\t\t<h3 class=\"bb-scholarships__name\">Joanne and Richard INGWALL Scholarships<\/h3>\n\t\t\t\t<p class=\"bb-scholarships__purpose\">Academic excellence (GPA 3.66\u20134.00)<\/p>\n\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\t<li class=\"bb-panel bb-scholarships__card\">\n\t\t\t\t<h3 class=\"bb-scholarships__name\">Jon GILBERT Memorial Scholarship<\/h3>\n\t\t\t\t<p class=\"bb-scholarships__purpose\">Students studying STEM<\/p>\n\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\t<li class=\"bb-panel bb-scholarships__card\">\n\t\t\t\t<h3 class=\"bb-scholarships__name\">Martha DEICHLER Scholarship<\/h3>\n\t\t\t\t<p class=\"bb-scholarships__purpose\">Students studying to become teachers in a public school district<\/p>\n\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\t<li class=\"bb-panel bb-scholarships__card\">\n\t\t\t\t<h3 class=\"bb-scholarships__name\">Paula MATTHEWS and Mark REMY Scholarship<\/h3>\n\t\t\t\t<p class=\"bb-scholarships__purpose\">Students majoring in environment, sustainability, or public policy<\/p>\n\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\t<li class=\"bb-panel bb-scholarships__card\">\n\t\t\t\t<h3 class=\"bb-scholarships__name\">Ralph SINGER Memorial Scholarships<\/h3>\n\t\t\t\t<p class=\"bb-scholarships__purpose\">Students studying to become nurses<\/p>\n\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\t<li class=\"bb-panel bb-scholarships__card\">\n\t\t\t\t<h3 class=\"bb-scholarships__name\">Rosemary and Richard FAUSEL Scholarship<\/h3>\n\t\t\t\t<p class=\"bb-scholarships__purpose\">Students studying STEM<\/p>\n\t\t\t<\/li>\n\t\t\t\t\t<\/ul>\n\n\t<\/div>\n\n\n\n<p class=\"has-small-font-size wp-block-paragraph\">Named donors have given over $250,000.<\/p>\n<\/div>\n\n\n\n<div class=\"wp-block-group alignfull bb-section bb-flow-tight has-global-padding is-layout-constrained wp-container-core-group-is-layout-043fbcc3 wp-block-group-is-layout-constrained\">\n<h2 class=\"wp-block-heading bb-title-brush\">More About the Program<\/h2>\n\n\n\n<div class=\"wp-block-columns bb-onward is-layout-flex wp-container-core-columns-is-layout-79fb870f wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column bb-panel bb-onward-card bb-icon-calendar is-layout-flow wp-block-column-is-layout-flow\">\n<p class=\"bb-eyebrow has-x-small-font-size wp-block-paragraph\">Past, present, future<\/p>\n\n\n\n<h3 class=\"wp-block-heading has-large-font-size\">Our Record<\/h3>\n\n\n\n<p class=\"has-small-font-size wp-block-paragraph\">Where BASIC came from, every award made since 1998, and where this year\u2019s fifty-one scholars are studying.<\/p>\n\n\n\n<p class=\"bb-onward-action has-small-font-size wp-block-paragraph\"><a class=\"bb-onward-link\" href=\"\/scholarships\/our-record\/\">See the Record<\/a><\/p>\n<\/div>\n\n\n\n<div class=\"wp-block-column bb-panel bb-onward-card bb-icon-cap is-layout-flow wp-block-column-is-layout-flow\">\n<p class=\"bb-eyebrow has-x-small-font-size wp-block-paragraph\">In their own words<\/p>\n\n\n\n<h3 class=\"wp-block-heading has-large-font-size\">BASIC Salutes Its Graduates<\/h3>\n\n\n\n<p class=\"has-small-font-size wp-block-paragraph\">The scholars who finished \u2014 in nursing, aviation, medicine, engineering and business \u2014 and what the scholarship meant to them.<\/p>\n\n\n\n<p class=\"bb-onward-action has-small-font-size wp-block-paragraph\"><a class=\"bb-onward-link\" href=\"\/scholarships\/graduates\/\">Meet the Graduates<\/a><\/p>\n<\/div>\n\n\n\n<div class=\"wp-block-column bb-panel bb-onward-card bb-icon-compass is-layout-flow wp-block-column-is-layout-flow\">\n<p class=\"bb-eyebrow has-x-small-font-size wp-block-paragraph\">This year&#8217;s class<\/p>\n\n\n\n<h3 class=\"wp-block-heading has-large-font-size\">Our Current Scholars<\/h3>\n\n\n\n<p class=\"has-small-font-size wp-block-paragraph\">The scholars BASIC is supporting right now, each one telling their own story \u2014 where they are studying, and where they are headed.<\/p>\n\n\n\n<p class=\"bb-onward-action has-small-font-size wp-block-paragraph\"><a class=\"bb-onward-link\" href=\"\/scholarship-awardees\/\">Meet the Scholars<\/a><\/p>\n<\/div>\n<\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-group alignfull bb-section--tight bb-flow-tight has-global-padding is-layout-constrained wp-container-core-group-is-layout-f9ee79c1 wp-block-group-is-layout-constrained\">\n<h2 class=\"wp-block-heading has-text-align-center bb-eyebrow has-small-font-size\">The Committee<\/h2>\n\n\n\n<p class=\"has-text-align-center wp-block-paragraph\">BASIC&#8217;s Scholarship Committee: Tom Cassidy, Barb Coates, Dick Fausel and Dick Ingwall, Chair, with Joanne Ingwall, Board Scholarship Coordinator.<\/p>\n<\/div>\n\n\n\n\n","protected":false},"excerpt":{"rendered":"<p>BASIC Scholarships Begin and keep going. BASIC scholarships help Borregans start and continue vocational training, community college and four-year degrees \u2014 and keep going until they finish. Who qualifies, and how to apply The scholarship program Who Is Eligible To be funded for later years of school, BASIC scholars must be in good academic standing [&hellip;]<\/p>\n","protected":false},"author":0,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-15","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/borregobasic.org\/es\/wp-json\/wp\/v2\/pages\/15","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/borregobasic.org\/es\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/borregobasic.org\/es\/wp-json\/wp\/v2\/types\/page"}],"replies":[{"embeddable":true,"href":"https:\/\/borregobasic.org\/es\/wp-json\/wp\/v2\/comments?post=15"}],"version-history":[{"count":14,"href":"https:\/\/borregobasic.org\/es\/wp-json\/wp\/v2\/pages\/15\/revisions"}],"predecessor-version":[{"id":853,"href":"https:\/\/borregobasic.org\/es\/wp-json\/wp\/v2\/pages\/15\/revisions\/853"}],"wp:attachment":[{"href":"https:\/\/borregobasic.org\/es\/wp-json\/wp\/v2\/media?parent=15"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}