Alright, found the culprit in your source code…. I think it might be your theme? in header.php possible? Something is outputting a bad meta-description
<meta name="description" content="-Standard Membership -Premium Membership -How to become a member -Frequently Asked Questions (FAQ) Sign up for a Culips Membership and learn even more from our podcasts, with access to the learning materials! Below is all the information you should need about our membership options, but if you have any questions, feel free to contact us any <a href="https://esl.culips.com/lipservice-1/the-culips-membership-program/#more-'" class="more-link">more ?</a>" />
There is a link in there that isn’t allowed in a meta description.
You are using all in one SEO, which already establishes your meta description, this second one isn’t needed. Check your header.php for some sort of code which is outputting a meta description, probably afetr the wp_head call
Actually, now that aI look closer, it’s all jacked up there. For some reason your more link is outputting in the header….