{% extends "layout.twig" %}

{% block content %}
<div id="content" class="site-content">
  <div class="container">

    <!-- HERO -->
    <section role="region" aria-label="Youth Safety">
      <div class="block block--hero block--size-default block--full-width block--blue block--media-none dimple dimple--basic">
        <div class="container">
          <div class="block__content">
            <h1 class="block__title">Youth Safety</h1>
          </div>
        </div>
      </div>
    </section>

    <!-- CONTENT -->
    <div id="primary" class="content-area">
      <main id="main" class="site-main">
        <article class="page type-page status-publish hentry">
          <div class="entry-content">

            <h2>Chance Fore Golf’s Youth Safety Policy</h2>

            <p>
              Chance Fore Golf is committed to creating and maintaining a safe,
              positive, and welcoming environment for all youth participants.
              All staff, coaches, volunteers, and board members are required
              to complete background checks and youth safety training prior
              to working with participants.
            </p>

            <div class="wp-block-buttons">
              <div class="wp-block-button">
                <a class="wp-block-button__link" href="/docs/youth-safety-reporting.pdf" target="_blank">
                  How and What to Report
                </a>
              </div>
            </div>

            <h2>SafeSport Act Compliance</h2>

            <p>
              Chance Fore Golf is committed to complying with all applicable
              youth protection and SafeSport laws, including the Protecting
              Young Victims from Sexual Abuse and SafeSport Authorization Act.
            </p>

            <div class="wp-block-buttons">
              <div class="wp-block-button">
                <a class="wp-block-button__link" href="/docs/youth-safety-policy.pdf" target="_blank">
                  Youth Safety Policy
                </a>
              </div>

              <div class="wp-block-button">
                <a class="wp-block-button__link" href="/contact">
                  Submit an Incident Report
                </a>
              </div>
            </div>

            <p>
              Anonymous reports may also be submitted by email:
              <a href="mailto:safety@chanceforegolf.com">safety@chanceforegolf.com</a>
            </p>

            <h3>Resources</h3>

            <div class="wp-block-buttons">
              <div class="wp-block-button">
                <a class="wp-block-button__link" href="https://uscenterforsafesport.org/" target="_blank" rel="noopener">
                  U.S. Center for SafeSport
                </a>
              </div>

              <div class="wp-block-button">
                <a class="wp-block-button__link" href="https://athletesafety.org/training/index" target="_blank" rel="noopener">
                  Athlete Safety Training
                </a>
              </div>
            </div>

          </div>
        </article>
      </main>
    </div>

  </div>
</div>
{% endblock %}
