{"id":26,"date":"2026-03-13T07:29:59","date_gmt":"2026-03-13T07:29:59","guid":{"rendered":"https:\/\/demo6.yinwoodweb.com\/bantad\/?page_id=26"},"modified":"2026-07-02T04:20:39","modified_gmt":"2026-07-02T04:20:39","slug":"terms-conditions","status":"publish","type":"page","link":"https:\/\/demo6.yinwoodweb.com\/bantad\/terms-conditions\/","title":{"rendered":"Terms &amp; Conditions"},"content":{"rendered":"\n<div class=\"wp-block-uagb-container uagb-block-ba69f986 alignfull uagb-is-root-container\"><div class=\"wp-block-bplugins-custom-html\" id='bPluginsCustomHtml-1'>\n<!-- ============================================\n  SECTION: TERMS & CONDITIONS \u2014 St. Joseph Mission Center\n  Self-contained: styles + markup\n============================================= -->\n<section class=\"sjm-terms\" id=\"sjm-terms\">\n  <style>\n    .sjm-terms {\n      --navy: #0F2748;\n      --navy-deep: #0A1B36;\n      --gold: #D8B26B;\n      --gold-soft: #EBD9B4;\n      --cream: #F8F4EC;\n      --parchment: #F1E9D8;\n      --wood: #8A5A35;\n      --charcoal: #2B2A28;\n      position: relative;\n      overflow: hidden;\n      background: var(--cream);\n      font-family: \"Source Sans 3\", \"Segoe UI\", sans-serif;\n      color: var(--charcoal);\n      isolation: isolate;\n    }\n\n    \/* ===== HERO BANNER ===== *\/\n    .sjm-terms__hero {\n      position: relative;\n      background: linear-gradient(165deg, var(--navy-deep) 0%, var(--navy) 55%, #15315a 100%);\n      padding: clamp(80px, 12vw, 140px) 24px clamp(60px, 8vw, 100px);\n      text-align: center;\n      overflow: hidden;\n    }\n\n    .sjm-terms__hero::before {\n      content: \"\";\n      position: absolute;\n      inset: 0;\n      background:\n        repeating-linear-gradient(115deg, transparent 0 90px, rgba(216,178,107,0.08) 90px 91px, transparent 91px 180px),\n        repeating-linear-gradient(65deg, transparent 0 110px, rgba(216,178,107,0.06) 110px 111px, transparent 111px 220px);\n      mask-image: radial-gradient(circle at 50% 60%, rgba(0,0,0,0.8), transparent 70%);\n      pointer-events: none;\n    }\n\n    .sjm-terms__hero::after {\n      content: \"\";\n      position: absolute;\n      top: 50%;\n      left: 50%;\n      width: 900px;\n      height: 900px;\n      transform: translate(-50%, -50%);\n      background: radial-gradient(circle, rgba(216,178,107,0.12) 0%, rgba(216,178,107,0.04) 35%, transparent 65%);\n      pointer-events: none;\n      animation: sjm-terms-glow 12s ease-in-out infinite;\n    }\n\n    @keyframes sjm-terms-glow {\n      0%, 100% { opacity: 0.6; transform: translate(-50%, -50%) scale(1); }\n      50% { opacity: 1; transform: translate(-50%, -50%) scale(1.05); }\n    }\n\n    .sjm-terms__hero-inner {\n      position: relative;\n      z-index: 1;\n      max-width: 760px;\n      margin: 0 auto;\n    }\n\n    .sjm-terms__emblem {\n      width: 64px;\n      height: 64px;\n      margin: 0 auto 24px;\n      opacity: 0;\n      animation: sjm-terms-fade-up 0.8s ease-out 0.1s forwards;\n    }\n\n    .sjm-terms__eyebrow {\n      font-size: 0.78rem;\n      letter-spacing: 0.32em;\n      text-transform: uppercase;\n      color: var(--gold);\n      font-weight: 600;\n      margin: 0 0 16px;\n      opacity: 0;\n      animation: sjm-terms-fade-up 0.8s ease-out 0.25s forwards;\n    }\n\n    .sjm-terms__title {\n      font-family: \"Cormorant Garamond\", Georgia, serif;\n      font-weight: 600;\n      font-size: clamp(2.2rem, 5.5vw, 4rem);\n      line-height: 1.1;\n      letter-spacing: 0.01em;\n      margin: 0 0 20px;\n      color: #fff !important;\n      opacity: 0;\n      animation: sjm-terms-fade-up 0.8s ease-out 0.4s forwards;\n    }\n\n    .sjm-terms__title em {\n      font-style: italic;\n      color: var(--gold);\n    }\n\n    .sjm-terms__last-updated {\n      font-size: 0.85rem;\n      color: rgba(248,244,236,0.55);\n      letter-spacing: 0.08em;\n      margin: 0;\n      opacity: 0;\n      animation: sjm-terms-fade-up 0.8s ease-out 0.55s forwards;\n    }\n\n    @keyframes sjm-terms-fade-up {\n      from { opacity: 0; transform: translateY(20px); }\n      to { opacity: 1; transform: translateY(0); }\n    }\n\n    \/* ===== TABLE OF CONTENTS ===== *\/\n    .sjm-terms__toc {\n      position: relative;\n      max-width: 820px;\n      margin: 0 auto;\n      padding: clamp(36px, 5vw, 56px) 24px 0;\n    }\n\n    .sjm-terms__toc-inner {\n      position: relative;\n      z-index: 1;\n      background: rgba(15,39,72,0.03);\n      border: 1px solid rgba(15,39,72,0.07);\n      border-radius: 14px;\n      padding: 28px 30px;\n    }\n\n    .sjm-terms__toc-label {\n      font-family: \"Cormorant Garamond\", Georgia, serif;\n      font-weight: 600;\n      font-size: 1.15rem;\n      color: var(--navy);\n      margin: 0 0 14px;\n    }\n\n    .sjm-terms__toc-list {\n      list-style: none;\n      padding: 0;\n      margin: 0;\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 6px 24px;\n    }\n\n    .sjm-terms__toc-list li {\n      counter-increment: none;\n    }\n\n    .sjm-terms__toc-list a {\n      display: flex;\n      align-items: baseline;\n      gap: 8px;\n      font-size: 0.92rem;\n      line-height: 1.6;\n      color: var(--navy);\n      text-decoration: none !important;\n      padding: 5px 0;\n      transition: color 0.3s ease;\n    }\n\n    .sjm-terms__toc-list a::before {\n      content: attr(data-num);\n      font-family: \"Cormorant Garamond\", Georgia, serif;\n      font-weight: 700;\n      font-size: 0.85rem;\n      color: var(--gold);\n      min-width: 20px;\n    }\n\n    .sjm-terms__toc-list a:hover {\n      color: var(--gold);\n    }\n\n    \/* ===== BODY CONTENT ===== *\/\n    .sjm-terms__body {\n      position: relative;\n      max-width: 820px;\n      margin: 0 auto;\n      padding: clamp(40px, 6vw, 72px) 24px clamp(64px, 10vw, 120px);\n    }\n\n    .sjm-terms__body::before {\n      content: \"\";\n      position: absolute;\n      inset: 0;\n      background:\n        radial-gradient(circle at 5% 8%, rgba(216,178,107,0.07), transparent 30%),\n        radial-gradient(circle at 92% 90%, rgba(138,90,53,0.05), transparent 35%),\n        repeating-linear-gradient(0deg, rgba(138,90,53,0.018) 0px, rgba(138,90,53,0.018) 1px, transparent 1px, transparent 3px);\n      pointer-events: none;\n    }\n\n    \/* Section *\/\n    .sjm-terms__section {\n      margin-bottom: 8px;\n    }\n\n    .sjm-terms__section-number {\n      position: relative;\n      z-index: 1;\n      font-family: \"Cormorant Garamond\", Georgia, serif;\n      font-weight: 700;\n      font-size: 0.8rem;\n      letter-spacing: 0.12em;\n      color: var(--gold);\n      margin: 0 0 4px;\n    }\n\n    .sjm-terms__heading {\n      position: relative;\n      z-index: 1;\n      font-family: \"Cormorant Garamond\", Georgia, serif;\n      font-weight: 600;\n      font-size: clamp(1.3rem, 2.8vw, 1.7rem);\n      color: var(--navy);\n      margin: 0 0 16px;\n      padding-left: 20px;\n      line-height: 1.25;\n    }\n\n    .sjm-terms__heading::before {\n      content: \"\";\n      position: absolute;\n      left: 0;\n      top: 4px;\n      bottom: 4px;\n      width: 3px;\n      background: linear-gradient(to bottom, var(--gold), rgba(216,178,107,0.3));\n      border-radius: 2px;\n    }\n\n    .sjm-terms__text {\n      position: relative;\n      z-index: 1;\n      font-size: 1rem;\n      line-height: 1.85;\n      color: #4A4844;\n      margin: 0 0 16px;\n    }\n\n    .sjm-terms__text strong {\n      color: var(--navy);\n      font-weight: 600;\n    }\n\n    .sjm-terms__divider {\n      position: relative;\n      z-index: 1;\n      width: 64px;\n      height: 1px;\n      background: linear-gradient(to right, var(--gold), transparent);\n      margin: 36px 0;\n    }\n\n    \/* Bottom notices *\/\n    .sjm-terms__updates {\n      position: relative;\n      z-index: 1;\n      margin-top: 48px;\n      padding-top: 36px;\n      border-top: 1px solid rgba(138,90,53,0.15);\n    }\n\n    .sjm-terms__contact {\n      position: relative;\n      z-index: 1;\n      background: rgba(15,39,72,0.04);\n      border: 1px solid rgba(15,39,72,0.08);\n      border-radius: 14px;\n      padding: 28px 30px;\n      margin-top: 28px;\n    }\n\n    .sjm-terms__contact-title {\n      font-family: \"Cormorant Garamond\", Georgia, serif;\n      font-weight: 600;\n      font-size: 1.35rem;\n      color: var(--navy);\n      margin: 0 0 8px;\n    }\n\n    .sjm-terms__contact-text {\n      font-size: 1rem;\n      line-height: 1.8;\n      color: #4A4844;\n      margin: 0;\n    }\n\n    .sjm-terms__contact-text a {\n      color: var(--gold);\n      text-decoration: underline;\n      text-underline-offset: 3px;\n      font-weight: 600;\n      transition: color 0.3s ease;\n    }\n\n    .sjm-terms__contact-text a:hover {\n      color: var(--navy);\n    }\n\n    \/* Footer stamp *\/\n    .sjm-terms__footer {\n      position: relative;\n      z-index: 1;\n      text-align: center;\n      margin-top: 56px;\n      padding-top: 32px;\n      border-top: 1px solid rgba(138,90,53,0.12);\n    }\n\n    .sjm-terms__footer-badge {\n      display: inline-flex;\n      align-items: center;\n      gap: 10px;\n      font-family: \"Cormorant Garamond\", Georgia, serif;\n      font-style: italic;\n      font-size: 0.95rem;\n      color: var(--wood);\n    }\n\n    .sjm-terms__footer-badge svg {\n      width: 18px;\n      height: 18px;\n      flex-shrink: 0;\n    }\n\n    \/* Scroll-reveal *\/\n    .sjm-terms__reveal {\n      opacity: 0;\n      transform: translateY(24px);\n      transition: opacity 0.7s ease, transform 0.7s ease;\n    }\n    .sjm-terms__reveal.is-visible {\n      opacity: 1;\n      transform: translateY(0);\n    }\n\n    \/* Responsive *\/\n    @media (max-width: 640px) {\n      .sjm-terms__hero {\n        padding: clamp(100px, 16vw, 140px) 20px 56px;\n      }\n      .sjm-terms__toc-inner {\n        padding: 22px 20px;\n      }\n      .sjm-terms__toc-list {\n        grid-template-columns: 1fr;\n      }\n      .sjm-terms__body {\n        padding: 36px 20px 72px;\n      }\n      .sjm-terms__heading {\n        padding-left: 16px;\n      }\n      .sjm-terms__contact {\n        padding: 22px 20px;\n      }\n    }\n\n    @media (prefers-reduced-motion: reduce) {\n      .sjm-terms__emblem,\n      .sjm-terms__eyebrow,\n      .sjm-terms__title,\n      .sjm-terms__last-updated {\n        opacity: 1;\n        transform: none;\n        animation: none;\n      }\n      .sjm-terms__reveal {\n        transition: none;\n        opacity: 1;\n        transform: none;\n      }\n    }\n  <\/style>\n\n  <!-- ===== HERO BANNER ===== -->\n  <div class=\"sjm-terms__hero\">\n    <div class=\"sjm-terms__hero-inner\">\n      <svg class=\"sjm-terms__emblem\" viewBox=\"0 0 100 100\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" aria-hidden=\"true\">\n        <g stroke=\"#D8B26B\" stroke-width=\"1.4\" stroke-linecap=\"round\" opacity=\"0.9\">\n          <line x1=\"50\" y1=\"2\" x2=\"50\" y2=\"18\"><\/line>\n          <line x1=\"50\" y1=\"82\" x2=\"50\" y2=\"98\"><\/line>\n          <line x1=\"2\" y1=\"50\" x2=\"18\" y2=\"50\"><\/line>\n          <line x1=\"82\" y1=\"50\" x2=\"98\" y2=\"50\"><\/line>\n          <line x1=\"14\" y1=\"14\" x2=\"25\" y2=\"25\"><\/line>\n          <line x1=\"75\" y1=\"75\" x2=\"86\" y2=\"86\"><\/line>\n          <line x1=\"86\" y1=\"14\" x2=\"75\" y2=\"25\"><\/line>\n          <line x1=\"25\" y1=\"75\" x2=\"14\" y2=\"86\"><\/line>\n        <\/g>\n        <circle cx=\"50\" cy=\"50\" r=\"26\" stroke=\"#D8B26B\" stroke-width=\"1.4\" fill=\"rgba(216,178,107,0.06)\"><\/circle>\n        <path d=\"M50 36c4 6 10 9 10 16 0 5.5-4.5 10-10 10s-10-4.5-10-10c0-7 6-10 10-16z\" fill=\"#D8B26B\" opacity=\"0.85\"><\/path>\n        <line x1=\"50\" y1=\"62\" x2=\"50\" y2=\"74\" stroke=\"#D8B26B\" stroke-width=\"1.6\"><\/line>\n      <\/svg>\n      <p class=\"sjm-terms__eyebrow\">St. Joseph Mission Center<\/p>\n      <h1 class=\"sjm-terms__title\">Terms &amp; <em>Conditions<\/em><\/h1>\n      <p class=\"sjm-terms__last-updated\">Last Updated: March 6, 2026<\/p>\n    <\/div>\n  <\/div>\n\n  <!-- ===== TABLE OF CONTENTS ===== -->\n  <nav class=\"sjm-terms__toc sjm-terms__reveal\" aria-label=\"Table of Contents\">\n    <div class=\"sjm-terms__toc-inner\">\n      <p class=\"sjm-terms__toc-label\">Contents<\/p>\n      <ol class=\"sjm-terms__toc-list\">\n        <li><a href=\"#sjm-t-1\" data-num=\"1.\">Introduction<\/a><\/li>\n        <li><a href=\"#sjm-t-2\" data-num=\"2.\">Use of Our Website<\/a><\/li>\n        <li><a href=\"#sjm-t-3\" data-num=\"3.\">General Conditions<\/a><\/li>\n        <li><a href=\"#sjm-t-4\" data-num=\"4.\">Comments, Feedback &amp; Submissions<\/a><\/li>\n        <li><a href=\"#sjm-t-5\" data-num=\"5.\">Your Personal Information<\/a><\/li>\n        <li><a href=\"#sjm-t-6\" data-num=\"6.\">Errors and Omissions<\/a><\/li>\n        <li><a href=\"#sjm-t-7\" data-num=\"7.\">Disclaimer &amp; Limitation of Liability<\/a><\/li>\n        <li><a href=\"#sjm-t-8\" data-num=\"8.\">Indemnification<\/a><\/li>\n        <li><a href=\"#sjm-t-9\" data-num=\"9.\">Entire Agreement<\/a><\/li>\n        <li><a href=\"#sjm-t-10\" data-num=\"10.\">Waiver<\/a><\/li>\n        <li><a href=\"#sjm-t-11\" data-num=\"11.\">Severability<\/a><\/li>\n      <\/ol>\n    <\/div>\n  <\/nav>\n\n  <!-- ===== BODY CONTENT ===== -->\n  <div class=\"sjm-terms__body\">\n\n    <!-- 1. Introduction -->\n    <div class=\"sjm-terms__section sjm-terms__reveal\" id=\"sjm-t-1\">\n      <p class=\"sjm-terms__section-number\">Section 1<\/p>\n      <h2 class=\"sjm-terms__heading\">Introduction<\/h2>\n      <p class=\"sjm-terms__text\">\n        This website is operated by <strong>St. Joseph Mission Center<\/strong>. The terms\n        &#8220;we&#8221;, &#8220;us&#8221;, and &#8220;our&#8221; refer to <strong>St. Joseph Mission Center<\/strong>. The use\n        of our website is subject to the following terms and conditions of use, as amended\n        from time to time (the &#8220;Terms&#8221;). The Terms are to be read together by you with any\n        terms, conditions or disclaimers provided in the pages of our website. Please review\n        the Terms carefully. The Terms apply to all users of our website, including without\n        limitation, users who are browsers, members, merchants, vendors and\/or contributors\n        of content. If you access and use this website, you accept and agree to be bound by\n        and comply with the Terms and our Privacy Policy. If you do not agree to the Terms or\n        our Privacy Policy, you are not authorized to access our website or use any of our\n        website&#8217;s services.\n      <\/p>\n    <\/div>\n\n    <div class=\"sjm-terms__divider sjm-terms__reveal\"><\/div>\n\n    <!-- 2. Use of Our Website -->\n    <div class=\"sjm-terms__section sjm-terms__reveal\" id=\"sjm-t-2\">\n      <p class=\"sjm-terms__section-number\">Section 2<\/p>\n      <h2 class=\"sjm-terms__heading\">Use of Our Website<\/h2>\n      <p class=\"sjm-terms__text\">\n        You agree to use our website for legitimate purposes and not for any illegal or\n        unauthorized purpose, including without limitation, in violation of any intellectual\n        property or privacy law. By agreeing to the Terms, you represent and warrant that you\n        are at least the age of majority in your state or province of residence and are\n        legally capable of entering into a binding agreement. You agree to not use our website\n        to conduct any activity that would constitute a civil or criminal offense or violate\n        any law. You agree not to attempt to interfere with our website&#8217;s network or security\n        features or to gain unauthorized access to our systems. You agree to provide us with\n        accurate personal information, such as your email address, mailing address and other\n        contact details in order to complete our service or contact you as needed. You agree\n        to promptly update your account and information. You authorize us to collect and use\n        this information to contact you in accordance with our Privacy Policy.\n      <\/p>\n    <\/div>\n\n    <div class=\"sjm-terms__divider sjm-terms__reveal\"><\/div>\n\n    <!-- 3. General Conditions -->\n    <div class=\"sjm-terms__section sjm-terms__reveal\" id=\"sjm-t-3\">\n      <p class=\"sjm-terms__section-number\">Section 3<\/p>\n      <h2 class=\"sjm-terms__heading\">General Conditions<\/h2>\n      <p class=\"sjm-terms__text\">\n        We reserve the right to refuse service to anyone, at any time, for any reason. We\n        reserve the right to make any modifications to the website, including terminating,\n        changing, suspending or discontinuing any aspect of the website at any time, without\n        notice. We may impose additional rules or limits on the use of our website. You agree\n        to review the Terms regularly and your continued access or use of our website will\n        mean that you agree to any changes. You agree that we will not be liable to you or\n        any third party for any modification, suspension or discontinuance of our website or\n        for any service, content, feature or product offered through our website.\n      <\/p>\n    <\/div>\n\n    <div class=\"sjm-terms__divider sjm-terms__reveal\"><\/div>\n\n    <!-- 4. Comments, Feedback, and Other Submissions -->\n    <div class=\"sjm-terms__section sjm-terms__reveal\" id=\"sjm-t-4\">\n      <p class=\"sjm-terms__section-number\">Section 4<\/p>\n      <h2 class=\"sjm-terms__heading\">Comments, Feedback, and Other Submissions<\/h2>\n      <p class=\"sjm-terms__text\">\n        You acknowledge that you are responsible for the information, profiles, opinions,\n        messages, comments and any other content (collectively, the &#8220;Content&#8221;) that you post,\n        distribute or share on or through our website or services available in connection with\n        our website. You further acknowledge that you have full responsibility for the\n        Content, including but not limited to, with respect to its legality, and its\n        trademark, copyright and other intellectual property ownership. You agree that any\n        Content submitted by you in response to a request by us for a specific submission may\n        be edited, adapted, modified, recreated, published, or distributed by us. You further\n        agree that we are under no obligation to maintain any Content in confidence, to pay\n        compensation for any Content or to respond to any Content.\n      <\/p>\n      <p class=\"sjm-terms__text\">\n        You agree that you will not post, distribute or share any Content on our website that\n        is protected by copyright, trademark, patent or any other proprietary right without\n        the express consent of the owner of such proprietary right. You further agree that\n        your Content will not be unlawful, abusive or obscene nor will it contain any malware\n        or computer virus that could affect our website&#8217;s operations. You will be solely\n        liable for any Content that you make and its accuracy. We have no responsibility and\n        assume no liability for any Content posted by you or any third-party. We reserve the\n        right to terminate your ability to post on our website and to remove and\/or delete\n        any Content that we deem objectionable. You consent to such removal and\/or deletion\n        and waive any claim against us for the removal and\/or deletion of your Content.\n      <\/p>\n    <\/div>\n\n    <div class=\"sjm-terms__divider sjm-terms__reveal\"><\/div>\n\n    <!-- 5. Your Personal Information -->\n    <div class=\"sjm-terms__section sjm-terms__reveal\" id=\"sjm-t-5\">\n      <p class=\"sjm-terms__section-number\">Section 5<\/p>\n      <h2 class=\"sjm-terms__heading\">Your Personal Information<\/h2>\n      <p class=\"sjm-terms__text\">\n        Please see our <a href=\"#sjm-privacy\" style=\"color: var(--gold); text-decoration: underline; text-underline-offset: 3px; font-weight: 600;\">Privacy Policy<\/a>\n        to learn about how we collect, use, and share your personal information.\n      <\/p>\n    <\/div>\n\n    <div class=\"sjm-terms__divider sjm-terms__reveal\"><\/div>\n\n    <!-- 6. Errors and Omissions -->\n    <div class=\"sjm-terms__section sjm-terms__reveal\" id=\"sjm-t-6\">\n      <p class=\"sjm-terms__section-number\">Section 6<\/p>\n      <h2 class=\"sjm-terms__heading\">Errors and Omissions<\/h2>\n      <p class=\"sjm-terms__text\">\n        Please note that our website may contain typographical errors or inaccuracies and may\n        not be complete or current. We reserve the right to correct any errors, inaccuracies\n        or omissions and to change or update information at any time, without prior notice\n        (including after an order has been submitted). Such errors, inaccuracies or omissions\n        may relate to product description, pricing, promotion and availability and we reserve\n        the right to cancel or refuse any order placed based on incorrect pricing or\n        availability information, to the extent permitted by applicable law. We do not\n        undertake to update, modify or clarify information on our website, except as required\n        by law.\n      <\/p>\n    <\/div>\n\n    <div class=\"sjm-terms__divider sjm-terms__reveal\"><\/div>\n\n    <!-- 7. Disclaimer and Limitation of Liability -->\n    <div class=\"sjm-terms__section sjm-terms__reveal\" id=\"sjm-t-7\">\n      <p class=\"sjm-terms__section-number\">Section 7<\/p>\n      <h2 class=\"sjm-terms__heading\">Disclaimer and Limitation of Liability<\/h2>\n      <p class=\"sjm-terms__text\">\n        You assume all responsibility and risk with respect to your use of our website, which\n        is provided &#8220;as is&#8221; without warranties, representations or conditions of any kind,\n        either express or implied, with regard to information accessed from or via our\n        website, including without limitation, all content and materials, and functions and\n        services provided on our website, all of which are provided without warranty of any\n        kind, including but not limited to warranties concerning the availability, accuracy,\n        completeness or usefulness of content or information, uninterrupted access, and any\n        warranties of title, non-infringement, merchantability or fitness for a particular\n        purpose. We do not warrant that our website or its functioning or the content and\n        material of the services made available thereby will be timely, secure, uninterrupted\n        or error-free and that defects will be corrected.\n      <\/p>\n      <p class=\"sjm-terms__text\">\n        The use of our website is at your sole risk and you assume full responsibility for\n        any costs associated with your use of our website. We will not be liable for any\n        damages of any kind related to the use of our website. In no event will we, or our\n        affiliates, our or their respective content or service providers, or any of our or\n        their respective directors, officers, agents, contractors, suppliers or employees be\n        liable to you for any direct, indirect, special, incidental, consequential, exemplary\n        or punitive damages, losses or causes of action, or lost revenue, lost profits, lost\n        business or sales, or any other type of damage, whether based in contract or tort\n        (including negligence), strict liability or otherwise, arising from your use of, or\n        the inability to use, or the performance of, our website or the content or material\n        or functionality through our website, even if we are advised of the possibility of\n        such damages. Certain jurisdictions do not allow limitation of liability or the\n        exclusion or limitation of certain damages. In such jurisdictions, some or all of the\n        above disclaimers, exclusions, or limitations, may not apply to you and our liability\n        will be limited to the maximum extent permitted by law.\n      <\/p>\n    <\/div>\n\n    <div class=\"sjm-terms__divider sjm-terms__reveal\"><\/div>\n\n    <!-- 8. Indemnification -->\n    <div class=\"sjm-terms__section sjm-terms__reveal\" id=\"sjm-t-8\">\n      <p class=\"sjm-terms__section-number\">Section 8<\/p>\n      <h2 class=\"sjm-terms__heading\">Indemnification<\/h2>\n      <p class=\"sjm-terms__text\">\n        You agree to defend and indemnify us, and hold us and our affiliates harmless, and\n        our and their respective directors, officers, agents, contractors, and employees\n        against any losses, liabilities, claims, expenses (including legal fees) in any way\n        arising from, related to or in connection with your use of our website, your violation\n        of the Terms, or the posting or transmission of any materials on or through the\n        website by you, including but not limited to, any third party claim that any\n        information or materials provided by you infringe upon any third party proprietary\n        rights.\n      <\/p>\n    <\/div>\n\n    <div class=\"sjm-terms__divider sjm-terms__reveal\"><\/div>\n\n    <!-- 9. Entire Agreement -->\n    <div class=\"sjm-terms__section sjm-terms__reveal\" id=\"sjm-t-9\">\n      <p class=\"sjm-terms__section-number\">Section 9<\/p>\n      <h2 class=\"sjm-terms__heading\">Entire Agreement<\/h2>\n      <p class=\"sjm-terms__text\">\n        The Terms and any documents expressly referred to in them represent the entire\n        agreement between you and us in relation to the subject matter of the Terms and\n        supersede any prior agreement, understanding or arrangement between you and us,\n        whether oral or in writing. Both you and we acknowledge that, in entering into these\n        Terms, neither you nor we have relied on any representation, undertaking or promise\n        given by the other or implied from anything said or written between you and us prior\n        to such Terms, except as expressly stated in the Terms.\n      <\/p>\n    <\/div>\n\n    <div class=\"sjm-terms__divider sjm-terms__reveal\"><\/div>\n\n    <!-- 10. Waiver -->\n    <div class=\"sjm-terms__section sjm-terms__reveal\" id=\"sjm-t-10\">\n      <p class=\"sjm-terms__section-number\">Section 10<\/p>\n      <h2 class=\"sjm-terms__heading\">Waiver<\/h2>\n      <p class=\"sjm-terms__text\">\n        Our failure to exercise or enforce any right or provision of the Terms will not\n        constitute a waiver of such right or provision. A waiver by us of any default will\n        not constitute a waiver of any subsequent default. No waiver by us is effective\n        unless it is communicated to you in writing.\n      <\/p>\n    <\/div>\n\n    <div class=\"sjm-terms__divider sjm-terms__reveal\"><\/div>\n\n    <!-- 11. Severability -->\n    <div class=\"sjm-terms__section sjm-terms__reveal\" id=\"sjm-t-11\">\n      <p class=\"sjm-terms__section-number\">Section 11<\/p>\n      <h2 class=\"sjm-terms__heading\">Severability<\/h2>\n      <p class=\"sjm-terms__text\">\n        If any of the provisions of the Terms are determined by any competent authority to be\n        invalid, unlawful or unenforceable, such provision will to that extent be severed\n        from the remaining Terms, which will continue to be valid and enforceable to the\n        fullest extent permitted by law.\n      <\/p>\n    <\/div>\n\n    <!-- Terms & Conditions Updates -->\n    <div class=\"sjm-terms__updates sjm-terms__reveal\">\n      <h2 class=\"sjm-terms__heading\">Terms &amp; Conditions Updates<\/h2>\n      <p class=\"sjm-terms__text\">\n        We may need to update our Terms &amp; Conditions as <strong>St. Joseph Mission\n        Center<\/strong> and our community grow and evolve. If we make significant changes to\n        the Terms &amp; Conditions, we&#8217;ll post a message on our website.\n      <\/p>\n\n      <div class=\"sjm-terms__contact\">\n        <p class=\"sjm-terms__contact-title\">Have Questions?<\/p>\n        <p class=\"sjm-terms__contact-text\">\n          If you have any questions about our Terms &amp; Conditions, we&#8217;ll do our best to\n          answer them.\n          <a href=\"#sjm-contact\">Contact St. Joseph Mission Center<\/a>\n        <\/p>\n      <\/div>\n    <\/div>\n\n    <!-- Footer stamp -->\n    <div class=\"sjm-terms__footer sjm-terms__reveal\">\n      <span class=\"sjm-terms__footer-badge\">\n        <svg viewBox=\"0 0 100 100\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" aria-hidden=\"true\">\n          <g stroke=\"#8A5A35\" stroke-width=\"1.6\" stroke-linecap=\"round\" opacity=\"0.7\">\n            <line x1=\"50\" y1=\"2\" x2=\"50\" y2=\"18\"><\/line>\n            <line x1=\"50\" y1=\"82\" x2=\"50\" y2=\"98\"><\/line>\n            <line x1=\"2\" y1=\"50\" x2=\"18\" y2=\"50\"><\/line>\n            <line x1=\"82\" y1=\"50\" x2=\"98\" y2=\"50\"><\/line>\n          <\/g>\n          <circle cx=\"50\" cy=\"50\" r=\"26\" stroke=\"#8A5A35\" stroke-width=\"1.6\" fill=\"rgba(138,90,53,0.06)\"><\/circle>\n          <path d=\"M50 36c4 6 10 9 10 16 0 5.5-4.5 10-10 10s-10-4.5-10-10c0-7 6-10 10-16z\" fill=\"#8A5A35\" opacity=\"0.7\"><\/path>\n          <line x1=\"50\" y1=\"62\" x2=\"50\" y2=\"74\" stroke=\"#8A5A35\" stroke-width=\"1.6\"><\/line>\n        <\/svg>\n        St. Joseph Mission Center &mdash; Guided by Faith\n      <\/span>\n    <\/div>\n\n  <\/div>\n\n  <!-- Smooth scroll + reveal script -->\n  <script>\n    (function () {\n      \/* Scroll-reveal *\/\n      var els = document.querySelectorAll('#sjm-terms .sjm-terms__reveal');\n      if (!('IntersectionObserver' in window)) {\n        els.forEach(function (el) { el.classList.add('is-visible'); });\n      } else {\n        var io = new IntersectionObserver(function (entries) {\n          entries.forEach(function (entry) {\n            if (entry.isIntersecting) {\n              entry.target.classList.add('is-visible');\n              io.unobserve(entry.target);\n            }\n          });\n        }, { threshold: 0.12, rootMargin: '0px 0px -30px 0px' });\n        els.forEach(function (el) { io.observe(el); });\n      }\n\n      \/* Smooth scroll for TOC links *\/\n      var tocLinks = document.querySelectorAll('.sjm-terms__toc-list a');\n      tocLinks.forEach(function (link) {\n        link.addEventListener('click', function (e) {\n          var target = document.querySelector(this.getAttribute('href'));\n          if (target) {\n            e.preventDefault();\n            target.scrollIntoView({ behavior: 'smooth', block: 'start' });\n          }\n        });\n      });\n    })();\n  <\/script>\n<\/section><\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_uag_custom_page_level_css":"","site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"disabled","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"slim_seo":{"title":"Terms &amp; Conditions - St. Joseph Mission Center","description":""},"footnotes":""},"class_list":["post-26","page","type-page","status-publish","hentry"],"uagb_featured_image_src":{"full":false,"thumbnail":false,"medium":false,"medium_large":false,"large":false,"1536x1536":false,"2048x2048":false},"uagb_author_info":{"display_name":"Everest Co","author_link":"https:\/\/demo6.yinwoodweb.com\/bantad\/blog\/author\/phwpywadsa623\/"},"uagb_comment_info":0,"uagb_excerpt":null,"_links":{"self":[{"href":"https:\/\/demo6.yinwoodweb.com\/bantad\/wp-json\/wp\/v2\/pages\/26","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/demo6.yinwoodweb.com\/bantad\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/demo6.yinwoodweb.com\/bantad\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/demo6.yinwoodweb.com\/bantad\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/demo6.yinwoodweb.com\/bantad\/wp-json\/wp\/v2\/comments?post=26"}],"version-history":[{"count":2,"href":"https:\/\/demo6.yinwoodweb.com\/bantad\/wp-json\/wp\/v2\/pages\/26\/revisions"}],"predecessor-version":[{"id":1111,"href":"https:\/\/demo6.yinwoodweb.com\/bantad\/wp-json\/wp\/v2\/pages\/26\/revisions\/1111"}],"wp:attachment":[{"href":"https:\/\/demo6.yinwoodweb.com\/bantad\/wp-json\/wp\/v2\/media?parent=26"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}