diff --git a/src/assets/text/text.js b/src/assets/text/text.js
index 3240f66f4a8bb58f3c30a39a581d112a7ef30f5d..cdc0dcfb7d75d3ff0792d5db77500d2825eab54c 100644
--- a/src/assets/text/text.js
+++ b/src/assets/text/text.js
@@ -35,7 +35,7 @@ export default {
     socialVulnerabilityText: {
       title: "Where do we go from here",
       paragraph1: "A crucial and largely unexplored area of research is the intersectionality of social vulnerability factors. The factors evaluated by the researchers at USGS represent individual drivers of water insecurity, like household size or ethnicity. What about the people who experience multiple risk factors at the same time?",
-      paragraph2: `For example, “Elderly people who have lower incomes are a unique population, existing at the overlap of, but distinct from, the elderly or lower income alone,” says Oronde Drakes, social geographer at USGS and lead author of the <span class="tooltip"><span class="tooltip-span">meta-analysis</span><span class="tooltiptext meta-analysis">Type of review study where researchers combine data from many different studies to try to identify bigger patterns across all the results.</span></span>.. “The interaction of those social characteristics may well have different and significant impacts on water security than would be found exploring those social factors on their own.”`,
+      paragraph2: `For example, “Elderly people who have lower incomes are a unique population, existing at the overlap of, but distinct from, the elderly or lower income alone,” says Oronde Drakes, social geographer at USGS and lead author of the <span class="tooltip"><span class="tooltip-span">meta-analysis</span><span class="tooltiptext meta-analysis">Type of review study where researchers combine data from many different studies to try to identify bigger patterns across all the results.</span></span>. “The interaction of those social characteristics may well have different and significant impacts on water security than would be found exploring those social factors on their own.”`,
       paragraph3: "In this burgeoning field of social vulnerability to water insecurity, we have a lot left to learn. Once we better understand not only where water insecurity is happening, but who is most vulnerable and why, we will be better equipped to address environmental justice and equity issues in water resources."
     },
     teamText: {
diff --git a/src/components/BeeswarmChart.vue b/src/components/BeeswarmChart.vue
index 7650d300448a594d40f785be4e12ecbc8a7b6c0d..cbf926adf2b13a8280905f7bed356a93bc0b015f 100644
--- a/src/components/BeeswarmChart.vue
+++ b/src/components/BeeswarmChart.vue
@@ -2,7 +2,7 @@
   <section id="beeswarm">
     <div id="text1" class="text-container">
       <p>
-        Everyone needs access to clean water. The gap between water security and <span class="tooltip-group"><span class="tooltip-span"> water insecurity </span><span class="tooltiptext water-insecurity" > Populations cannot maintain access to adequate quantities of water at an acceptable quality to sustain livelihoods, development, and human and ecosystem health.</span></span> can be the difference between a daydream and a nightmare. People may be more vulnerable to water insecurity due to  
+        Everyone needs access to clean water. The gap between water security and <span class="tooltip-group"><span class="tooltip-span"> water insecurity </span><span class="tooltiptext" > Populations cannot maintain access to adequate quantities of water at an acceptable quality to sustain livelihoods, development, and human and ecosystem health.</span></span> can be the difference between a daydream and a nightmare. People may be more vulnerable to water insecurity due to  
         <span 
           :class="['highlight', 'Demographiccharacteristics', { checked: isChecked.Demographiccharacteristics }]" 
           @click="toggleCategory('Demographiccharacteristics')"