{"id":24,"date":"2026-05-21T19:32:20","date_gmt":"2026-05-21T19:32:20","guid":{"rendered":"https:\/\/bgf.cly.mybluehost.me\/website_3760f42d\/important-dates\/"},"modified":"2026-07-23T17:50:24","modified_gmt":"2026-07-23T17:50:24","slug":"important-dates","status":"publish","type":"page","link":"https:\/\/julieloughman.com\/coach\/important-dates\/","title":{"rendered":"Important Dates"},"content":{"rendered":"\n<style data-wp-block-html=\"css\">\n\/* ===========================================\n   PAGE BANNER\n=========================================== *\/\n\n.jlvb-page-banner{\n\n    width:min(1180px,calc(100% - 36px));\n\n    margin:24px auto 56px;\n\n    padding:42px 40px;\n\n    text-align:center;\n\n    border:1px solid rgba(29,53,87,.07);\n\n    border-radius:18px;\n\n    background:\n    linear-gradient(\n    145deg,\n    #ffffff,\n    #fcfaf5 70%,\n    #f8fcfb);\n\n    box-shadow:\n    0 10px 28px rgba(29,53,87,.05);\n\n}\n\n.jlvb-banner-eyebrow{\n\n    color:#d4576b;\n\n    font-size:.75rem;\n\n    letter-spacing:.18em;\n\n    font-weight:800;\n\n    text-transform:uppercase;\n\n    margin:0 0 10px;\n\n}\n\n.jlvb-page-banner h1{\n\n    margin:0;\n\n    color:#1d3557;\n\n    font-size:clamp(2.3rem,4vw,3.8rem);\n\n    line-height:1;\n\n    letter-spacing:-.04em;\n\n}\n\n.jlvb-banner-copy{\n\n    margin:18px 0;\n\n    color:#666c72;\n\n    font-size:1.1rem;\n\n}\n\n.jlvb-banner-rule{\n\n    width:170px;\n\n    height:2px;\n\n    margin:24px auto;\n\n    background:\n    linear-gradient(\n    90deg,\n    #1d3557,\n    #2f8195,\n    #4fa89a,\n    #d4576b);\n\n}\n\n.jlvb-banner-tags{\n\n    display:flex;\n\n    justify-content:center;\n\n    flex-wrap:wrap;\n\n    gap:18px;\n\n}\n\n.jlvb-banner-tags span{\n\n    font-size:.72rem;\n\n    font-weight:800;\n\n    letter-spacing:.16em;\n\n    text-transform:uppercase;\n\n    color:#5f6670;\n\n}\n\n.jlvb-banner-tags span:not(:last-child)::after{\n\n    content:\"\u2022\";\n\n    margin-left:18px;\n\n    color:#4fa89a;\n\n}\n<\/style>\n\n<section class=\"jlvb-page-banner\">\n\n    <p class=\"jlvb-banner-eyebrow\">\n        SEASON PLANNING\n    <\/p>\n\n    <h1>Important Dates<\/h1>\n\n    <p class=\"jlvb-banner-copy\">\n   \n  Key dates, schedule changes and reminders for the upcoming volleyball\n  season. Check this page regularly for updates.\n    <\/p>\n\n    <div class=\"jlvb-banner-rule\"><\/div>\n\n    <div class=\"jlvb-banner-tags\">\n\n        <span>Practices<\/span>\n\n        <span>Tryouts<\/span>\n\n        <span>Matches<\/span>\n\n        <span>Events<\/span>\n\n    <\/div>\n\n<\/section>\n\n\n\n<style data-wp-block-html=\"css\">\n\/* =========================================================\n   JL\u2665VB \u2014 IMPORTANT DATES\n========================================================= *\/\n\n.jlvb-dates-page {\n  --navy: #1d3557;\n  --caribbean: #2f8195;\n  --sea-glass: #4fa89a;\n  --hibiscus: #d4576b;\n  --slate: #545b63;\n\n  --navy-soft: #71859e;\n  --caribbean-soft: #91bdc8;\n  --sea-glass-soft: #9ccfc6;\n  --hibiscus-soft: #e6a0ae;\n  --slate-soft: #9ba0a5;\n\n  --sand: #fbf8f2;\n  --foam: #f1f8f6;\n  --white: #ffffff;\n  --shell: #ded8cf;\n  --muted: #666c72;\n\n  width: min(1180px, calc(100% - 36px));\n  margin: 0 auto;\n  padding: 18px 0 42px;\n  color: var(--slate);\n  font-family: Arial, Helvetica, sans-serif;\n  line-height: 1.6;\n}\n\n.jlvb-dates-page,\n.jlvb-dates-page *,\n.jlvb-dates-page *::before,\n.jlvb-dates-page *::after {\n  box-sizing: border-box;\n}\n\n\/* PAGE HEADER *\/\n\n.jlvb-dates-header {\n  max-width: 820px;\n  margin: 0 auto 44px;\n  text-align: center;\n}\n\n.jlvb-dates-eyebrow {\n  margin: 0 0 8px;\n  color: var(--hibiscus);\n  font-size: 0.76rem;\n  font-weight: 900;\n  letter-spacing: 0.17em;\n  text-transform: uppercase;\n}\n\n.jlvb-dates-header h1 {\n  margin: 0;\n  color: var(--navy);\n  font-size: clamp(2.5rem, 5vw, 4.4rem);\n  font-weight: 900;\n  line-height: 1;\n  letter-spacing: -0.045em;\n}\n\n.jlvb-dates-intro {\n  max-width: 720px;\n  margin: 20px auto 0;\n  color: var(--muted);\n  font-size: 1.08rem;\n}\n\n\/* DATE GRID *\/\n\n.jlvb-date-grid {\n  display: grid;\n  grid-template-columns: repeat(2, minmax(0, 1fr));\n  gap: 22px;\n}\n\n.jlvb-date-card {\n  --date-accent: var(--navy);\n  --date-accent-soft: var(--navy-soft);\n\n  position: relative;\n  overflow: hidden;\n  min-width: 0;\n  padding: 30px;\n  border: 1px solid var(--shell);\n  border-radius: 18px;\n  background:\n    linear-gradient(\n      150deg,\n      var(--white) 0%,\n      #fdfcf9 100%\n    );\n  box-shadow:\n    0 11px 28px rgba(29, 53, 87, 0.07);\n}\n\n.jlvb-date-card::before {\n  content: \"\";\n  position: absolute;\n  inset: 0 0 auto;\n  height: 6px;\n  background:\n    linear-gradient(\n      90deg,\n      var(--date-accent),\n      var(--date-accent-soft)\n    );\n}\n\n.jlvb-date-navy {\n  --date-accent: var(--navy);\n  --date-accent-soft: var(--navy-soft);\n}\n\n.jlvb-date-caribbean {\n  --date-accent: var(--caribbean);\n  --date-accent-soft: var(--caribbean-soft);\n}\n\n.jlvb-date-seaglass {\n  --date-accent: var(--sea-glass);\n  --date-accent-soft: var(--sea-glass-soft);\n}\n\n.jlvb-date-hibiscus {\n  --date-accent: var(--hibiscus);\n  --date-accent-soft: var(--hibiscus-soft);\n}\n\n.jlvb-date-slate {\n  --date-accent: var(--slate);\n  --date-accent-soft: var(--slate-soft);\n}\n\n.jlvb-date-category {\n  margin: 0 0 10px;\n  color: var(--date-accent);\n  font-size: 0.72rem;\n  font-weight: 900;\n  letter-spacing: 0.15em;\n  text-transform: uppercase;\n}\n\n.jlvb-date-value {\n  margin: 0 0 5px;\n  color: var(--navy);\n  font-size: clamp(1.35rem, 2.5vw, 1.85rem);\n  font-weight: 900;\n  line-height: 1.15;\n}\n\n.jlvb-date-card h2 {\n  margin: 0 0 12px;\n  color: var(--navy);\n  font-size: 1.35rem;\n  line-height: 1.2;\n}\n\n.jlvb-date-card > p:last-child {\n  margin: 0;\n  color: var(--muted);\n}\n\n\/* REMINDER *\/\n\n.jlvb-date-reminder {\n  display: grid;\n  grid-template-columns: auto 1fr;\n  gap: 20px;\n  align-items: center;\n  margin-top: 28px;\n  padding: 28px 32px;\n  border: 1px solid rgba(212, 87, 107, 0.22);\n  border-radius: 18px;\n  background:\n    linear-gradient(\n      145deg,\n      #ffffff 0%,\n      #fff7f8 100%\n    );\n}\n\n.jlvb-date-reminder-icon {\n  display: grid;\n  place-items: center;\n  width: 46px;\n  height: 46px;\n  border-radius: 50%;\n  color: var(--white);\n  background: var(--hibiscus);\n  font-size: 1.25rem;\n  font-weight: 900;\n}\n\n.jlvb-date-reminder h2 {\n  margin: 0 0 5px;\n  color: var(--navy);\n  font-size: 1.35rem;\n}\n\n.jlvb-date-reminder p {\n  margin: 0;\n  color: var(--muted);\n}\n\n\/* CALENDAR HEADING *\/\n\n.jlvb-calendar-heading {\n  max-width: 760px;\n  margin: 62px auto 28px;\n  text-align: center;\n}\n\n.jlvb-calendar-heading h2 {\n  margin: 0;\n  color: var(--navy);\n  font-size: clamp(2rem, 4vw, 3rem);\n  line-height: 1.08;\n  letter-spacing: -0.035em;\n}\n\n.jlvb-calendar-heading > p:last-child {\n  margin: 15px auto 0;\n  color: var(--muted);\n}\n\n\/* RESPONSIVE *\/\n\n@media (max-width: 760px) {\n  .jlvb-dates-page {\n    width: min(100% - 22px, 1180px);\n  }\n\n  .jlvb-date-grid {\n    grid-template-columns: 1fr;\n  }\n\n  .jlvb-date-reminder {\n    grid-template-columns: 1fr;\n    padding: 25px 23px;\n  }\n\n  .jlvb-date-reminder-icon {\n    width: 42px;\n    height: 42px;\n  }\n}\n<\/style>\n\n<section class=\"jlvb-dates-page\">\n\n  <!-- PAGE HEADER -->\n\n \n  <!-- =====================================================\n       EASY-UPDATE DATE CARDS\n\n       To update this section, edit only:\n       1. The category\n       2. The date\n       3. The title\n       4. The description\n\n       Copy an entire article block to add another date.\n  ====================================================== -->\n\n  <div class=\"jlvb-date-grid\">\n\n    <!-- DATE CARD 1 -->\n\n    <article class=\"jlvb-date-card jlvb-date-navy\">\n      <p class=\"jlvb-date-category\">Blackout Period<\/p>\n\n      <p class=\"jlvb-date-value\">\n        June 29\u2013July 5\n      <\/p>\n\n      <h2>No Athletics<\/h2>\n\n      <p>\n        No workouts, practices or team activities may be held during this\n        period.\n      <\/p>\n    <\/article>\n\n    <!-- DATE CARD 2 -->\n\n    <article class=\"jlvb-date-card jlvb-date-caribbean\">\n      <p class=\"jlvb-date-category\">Blackout Period<\/p>\n\n      <p class=\"jlvb-date-value\">\n        July 19\u201324\n      <\/p>\n\n      <h2>No Athletics<\/h2>\n\n      <p>\n        No workouts, practices or team activities may be held during this\n        period.\n      <\/p>\n    <\/article>\n\n    <!-- DATE CARD 3 -->\n\n    <article class=\"jlvb-date-card jlvb-date-seaglass\">\n      <p class=\"jlvb-date-category\">Try-outs<\/p>\n\n      <p class=\"jlvb-date-value\">\n        July 25, 27 &amp; 28\n      <\/p>\n\n      <h2>Workouts &amp; Assessments<\/h2>\n\n      <p>\n        Scheduled athlete workouts and assessments. Check the calendar below\n        for times and location details.\n      <\/p>\n    <\/article>\n\n    <!-- DATE CARD 4 -->\n\n    <article class=\"jlvb-date-card jlvb-date-hibiscus\">\n      <p class=\"jlvb-date-category\">Coach Availability<\/p>\n\n      <p class=\"jlvb-date-value\">\n        July 29\u2013August 3\n      <\/p>\n\n      <h2>Coach Out of Town<\/h2>\n\n      <p>\n        Coach will be unavailable during this period. Continue to monitor team\n        communications for any schedule updates.\n      <\/p>\n    <\/article>\n\n    <!-- DATE CARD 5 -->\n\n    <article class=\"jlvb-date-card jlvb-date-slate\">\n      <p class=\"jlvb-date-category\">Tournament<\/p>\n\n      <p class=\"jlvb-date-value\">\n        August 14\u201315\n      <\/p>\n\n      <h2>Henderson Tournament<\/h2>\n\n      <p>\n        Tournament dates in Henderson. Additional arrival, transportation and\n        match information will be shared when available.\n      <\/p>\n    <\/article>\n\n  <\/div>\n\n  <!-- EXPECTATION \/ REMINDER -->\n\n  <aside class=\"jlvb-date-reminder\">\n    <div class=\"jlvb-date-reminder-icon\" aria-hidden=\"true\">\u2713<\/div>\n\n    <div>\n      <h2>Be Ready at the Scheduled Start Time<\/h2>\n\n      <p>\n        Athletes are expected to arrive early enough to set up equipment,\n        prepare and be ready to begin at the scheduled time.\n      <\/p>\n    <\/div>\n  <\/aside>\n\n  <!-- CALENDAR HEADING -->\n\n  <div class=\"jlvb-calendar-heading\">\n    <p class=\"jlvb-dates-eyebrow\">Full Schedule<\/p>\n\n    <h2>Team Calendar<\/h2>\n\n    <p>\n      Use the calendar below for the most current practice, workout, tryout,\n      tournament and blackout information.\n    <\/p>\n  <\/div>\n\n<\/section>\n\n\n\n<style data-wp-block-html=\"css\">\n.jlvb-calendar-embed {\n  width: min(1180px, calc(100% - 36px));\n  margin: 0 auto 60px;\n  overflow: hidden;\n  border: 1px solid #ded8cf;\n  border-radius: 18px;\n  background: #ffffff;\n  box-shadow: 0 11px 28px rgba(29, 53, 87, 0.07);\n}\n\n.jlvb-calendar-embed iframe {\n  display: block;\n  width: 100%;\n  min-height: 700px;\n}\n\n@media (max-width: 760px) {\n  .jlvb-calendar-embed {\n    width: min(100% - 22px, 1180px);\n  }\n\n  .jlvb-calendar-embed iframe {\n    min-height: 600px;\n  }\n}\n<\/style>\n\n<div class=\"jlvb-calendar-embed\">\n  <iframe loading=\"lazy\" src=\"https:\/\/calendar.google.com\/calendar\/embed?height=600&#038;wkst=1&#038;ctz=America%2FNew_York&#038;showPrint=0&#038;src=NTQ1ZTRkNmJlMjgyOWU5YjhjMGEyNGY2ZmYwMmU3ZjNhODE3MGQ3YTM0NDE3YzI5OTI0ZTZmMDkyNTFhNzdjM0Bncm91cC5jYWxlbmRhci5nb29nbGUuY29t&#038;src=ZW4udXNhI2hvbGlkYXlAZ3JvdXAudi5jYWxlbmRhci5nb29nbGUuY29t&#038;color=%23009688&#038;color=%23ad1457\" style=\"border:solid 1px #777\" width=\"800\" height=\"600\" frameborder=\"0\" scrolling=\"no\"><\/iframe>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>SEASON PLANNING Important Dates Key dates, schedule changes and reminders for the upcoming volleyball season. Check this page regularly for updates. Practices Tryouts Matches Events Blackout Period June 29\u2013July 5 No Athletics No workouts, practices or team activities may be held during this period. Blackout Period July 19\u201324 No Athletics No workouts, practices or team [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"nf_dc_page":"important-dates","_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"footnotes":""},"class_list":["post-24","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Important Dates - JL\u2764VB<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/julieloughman.com\/coach\/important-dates\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Important Dates - JL\u2764VB\" \/>\n<meta property=\"og:description\" content=\"SEASON PLANNING Important Dates Key dates, schedule changes and reminders for the upcoming volleyball season. Check this page regularly for updates. Practices Tryouts Matches Events Blackout Period June 29\u2013July 5 No Athletics No workouts, practices or team activities may be held during this period. Blackout Period July 19\u201324 No Athletics No workouts, practices or team [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/julieloughman.com\/coach\/important-dates\/\" \/>\n<meta property=\"og:site_name\" content=\"JL\u2764VB\" \/>\n<meta property=\"article:modified_time\" content=\"2026-07-23T17:50:24+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/julieloughman.com\\\/coach\\\/important-dates\\\/\",\"url\":\"https:\\\/\\\/julieloughman.com\\\/coach\\\/important-dates\\\/\",\"name\":\"Important Dates - JL\u2764VB\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/julieloughman.com\\\/coach\\\/#website\"},\"datePublished\":\"2026-05-21T19:32:20+00:00\",\"dateModified\":\"2026-07-23T17:50:24+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/julieloughman.com\\\/coach\\\/important-dates\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/julieloughman.com\\\/coach\\\/important-dates\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/julieloughman.com\\\/coach\\\/important-dates\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/julieloughman.com\\\/coach\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Important Dates\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/julieloughman.com\\\/coach\\\/#website\",\"url\":\"https:\\\/\\\/julieloughman.com\\\/coach\\\/\",\"name\":\"JL\u2764VB\",\"description\":\"Join our competitive girls volleyball program, where commitment, teamwork, and determination lead to success on and off the court. Prepare for an exciting season!\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/julieloughman.com\\\/coach\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Important Dates - JL\u2764VB","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/julieloughman.com\/coach\/important-dates\/","og_locale":"en_US","og_type":"article","og_title":"Important Dates - JL\u2764VB","og_description":"SEASON PLANNING Important Dates Key dates, schedule changes and reminders for the upcoming volleyball season. Check this page regularly for updates. Practices Tryouts Matches Events Blackout Period June 29\u2013July 5 No Athletics No workouts, practices or team activities may be held during this period. Blackout Period July 19\u201324 No Athletics No workouts, practices or team [&hellip;]","og_url":"https:\/\/julieloughman.com\/coach\/important-dates\/","og_site_name":"JL\u2764VB","article_modified_time":"2026-07-23T17:50:24+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/julieloughman.com\/coach\/important-dates\/","url":"https:\/\/julieloughman.com\/coach\/important-dates\/","name":"Important Dates - JL\u2764VB","isPartOf":{"@id":"https:\/\/julieloughman.com\/coach\/#website"},"datePublished":"2026-05-21T19:32:20+00:00","dateModified":"2026-07-23T17:50:24+00:00","breadcrumb":{"@id":"https:\/\/julieloughman.com\/coach\/important-dates\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/julieloughman.com\/coach\/important-dates\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/julieloughman.com\/coach\/important-dates\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/julieloughman.com\/coach\/"},{"@type":"ListItem","position":2,"name":"Important Dates"}]},{"@type":"WebSite","@id":"https:\/\/julieloughman.com\/coach\/#website","url":"https:\/\/julieloughman.com\/coach\/","name":"JL\u2764VB","description":"Join our competitive girls volleyball program, where commitment, teamwork, and determination lead to success on and off the court. Prepare for an exciting season!","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/julieloughman.com\/coach\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/julieloughman.com\/coach\/wp-json\/wp\/v2\/pages\/24","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/julieloughman.com\/coach\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/julieloughman.com\/coach\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/julieloughman.com\/coach\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/julieloughman.com\/coach\/wp-json\/wp\/v2\/comments?post=24"}],"version-history":[{"count":20,"href":"https:\/\/julieloughman.com\/coach\/wp-json\/wp\/v2\/pages\/24\/revisions"}],"predecessor-version":[{"id":311,"href":"https:\/\/julieloughman.com\/coach\/wp-json\/wp\/v2\/pages\/24\/revisions\/311"}],"wp:attachment":[{"href":"https:\/\/julieloughman.com\/coach\/wp-json\/wp\/v2\/media?parent=24"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}