{"id":34050,"date":"2026-08-17T09:36:17","date_gmt":"2026-08-17T13:36:17","guid":{"rendered":"https:\/\/caribbeanbiodiversityfund.org\/?p=34050"},"modified":"2026-08-17T17:07:11","modified_gmt":"2026-08-17T21:07:11","slug":"invitation-for-expressions-of-interest-cbf-board-of-directors","status":"publish","type":"post","link":"https:\/\/caribbeanbiodiversityfund.org\/es\/invitation-for-expressions-of-interest-cbf-board-of-directors\/","title":{"rendered":"Invitation for Expressions of Interest: CBF Board of Directors"},"content":{"rendered":"\n<!-- =========================================================================\n     CBF BOARD OF DIRECTORS - EXPRESSION OF INTEREST (tabbed, no header)\n     Paste EVERYTHING below into a single \"Custom HTML\" block in the editor.\n     The template's hero already shows the title, so the blue header is removed.\n     CSS-only tabs (no JavaScript). All three PDF links are live.\n\n     Don't want the facts strip? Delete the <div class=\"cbf-eoi__facts\"> ... <\/div>\n     block and the tabs will sit at the very top.\n     ========================================================================= -->\n\n<style>\n  .cbf-eoi {\n    --cbf-blue: #1F4A94;\n    --cbf-blue-dark: #163a75;\n    --cbf-green: #418344;\n    --cbf-saffron: #F5BD29;\n    --cbf-ink: #2b2f36;\n    --cbf-muted: #5a6270;\n    --cbf-line: #e3e7ee;\n    --cbf-tint: #f3f6fb;\n\n    font-family: \"Outfit\", -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n    color: var(--cbf-ink);\n    line-height: 1.65;\n    font-size: 17px;\n    max-width: 820px;\n    margin: 0 auto;\n  }\n  .cbf-eoi *, .cbf-eoi *::before, .cbf-eoi *::after { box-sizing: border-box; }\n  .cbf-eoi p { margin: 0 0 1.1em; }\n  .cbf-eoi strong { color: var(--cbf-ink); font-weight: 600; }\n\n  \/* Key facts strip *\/\n  .cbf-eoi__facts {\n    display: flex; flex-wrap: wrap; align-items: center; gap: 14px 32px;\n    padding: 4px 6px 20px; margin: 0;\n    border-bottom: 1px solid var(--cbf-line);\n  }\n  .cbf-eoi__fact {\n    display: flex; flex-direction: column; line-height: 1.25;\n    padding-left: 12px; border-left: 3px solid var(--cbf-saffron);\n  }\n  .cbf-eoi__fact span {\n    font-size: 12px; letter-spacing: 0.08em; text-transform: uppercase;\n    font-weight: 600; color: var(--cbf-muted); margin-bottom: 2px;\n  }\n  .cbf-eoi__fact strong { font-size: 16px; color: var(--cbf-blue); font-weight: 700; }\n\n  \/* Apply Now button *\/\n  .cbf-eoi__apply {\n    display: inline-flex; align-items: center; gap: 8px;\n    background: var(--cbf-blue); color: #fff !important;\n    font-weight: 700; font-size: 14.5px; line-height: 1;\n    padding: 12px 22px; border-radius: 8px;\n    text-decoration: none; border: none; white-space: nowrap;\n    transition: background .15s ease, transform .15s ease;\n  }\n  .cbf-eoi__apply:hover { background: var(--cbf-blue-dark); transform: translateY(-1px); }\n  .cbf-eoi__apply:focus-visible { outline: 2px solid var(--cbf-blue); outline-offset: 2px; }\n  .cbf-eoi__facts .cbf-eoi__apply { margin-left: auto; }\n  .cbf-eoi__callout .cbf-eoi__apply { margin-top: 20px; }\n\n  \/* Tabs (radio hack) *\/\n  .cbf-eoi__radio {\n    position: absolute; width: 1px; height: 1px;\n    opacity: 0; overflow: hidden; clip: rect(0 0 0 0);\n  }\n  .cbf-eoi__tabs {\n    display: flex; flex-wrap: wrap; gap: 2px;\n    border-bottom: 2px solid var(--cbf-line);\n    padding: 0 4px;\n  }\n  .cbf-eoi__tab {\n    padding: 14px 20px; font-weight: 600; font-size: 15.5px;\n    color: var(--cbf-muted); cursor: pointer;\n    border-bottom: 3px solid transparent; margin-bottom: -2px;\n    transition: color .15s ease, border-color .15s ease; user-select: none;\n  }\n  .cbf-eoi__tab:hover { color: var(--cbf-blue); }\n\n  .cbf-eoi__panels { padding: 4px 4px 8px; }\n  .cbf-eoi__panel { display: none; }\n  .cbf-eoi__panel > .cbf-eoi__section:first-child { margin-top: 28px; }\n\n  #cbf-tab-1:checked ~ .cbf-eoi__tabs label[for=\"cbf-tab-1\"],\n  #cbf-tab-2:checked ~ .cbf-eoi__tabs label[for=\"cbf-tab-2\"],\n  #cbf-tab-3:checked ~ .cbf-eoi__tabs label[for=\"cbf-tab-3\"],\n  #cbf-tab-4:checked ~ .cbf-eoi__tabs label[for=\"cbf-tab-4\"] {\n    color: var(--cbf-blue); border-bottom-color: var(--cbf-saffron);\n  }\n  #cbf-tab-1:checked ~ .cbf-eoi__panels .cbf-eoi__panel--1,\n  #cbf-tab-2:checked ~ .cbf-eoi__panels .cbf-eoi__panel--2,\n  #cbf-tab-3:checked ~ .cbf-eoi__panels .cbf-eoi__panel--3,\n  #cbf-tab-4:checked ~ .cbf-eoi__panels .cbf-eoi__panel--4 { display: block; }\n\n  #cbf-tab-1:focus-visible ~ .cbf-eoi__tabs label[for=\"cbf-tab-1\"],\n  #cbf-tab-2:focus-visible ~ .cbf-eoi__tabs label[for=\"cbf-tab-2\"],\n  #cbf-tab-3:focus-visible ~ .cbf-eoi__tabs label[for=\"cbf-tab-3\"],\n  #cbf-tab-4:focus-visible ~ .cbf-eoi__tabs label[for=\"cbf-tab-4\"] {\n    outline: 2px solid var(--cbf-blue); outline-offset: 2px; border-radius: 4px;\n  }\n\n  \/* Sections *\/\n  .cbf-eoi__section { margin: 34px 0 0; }\n  .cbf-eoi__h2 {\n    display: flex; align-items: center; gap: 12px;\n    font-size: 21px; font-weight: 700; color: var(--cbf-blue);\n    margin: 0 0 12px; padding-bottom: 10px; border-bottom: 2px solid var(--cbf-line);\n  }\n  .cbf-eoi__num {\n    flex: 0 0 auto; font-size: 14px; font-weight: 700; color: #fff;\n    background: var(--cbf-green); width: 28px; height: 28px; border-radius: 6px;\n    display: inline-flex; align-items: center; justify-content: center;\n  }\n\n  \/* Expertise table *\/\n  .cbf-eoi__tablewrap { overflow-x: auto; -webkit-overflow-scrolling: touch; }\n  .cbf-eoi__table { width: 100%; border-collapse: collapse; min-width: 560px; font-size: 15.5px; }\n  .cbf-eoi__table thead th {\n    background: var(--cbf-blue); color: #fff; text-align: left; font-weight: 600; padding: 12px 16px;\n  }\n  .cbf-eoi__table th:first-child { border-top-left-radius: 8px; }\n  .cbf-eoi__table th:last-child { border-top-right-radius: 8px; }\n  .cbf-eoi__table td { padding: 13px 16px; border-bottom: 1px solid var(--cbf-line); vertical-align: top; }\n  .cbf-eoi__table tbody tr:nth-child(even) { background: var(--cbf-tint); }\n  .cbf-eoi__table td:first-child { font-weight: 600; color: var(--cbf-blue); width: 38%; }\n\n  \/* Lists *\/\n  .cbf-eoi__list { margin: 0 0 1.1em; padding: 0; list-style: none; }\n  .cbf-eoi__list li { position: relative; padding: 0 0 0 26px; margin: 0 0 10px; }\n  .cbf-eoi__list li::before {\n    content: \"\"; position: absolute; left: 4px; top: 10px;\n    width: 8px; height: 8px; border-radius: 2px; background: var(--cbf-saffron);\n  }\n  .cbf-eoi__list li strong { color: var(--cbf-blue); }\n\n  \/* Submission callout *\/\n  .cbf-eoi__callout {\n    background: var(--cbf-tint); border: 1px solid var(--cbf-line);\n    border-left: 5px solid var(--cbf-blue); border-radius: 8px; padding: 22px 24px; margin: 14px 0 0;\n  }\n  .cbf-eoi__callout dl { margin: 0; display: grid; grid-template-columns: auto 1fr; gap: 10px 18px; }\n  .cbf-eoi__callout dt {\n    font-size: 12.5px; letter-spacing: 0.08em; text-transform: uppercase;\n    font-weight: 600; color: var(--cbf-muted); padding-top: 2px;\n  }\n  .cbf-eoi__callout dd { margin: 0; font-weight: 500; }\n  .cbf-eoi__callout a { color: var(--cbf-blue); font-weight: 600; text-decoration: none; border-bottom: 1px solid var(--cbf-saffron); }\n  .cbf-eoi__callout code { background: #fff; border: 1px solid var(--cbf-line); border-radius: 4px; padding: 2px 7px; font-size: 14px; color: var(--cbf-ink); }\n  .cbf-eoi__deadline { display: inline-block; background: var(--cbf-saffron); color: #4a3b00; font-weight: 700; padding: 3px 10px; border-radius: 5px; }\n\n  \/* Documents *\/\n  .cbf-eoi__docs { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 14px; margin: 14px 0 0; }\n  .cbf-eoi__doc {\n    display: flex; align-items: center; gap: 14px; padding: 16px 18px;\n    border: 1px solid var(--cbf-line); border-radius: 8px; text-decoration: none;\n    color: var(--cbf-ink); background: #fff;\n    transition: border-color .15s ease, box-shadow .15s ease, transform .15s ease;\n  }\n  .cbf-eoi__doc:hover { border-color: var(--cbf-blue); box-shadow: 0 4px 14px rgba(31,74,148,0.10); transform: translateY(-1px); }\n  .cbf-eoi__doc-ico {\n    flex: 0 0 auto; width: 40px; height: 40px; border-radius: 8px;\n    background: var(--cbf-blue); color: #fff; display: inline-flex;\n    align-items: center; justify-content: center; font-size: 12px; font-weight: 700; letter-spacing: 0.03em;\n  }\n  .cbf-eoi__doc-txt { display: flex; flex-direction: column; line-height: 1.3; }\n  .cbf-eoi__doc-txt b { color: var(--cbf-blue); font-size: 15.5px; }\n  .cbf-eoi__doc-txt span { color: var(--cbf-muted); font-size: 13px; }\n\n  .cbf-eoi__note {\n    font-size: 14.5px; color: var(--cbf-muted); font-style: italic;\n    margin: 18px 0 0; padding-left: 14px; border-left: 3px solid var(--cbf-line);\n  }\n\n  \/* Mobile *\/\n  @media (max-width: 600px) {\n    .cbf-eoi { font-size: 16px; }\n    .cbf-eoi__facts { gap: 12px 20px; }\n    .cbf-eoi__facts .cbf-eoi__apply { margin-left: 0; width: 100%; justify-content: center; }\n    .cbf-eoi__tabs { flex-wrap: nowrap; overflow-x: auto; -webkit-overflow-scrolling: touch; }\n    .cbf-eoi__tab { padding: 12px 14px; white-space: nowrap; font-size: 15px; }\n    .cbf-eoi__h2 { font-size: 19px; }\n    .cbf-eoi__callout dl { grid-template-columns: 1fr; gap: 4px 0; }\n    .cbf-eoi__callout dt { padding-top: 12px; }\n  }\n<\/style>\n\n<div class=\"cbf-eoi\">\n\n  <div class=\"cbf-eoi__facts\">\n    <div class=\"cbf-eoi__fact\"><span>Term<\/span><strong>Two years<\/strong><\/div>\n    <div class=\"cbf-eoi__fact\"><span>Proposed start<\/span><strong>1 October 2026<\/strong><\/div>\n    <div class=\"cbf-eoi__fact\"><span>Application deadline<\/span><strong>7 September 2026<\/strong><\/div>\n    <a class=\"cbf-eoi__apply\" href=\"https:\/\/forms.zohopublic.com\/caribbeanbiodiversityfund\/form\/CBFBoardofDirectorsExpressionofInterest\/formperma\/VeD7waO7PLg5HkNZPHcvdMwI5MParOmqTnzGJzMT1QE\" target=\"_blank\" rel=\"noopener\">Apply Now<\/a>\n  <\/div>\n\n  <input class=\"cbf-eoi__radio\" type=\"radio\" name=\"cbf-eoi-tabs\" id=\"cbf-tab-1\" checked>\n  <input class=\"cbf-eoi__radio\" type=\"radio\" name=\"cbf-eoi-tabs\" id=\"cbf-tab-2\">\n  <input class=\"cbf-eoi__radio\" type=\"radio\" name=\"cbf-eoi-tabs\" id=\"cbf-tab-3\">\n  <input class=\"cbf-eoi__radio\" type=\"radio\" name=\"cbf-eoi-tabs\" id=\"cbf-tab-4\">\n\n  <div class=\"cbf-eoi__tabs\" role=\"tablist\">\n    <label class=\"cbf-eoi__tab\" for=\"cbf-tab-1\">Overview<\/label>\n    <label class=\"cbf-eoi__tab\" for=\"cbf-tab-2\">The Role<\/label>\n    <label class=\"cbf-eoi__tab\" for=\"cbf-tab-3\">How to Apply<\/label>\n    <label class=\"cbf-eoi__tab\" for=\"cbf-tab-4\">Documents<\/label>\n  <\/div>\n\n  <div class=\"cbf-eoi__panels\">\n\n    <!-- ===== TAB 1: OVERVIEW ===== -->\n    <div class=\"cbf-eoi__panel cbf-eoi__panel--1\">\n      <section class=\"cbf-eoi__section\">\n        <h2 class=\"cbf-eoi__h2\"><span class=\"cbf-eoi__num\">1<\/span> Invitation<\/h2>\n        <p>The Caribbean Biodiversity Fund (CBF) is seeking expressions of interest and nominations of suitably qualified individuals who may be considered for appointment to the Board for a maximum of two years, with a proposed start date of 1 October 2026.<\/p>\n        <p>CBF is a regional environmental fund established to provide stable, long-term financial resources for conservation, ecosystem-based adaptation, and biodiversity protection across the Caribbean. To ensure robust fiduciary oversight, objective governance, and strategic impact, the CBF Governance Committee is opening its formal Call for Nominees to fill vacant seats on its skills-based Board of Directors.<\/p>\n      <\/section>\n\n      <section class=\"cbf-eoi__section\">\n        <h2 class=\"cbf-eoi__h2\"><span class=\"cbf-eoi__num\">2<\/span> Why Serve on the CBF Board<\/h2>\n        <p>Serving on the CBF Board offers an opportunity to help shape the strategic direction and governance of a regional institution dedicated to sustainable financing for biodiversity conservation. Directors contribute to CBF&#8217;s continued growth and long-term impact while engaging with Caribbean and international partners committed to conservation and sustainable development.<\/p>\n        <p>Board service is voluntary and does not carry remuneration. Directors may, however, have opportunities to represent the CBF at regional and international meetings, convenings, and other strategic engagements, including travel where appropriate.<\/p>\n      <\/section>\n    <\/div>\n\n    <!-- ===== TAB 2: THE ROLE ===== -->\n    <div class=\"cbf-eoi__panel cbf-eoi__panel--2\">\n      <section class=\"cbf-eoi__section\">\n        <h2 class=\"cbf-eoi__h2\"><span class=\"cbf-eoi__num\">3<\/span> Areas of Expertise<\/h2>\n        <p>CBF is particularly interested in individuals with senior-level experience in one or more of the following areas:<\/p>\n        <div class=\"cbf-eoi__tablewrap\">\n          <table class=\"cbf-eoi__table\">\n            <thead>\n              <tr><th scope=\"col\">Area of Expertise<\/th><th scope=\"col\">Illustrative Experience<\/th><\/tr>\n            <\/thead>\n            <tbody>\n              <tr><td>1. Conservation Finance and Environmental Fund Management<\/td><td>Environmental fund management, endowment stewardship, grant-making and innovative finance instruments.<\/td><\/tr>\n              <tr><td>2. Biodiversity Conservation<\/td><td>Caribbean biodiversity, ecosystem-based adaptation, marine and terrestrial conservation, and nature-based solutions.<\/td><\/tr>\n              <tr><td>3. Risk Management and Investment Oversight<\/td><td>Financial management, investment oversight, enterprise and fiduciary risk, audit and compliance.<\/td><\/tr>\n              <tr><td>4. Strategic Communications and Stakeholder Engagement<\/td><td>Strategic communications, stakeholder engagement, public affairs, media and organisational positioning.<\/td><\/tr>\n              <tr><td>5. Advocacy, Partnerships and Resource Mobilisation<\/td><td>Resource mobilisation, donor relations, partnership development and advocacy for Caribbean conservation.<\/td><\/tr>\n              <tr><td>6. Legal and Corporate Governance<\/td><td>Legal expertise, governance frameworks, compliance, articles of incorporation and governance administration.<\/td><\/tr>\n              <tr><td>7. Institutional Development and Capacity-Building<\/td><td>Organisational growth, institutional strengthening, internal capacity development and change management.<\/td><\/tr>\n            <\/tbody>\n          <\/table>\n        <\/div>\n      <\/section>\n\n      <section class=\"cbf-eoi__section\">\n        <h2 class=\"cbf-eoi__h2\"><span class=\"cbf-eoi__num\">4<\/span> Candidate Profile<\/h2>\n        <p>Candidates should bring demonstrated leadership experience, sound judgement, high standards of integrity and a commitment to CBF&#8217;s regional mission. Previous experience serving on a Board or providing strategic oversight within a regional, international, conservation, financial or public-interest organisation would be an asset.<\/p>\n        <p>CBF is committed to developing a Board that reflects an appropriate balance of skills, experience, regional knowledge, diversity and independence.<\/p>\n      <\/section>\n\n      <section class=\"cbf-eoi__section\">\n        <h2 class=\"cbf-eoi__h2\"><span class=\"cbf-eoi__num\">5<\/span> Board Service Expectations<\/h2>\n        <p>Board members are expected to serve for a two-year term, renewable in accordance with CBF&#8217;s governing documents and agreed rotation arrangements; prepare for and participate actively in scheduled Board meetings during the year; and participate in committee work where required.<\/p>\n        <p>Board members are also expected to exercise independent judgement, uphold fiduciary, ethical and confidentiality standards, disclose and manage conflicts of interest appropriately, and devote sufficient time to their responsibilities. Details on meeting dates, committee assignments, time commitment, and applicable remuneration or reimbursement arrangements will be provided to candidates invited to advance to the formal nomination stage.<\/p>\n      <\/section>\n    <\/div>\n\n    <!-- ===== TAB 3: HOW TO APPLY ===== -->\n    <div class=\"cbf-eoi__panel cbf-eoi__panel--3\">\n      <section class=\"cbf-eoi__section\">\n        <h2 class=\"cbf-eoi__h2\"><span class=\"cbf-eoi__num\">6<\/span> Expressions of Interest<\/h2>\n        <p>Expressions of interest may be submitted directly by interested individuals or on their behalf by a CBF Member, National Conservation Trust Fund, CBF Director or other recognised stakeholder.<\/p>\n        <p>Each expression of interest should include:<\/p>\n        <ul class=\"cbf-eoi__list\">\n          <li><strong>Curriculum vitae:<\/strong> A current CV outlining relevant professional and Board-level experience.<\/li>\n          <li><strong>Brief statement:<\/strong> A concise statement describing the individual&#8217;s relevant experience and the contribution they believe they could make to the CBF Board.<\/li>\n          <li><strong>Initial conflict disclosure:<\/strong> A statement identifying any actual or potential conflicts of interest relevant to possible Board service.<\/li>\n        <\/ul>\n      <\/section>\n\n      <section class=\"cbf-eoi__section\">\n        <h2 class=\"cbf-eoi__h2\"><span class=\"cbf-eoi__num\">7<\/span> Review and Appointment Process<\/h2>\n        <p>All expressions of interest will be treated confidentially and reviewed in accordance with CBF&#8217;s approved nomination, due-diligence and appointment process. The Nominations Committee will assess potential candidates against the Board&#8217;s identified skills requirements and recommend shortlisted candidates to the Board of Directors, which retains formal appointment authority.<\/p>\n        <p>An expression of interest does not constitute a formal nomination and does not guarantee shortlisting or appointment.<\/p>\n      <\/section>\n\n      <section class=\"cbf-eoi__section\">\n        <h2 class=\"cbf-eoi__h2\"><span class=\"cbf-eoi__num\">8<\/span> How to Submit<\/h2>\n        <div class=\"cbf-eoi__callout\">\n          <dl>\n            <dt>Deadline<\/dt>\n            <dd><span class=\"cbf-eoi__deadline\">7 September 2026<\/span><\/dd>\n          <\/dl>\n          <a class=\"cbf-eoi__apply\" href=\"https:\/\/forms.zohopublic.com\/caribbeanbiodiversityfund\/form\/CBFBoardofDirectorsExpressionofInterest\/formperma\/VeD7waO7PLg5HkNZPHcvdMwI5MParOmqTnzGJzMT1QE\" target=\"_blank\" rel=\"noopener\">Apply Now<\/a>\n        <\/div>\n      <\/section>\n    <\/div>\n\n    <!-- ===== TAB 4: DOCUMENTS ===== -->\n    <div class=\"cbf-eoi__panel cbf-eoi__panel--4\">\n      <section class=\"cbf-eoi__section\">\n        <h2 class=\"cbf-eoi__h2\"><span class=\"cbf-eoi__num\">&#9662;<\/span> Supporting Documents<\/h2>\n        <p>Download the full invitation and supporting forms below.<\/p>\n        <div class=\"cbf-eoi__docs\">\n          <a class=\"cbf-eoi__doc\" href=\"https:\/\/caribbeanbiodiversityfund.org\/wp-content\/uploads\/2026\/08\/Annex-1-Invitation-for-Expressions-of-Interest-CBF-Board.docx.pdf\" target=\"_blank\" rel=\"noopener\">\n            <span class=\"cbf-eoi__doc-ico\">PDF<\/span>\n            <span class=\"cbf-eoi__doc-txt\"><b>Full Invitation<\/b><span>Expression of Interest details<\/span><\/span>\n          <\/a>\n          <a class=\"cbf-eoi__doc\" href=\"https:\/\/caribbeanbiodiversityfund.org\/wp-content\/uploads\/2026\/08\/Annex-3-CBF-Board-Candidate-Declaration-of-Interests.pdf\" target=\"_blank\" rel=\"noopener\">\n            <span class=\"cbf-eoi__doc-ico\">PDF<\/span>\n            <span class=\"cbf-eoi__doc-txt\"><b>Declaration of Interests<\/b><span>Conflict of interest form<\/span><\/span>\n          <\/a>\n          <a class=\"cbf-eoi__doc\" href=\"https:\/\/caribbeanbiodiversityfund.org\/wp-content\/uploads\/2026\/08\/Annex-2-CBF-Board-Candidate-Assessment-Scorecard.pdf\" target=\"_blank\" rel=\"noopener\">\n            <span class=\"cbf-eoi__doc-ico\">PDF<\/span>\n            <span class=\"cbf-eoi__doc-txt\"><b>Assessment Scorecard<\/b><span>Candidate evaluation criteria<\/span><\/span>\n          <\/a>\n        <\/div>\n        <p class=\"cbf-eoi__note\">CBF is committed to a Board that reflects an appropriate balance of skills, experience, regional knowledge, diversity and independence.<\/p>\n      <\/section>\n    <\/div>\n\n  <\/div>\n<\/div>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n","protected":false},"excerpt":{"rendered":"<p>TermTwo years Proposed start1 October 2026 Application deadline7 September 2026 Apply Now Overview The Role How to Apply Documents 1 Invitation The Caribbean Biodiversity Fund (CBF) is seeking expressions of [&hellip;]<\/p>\n","protected":false},"author":4,"featured_media":33432,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"_monsterinsights_skip_tracking":false,"_EventAllDay":false,"_EventTimezone":"","_EventStartDate":"","_EventEndDate":"","_EventStartDateUTC":"","_EventEndDateUTC":"","_EventShowMap":false,"_EventShowMapLink":false,"_EventURL":"","_EventCost":"","_EventCostDescription":"","_EventCurrencySymbol":"","_EventCurrencyCode":"","_EventCurrencyPosition":"","_EventDateTimeSeparator":"","_EventTimeRangeSeparator":"","_EventOrganizerID":[],"_EventVenueID":[],"_OrganizerEmail":"","_OrganizerPhone":"","_OrganizerWebsite":"","_VenueAddress":"","_VenueCity":"","_VenueCountry":"","_VenueProvince":"","_VenueState":"","_VenueZip":"","_VenuePhone":"","_VenueURL":"","_VenueStateProvince":"","_VenueLat":"","_VenueLng":"","_VenueShowMap":false,"_VenueShowMapLink":false,"_tribe_blocks_recurrence_rules":"","_tribe_blocks_recurrence_description":"","_tribe_blocks_recurrence_exclusions":"","footnotes":""},"categories":[386,385],"tags":[],"class_list":["post-34050","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-vacancy-notices","category-career-opportunities","entry"],"acf":[],"authors":[],"_links":{"self":[{"href":"https:\/\/caribbeanbiodiversityfund.org\/es\/wp-json\/wp\/v2\/posts\/34050","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/caribbeanbiodiversityfund.org\/es\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/caribbeanbiodiversityfund.org\/es\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/caribbeanbiodiversityfund.org\/es\/wp-json\/wp\/v2\/users\/4"}],"replies":[{"embeddable":true,"href":"https:\/\/caribbeanbiodiversityfund.org\/es\/wp-json\/wp\/v2\/comments?post=34050"}],"version-history":[{"count":7,"href":"https:\/\/caribbeanbiodiversityfund.org\/es\/wp-json\/wp\/v2\/posts\/34050\/revisions"}],"predecessor-version":[{"id":34066,"href":"https:\/\/caribbeanbiodiversityfund.org\/es\/wp-json\/wp\/v2\/posts\/34050\/revisions\/34066"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/caribbeanbiodiversityfund.org\/es\/wp-json\/wp\/v2\/media\/33432"}],"wp:attachment":[{"href":"https:\/\/caribbeanbiodiversityfund.org\/es\/wp-json\/wp\/v2\/media?parent=34050"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/caribbeanbiodiversityfund.org\/es\/wp-json\/wp\/v2\/categories?post=34050"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/caribbeanbiodiversityfund.org\/es\/wp-json\/wp\/v2\/tags?post=34050"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}